@charset "utf-8";
/* CSS Document */
body {
	behavior: url(../csshover.htc);
	behavior: url(Templates/csshover.htc);
	behavior: url(../iepngfix.htc);
	behavior: url(Templates/iepngfix.htc);
}

html,
body {
   margin:0;
   padding:0;
   height:100%;
}

#container {
   min-height:100%;
   position:relative;
}

h2 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	border-left: solid 2px #AEBFC6;
 	font-size: 34px;
	font-weight: 400;
	color: #ffffff;
	margin-left: 15px;
	padding: 0 0 0 10px;
	line-height: 1.1em;
}

body {
	background: #DFE1E3 url(images/bg.gif) repeat-x center top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.3em;
}
p { margin-left: 15px; margin-right: 0px; color: #333333; }

#sidebar li { margin-left: 5px; margin-right: 40px; color:#DFE1E3; }

/*links*/
#content990 a, #content990 a:link, #content990 a:visited { font-weight: bold; color: #F90; text-decoration: none; }
#content990 a:active, #content990 a:hover { font-weight: bold; color: #F90; text-decoration: none; }
#footer990 a, #footer990 a:link, #footer990 a:visited { font-weight: bold; color: #F90; text-decoration: none; }
#footer990 a:active, #footer990 a:hover { font-weight: bold; color: #F90; text-decoration: none; }
#sidebar a, #sidebar a:link, #sidebar a:visited { font-weight: bold; color: #F90; text-decoration: none; }
#sidebar a:active, #sidebar a:hover { font-weight: bold; color: #F90; text-decoration: none; }
#top_left a, #top_left a:link, #content990 a:visited { font-weight: bold; color: #F90; text-decoration: none; }
#header990 a:active, #content990 a:hover { font-weight: bold; color: #F90; text-decoration: none; }
/*layout*/


#header990 { background: url(images/banner.jpg) no-repeat 200px bottom; height: 275px; width: 990px; margin: auto auto 5px; color: #DFE1E3; padding-top: 20px; }
#top_left { height: 70px; width: 450px; float:left; }
#top_right { height: 70px; width: 530px; float: left }

#content990 { background: url(images/content_bg.gif) repeat-y 0px bottom; width: 990px; margin: auto; padding-bottom: 113px; }
#header { height: 210px; width: 100%; background: url(images/sidebar_banner.gif) no-repeat left bottom; }

#footer100 { background: url(images/footer_bg.gif) repeat-x left bottom; color: #DFE1E3;}
#footer100 {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 130px;   /* Height of the footer */
}
#footer990 {
	width: 990px;
	margin: auto;
	vertical-align: middle;
	height: 130px;
	bottom: 0;
}
#footer_left {
	width: 256px;
	float: left;
	vertical-align: middle;
	background: url(images/content_bg.gif) repeat-y left top;
	height: 105px;
	border-bottom: 2px solid #9DACBF;
}
#footer_right {
	width: 700px;
	float: left;
	height: 100px;
	padding: 0px;
	border-left: 2px solid #A6ABB5;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
.clearfix {clear: both}

#sidebar { background: url(images/content_topleft.gif) no-repeat left top; }
#sidehead { margin-left: 20px; padding-left: 20px; border-left: 2px solid #A6ABB5; }
#sidebar p, #footer990 p,#header990 p { margin-left: 20px; margin-right: 40px; color: #DFE1E3; }


.embossed {
	background: #969eaf;
	margin-top: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top: 1px solid #B5BECC;
	border-right: 1px solid #02142B;
	border-bottom: 1px solid #02142B;
	border-left: 1px solid #B5BECC;
	padding: 4px;
	
}

h1.embossed {
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #111111;
	font-weight: bold;
	text-shadow: -1px -2px 1px #cccccc;
	padding: 7px 4px;
	}

.border {
	background: #FFF;
	padding: 4px;
	border: 4px solid #B5BECC;
	margin: 0 5px 8px 0;
}



/*menu navigation*/

/* CSS DROP DOWN MENU */
div.menuBar {
	margin-left: auto;
	margin-right: auto;
	height: 94px;
	
}

/* separators */
div.dropSep { width: 2px; height: 33px; background-image: url(../images/button-sep.png); background-position: 0 0; background-repeat: no-repeat; }
#nav li.fs-linkSep { background-image: none !important;}

/* all list items */
#nav, 
#nav ul { 
	padding: 0;	
	margin: 0;
	list-style: none;
	cursor: pointer;
	padding-left: 0px;
}

#nav li { 
	float: left;
	margin: 0px 0px 0px 0px;
	color: #C7D0DE;
}

