/* CSS Document */
body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #555555;
	overflow: scroll;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
 
}
#wrapper {
 	background-color: #ffffff;
	width: 981px;
	}
#header {
	width: 981px;
	background-color:#ffffff;
	border-bottom: 1px solid #ffffff;
	}
#contentTop {
	background-color: #dddddd;
	width: 981px;
	}
#contentTopCopy {
	float:left;
	text-align: left;
	padding: 15px 20px 10px 20px;
	}
.break {clear:both;}
#contentTopShim {
	width: 340px;
	float: left;
	}
#main {
	width: 981px;
	clear: both;
	background-color:#ffffff;
	}
#contentBottomLeft{
	width: 340px;
	vertical-align:top;
	}
#contentBottomLeft p {
	margin: 0;
	}
#contentBottomCenter {
	width: 321px;
	vertical-align: top;
	}
#contentBottomRight{
	width: 320px;
	vertical-align:top;
	}

#contentBottomLeftCopy{padding: 20px;text-align:left;}
#contentBottomCenterCopy{padding: 20px;text-align:left;}
#contentBottomRightCopy{padding: 20px; text-align:left;}

#footer{
	width: 981px;
	padding-bottom: 20px;
	background-color: #ffffff;
	}
#footerShim {
	width: 621px;
	text-align:left;
	}
	
.bodyDefault {
	background-color: #ffffff;
	}
a {
	color: #076275; 
}
#header a {
	border: 0;
	}
a:visited {
	color: #076275;
}
a:hover {
	color: #FF9900;
}
a:active {
}

.bigger {font-size: 0.9em}
 
h1 {
	font-size: 1.25em;
	color: #555555;
	margin: 0 0 8px 0;
}
h2 {font-size: 1.1em; font-weight: bold; color: #000000; } 
h3,
.callout {color: #000000; font-weight: bold;}
h3 {
	margin-bottom: 0; font-size: 9pt;
	}
.arrows {color: #336666}
.copyright {font-size: 0.9em;}

@media print {
	#menu {display:none;}
	body {color: #000000}
	}
	
/* Hover Menus */
#menu {
	padding-left: 340px;
	text-align: left;
	height: 31px;
	background-color: #000000;
	}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	/*set width here if same for each, or inline if different for each*/
	float:left;
}
#menu h2 {
	margin: 0;
	padding: 0;
	border: 0;
}

#menu ul ul a {
	font-size: 0.9em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	display: block;
	margin: 0;
	padding: 2px 3px;
	color: #000000; 
	background-color: #ffffff;
	text-decoration: none;
}
#menu h2 a {
	display: block;
	margin: 0;
	padding: 0;
}

#menu ul ul a:hover {
	color: #ff9900;
	background-color: #ffffff;
}

#menu li {position: relative;}
#menu ul ul li{
	border-bottom: 1px solid #000000;
	}
#menu ul ul {
	position: absolute;
	z-index: 500;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color:#ffffff;
	width: 150px;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul {
	display: none;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul {	
	display: none;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul {
	display: block;
	}

 /* End CSS Popout Menu */
