/* CSS Document */
body {
	font-size: 62.8%;
	background-color: #f1f1f1;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background-image: url(../images/pagebg.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
}

h1 {
	color: #2F4E72;
	font-size: 2.8em;
	margin: 0 0.5em 0 0.65em;
}
h2 {
	color: #2F4E72;
	font-size: 1.9em;
	margin: 1.1em 0.8em -0.4em 1em;
}
h3 {
	color: #2F4E72;
	font-size: 1.4em;
	margin: 1em 1em 1em 1.4em;
}

em { font-style: italic; }
strong { font-weight: bold; }

p, ul, ol, table, form, dl {
	font-size: 1.3em;
}
ul ul, ol ol {
	font-size: 1em;
}
p {
	line-height: 1.4em;
	margin: 1em 1.2em 1em 1.6em;
}

.clear { clear: both; }
.clearleft { clear: left; }
.clearright { clear: right; }
.floatleft { float: left; }
.floatright { float: right; }
.marginleft { margin-left: 1em;}
.marginright { margin-right: 1em; }
.marginbottom { margin-bottom: 1em; }
.margintop { margin-top: 1em; }		
.margin { margin-right: 1em; margin-left: 1em; }	
.marginvertical { margin-top: 1em; margin-bottom: 1em; }
.greyborder { border: 1px solid #C5C4C2; padding: 2px; }

div#container {
	width: 800px;
	margin: 0 auto;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	text-align: left;
}

.content-only div#container {
	background-image: none;
}
	
div#info {
	float: right;
	background-color: transparent;
	color: #FFF;
	padding-left: 4px;
	background-image: url(../images/topnavbg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	min-height: 30px;
}
div#info p {
	padding: 0.3em 1em 0.5em 1em;
	margin: 0;
	background-color: #63BC46;
}
div#info a { color: white; }
div#info a:hover { text-decoration: none; }
div#info p span.greenbarhider { color:#63bc46; }
div#header {
	background-color: #FFF;
	background-image: url(../images/headerbg.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
img#logo { margin: 1.3em 2em 2.5em 2em; }
	
/* Navigation styles */	
div#nav {
	height: 67px;
	background-image: url(../images/navbg.gif);
	background-repeat: repeat-x;
	background-color: #FFF;
}
div#nav ul {
	list-style: none;
	margin-left: 5px;
}
div#nav ul li { float: left; }
div#nav ul li a {
	display: block;
	color: #2F4E72;
	text-decoration: none;
	padding: 22px 15px 15px 15px;
	font-size: 1em;
}
div#nav ul li a:hover {
	color: #FFF;
	background-image: url(../images/navactivebg.gif);
	background-repeat: repeat-x;
}
/* on tab styles*/
div#nav ul li#on {
	background-image: url(../images/navonbg.gif);
	background-repeat: no-repeat;
}
div#nav ul li#on a {
	padding-bottom: 29px;
	background-image: url(../images/navoncorner.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
div#nav ul li#on a:hover {
	color: #63BC46;
	background-image: url(../images/navoncorner.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

div#slogan {
	height: 112px;
	background-image: url(../images/sloganbg.gif);
	background-repeat: repeat-x;
	background-color: #2F4E72;
	clear: left;
}
div#slogan img#sloganimg { margin-left: 193px; }

div#news a, div#content a {
	font-weight: bold;
	color: #2F4E72;
	border-bottom: 1px solid #63BC46;
	text-decoration: none;
}
div#news a:hover, div#content a:hover {
	color: #fff;
	background-color: #2F4E72;
}
div#news {
	width: 190px;
	float: left;
	min-height: 100px;
}
div#news div blockquote {
	background-image: url(../images/newsquote.gif);
	background-repeat: no-repeat;
	margin-left: 1.6em;
}
div#news div blockquote p {	font-style: italic; }
div#news div p.right { text-align: right; }

/* Subnav styles*/
div#news ul {
	list-style: none;
	margin: 0 .5em .5em;
}	
div#news ul li { border-bottom: 1px solid #C5C4C2; }
div#news ul li a {
	display: block;
	padding: 0.6em 0.6em 0.6em 1.8em;
	text-decoration: none;
	border: 0;
	background-image: url(../images/subnavarrow.gif);
	background-repeat: no-repeat;
	background-position: 6px center;
}
div#news ul li a:hover {
	background-color: #E4E4E4;
	color: #2F4E71;
}
		
div#content {
	width: 600px;
	float: right;
	min-height: 300px;
	background-image: url(../images/back.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.content-only div#content {
	width: 800px;
}

div#content ul {
	margin: 1em 1em 1em 3.8em;
	list-style: circle;
}
div#content ul li { padding: 0.2em; }
div#content ol {
	margin: 1em 1em 1em 3.8em;
	list-style-type: decimal;
}
div#content ol.lower-roman { list-style-type: lower-roman; }	
div#content ol li { padding: 0.2em; }

div#footer {
	clear: both;
	background-color: #FFF;
	border-top: 2px solid #C5C4C2;
	text-align: center;
	color: #2A4B76;
	padding: 0.5em;
}
div#footer a { color: #2F4E72; }
div#footer a:hover { text-decoration: none; }
div#footer img.footimg { margin: 0 1.5em; }
div.white {
	background-color: #FFF;
	clear: both;
	height: 18px;
}
div#content div.ladder {
	width: 190px;
	float: left;
	position: relative;
	left: 20px;
}
div#content div.ladder h3 {
	text-align: center;
	width: 170px;
	margin: 1em 0;
}
div#content div.laddertop {
	background-image: url(../images/laddertop.gif);
	background-repeat: no-repeat;
	width: 170px;
	height: 62px;
}
div#content div.rung {
	background-color: #2D4C70;
	color: #FFF;
	background-image: url(../images/rungbg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 29px;
	width: 170px;
}
div#content div.rung p {
	margin: 0;
	text-align: center;
	padding: 0.3em 0;
}
div#content div.rung p a {
 	color: #FFF;
 	background: #2d4c70;
	text-decoration: none;
}
div#content div.rung p a:hover {
	color: #2d4c70; 
	background: #fff;
	text-decoration: none;
}	
div#content div.ladderbottom{
	background-image: url(../images/ladderbottom.gif);
	background-repeat: no-repeat;
	width: 170px;
	height: 33px;
}
div#content table { margin: 1.5em auto 0; padding: 0; width: 90%; text-align:center; font-size:0.9em; }
div#content th { font-weight: bold; text-align: center; font-size: 1.3em; }
div#content table li { text-align:left; }
div#content table.jobspec, div#content table.jobspec th, div#content table.jobspec td { border: 1px solid #2f4e72; }
/*div#content table.jobspec th, div#content table.jobspec td { vertical-align: top; }*/
div#content table.jobspec tr { height: 3em; /*Why doesn't min-height work? */ }

/* Sitemap */
ul#sitemap {}
ul#sitemap h3 {
	margin: -0.8em 0 -0.2em 2em;
	font-size: 1em;
}
	
div.film {
	margin: 20px auto;
	text-align: center;
}

div#content ol.movie-menu { margin: 15px 0 10px 50px; }
div#content ol.movie-menu li { display: inline; float: left; padding: 0px 25px 10px 0px; text-align: center; }
div#content ol.movie-menu li img { display: block; }