/* CSS Document */
body
{
	background:url(../img/bg.gif) repeat-x #616480;
	margin:20px 0 0 0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

a
{
	color:#517D62;
	text-decoration:underline;
}

a:hover
{
	text-decoration:none;
}

#container
{
	width:800px;
	text-align:left;
}

#mainHolder
{
	width:800px;
	float:left;
	background:url(../img/top_bg.gif) repeat-x #fff;
}

img
{
	border:0;
}

img.top
{
	width:800px;
	height:8px;
	float:left;
}

#buffer
{
	width:760px;
	float:left;
	padding:0 0 0 20px;
}

img.logo
{
	width:317px;
	height:67px;
	float:left;
}

#topLeft
{
	float:right;
	text-align:right;
	width:300px;
	margin:13px 0 0 0;
}

#rss a
{
	float:right;
	width:70px;
	height:13px;
	background:url(../img/btn_rss.gif) no-repeat 71px 0px;
	font-size:9px;
	display:block;
	text-align:right;
	padding:3px 28px 0 0;
	color:#666;
	text-decoration:none;
}

#mobile a
{
	float:right;
	width:90px;
	height:16px;
	background:url(../img/btn_mobile_version.gif) no-repeat 95px 0px;
	font-size:9px;
	padding:3px 15px 0 0;
	color:#666;
	text-decoration:none;
}

table.searchTable
{
	float:right;
	clear:both;
	margin-top:10px;
}

input.search
{
	width:69px;
	height:19px;
	background:url(../img/btn_search.gif) no-repeat;
	border:0;
}

input.submit
{
	width:73px;
	height:19px;
	background:url(../img/btn_submit.gif) no-repeat;
	border:0;
}

input.field
{	
	height:15px;
	border:1px solid #a3a3a3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
	margin-right:10px;
}

#mainNav, mainNav ul
{
	margin:0;
	padding:0;
	float:left;
	border:1px solid #c8d2dc;
	height:28px;
	width:758px;
	font-size:10px;
	background:url(../img/nav_bg.gif) repeat-x;
	position:relative;
	z-index:5;
}
#mainNav li
{
	float:left;
	list-style-type:none;
	display:inline;
	height:28px;	
}
#mainNav li.border
{
	width:1px;
	height:15px;
	border-left:1px dotted #c8d2dc;
	margin-top:6px;
	float:left;
}
#mainNav li a
{
	color:#fff;
	padding:7px 9px 0 9px;
	display:block;
	height:21px;
	width:auto;
	float:left;
	background:url(../img/hover_bg.gif) repeat-x 0 0;
	text-decoration:none;
}
#mainNav li a:hover
{
	background-position:0 -28px;
}
#mainNav li ul { /* second-level lists */
	position: absolute;
	width:175px;
	height:auto;
	border:1px solid #73947F;
	margin:28px 0 0 -1px;
	padding:0 0 0 0;	
	clear:both;
	background:#356A4C;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#mainNav li ul li {
	border:0;
	text-align:left;
	margin:0;
	height:24px;
	width: 175px;
	padding:0;
	display:block;
}
#mainNav li ul li a {
	width: 166px;
	height:19px;
	display:block;
	padding:5px 0 0 9px;
	margin:0;
}
#mainNav li ul li a:hover {
	background:#698E77;
}
#mainNav li:hover ul, #mainNav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#mainNav li:hover, #mainNav li.hover {
    position:static;
    }

#flashArea
{
	float:left;
	width:760px;
	height:195px;
	z-index:0;
	position:relative;
	margin:12px 0 0 0;
	clear:both;
}

img.centerDiv
{
	float:left;
	width:800px;
	height:17px;
	margin:12px 0 0 0;
}

h1
{
	margin:10px 0 0 0;
	padding:0;
	font-size:18px;
	color:#68A203;
	font-weight:normal;
}

#homeContent
{
	float:left;
	color:#666;
	width:510px;
	padding-right:15px;
	font-size:11px;
}

#homeRight
{
	float:left;
	width:225px;
	color:#666;
	font-size:11px;
	padding:15px 0 0 0;
}

.redHeading
{
	text-transform:uppercase;
	color:#517D62;
}

td.descript
{
	font-size:9px;
	text-transform:uppercase;
	padding:5px 0 8px 0;
}

#dottedHome
{
	width:220px;
	height:1px;
	float:left;
	clear:both;
	margin:10px 0 10px 0;
	border-top:1px dotted #666;
}

.newsLink
{
	float:right;
	clear:both;
}

#chatHolder
{
	width:94px;
	height:95px;
	float:left;
	margin:0 0 20px 0;
}

img.bottom
{
	width:800px;
	height:7px;
	float:left;
	margin-top:20px;
}

#breadCrumb
{
	width:760px;
	float:left;
	font-size:10px;
	margin:10px 0 0 0;
	text-transform:uppercase;
	color:#2d5378;
}

#breadCrumb a
{
	color:#2d5378;
}
#footer
{
	width:800px;
	float:left;
	font-size:10px;
	color:#fff;
	text-transform:uppercase;
	padding-bottom:10px;
	padding-top:10px;
	text-align:center;
}
#footer a
{
	color:#fff;
}	
.style1 {color: #04522F}
.style2 {
	font-size: 10px;
	font-weight: bold;
}
.style3 {font-size: 9px}
.style4 {font-weight: bold}