/*//////////////////////////////////////////////
//// GENERIC ELEMENT FORMATTING
//////////////////////////////////////////////*/
body{
	background: #EAF3FF;
	color:#000000;
	margin: 0px;
	text-align: center;
}
body,td,div,p{
	font-family: Verdana, sans-Serif; 
	font-size: 11px;
	font-weight: normal;
}
th{
	font-family: Verdana, sans-Serif; 
	font-size: 11px;
}
tfoot td{color: #757A80}
img{border:0px}
a{color: #0056BF}
hr{
	width: 100%;
	height: 1px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.site{
	width: 900px;border-left: 1px solid #C8C8C8;border-right: 1px solid #C8C8C8;border-bottom: 1px solid #C8C8C8;
	background: #ffffff;
}

/*//////////////////////////////////////////////
//// BREADCRUMB NAVIGATION
//////////////////////////////////////////////*/
#breadcrumb{border-bottom: 1px solid #757A80}
a.breadcrumb{text-decoration: none;}
a.breadcrumb:hover{text-decoration: underline;}

/*//////////////////////////////////////////////
//// TEXT FORMATTING
//////////////////////////////////////////////*/
.t-imgsub{background:#DCE9FA; padding: 2px} /* Image subtitles/description */
.t-em{font-weight:bold; text-transform:uppercase; color:#000060;} /* emphasized text */
.t-em-small{font-weight:bold; color:#000060;} /* emphasized text */
.t-weak{color:#757A80;} /* weakened text */


/*//////////////////////////////////////////////
//// BANNER AREA 
//////////////////////////////////////////////*/
#topnav{width: 900px}
#nav-level1{text-align: right; padding: 0px 0px 4px 0px}
#banner{
	width: 100%;
	height: 150px; 
	background: url('images/logo.jpg') no-repeat #EAF3FF;
	overflow: hidden;
}
#clogo{
	position: absolute;
	padding-left: 10px;
	top: 10px;
}

/*///////////////////////////////////////////////////
//// LEVEL 1 NAVIGATION
///////////////////////////////////////////////////*/
#nav-level1{
	text-align: right; 
	color: #000000;
	margin: 0px 5px 0px 0px; 
}
#nav-level1 a{
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
	}
#nav-level1 a:hover{text-decoration: underline}
#nav-level1 span{padding:0px 8px 0px 8px}

/*///////////////////////////////////////////////////
//// LEVEL 2 NAVIGATION
///////////////////////////////////////////////////*/
#nav-level2{
 	width: 100%;
 	background: url(images/2nd-nav-upper-gradient.gif) repeat-x top;
	position: relative;
	top: 1px;
	line-height: 6px;
}
#nav-level2 a{text-decoration:none; color: #ffffff;}
#nav-level2 a:hover{color: #E9E9E9}
#nav-level2 a.sel{color: #12407E;}
#nav-level2 a.sel:hover{color: #3980DF}
.button{
	background: url('images/default_fill_2nd_level.gif') repeat-x left;
	vertical-align: top;
	padding-top: 5px;
	font-weight: bold;
	white-space: nowrap;
}
.button-sel{
	background: url('images/default_fill_2nd_level_sel.gif') repeat-x left;
	vertical-align: top;
	padding-top: 5px;
	font-weight: bold;
	white-space: nowrap;
}
#pane-parent{
	width: 100%;
}
#pane-left{width: 170px}
#pane-body{width: 100%}

/*///////////////////////////////////////////////////
//// LEVEL 3 NAVIGATION
///////////////////////////////////////////////////*/
.nav-level3{
	text-align: left;
	width: 100%;
	height: 29px;
	background: url('images/3rd-nav-gradient.gif') repeat-x left;
	overflow: hidden;
	clear: both;
	border-top: #ECF5FF 1px solid;
	margin-top:-3px;
	white-space: nowrap;
}
.nav-level3 td{
	padding-left: 190px;
}
.nav-level3 a{
	position: relative;
	vertical-align: bottom;
	padding: 0 8px 0 0;
	/*font-size: 11;*/
	color: #212F56;
	text-decoration: none;
}
.nav-level3 a:hover{text-decoration: underline}
.nav-level3 a.selected{color:#12407E}
.nav-level3 span{vertical-align: middle;}

/*//////////////////////////////////////////////
//// SUBNAVIGATION (Level 4 and deeper).
//////////////////////////////////////////////*/
#subnav{
	width: 170px;
	border-top: 1px solid #3980DF;
	border-right: 1px solid #3980DF;
	border-left: 1px solid #3980DF;
}
#subnav ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#subnav li{
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#subnav li a, #subnav li a.expanded{
	display: block;
	text-decoration: none;
	padding: 3px 2px 3px 16px;
	color: #000000;
	border-bottom: 1px solid #3980DF;
	overflow: hidden;
}
#subnav li a:hover{background: #F6F6F6}
#subnav li a.expanded{
	font-weight: bold;
	background: url('images/bullet_navitem_exp.png') 155px center no-repeat #F1F7FE;
	padding: 3px 15px 3px 3px;
}
#subnav li a.selected{
	font-weight: bold;
	background: url('images/bullet_default_sel.png') 3px center no-repeat #F1F7FE;
	padding-left: 16px;
}
#subnav li a.expanded:hover{background: url('images/bullet_navitem_exp.png') 155px center no-repeat #F6F6F6;}
#subnav li a.selected:hover{background: url('images/bullet_default_sel.png') 3px center no-repeat #F6F6F6}

