/*
	screen_all.css
	Core CSS for on-screen display
	
	see screen_ie6.css for MSIE 6 and earlier browsers.
	see screen_ie7.css for MSIE 7.
*/

body {
	margin:0;
	padding:0;
	font-size:11px;
	font-family:Verdana,Helvetica,'sans serif';
	background-color:#535b72;
	background-image:url('../images/body_bg.gif');
	background-repeat:repeat-y;
	background-position:top center;
	color:#666;
	}
#home {
	background-image:url('../images/home_body_bg.gif');
	}
div {
	position:relative;
	margin:0;
	padding:0;
	}
img { border:0; }
a,.pseudolink {
	color:#069;
	}
a:visited {
	color:#6a0085;
	}
a:hover,.pseudolink:hover {
	color:#00f;
	}
a:active,.pseudolink:active {
	color:#696;
	}
.pseudolink { cursor:pointer; }
/* general page container */
#container {
	width:750px;
	margin:0 auto;
	padding:0;
	}
/* page header */
#header {
	width:750px;
	height:146px;
	background:url('../images/performance_bg.jpg') no-repeat;
	z-index:3;
	}
#header img {
	display:block;
	}
#header_logo {
	position:absolute;
	left:49px;
	top:21px;
	}
#header_name {
	position:absolute;
	left:192px;
	top:47px;
	}
#nav {
	position:absolute;
	/*left:293px;*/
	right:0;
	top:121px;
	list-style:none;
	margin:0;
	padding:0;
	}
#nav li {
	float:left;
	position:relative;
	}
#nav li ul {
	display:none;
	list-style:none;
	position:absolute;
	top:25px;
	margin:0;
	padding:0;
	left:0;
	width:161px;
	}
#nav li.last ul {
	left:inherit;
	right:2px;
	}
#nav li:hover ul,#nav li.over ul {
	display:block;
	}
#nav li li {
	display:block;
	float:none;
	background:#899db0;
	width:161px;
	}
#nav li li a {
	display:block;
	width:150px;
	background:#899db0;
	border-top: solid #c6d0d9 1px;
	border-left: solid #475059 1px;
	border-bottom: solid #475059 1px;
	border-right: solid #c6d0d9 1px;
	padding:7px 5px 5px 6px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	}
#nav li li a:hover {
	background:#728093;
	color:#000;
	}
#top_banner {
	position:relative;
	display:block;
	z-index:1;
	}
/* content area */
#content {
	width:750px;
	background:url('../images/content_bg.gif') repeat-y;
	z-index:1;
	}
/* left column: Menu area on subpag, content on homepage. */
#left {
	width:191px;
	margin:0;
	padding:15px 0 0;
	float:left;
	color:#fff;
	}
#left ul {
	width:191px;
	list-style:none;
	margin:0;
	padding:0;
	border-top:solid #12273c 1px;
	border-bottom:solid #6783a1 1px;
	}
#left ul ul {
	border:none;
	}
#left li {
	width:191px;
	margin:0;
	display:block;
	}
#left .top {
	font-size:1.1em;
	font-weight:bold;
	}
#left li a,#left li .as {
	display:block;
	width:166px;
	padding:11px 8px 10px 17px;
	border-top:solid #6783a1 1px;
	border-bottom:solid #12273c 1px;
	}
#left .sub a,#left .sub .as {
	padding:6px 8px 6px 17px;
	font-size:0.9em;
	text-transform:uppercase;
	}
#left a,#left a:visited {
	color:#ffcc66;
	text-decoration:none;
	}
#left a:hover {
	background:#1c3b5b url('../images/left_hover_bg.gif') repeat-y;
	}
/* right column: Content area on subpage, menu on homepage. */
#right {
	width:510px;
	margin:0 0 0 20px;
	padding:0;
	float:left;
	}
#right h1,#right h2,#right h3,#right h4,#right h5,#right h6 {
	color:#999;
	}
#right h1 {
	margin:0 0 0;
	font-size:2.1em;
	}
#right .pull { /*width:245px;*/
	width:208px;
	margin:10px -12px 5px 12px;
	padding:0 19px 0 16px;
	background:url('../images/pull_bg.gif') repeat-y;
	float:right;
	color:#fff;
	font-size:0.9em;
	}
#right .pull img {
	display:block;
	margin:0 -19px 0 -16px;
	}
#right .pull ul {
	list-style:url('../images/pull_bullet.gif');
	line-height:1.5em;
	margin:0;
	padding:0 0 0 5px;
	}
#right .pull li {
	margin:0 0 5px 0;
	}
/* homepage -- rules change a bit for the content area. */
#home #content {
	background:url('../images/home_content_bg.jpg') repeat-y;
	color:#fff;
	}
#home #content img {
	display:block;
	}
#home #content ul {
	list-style:none;
	margin:0;
	padding:0;
	}
#home #content a,#home #content a:visited {
	text-decoration:none;
	}
#home #left {/* width:293px; */
	width:236px;
	padding:0 25px 0 32px;
	}
#home #left img {
	margin:0 -25px 0 -32px;
	}
#home #left p {
	line-height:1.8em;
	margin:55px 0 0;
	}
#home #mid {
	width:162px;
	float:left;
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.1em;
	}
#home #mid ul {
	border-top:solid #3c3f47 1px;
	width:162px;
	}
#home #mid li {
	width:162px;
	border-top:solid #bec1c9 1px;
	border-bottom:solid #3c3f47 1px;
	}
