@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #145538;
	background-image: url(../nav_images/backgrounds/back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#container  {
	width: 960px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header  {
	height: 35px;
	padding-top: 0;
	padding-bottom: 0;
} 
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#footer  {
	background-color: #000000;
	font-size: 10px;
	height: 100%;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 100%;
} 
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a {
	color: #186D46;
	font-size: 10px;
	margin-right: 2px;
	margin-left: 2px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#media  {
	height: 350px;
	padding-top: 0;
	padding-bottom: 0;
	width: 900px;
}
#logo a{
	text-indent: -9000px;
	height: 70px;
	width: 900px;
	top: 50px;
	position: absolute;
	display: block;
}
/*---------------Menu----------------*/
#menu1 {
	margin: 0px;
	padding: 0px;
	width: 800px;
	list-style-type: none;
	float: right;
}
#menu1  a {
	float: right;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	line-height: 30pt;
	padding-right: 5px;
	padding-left: 5px;
	height: 35px;
	text-transform: uppercase;
	background-image: url(../nav_images/backgrounds/divider.gif);
	background-repeat: no-repeat;
	background-position: right top;
	
}

#menu1 li {
	display: inline;	
	
}
#menu1  a:hover {
	color: #000000;
	background-color: #00A0F8;
}
#menu1 .phone a {
	color: #000000;
	
}
/*---------------Menu2----------------*/
#menu2 {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	
}
#menu2  a {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	display: block;
	height: 42px;
	width: 261px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	text-decoration: none;
	padding-top: 41px;
	background-color: #26AA70;
	margin-bottom: 3px;	
}

#menu2 li {
	display: inline;
	
	
}



             
#menu2  a:hover {
	color: #000000;
	background-color: #00A0F8;
}
#menu2 .oh  a {
	background-image: url(../nav_images/backgrounds/buttons/history.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}
#menu2 .et  a {
	background-image: url(../nav_images/backgrounds/buttons/et.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}
#menu2 .vt  a {
	background-image: url(../nav_images/backgrounds/buttons/vt.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}
#menu2 .te  a {
	background-image: url(../nav_images/backgrounds/buttons/te.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}
#menu2 .ps  a {
	background-image: url(../nav_images/backgrounds/buttons/ps.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}

#mainContent h1 {
	color: #00A2F9;
	font-size: 25px;
}
#mainContent a {
	color: #2EC182;
}
#mainContent h2,h3 {
	font-size: 17px;
	color: #00A2F9;
}
 /*-------Table--------*/
.one-column-emphasis
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 11px;
	width: 500px;
	text-align: left;
	border-collapse: collapse;
	background-color: #000001;
	margin-top: 20px;
	margin-bottom: 10px;
	border: 1px solid #333333;
}
.one-column-emphasis th
{
	font-size: 11px;
	font-weight: bold;
	color: #CCCCCC;
	padding-top: 9px;
	padding-right: 5px;
	padding-bottom: 9px;
	padding-left: 5px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #CCCCCC;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.one-column-emphasis td
{
	color: #36D18D;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
}
.oce-first
{
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	background-color: #B7DCF2;
}
.one-column-emphasis tr:hover td
{
	color: #CCCCCC;
	background-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #0099FF;
	border-right-color: #0099FF;
}
.red-note
{
	font-size: 11px;
	font-weight: normal;
	padding: 12px 15px;
	color: #FF0000;
}
/*---------------Side Menu----------------*/



#side-menu {
	list-style: none;
	width: 245px;
	padding: 0;
	text-decoration: none;	
}

#side-menu  li{
	display: inline;
	
}

#side-menu  a {
	display:block;
	background-image: url(../nav_images/backgrounds/buttons/side-nav.gif);
	height: 34px;
	width: 243px;
	padding-left: 10px;
	line-height: 34px;
	background-repeat: no-repeat;
	background-position: left top;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 2px;
}

#side-menu a:hover {
	color: #FFFFFF;
	}
