@import url(/z_common/resources/style.css);

body{
/*	background: #f0f0f0 url("/images/nav/bg_body.jpg"); */
	background: #e9eaee url("/images/nav/bodyBG.jpg");
	background-repeat: repeat-x;
	margin-top:0px;
	font-family:Ariel, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	color: #333333;
}

/* reduce container size and suppress borders when printing; must actually print or use print preview to see this in action;
   placed here (before screen version) in case browser doesn't handle MEDIA declarations;
*/
@media print {
	#container{
		width:600px;
		margin:0 auto;
		padding:10px;
		background:#ffffff;
	}
}
@media screen {
	#container{
		width:800px;
		height:100%; 
		margin:0 auto;
		background:#ffffff;
	}
}

#banner_top{
	width:800px;
	height:228px;
}
#banner_top_left{
	float:left;
	width:225px;
	height:228px;
	background: #002f65 url("/images/nav/home_logo.jpg");
}
#banner_top_right{
	float:right;
	width:575px;
	height:228px;
	background: #ffffff;
}
#menu_float{
	width:800px;
	height:25px;
	background-color:#000000;
	margin-bottom:0px;
/*	border-bottom:1px solid #e8e8e8;*/
}
#banner_middle{
	width:800px;
	height:114px;
	background: #002f65 url("/images/nav/banner_middle.jpg");
}

#content-wrap{
	width:800px;
	padding:0px;
	overflow:hidden;
}

.centercol{
	width:800px;
	height:100%;
	margin:0px auto;
	clear:both;
	position:relative;
	overflow:hidden
}



#header{
	background:#ffffff;
	height:40px; 
}

p{
	margin:3px 0 12px;
	padding:0;
}


a{
	text-decoration:none;
	outline:none;
	}
a:hover{
	text-decoration:underline
	}
a:active{
	color:#ff0000;
}
ul,ol{
	margin:0 0 15px 25px;
	padding:0;
	color:#333333
}
ol li{
	margin:3px 10px;
	padding:0;
	font-size:12px;
	color:#333333;
	text-align:left;
	list-style:decimal
}
ul li{
	margin:3px 5px;
	padding:0;
	font-size:12px;
	color:#333333;
	text-align:left;
	list-style:disc
}

h1, h2, h3, h4, h5, h6{
	margin:5px 0;
	padding:0;
}
h1{
	font:18px "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight:bold;
	color:#000000
}
h2{
	font:14px Verdana, "Trebuchet MS", Arial, sans-serif;
	font-weight:bold;
	color:#000000
}
h3{
	font:12px Verdana, "Trebuchet MS", Arial, sans-serif;
	font-weight:bold;
	color:#000000
}
h4{
	font-size:12px;
	font-weight:bold;
	color:#000000
}
h5{
	font-size:12px;
	font-weight:bold;
	color:#000000
}
h6{
	font-size:12px;
	font-weight:bold;
	color:#666666
}
blockquote{
	margin:3px 0 12px;
	padding:0 0 0 25px;
	font:15px "Trebuchet MS", Verdana, Arial, sans-serif;
	color:#333333;
	line-height:18px;
	text-align:left;
	font-style:italic;
}
hr{
	margin-bottom:10px;
	border:none;
	border-bottom:1px solid #cccccc;
	background:none;
	height:1px
}
input,textarea,select{
	border:1px solid #ccc;
	background-color:#f8f8f8;
	color:#333333;
	padding:2px
}
.alignleft{
	float:left
}
.alignright{
	float:right
}


/* Page Structure  ----------------------------------------------------------------*/
#center{
	float:right;
	width:695px;
	background:#fff;
	margin:10px auto
}

img {border:none;}

p a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
{
	color:#0000ff
}


.textarea:hover,.input:hover,.textarea:focus,.input:focus {
	background:#ebebeb
}
.clear {clear: both;}


/* ######### Begin ddLevelsMenu CSS ######### */

	/* ######### Sub-Level Menu Bar CSS (used for both vertical & horizontal implementations) ######### */
	.ddsubmenustyle, .ddsubmenustyle ul{ 		/*topmost and sub ULs, respectively*/
	font: bold 100%/1.5 Arial, sans-serif;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background: #000000;
	border: 1px solid #414141; 			/*darrrrk grey*/
	border-bottom-width: 0;
	visibility: hidden;
	z-index: 100;
	}

	.ddsubmenustyle li a{				/*Note: height of the li floats as needed to show the text*/
	display: block;
	width: 160px; 						/*width of sub(s) (not including side paddings)*/
	color:#ffffff;
	background-color: #000000 ;
	text-decoration: none;
	padding: 5px 5px;
	border-bottom: 1px solid #414141; 	/*darrrrk grey*/
	}

	* html .ddsubmenustyle li{ 			/*IE6 CSS hack*/
	display: inline-block;
	width: 170px; 						/*width of menu (include side paddings of LI A*/
	}

	.ddsubmenustyle li a:hover{			/*sub(s) hovers	*/
	background-color: #002f65;
	color: #ffffff;
	}

	/* ######### Core/Neutral CSS (used for both vertical & horizontal implementations) ######### */
	.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
	padding-left: 4px;
	border: 0;
	}

	.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
	position: absolute;
	padding-top: 3px;
	left: 100px;
	border: 0;
	}

	.ddiframeshim{
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
	}

	/* ######### Root-Level Menu Bar CSS (horizontal version) ######### */

	.rootmenu {
/*	width:800px; ???????????????????????????*/
	/* height:XXXpx; Cannot control height; will float as needed to show the text; use tab padding below*/
	margin: auto; 
/*	margin-left:225px;*/
	padding-top:0px;
	padding-right:0px;
	padding-left:0px;
/*	
	background-color: #666666; 
	background-image: url('/images/nav/bg_links.jpg'); 
	background-repeat: repeat-x; 
	border-top:1px solid #c9c9c9
*/
	}

	.rootmenu ul{
	margin: 0;
	padding: 0;
	font: bold 100%/1.5 Arial, sans-serif;
	list-style-type: none;
/*	border-bottom: 1px solid gray;*/
	background: transparent;
	overflow: hidden;
	width: 100%;
	}

	.rootmenu li{
	display: inline;
	margin: 0;
	}

	.rootmenu li a{							/*root tabs*/
	float: left;
	display: block;
/*	width:99px;							Omit width declaration for floating width tabs*/
	text-decoration: none;
	margin: 0;
/*	padding: 3px 7px; 						/*padding inside each root tab*/
	padding: 3px 17px; 						/*padding inside each root tab*/
	border-right: 1px dotted #e8e8e8; 		/*right divider between root tabs*/
	color:#ffffff;
	background: #000000;
	}

	.rootmenu li a:visited{					/*root tabs*/
	background-color:#000000;
	color:  #ffffff;
	}

	.rootmenu li a:hover{					/*root tabs*/
	background: #002f65;
	color: #ffffff;

	}

	.rootmenu a.selected{					/*not in use; would require class="selected" be set for the current page's tab*/
	background-color: #002f65;	 			/*background of tab with "selected" class assigned to its LI*/
	color: #ffffff;
	}

/* ######### End ddLevelsMenu CSS ######### */