.catnav{ border: 1px solid #3980DF;}
.catnavparent{
	border-top: 1px solid #3980DF;
	border-left: 1px solid #3980DF;
	border-right: 1px solid #3980DF;
}
.catnav-header{	background-color: #3980DF;	padding-bottom: 3px;}
.catnav-header a{
	text-decoration: none;
	padding: 3px 3px 3px 3px;
	color: #ffffff;
	font-weight: bold;
}
.catnav-row{
	width: 170px;
	border-bottom: 1px solid #3980DF;
	background-color: #ffffff;
	padding: 0px;
}

.catnav-selected{
	background: #F1F7FE;
	font-weight: bold;
}

.catnav-row img{
	margin-left: 3px;
	margin-right: 3px;
}
.catnav-row a{
	text-decoration: none;
	padding: 2px;
	color:#000000;
	display: block;
}
.catnav-row a:hover{background: #F6F6F6;}
.catnav-expanded a:hover{background: #F6F6F6;}
.catnav-selected a:hover{background: #F6F6F6}
/*//////////////////////////////////////////////
//// FOOTERBAR FORMATTING
//////////////////////////////////////////////*/
#footer{
	width: 100%;
	margin-top: 15px;
	padding: 0px 0px 10px 0px;
	text-align: center;
	border-top: 1px solid #3980DF;
	overflow: hidden;
	border-top: 1px solid #C8C8C8;
	background: url(images/footer-gradient.gif) repeat-x top #CCCFD8;
}
#nav-footer a{text-decoration: none}
#nav-footer a:hover{text-decoration: underline}
#nav-footer span{padding:0px 8px 0px 8px; color: #12407E}


/*//////////////////////////////////////////////
//// CONTAINER FORMATTING
//////////////////////////////////////////////*/

.cnt-def{width: 100%; }
.cnt-icon{padding-top: 4px}

/* Standard */
.cnt-default{}
.cnt-default-title{	
	background: url('images/cnt-def-title.gif') repeat-x left top #FF9E28;
	color: #12407E;
	padding: 4px 3px 3px 0px;
	font-weight: bold;
}
.cnt-default-title-bg{ background: #FF9E28; }
.border-right{border-right: 1px solid #F38400;}
.border-top{border-top: 1px solid #F38400;}
.border-left{border-left: 1px solid #F38400;}

/* Alternative */

.cnt-alt-title{
	background: url('images/cnt-alt-title.gif') repeat-x left top #84B1F0; 
	padding: 3px 0px 3px 0px;
	color: #ffffff;
	font-weight: bold;
}
.cnt-alt-title-l{background: url('images/cnt-def-spacer-left.gif') repeat-y left top}
.cnt-alt-title-r{background: url('images/cnt-def-spacer-right.gif') repeat-y right top}
.cnt-alt-title a{
	padding: 3px 0px 3px 0px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.cnt-alt-title a:hover{	text-decoration: underline;}

/* Simple */
.cnt-simple-header{	
	border-bottom: 4px solid #3980DF;
	padding: 3px 3px 5px 0px;
	color: #000000;
	font-weight: bold;
}
.cnt-icon-simple{padding: 4px 3px 0px 3px}

/* Highlight */

.cnt-high-title{
	background: url('images/cnt-high-title.gif') repeat-x left top #3A85E9; 
	padding: 3px 0px 3px 8px;
	font-weight: bold;
	color: #ffffff;
}
.cnt-high-title-l{background: url('images/cnt-def-spacer-left.gif') repeat-y left top}
.cnt-high-title-r{background: #3A85E9}