/* Film style */
/* based on U of U templates */

/* clear the base */
* {   
	border:0pt none;
	margin:0pt;
	padding:0pt;
} 
body {
	background-color:#000;
	color:#efefef;
	font: normal normal normal 1em/1.5em Arial, Helvetica, "Trebuchet MS",Verdana, sans-serif;
	font-size:100.01%;
}
a {	color:#900;}
a:hover, a:active, a:visited {color:#965b50;}

#wrapper {   position:relative;   max-width:1200px;border-right: 1px solid #333;}

/* HEADER - elements */

#header {
	width:100%;
	border-top:#333 solid 8px;
	background:#333 url('http://www.film.utah.edu/film-images/header/grayBck2.jpg') top left no-repeat;
}

/*University Menu with a-z index, campus map, etc.*/

#Umenu { float: right;background: #333 url('http://www.film.utah.edu/film-images/header/grayBar_corner.gif') bottom left no-repeat; font-size:80%;padding: 0 1em 0 1em;}
#Umenu ul { list-style:none;}
#Umenu ul li {	display:inline;    padding: 0 1em;}
#Umenu ul li + li { border-left: 1px #ccc solid;}
#Umenu ul li a{ text-decoration:none;	color:#ccc;}
#UmenuSearch { float:right;clear:both;padding-right:2em;}
#UmenuSearch input { margin:.2em;}
/* Main Film Menu*/
#mainMenu {
	clear:both;
	width:100%;
	background-color:#333;
	color:#c0a89e;
	border-top:2px solid #000;
/*	border:1px #fff solid; */
}
#mainMenu a, #mainMenu a:visited {	color:#c0a89e;	text-decoration:none;}
#mainMenu a:hover, #mainMenu a:active {	color:#965b50;}
#mainMenu a.youAreHere { font-weight:bold;}
#mainMenu ul { list-style:none; width:100%; }
#mainMenu ul li {	display:inline;	padding:0 1em;}
#mainMenu ul li + li { padding-right:1em; }

/* main body section */
#main { min-height:500px; min-width:700px; background:#000; border-top: 1px solid #000; margin-bottom:0;}
/
* IE fix */
#main { height: 500px;}
html>body #main {height: auto}
/* end IE fix */
#quote {
	float:left;
	margin:0;
	padding-left:80px;
	padding-top: 130px;
	background-color:#000;
	min-height:350px;
	color:#965b50;
}
/* IE fix*/
#quote {height:350px;}
html>body #quote { height:auto;}
/* end IE fix */
#quote a { color:#965b50;text-decoration:none;}
#quote .first , #quote .second, #quote .third {	display:block;}
#quote .first { margin-left:0px;}
#quote .second { margin-left:40px;}
#quote .third {	margin-left:20px;}
#quote span.primary { font-size:3em; color:#900;}
.primary a { color:#900; text-decoration:none; }
#quote span.secondary { font-size:2.4em; }
#highlight { float:left; margin-left:30px; margin-top: 130px; background-color:#648587; min-height:15em; min-width:25em;}
#footer {
    width:100%;
	margin: -1.6em auto 0 auto;
	padding-bottom:1em;
	font-size:80%;
	clear:both;
	position: absolute;
	bottom:0px;
	line-height:1.2em;
	text-align:center;
	background-color:#333;
	color:#ddd;
	border-top:1px solid #666;
} 
#footer ul { list-style:none; margin: .6em 1em 0 1em; }
#footer ul li { display:inline; padding:0 .3em 0 0; }
#footer ul li a { font-variant:small-caps; color:#c0a89e;}
#footer ul li a:hover,#footer ul li a:active, #footer ul li a:visited { font-variant:small-caps; color:#965b50;}
#subMain { min-height:490px; min-width:700px; background:#000; }
#content { margin: 0 0 0 14em; padding:.4em;
/*colors*/	
	background-color:#efefef; color:#333;
}