/* top level */
#nav li { 
	background-image: url(images/button_off.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	
}
#nav li a {
}

#nav li a { margin-left: 2px; padding: 12px 22px 0px 7px; display: block; text-decoration: none; font-size: 13px; font-weight: bold; line-height: 1.3em; color: #C7D0DE; 
}

#nav li#active a,
#nav li a:hover, 
#nav li.sfhover a, 
#nav li:hover a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}

#nav li#active,
#nav li.sfhover, 
#nav li:hover { 
	background-image: url(images/button_off.gif);
	background-position: 0px -47px;
	background-repeat: no-repeat;
	cursor: pointer;
}

#nav li.sub-sfhover,
#nav li.sub:hover { 
	background-image: url(images/button_off.gif);
	background-position: 0px -47px;
	background-repeat: no-repeat;
	cursor: pointer;
}

#nav li.sub-sfhover a,
#nav li.sub-sfhover a:hover,
#nav li.sub:hover a,
#nav li.sub:hover a:hover { 
}

#nav li#active a,
#nav li a:hover, 
#nav li.sfhover a, 
#nav li:hover a {
	display: block;
	text-decoration: none;
}


#nav li#active,
#nav li.sfhover, 
#nav li:hover { 
	cursor: pointer;
}


#nav li.sub-sfhover,
#nav li.sub:hover { 
	cursor: pointer;
}
	
/* LEVEL 2 */
#nav li li a {
	display: block;
	float: none;
	padding: 10px 5px 10px 15px;
	width: 170px;
	border-bottom: 0px solid #758197;
	border-right: 0px solid #758197;
	border-left: 0px solid #758197;
	font-size: 11px;
	font-weight: bold;
	font-family: Trebuchet, Helvetica, sans-serif, "Trebuchet MS";
}

#nav li li a:hover {
	background-color: #042955;
	color: #dedede;
	border: 1px solid #dedede;
	}

#nav li ul { /* second-level lists */
	position: absolute;
	z-index: 1000;
	width: 250px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	line-height: 50px;
	padding-left: 3px;
	margin-left: 3px;
	padding-top: 10px;
	border-bottom: 1px solid #758197;
}

#nav li li a { /* second-level lists */ border-top: 1px solid #aaa; border-right: 1px solid #aaa; border-left: 1px solid #aaa; background-color: #4A505B; }

#nav li:hover ul,
#nav li.sfhover ul,
#nav li.sub-sfhover ul { 
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px 100%;
}

#nav li.sub-sfhover ul.sub,
#nav li.sub:hover ul.sub {
	margin-left: 0px;
	padding-bottom: 0px;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -28px 0 0 180px;
}

#nav ul.sub li,
#nav ul.sub li a,
#nav ul.sub li a:hover,
#nav ul.sub li:hover,
#nav ul.sub li:hover a,
#nav ul.sub li.sfhover a,
#nav ul.sub li:hover a:hover,
#nav ul.sub li.sfhover a:hover,
#nav li.sub ul.sub a
	{ background-image: none; }

#nav li#active ul.sub li,
#nav li#active ul.sub li a,
#nav li#active ul.sub li a:hover,
#nav li#active ul.sub li:hover,
#nav li#active ul.sub li:hover a,
#nav li#active ul.sub li.sfhover a,
#nav li#active ul.sub li:hover a:hover,
#nav li#active ul.sub li.sfhover a:hover,
#nav li.sub ul.sub a
	{ background-image: none; }

#nav li:hover ul ul, 
#nav li:hover ul ul ul, 
#nav li:hover ul ul ul ul, 
#nav li.sfhover ul ul, 
#nav li.sfhover ul ul ul, 
#nav li.sfhover ul ul ul ul,
#nav li.sub-sfhover ul ul, 
#nav li.sub-sfhover ul ul ul, 
#nav li.sub-sfhover ul ul ul ul {
	left: -999em;
}

#nav li:hover ul, 
#nav li li:hover ul, 
#nav li li li:hover ul, 
#nav li li li li:hover ul, 
#nav li.sfhover ul, 
#nav li li.sfhover ul, 
#nav li li li.sfhover ul, 
#nav li li li li.sfhover ul,
#nav li.sub-sfhover ul, 
#nav li.sub-sfhover li.sfhover ul, 
#nav li.sub-sfhover li li.sfhover ul, 
#nav li.sub-sfhover li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav a.sub {
	background-image: url(../images/0208_links_sub.gif) !important;
	background-position: 96% 50% !important;
	background-repeat: no-repeat !important;
}
#nav a.sub:hover {
	background-image: url(../images/0208_links_sub.gif) !important;
	background-position: 96% 50% !important;
	background-repeat: no-repeat !important;
}
