@charset "UTF-8";
body {
	background: #666666;
	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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 340px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0px;
}
#sidebar1 #news-feed {
	list-style-type: none;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#sidebar1 #news-feed p {
	margin: 0px;
	padding: 0px;	
}
#news-feed .title-news a {
	display: block;
	height: 20px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	text-decoration: underline;
	color: #12704F;
}
#container  {
	width: 965px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #DADBE0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../nav_images/background/header-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#container #logo {
	height: 40px;
	width: 225px;
	position: absolute;
	background-color: #00FF00;
	float: left;
	z-index: 1;
	top: 20px;
}
#nav-area {
	margin-top: 24px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-bottom: 25px;
	height: 40px;
	font-size: 12px;
	text-align: right;
}
/*---------------Menu----------------*/
#menu1 {
	
	list-style-type: none;
	float: right;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#menu1  a {
	float: right;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #007D5D;
	padding: 5px;
}

#menu1 li {
	display: inline;	
	
}
#menu1  a:hover {
	color: #FFFFFF;
	background-color: #2F3F96;
}
#menu1 .phone a {
	color: #000000;
	
}
/*---------------End Menu----------------*/
#media  {
	padding-bottom: 0;
	height: 210px;
}
#media  h1  {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-right: 0;
	padding-left: 0;
	position: relative;
}
#media #flash {
	width: 600px;
	position: relative;
	clear: both;
	float: left;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent  {
	margin-top: 0;
	margin-right: 360px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
} 
#mainContent   h1,h2,h3  {
	font-size: 16px;
	font-weight: bold;
	color: #2E4293;
}
#footer  {
	color: #006A4B;
	background-color: #000000;
	height: 80px;
	padding-top: 25;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 11px;
	text-align: center;
	background-image: url(../nav_images/footerback.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#footer   p, a  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	color: #007D5D;
	text-decoration: none;
}
.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;
}
