/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.75em;
	margin: 0px;
	padding: 0% 1% 1% 2%;
	background-color: #FFFFFF;
	}
#skipnavigation{
  position: absolute; 
  left: -1000px; 
}
a{
	color: #000000;
	text-decoration: underline;
	background-color: #FFFF99;
}

a:link{
	color: #000000;
	text-decoration: underline;
	background-color: #FFFF99;
}

a:visited{
	color: #000000;
	text-decoration: underline;
	background-color: #FFFF99;
}

a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #000000;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #000000;
	margin: 0px;
	padding: 1px;
	display: block;
	font-weight: bold;
	border: 1px solid #FFFFFF;
}

h2{
 font-family: Arial, sans-serif;
 font-size: 114%;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h3{
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

h4{
 font-family: Arial, sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-style: italic;
}

ul{
	list-style-type: circle;
}

ul ul{
	list-style-type: square;
	list-style-image: none;
}

ul ul ul{
	list-style-type: none;
	list-style-image: url(/RFW/Images/Bullet-DoubleDash.gif);
}
ul ul ul ul{
	list-style-type: none;
	list-style-image: none;
}

label{
 font-family: Arial, sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #000000;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 0px;
	width: 100%;
	display: block;
	background-image: url(Art/Waves.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}

#content{
	float: left;
	width:75%;
	background-color: #FFFFFF;
	background:none;
	border: 2px solid #000000;
	margin: 5px 5% 5%;
	padding: 5px;

}

#PageTitle{
	float: right;
	padding: 0px;
	margin-left: 0px;
	margin-right: 110px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-weight: bold;
	margin-bottom: 0px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
	background-color: #FFFFFF;
}



/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/


#breadCrumb{
	font-size: 80%;
	padding: 5px -5px 5px 5px;
	background-color: #ffffff;
	font-weight: bold;
	color: #000000;
	float: right;
	width: 30%;
	line-height: 1.5em;
	border-top: 2px solid #00BBE3;
	border-right: none #00BBE3;
	border-bottom: 2px solid #00BBE3;
	border-left: 2px solid #00BBE3;
}

#breadCrumb h2{
	color: #000000;
	font-size: 125%;
	text-transform: uppercase;
	text-align: left;
}

#breadCrumb li{
	margin-bottom: 5px;

}
#breadCrumb a{
	color: #000000;
	border: none;
	left: 5px;
	top: 5px;
	bottom: 5px;
	list-style-image: url(Art/Bullet_LifePreserver.gif);
	text-indent: 10px;
	
}
#breadCrumb a:hover{
	color: #FFFFFF;
	background-color:#000000;
	list-style-type: none;
}
/************** .feature styles ***************/
#featureheader{
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 185%;
	color: #000000;
	padding-top: 0px;
	padding-left: 5px;
}
/************** .feature styles ***************/

.feature{
	padding: 5px 10px;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
	border: none;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.feature h3{
	padding: 0px;
	text-align: left;
	text-decoration: underline;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 0px;
	font-size: 100%;
	color: #000000;
}

.story p{
	padding: 0px;
	margin: 0px;
	font-size: 100%;
	text-align: left;
	color: #000000;
}


#Center {
	text-align: center;

}

#Center p {
	text-align: center;

}
/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #FFFFFF;
	font-size: 95%;
	width:100%;
	color: #000000;
	padding: 5px;
	text-align: center;
	}
	
#siteInfo a{
	color: #000000;
	
}
#siteInfo a:hover{
	color: #FFFFFF;
	background-color: #000000;
}	
#siteInfo img{
	padding: 4px 4px 4px 2px;
	vertical-align: middle;
}






/************** #Tooltips **************/

div.tooltip {
	border:1px solid InfoText;
	background:InfoBackground;
	color:#000000;
	padding:2px 4px;
	text-align:left;
	position:absolute;
	width:auto;
	height:auto;
	font-family: small-caption;
	}

tab {
	background-color: #b30d33;

}
#YouAreHere {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	display: block;
	text-indent: 0px;
	font-weight: normal;
	height: auto;
	}
#YouAreHere a {
	padding: 0px;
	font-weight: normal;
	height: auto;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
#mastheadImg {
	padding: 4px 0px 0px;
	width: 100%;
	text-align: center;
}
.photos {
	padding: 0px 0px 10px;
	width: 100%;
	background-position: center center;
	display: block;
	clear: both;
}

/************* #Top Navigation Bar styles *************/
#navcontainer ul
{
	background-color: #000000;
	float: left;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
	color: #ffffff;
	padding: 0px 0px 0px 0;
	margin: 0px 0px 15px;
	background-position: center;
	text-align: center;
	text-indent: 0px;
}

#navcontainer ul li {
	display:inline;
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}

#navcontainer ul li a
{
	padding: 0.2em 1em;
	background-color: #000000;
	color: White;
	float: left;
	text-decoration: none;
	border: 1px solid #ffffff;
}

#navcontainer ul li a:hover
{
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #FFFF00;
	background-repeat: no-repeat;
	background-position: left center;
}
#navcontainer ul li a:active
{
	background-color: #FF0000;
	color: #FFFFFF;
	border: 1px solid #2E0F48;
	background-repeat: no-repeat;
	background-position: left center;
}