/***********************************************/
/* Author: Todd Watts - It's Just HTML         */
/* CSS Base Style Sheet with Resets            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #9DB4DD;
}

a:link, a:visited, a:hover {
	color: #265070;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
    color: #265070;
	margin: 0px;
	padding: 0px;
}


ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font: bold 100% Arial,sans-serif;
 	color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	background-color: #fff;
	width: 100%;
	padding: 20px 0 0 0;

}

#wrapper {
 width: 100%;
 margin: 0 auto;
 background: #9DB4DD;
}

#wrapper2 {
 width: 100%;
 margin: 0 auto;
 height:150px;
}



#innerWrapper {
	text-align:left;
	width: 963px;

}

#contentLeftNav{
	float:left;
	margin: 40px 0 0 10px;
	width: 125px;
	height: 600px;

}

#content{
  	float:left;
	width: 707px;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	background: #fff;
	
}

#contentHome {
	background: #9DB4DD url(img/bg_home_scenery.jpg) no-repeat top left;
	float:left;
	width: 963px;
	height: 356px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color:#51534B;
	
}

#contentLeftCol {
	float:left;
	width: 494px;
}

#contentRightCol {
	float:right;
	width: 200px;
	background:#E9EFF8;
	margin: -10px 0 0 0;
	padding: 5px;
	height: 100%;
}

#contentHP{
  float:left;
	width: 780px;
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	
}

#feat1{
  float:left;
	width: auto;
	margin: 0 5px 0 0;
	padding: 0 0 0 0;
	
}

#feat2{
  float:left;
	width: auto;
	margin: 0 0 0 5px;
	padding: 0 0 0 0;
	
}

#feat3{
  float:left;
	width: auto;
	margin: 0 0 0 5px;
	padding: 0 0 0 0;
	
}

#clear {

clear:both;

}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #mastHead styles **************/

#mastheadWrapper{
color: #cccccc;
margin: 0 0 0 0px;
*margin: 0 0 0 0px;
_margin: 0 0 0 0px;
padding: 0px 0px 0px 0px;
white-space: nowrap;
height: 86px;
width: 880px;
text-align:left;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */
#mastheadWrapperlogo {
	float:left;
}

#mastheadWrapperAds {
	float:right;
	margin: 5px 0 0 0;

}

#mastheadHomeLogo1 {
	float:left;
}

#mastheadHomeLogo2 {
	float:right;
	margin: 0 0 0 0;

}

#mastheadWrapperNav img{
 display: block;
}

.bumper {
margin:0 0 0 0;
_margin: 20px 0 0 0;
}

/************* Left Nav Styles *************/

#navPrime {
	background:url(img/bg_nav_arrow.gif) no-repeat;
	background-position: 0px 3px;
	padding: 0 0 0 9px;
	font-size:12px;
	font-weight:bold;
	
}

ul#ulList {
	font-size:12px;
	margin:15px 0 0 -20px;
	*margin:15px 0 0 20px;
	*margin:15px 0 0 20px;
	color: #000;
}

ul.bulleted, ul#ulList {
	list-style-image:url(img/img_bullet.gif);
	list-style-position:outside;
	list-style-type:disc;
}


li.selected a, li.selected a:visited {
color:#534A30;
text-decoration:none;
background-color:#ACBFE2;
padding: 2px;

}

li.unselected a, li.unselected a:visited {
color:#352A0C;
text-decoration:underline;

}

/************* All H2 Image Replacement Headers *************/

h2 {
	margin: 0 0 0 0;
	padding: 0;
}

h2#h_about{
	background: url(img/h2_about.gif) no-repeat;
	margin: 1em 0 .5em .5em;
	text-indent: -9999em;
	height: 22px;
	width: 193px;
}

/************* All H2 Image Replacement Headers *************/

h2 {
	margin: 0 0 0 0;
	padding: 0;
}

h2#h_home{
	background: url(img/h2_home.gif) no-repeat;
	margin: 0 0 0 0;
	text-indent: -9999em;
	height: 31px;
	width: 268px;
}


/************* All H3 Image Replacement Headers *************/

h3 {
	margin: 0 0 0 0;
	padding: 0;
}

h3#h_experience{
	background: url(img/h3_experience.gif) no-repeat;
	margin: 0 0 0 0;
	text-indent: -9999em;
	height: 17px;
	width: 68px;
}

h3#h_270Mile{
	background: url(img/h3_270mile.gif) no-repeat;
	margin: 10px 0 0 0;
	text-indent: -9999em;
	height: 36px;
	width: 333px;
}



/************** .feature styles ***************/

.feature{
	background:url(img/bg_feature_inner.jpg) no-repeat;
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	height: 258px;
}

#featureInnerWrapper{
    position:relative;
}

#featureVideo {
	position: absolute;
	top: 20px;
	left: 434px;
 
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 0px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */

. feature p {

	margin: 0 auto;
    clear:both;
	float:left;
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
  padding: 0px 0px 0px 0px;
}


/************* Content Table styles ************/

#contentGroup {
   display: block;
   width: 494px;
   clear:both;
}
#contentGroupIcon {
	float:left;
	width: 90px;
	text-align:center;
}

#contentGroupText {
   float:left;
   font-size: 80%;
   width: 400px;
}

.contentGroupHdr {
font-weight:bold;
}
/************* #siteInfo styles ***************/

#siteInfoHome{
	clear: both;
	font-size: 75%;
	color: #333;
	padding: 10px 0px 10px 30px;
	margin: 0 auto;
	background-image:url(img/bg_siteInfo_grad.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	width: 100%px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#siteInfoHome img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}



/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

/*********** .space styles ***********/
.spaceV20 {
  	margin: 20px 0 0 0;
}

.spaceV25 {
  	margin: 25px 0 0 0;
}

.quickLinks {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#352A0C;
	font-size:12px;
}

.quickLinks a, {
	text-decoration:underline;
	color:#352A0C;
}

/*********** Home page specific ***********/
/*********** TODO: Clean up redundant styles ***********/


#contentHomeFeature {
	float:left;
	margin: 0 0px 0 10px;
	padding: 0 20px 0 30px;
	width: 390px;
	height: 100%;
	background: #9DB4DD;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 17px;
	font-size:13px
	
}

#lowerWrapper {
    clear:both; 
	background:#352A0C; 
	height: 150px;
	font-size:12px;
	width: 963px;
	color: #FFFFFF;
	text-align:left;
}

#lowerWrapper h4 {
	color:#B5C7E5;
	font-weight: bold;
	font-size:13px;

}

#lowerWrapper a {
color:#B5C7E5;

}

#join {

float:left;
width: 290px;
margin: 20px 0 0 20px;
font-size:11px;
font-family:arial;
}


#lowerWrapperDiv {

background:url(img/bg_home_lower_divider.gif) no-repeat;
width: 10px;
height: 100%;
float: left;

}

#communityIcons {
float:left;
width: 70px;
margin: 20px 0 0 20px;

}

#communityIcons img{
	padding: 0 0 1px 0;

}
#communityContent {

float:left;
width: 200px;
margin: 20px 0 0 15px;
}

#news {

float:left;
width: 290px;
margin: 20px 0 0 15px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}