#home #mid .bottom,#home #right .bottom {
	border-bottom:none;
	}
#home #mid a {
	display:block;
	width:138px;
	padding:11px 10px 11px 14px;
	color:#fc6;
	}
#home #mid a:visited {
	color:#fc6;
	}
#home #mid a:hover {
	background:#333 url('../images/home_mid_rollover_bg.gif') repeat-y;
	color:#fff;
	}
#home #right {
	width:295px;
	margin:0;
	font-size:0.9em;
	text-transform:uppercase;
	font-weight:bold;
	}
#home #right ul {
	border-top:solid #464f59 1px;
	border-bottom:solid #c5cfd8 1px;
	width:295px;
	}
#home #right li {
	width:295px;
	border-top:solid #c5cfd8 1px;
	border-bottom:solid #464f59 1px;
	}
#home #right a {
	display:block;
	width:277px;
	padding:6px 7px 6px 11px;
	color:#fff;
	}
#home #right a:visited {
	color:#fff;
	}
#home #right a:hover {
	background:#666 url('../images/home_right_rollover_bg.gif') repeat-y;
	color:#000;
	}
/* Map of the world page */
#map_container {
	width:512px;
	height:281px;
	overflow:hidden;
	}
#map_bullet {
	position:absolute;
	}
#mapmap area {
	cursor:pointer;
	}
#map_container dl {
	position:absolute;
	right:0;
	bottom:0;
	max-width:320px;
	background:url('../images/map_legend_bg_80.png');
	}
#map_container dl,#map_container dt,#map_container dd,#map_container ul,#map_container li {
	padding:0;
	margin:0;
	}
#map_container .mapdt {
	display:none;
	padding:9px 9px 2px 9px;
	font-weight:bold;
	color:#fc6;
	}
#map_container .mapdd {
	display:none;
	padding:2px 9px 9px 9px;
	font-size:0.9em;
	color:#fff;
	}
#map_container ul {
	margin-left:1.3em;
	}
/* contact form */
.contactrow {
	width:500px;
	padding:0 0 0.5em;
	float:none;
	clear:left;
	}
.contactlabel {
	display:block;
	float:left;
	width:20%;
	padding:0 1em 0 0;
	text-align:right;
	}
.mandatory label,.redtext {
	color:#AA273D;
	font-weight:bold;
	}
.mandatory label.done {
	color:inherit;
	font-weight:normal;
	}
.contactrow input,.contactrow textarea {
	width:45%;
	padding:0;
	}
.contactrow .button {
	width:auto;
	text-align:center;
	padding:0 1em 0 0;
	}
.sitemap {
	}
.sitemap li {
	font-weight:bold;
	line-height:2em;
	}
.sitemap li li {
	font-weight:normal;
	line-height:1.6em;
	}
.sitemap li ul {
	margin-bottom:1em;
	}
/* footer */
#footer {
	width:750px;
	height:69px;
	background:url('../images/footer_bg.gif') no-repeat;
	z-index:2;
	}
#footer ul {
	position:relative;
	list-style:none;
	margin:0;
	padding:31px 0 0;
	width:191px;
	}
#footer li {
	position:relative;
	float:left;
	margin:0;
	}
#footer #stafflogin_button {
	cursor:pointer;
	}
#footer #stafflogin ul {
	display:block;
	position:absolute;
	bottom:18px;
	left:0px;
	width:150px;
	padding:0;
	height:auto;
	border-top:solid #C6D0D9 1px;
	border-right:solid #C6D0D9 1px;
	border-bottom:solid #475059 1px;
	border-left:solid #475059 1px;
	display:none;
	}
#footer #stafflogin li {
	display:block;
	background:#254E78;
	color:#fff;
	float:none;
	width:150px;
	}
#footer #stafflogin li a,#footer #stafflogin li span {
	display:block;
	padding:2px 2px 2px 5px;
	text-decoration:none;
	font-weight:bold;
	border-bottom:solid # 1px;
	border-top:solid #C6D0D9 1px;
	width:143px;
	}
#footer #stafflogin li span {
	background:#ccc;
	color:#333;
	font-weight:normal;
	padding:2px 2px 2px 5px;
	width:143px;
	}
#footer #stafflogin li {
	background:#899DB0;
	color:#fff;
	font-weight:normal;
	}
#footer #stafflogin li a:hover {
	background:#728093;
	color:#000;
	}
#footer p {
	float:left;
	width:510px;
	margin:-8px 0 0;
	padding:0 0 0 17px;
	font-size:0.9em;
	color:#6c717f;
	}
#footer p a,#footer p a:visited {
	color:#646b89;
	text-decoration:none;
	}
#footer p a:hover {
	text-decoration:underline;
	}
/* Home page footer stuff */
#home #footer {
	height:97px;
	background:#ccc url('../images/home_footer_bg.jpg') no-repeat;
	}
#home #footer ul {
	padding:40px 0 0 102px;
	}
#home #footer ul ul {
	padding:0;
	}
#home #footer p {
	width:410px;
	margin:-19px 0 0;
	}
/* general exemptions */
.small { font-size:0.8em; }
.spoken { display:none; }
* .nofloat { float:none; }
* .clearall {
	clear:both;
	float:none;
	display:block;
	}
* .ca {
	clear:both;
	float:none;
	font-size:0.1px;
	line-height:0.1px;
	display:block;
	width:1px;
	margin-left:-1px;
	overflow:hidden;
	}

/* EOF */
