﻿/* NON-HEADER */
*{
	padding:0;
	margin:0;
}
body {
	font-size:62.5%;
	text-decoration:none;
	color:rgb(255,255,255);
	background-color:rgb(45,100,225);
	font-family:verdana,arial,sans-serif;
	clear: right;
	float: left;
} /*Font-size: 1.0em = 10px when browser default size is 16px*/
.page-container {
	width:900px;
	margin:0px auto;
	margin-top:50px;
	margin-bottom:30px;
	border:solid 0px rgb(255,255,255);
	font-size:1em;
	background-color: #333333;
}
.main {
	clear:both;
	width:900px;
	padding-bottom:30px;
	background-color: #333333;
}
.main-navigation {
	display:inline /*Fix IE floating margin bug*/;
	float:left;
	width:200px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	background-color: #333333;
}
.main-content {
	display:inline; /*Fix IE floating margin bug*/
	;
	float:left;
	width:640px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	background-color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
.footer {
	clear:both;
	width:900px;
	height:3.7em;
	padding:1.1em 0 0;
	font-size:1.0em;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	background-color: #333333;
	background-image: none;
	background-repeat: no-repeat;
}



/* HEADER */
.header {
	width:900px;
	font-family:"trebuchet ms",arial,sans-serif;
	background-color: #333333;
}
.header-middle {
	width:900px;
	height:150px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	background-color: #333333;
	background-image: none;
}
.header-bottom {
	width:900px;
	height:40px;
	background-color: #333333;
	background-image: none;
	background-repeat: repeat-y;
}
.header-breadcrumbs {
	clear:both;
	width:900px;
	background-color: #333333;
	background-image: none;
	background-repeat: repeat-y;
	height: 20px;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 1.5em;
	padding-left: 0;
}

/*************/
/*  2. HEAD  */
/*************/
.sitelogo {
	width:90px;
	height:90px;
	position:absolute;
	z-index:1;
	margin:22px 0 0 20px;
	background-color: #333333;
	background-image: none;
}
.sitename {
	width:338px;
	height:40px;
	position:absolute;
	z-index:1;
	margin:20px 0 0 90px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	left: 535px;
	top: 51px;
	background-color: #333333;
}
.sitename h1 {
	font-size:300%;
	background-color: #333333;
}
.sitename h2 {margin:-4px 0 0 0; color:rgb(255,255,255); font-size:200%;}
.sitename a {text-decoration:none; color:rgb(255,255,255);}
.sitename a:hover {text-decoration:none; color:rgb(255,255,255);}

.nav0 {width:350px; position:absolute; z-index:2; margin:25px 0 0 0; margin-left:550px !important /*Non-IE6*/; margin-left:553px /*IE6*/;}
.nav0 ul {float:right; padding:0 20px 0 0;}
.nav0 li {display:inline; list-style:none;}
.nav0 li a {padding:0 0 0 3px;}
.nav0 a:hover {text-decoration:none;}
.nav0 a img {height:14px; border:border-left:solid 1px rgb(45,100,225); border-bottom: solid 1px rgb(45,100,225);}

.nav1 {width:350px; position:absolute; z-index:3; margin:45px 0 0 550px;}
.nav1 ul {float:right; padding:0 15px 0 0; font-weight:bold;}	
.nav1 li {display:inline; list-style:none;}
.nav1 li a {display:block; float:left; padding:2px 5px 2px 5px; color:rgb(255,255,255); text-decoration:none; font-size:120%;}
.nav1 a:hover {text-decoration:none; color:rgb(255,255,255);}

.nav2 {
	float:right;
	width:855px;
	color:rgb(255,255,255);
	font-size:1.0em;
	font-size:110%;
	background-color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} /*Color navigation bar normal mode*/
.nav2 ul {list-style-type:none;}
.nav2 ul li {
	float:left;
	position:relative;
	z-index:1000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: rgb(45,100,225);
}
.nav2 ul li ul {display:none; border:none;}
.nav2 ul li ul {margin-left:-30px; padding:0 30px 30px 30px; background:url(../img/bg_head_bottom_nav_hover.gif) top center;} /*Sticky hover zones*/
.nav2 ul li a {
	float:left;
	display:block;
	height:3.1em;
	line-height:3.1em;
	margin-right:0px !important /*Non-IE6*/;
	margin-right:-4px /*IE6*/;
	padding:0 16px 0 16px;
	text-decoration:none;
	font-weight:bold;
	color: #CCCCCC;
}
.nav2 ul li:hover {width:auto;color: #FDE910;}
.nav2 table {position:absolute; z-index:999; top:0; left:0; border-collapse:collapse; font-family:"trebuchet ms",arial,sans-serif;}

/*Non-IE6*/
.nav2 ul li:hover a {
	background-color:#666666;
	text-decoration:none;
} /*Color main cells hovering mode*/
.nav2 ul li:hover ul {display:block; position:absolute; z-index:998; top:3.0em; margin-top:0.1em; left:0;}
.nav2 ul li:hover ul li ul {display: none;}
.nav2 ul li:hover ul li a {
	display:block;
	width:6.3em;
	height:auto;
	line-height:1.3em;
	margin-left:-2px !important /*Non-IE6*/;
	padding:4px 16px 4px 16px;
	border-left:solid 1px rgb(45,100,225);
	border-bottom: solid 1px rgb(45,100,225);
	font-weight:normal;
	color:rgb(255,255,255);
} /*Color subcells normal mode*/
.nav2 ul li:hover ul li a:hover {background-color:rgb(5,30,160); text-decoration:none;} /*Color subcells hovering mode*/

/*IE6*/
.nav2 ul li a:hover {
	text-decoration:none;
} /*Color main cells hovering mode*/
.nav2 ul li a:hover ul {display:block; position:absolute;z-index: 998; top:3.1em; t\op:3.0em; left:0; marg\in-top:0.1em;}
.nav2 ul li a:hover ul li a {display:block; w\idth:10em; height:1px; line-height:1.3em; padding:4px 16px 4px 16px; border-left:solid 1px rgb(45,100,225); border-bottom: solid 1px rgb(45,100,225); background-color:rgb(5,30,160); font-weight:normal; color:rgb(255,255,255);} /*Color subcells normal mode*/
.nav2 ul li a:hover ul li a ul {visibility:hidden; height:0px; width:0px; position:absolute; z-index: 997;}
.nav2 ul li a:hover ul li a:hover {background-color:rgb(5,30,160); text-decoration:none;} /*Color subcells hovering mode*/

.header-breadcrumbs ul {
	float:left;
	width:560px;
	list-style:none;
	padding:0 0 0 15px;
	font-family:verdana,arial,sans-serif;
	background-color: #333333;}
.header-breadcrumbs ul li {display:inline; padding:0 0 0 10px; background-color: #333333;  font-weight:bold; color:rgb(255,255,255); font-size:100%;}
.header-breadcrumbs ul a {color:rgb(255,255,255); text-decoration:none;}
.header-breadcrumbs ul a:hover {color:rgb(255,255,255); text-decoration:underline;}



/******************/
/*  MAIN SECTION  */
/******************/

/* MAIN NAVIGATION */

.subcontent-unit-border-blue  {width:190px; margin:0px; padding:0 0 10px 0; border:solid 1px rgb(255,255,255); background-color:rgb(255,255,255);}


/* MAIN CONTENT */
.column1-unit {width:640px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}
.column2-unit-left {
	float:right;
	width:120px;
	margin-bottom:10px !important /*Non-IE6*/;
	margin-bottom:5px /*IE6*/;
}
.column2-unit-right {
	float:left;
	width:500px;
	margin-bottom:10px !important /*Non-IE6*/;
	margin-bottom:5px /*IE6*/;
}
.column3-unit-left {float:left; width:186px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/}
.column3-unit-middle {float:left; width:186px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/; margin-left:40px;}
.column3-unit-right {float:right; width:186px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}


/* MAIN SUBCONTENT */
.subcontent-unit-border-blue  {width:183px; margin:0 0 2.5em 0; padding:0 0 10px 0; border:solid 1px rgb(255,255,255); background-color:rgb(255,255,255);}


/********************/
/*  FOOTER SECTION  */
/********************/
.footer p {
	line-height:1.3em;
	text-align:center;
	color:#0033FF;
	font-weight:bold;
	font-size:110%;
}
.footer p.credits {font-weight:normal;}
.footer a {
	text-decoration:underline;
	color:#0033FF;
}
.footer a:hover {
	text-decoration:none;
	color:#0033FF;
}
.footer a:visited {
	color:#000099;
}

/******************/
/*  CLEAR FLOATS  */
/******************/
.page-container:after, .header:after, .header-breadcrumbs:after, .main:after, .main-navigation:after, .main-content:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	background-color: #333333;
}
.column1-unit:after, .column2-unit-left:after, .column2-unit-right:after, .column3-unit-left:after, .column3-unit-middle:after, .column3-unit-right:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	background-color: #333333;
}
.footer:after, p:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clear-contentunit {clear:both; width:640px; height:0.1em; border:none; background:rgb(255,255,255); color:rgb(255,255,255);}
.clear-contentunit2 {clear:both; width:640px; height:0.1em; border:none;background:#FFFFFF; color:#FFFFFF;}
/********************************/
/*  PRINTING and MISCELLANEOUS  */
/********************************/
@media print {.header-top {
	width:900px;
	height:80px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	background-color: #333333;
}}
@media print {.header-breadcrumbs {
	width:900px;
	background-color: #333333;
}}
@media print {.nav2 {float:right width:900px;
	border:none;
	color:rgb(75,75,75);
	font-size:1.0em;
	font-size:130%;
	background-color: #333333;
}} /*Color navigation bar normal mode*/
@media print {.main {
	clear:both;
	width:900px;
	padding-bottom:30px;
	background-color: #333333;
}}
@media print {.main-navigation {
	display:inline /*Fix IE floating margin bug*/;
	float:left;
	width:199px;
	border-right:solid 1px rgb(200,200,200);
	border-bottom:solid 1px rgb(200,200,200);
	background-color:#333333;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE*/;
}}
@media print {.footer {
	clear:both;
	width:900px;
	height:3.7em;
	padding:1.1em 0 0;
	font-size:1.0em;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	background-color: #333333;
}}
html {filter: expression(document.execCommand("BackgroundImageCache", false, true));
	background-color: #333333;
} /*IE proprietary flicker hack for background images. Not validating, but OK*/

