/* ---------------- */
/* Element Styles (redefinition of basic html tags) */
/* ---------------- */

html, body {
   margin:0;
   padding:0;
   height:100%;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:12px;

}

p, ul, li, td, th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:16px;
}

h1, h2, h3, h4 {
	font-weight:bold;
	color:#000000;
}

h1 {
	font-size:16px;
	line-height:24px;
}

h2 {
	font-size:14px;
}
	
h3 {  
	font-size:12px; 
}

h4 {
	font-size:10px;
	line-height:12px;
}

ol li {
	list-style-type: upper-roman;
}

ul li {  
	list-style-type:square; 
}

dl {
	margin-left:10px;
}

dt {
	margin-left:10px;
	font-weight:bold;
}

a {
	font-weight:bold;
}

a:link {
	color:#ff7a00;
}

a:visited {
	color:#ff7a00;
	font-weight:bold;
}
	
a:active {   
	color:#000000; 
}

a:hover {
	color:#E6E600;
	font-weight:bold;
	text-decoration:none;
}
	
/* ---------------- */
/* Div Styles for Major Page Components */
/* ---------------- */

.container-body {margin:0 auto; width: 1000px;} 

#container { /* sets boundary so relative divs align properly */
	position:relative;
	width:1000px; 
	padding:5px;
	alignment-adjust:central
}

#container2 { /* aligns sidebar */
	position:absolute;
	left:0px;
	top:54px; 
}

#header {
	padding:0px;
	position:relative;
	width:1000px;
	height:70px;
	background-image:url(../docs/images/top_banner.gif);
	background-color: #31A0A1;
}

#body {
	position:relative;
	visibility:visible;
	padding:12px 10px 10px;
	width:980px;
	z-index:1;
	float:left;
	left: -1px;
	top: 0px;


}

#sidebar {
	position:relative;
	visibility:visible;
	padding:10px;
	top:30px;
	width:200px;
	background-color:#CCE6E5;
	z-index:2;
	float:left; /* For some reason, when I used a left float for the sidebar it didn't fit next to the body, so I set the container width and had the sidebar float right */

}
	
#footer {
	position:relative; 
	width:1000px;
	bottom:0;
	bottom:-1px;
	clear:both; /* This clears the floats for the body and sidebar so that the footer is flush left */
	padding:5px;
	margin:5px;
}

#footer a:link {
	font-weight:bold;
	text-decoration:none;
	color:#006666;
}

#footer a:visited {
	color:#006666;
	
	text-decoration:none;
}
	
#footer a:active {   
	color:#000000; 
}

#footer a:hover {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

/* ---------------- */
/* Div Styles for Header */
/* ---------------- */

#search{
	position:absolute;
	left:790px;
	top:18px;
	width:456px;
	height:40px;
	z-index:30;
}

#menuTop {
	position:relative;
	height:40px;
	left:168px;
	width:950px;
	z-index:20;
}

#menuTop ul, #menuTop li {
	margin:0px;
	padding:0px;
} 

#menuTop ul {
	background-color:#99CCCC;
}

#menuTop ul li {
	background-color:#99CCCC;
	list-style-type:none;
	width:119px;
	height:32px;
	line-height:14px;
}

#menuTop a {
	font-weight:bold;
	font-size:12px;
	color:#000000;
	text-decoration:none;
    display:block;
    margin:0px;
	padding:0px 3px;
	border:solid;
	border-color:#999999;
}

#menuTop a:hover {
	color:#83A3A2;
	background-color:#FFFFFF;
	height:30px;
}

#menuTop ul.menuHoriz li {
    float:left;
}

#bannertext {
	position:absolute;
	left:216px;
	top:10px;
	width:573px;
	z-index:30;
}


/* ---------------- */
/* Class Styles for Text */
/* ---------------- */

.small {
	font-size:10px;	
}

.medium {
	font-size:12px;	
}

.LargeText {
	font-size:18px;	
}

.smallNavText {
	font-size:8px;	
}

.blackLink {
	color:#000000	
}

.bannerText {
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;	
}

.bannerTextLarge {
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;	
}

.bannerTextSmall {
	font-size:10px;
	color:#FFFFFF;	
}
	
/* ---------------- */
/* Save: Div Styles for Left Navigation */
/* ---------------- */

#menuTop ul.menuVert {
	position:absolute;
	visibility:hidden;
	text-align:left;
	display:block;
	top:20px;
}

#menuTop ul.menuVert li {
	font-size:10px;
	line-height:10px;
	margin-bottom:10px;
	margin-top:10px;
	}

#menuTop ul.menuVert li a {
	text-decoration:none;
	}

#menuTop ul.menuVert li a:hover {
	text-decoration:none;
	padding:5px 3px 1px 3px;
}

ul#menuSubOne   { left:0px }
ul#menuSubTwo   { left:110px }
ul#menuSubThree { left:220px }
ul#menuSubFour  { left:330px }
ul#menuSubFive  { left:440px }
ul#menuSubSix   { left:550px }
	
#left_menu_nav {
	background-image:url(../media/jpg/top_menu.jpg);
	position:relative;
	left:0px;
	z-index:22;
	top:0px;
	height:415px;
	width:119px;
	text-decoration:none; /*This ensures that there are no underlines in the navigation even though they are links */
	display:block; /* This makes the menu items "boxes" */
	float:left;
	}
	
#left_menu_nav ul {
	margin:0;
	padding:0;
	list-style:none; /*This ensures that there are no bullets in the navigation even though they are lists */
	z-index:22;
}

/*you can use list-style:none; or display:block; to make the bullets disappear on the Mac Firefox and Safari*/
#left_menu_nav ul li {
	position:relative;
	float:left;
	width:119px;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	list-style:none;
}

#left_menu_nav ul li a {
	display:block;
	text-decoration:none;
	line-height:17px;
	font-size:10px;
	color:#000; /*text color for menu items */
	padding:10px;
	margin:0 0px; /* changed 0 2px to 0 0 to eliminate the border around the menu items*/
}


#left_menu_nav ul li a:hover {
	text-decoration:none;
	color:#FFFFFF; /*text color for menu items during hover */
}

#sideMenuPulldown {
	visibility:hidden;
	position:absolute;
	left:116px;
	top:187px;
	width:190px;
	height:190px;
	z-index:10;
	font-size:10px;
	font-weight:bold;
	color:#000000;
}

#sideMenuPulldown a {
	color:#000; /*text color for menu items */
}

#sideMenuPulldown a:hover {
	font-size:10px;
	color:#FFF; 
}

