@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/bodybg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	}
	
#container {
	width: 902px;
	margin: 0 auto 0 auto; 
	padding: 0;

	}


#newsletter {
	width: 500px;
	position: relative;
	left: 405px;
	text-transform: uppercase;
	font-weight: bold;
	color: #F6921E;
	font-size: .8em;
	top: -25px;
}

.newstext {
	color: #999999;
	font-size: 11px;
	font-weight: lighter;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	
.submit {
	position: absolute;
	top: -6px;
	left: 438px;
}

/*--TOP INFO BAR--*/	


#topinfobar {
	position: relative;
	background-image: url(../images/topinfobar.jpg);
	background-repeat: no-repeat;
	height: 39px;
	width: 566px;
	left: 345px;
	top: 33px;
	}

#topinfobar h2 {
	visibility: hidden;
	line-height: 0;
	padding: 0;
	margin: 0; }
	
#topinfobar h3{
	background-image: none;
	display: block;
	height: 20px;
	width: 200px;
	float: right;
	margin: 5px -60px 0 0 ;
	font-size: 15px;}
	
#topinfobar h3 span{
	visibility: hidden;}
	
#topinfobar h3 a:link, #topinfobar h3 a:hover,  #topinfobar h3 a:active,  #topinfobar h3 a:visited {
	text-decoration: none;} 
	
#nav {
	background-image: url(../images/navbg.jpg);
	background-repeat: no-repeat;
	height: 68px;
	margin: -50px 0 0 0;
	padding: 0;
	z-index: 2;
	}
#homebutton {
	position: absolute;
	left: 1044px;
	top: 125px;
}


/*--NAVIGATION STYLES--*/	
.basictab {
padding-top: 13px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .8em;
color: #FFFFFF;
list-style-type: none;
margin: 0;
text-align: left;
 }


.basictab li{
margin: 0;
display: inline;
height: 36px;

}

.basictab li a {
text-decoration: none;
margin: 0;
height: 50px;
padding-left: 9px;
padding-right: 5px;
color: #FFFFFF;
text-transform: uppercase;
background-image: url(../images/greenfadingline.jpg);
background-repeat: no-repeat;
background-position: left;
}


.basictab li a:visited{
color: #FFFFFF;
text-decoration: none;
}

.basictab li a:hover{
	
}

.basictab li a:active{
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #dbffff;
color: black;
}

.submenustyle{
padding: 2px 1px;
border: none;
border-top-width: 0;
width: auto;
color: #999999;
text-transform: uppercase;
font-size: .9em;
display: none;
margin-top: 12px;
margin-left: 30px;

}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
}

.submenustyle a{
border-right: none;
padding: 1px 5px;
text-decoration: none;
color: #666666;
font-size: .7em;
}

.submenustyle a:hover{
	text-decoration: underline;
}


/*END OF NAVIGATION MENU STYLES*/
	
#header {
	position: relative;
	top: -39px;
	}



#featuredinfo {
	background-image: url(../images/featuredbg.jpg);
	background-repeat: no-repeat;
	height: 300px;
	z-index: 2;
	margin: 0;
	}
#featureinfopic {
	border-left: 3px solid #B0B0B0;
	border-right: 3px solid #B0B0B0;
	width: 612px;
	margin-top: -300px;
	margin-left: 284px;
	position: relative;	}

#featuredinfo h1 {
	color: #016549;
	font-weight: bold;
	font-size: 1.1em;
	padding-top: 10px;
	margin: 0 0 0 15px;
	width: 250px;
	font-family: /*Calibri,*/ Arial, Helvetica, sans-serif; }
	
#featuredinfo h2 {
	color: #F69320;
	font-weight: normal;
	font-size: .9em;
		margin: 0 0 0 15px;
	width: 250px;
	padding: 0;}

#featuredinfo p {
width: 250px;
	font-size: .7em;
		margin: 0 0 0 15px;
	line-height: 1.5em;
	color: #666666;
	}

.readmore {
	left: 305px;
	top: 420px;
	position: absolute}
 
	
/*-----------CONTENT----------*/	

#content {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #FFFFFF;
	margin-bottom: -25px;
	padding-top: 5px;
	width: 872px;
	font-size: 0.9em;


	}

#content p, #content ul li {
	line-height: 1.6em;
	font-size: .9em;
	}

#content h1 {
	font-weight: normal;
	font-size: 2.0em;
	color: #016549;
	background-image: url(../images/h1border.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#content h2 {
	color: #016549;
	font-weight: bold;
	text-transform: uppercase;
	font-size: .85em;
}

#content h3 {
	background-image: url(../images/yellowarrow.gif);
	background-repeat: no-repeat;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: normal;
	color: #016549;
	text-indent: 15px;
	margin-left: 15px;
}

#content ul li {
	list-style-image: url(../images/littletriangle.gif);
	font-size: .9em;
		}

#content a:link, #content a:visited {
	color: #016549;
	font-weight: normal;
	border-bottom: dotted 1px #CCCCCC;
	text-decoration: none;
	}

#content a:hover, #content a:active {
	color: #2E524E;
	text-decoration: none; }
#info {
	width: 245px;
	background-image: url(../images/extra_bg.jpg);
	background-repeat: repeat-y;
	}
#info h1 {
	background-image: url(../images/extra_top.jpg);
	background-repeat: no-repeat;
	margin-top: -15px;
	margin-left: -5px;
	height: 35px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 12px;
	font-size: .8em;

	}
#info h2 {
	color: #F6921E;
	margin: 0 0 0 5px;
	padding: 0;
	font-size: .9em;
	text-transform: uppercase;
	font-weight: bold;
	}
	
#info h3 {
	color: #666666;
margin: 0 0 0 5px;
	padding: 0;
	background-image: none;
	font-size: .8em;
	text-transform: uppercase;
	font-weight: normal;
	text-indent: 0;
	}

#info p {
	padding-left: 5px;
	padding-right: 10px;
	}
	
.infobottom {
	background-image: url(../images/extra_bottom.jpg);
	background-repeat: no-repeat;

	width: 230px;
	height: 15px;
	margin-left: -5px;
	margin-top: 20px;
	margin-bottom: -10px}
	

#footer {
	background-image: url(../images/footerbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 93px;
	
}

#footer p {
	color: #FFFFFF;
	font-size: .7em;
	text-align: center;
		position: relative;
		top: 55px;}

#footer a:link, #footer a:visited{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	}
#footer a:hover, #footer a:active {
	color: #CCCCCC;
	text-decoration: underline;
	font-weight: bold;}

#info ul li {
	font-size: .9em;
	padding: 0;
	margin: 15px 0 0 -15px; 
	}
#info p {
	color: #015840;
	font-size: .8em;}

/*MISC. CLASSES*/

.joinnow {
	background-image: url(../images/joinnow.jpg);
	display: block;
	width: 75px;
	height: 23px;
	background-repeat: no-repeat;
	float: right;
	margin-right: 20px;
}

.joinnow span {
	visibility: hidden;
	text-decoration: none;
	}

.joinnow a:link, .joinnow a:visited, .joinnow a:hover, .joinnow a:active {
	text-decoration: none;}

.floatleft {
	float: left;
	padding-right: 5px;
	}

.floatright {
	float: right;
	margin-left: 10px;
	padding-left: 5px;
}

.photoright {
	float: right;
	background-color: #FFFFFF;
	border: solid 1px #CCCCCC;
	padding: 5px;
	margin: 5px;
}

.photoleft {
	float: left;
	background-color: #FFFFFF;
	border: solid 1px #CCCCCC;
	padding: 5px;
	margin: 5px;}