/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

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: #002B5C;
	text-decoration: underline;
}

a:link{
	color: #002B5C;
	text-decoration: underline;
}

a:visited{
	color: #002B5C;
	text-decoration: underline;
}

a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #002B5C;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #EC018C;
	margin: 0px;
	padding: 1px;
	display: block;
	font-weight: bold;
	border: 1px solid #FFFFFF;
}

h2{
 font-family: Arial, sans-serif;
 font-size: 114%;
 color: #002B5C;
 margin: 0px;
 padding: 0px;
}

h3{
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #002B5C;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	background-image: url(Art/LifePreserverRED.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 25px;
}

h4{
 font-family: Arial, sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #002B5C;
 margin: 0px;
 padding: 0px;
}

h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #002B5C;
	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: #2a61a4;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	display: none;!important;
}

#wrapper, #content{
	float: none !important;
	width:75%;
	color: black;
    background: transparent none;
	border: 2px solid #00BBD7;
	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;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	display: none;
}


/************** .feature styles ***************/
#featureheader{
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 185%;
	color: #00BCE4;
	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;
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 0px;
	font-size: 100%;
	color: #EB008B;
}

.story p{
	padding: 0px;
	margin: 0px;
	font-size: 100%;
	text-align: left;
	color: #EB008B;
}


#Center {
	text-align: center;

}

#Center p {
	text-align: center;

}
/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #FFFFFF;
	font-size: 95%;
	width:100%;
	color: #002B5C;
	padding: 5px;
	text-align: center;
}
#siteInfo a{
	color: #002B5C;
	
}
#siteInfo a:hover{
	color: #FFFFFF;
}	
#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
{ display:none;
}
	
