/* from helper.css - do not change without checking  */


* { margin: 0; padding: 0; }
cite { float: right; }
ul.classic { list-style: disc; margin-bottom: 1em; padding-left: 2em; }
div.section { clear: both; padding-top: 50px; }

* html ul.dropdown ul { background-image: url(images/dropdown_pane_8bit.png); }




/* divs */


#page {
	width: 950px;
	margin: 0 auto;
	float:center;
}



#wrapper {
	width: 1000px;
	margin: 0 auto;
	background-color: #ffffff;
	background-image: url(files/fvsaBG1.jpg);
	background-repeat: repeat;
}



#homewrapper {
	width: 1000px;
	margin: 0 auto;
	background-color: #ffffff;
	background-image: url(files/tearaway.jpg);
	background-repeat: no-repeat;	
}


#memberwrapper {
	width: 1000px;
	margin: 0 auto;
	background-color: #ffffff;
	background-image: url(files/fvsamemberBG1.jpg);
	background-repeat: repeat;
}



#pageheader {
	width: 685px;
	height: 150px;
	float:right;
	margin-top:50px;
}







#full {
	width: 950px;
	float: left;
	overflow: hidden;
}


#leftCol {
	width: 250px;
	float: left;
	overflow: hidden;
	padding-right:10px;
}



#logo {
	float: left;
	width: 250px;
	height: 198px;
	padding-top:10px;
}



#nav {
	float: right;
	width: 685px;
	height: 33px;
	background: #fff;
	margin-top:30px;
	border-bottom:thin;
	border-bottom-color:#af2b3c;
	border-bottom-style:solid;
	border-top:thin;
	border-top-color:#af2b3c;
	border-top-style:solid;
}


#playerlink {
	float: left;
	width: 227px;
	height: 221px;
	margin-top:270px;
}



#rightCol {
	width: 350px;
	float: left;
	overflow: hidden;
	margin-left:20px;

}



#rightTwoThirds {
	width: 680px;
	float: right;
	overflow: hidden;
}


#imageleftfloat{
	float:left;
	padding-top:13px;
  	margin-right:20px;
}

#imagerightfloat{
	padding-top:13px;
	margin-left:20px;
	float: right;
}

#imagecenter{
	padding-top:13px;
	margin-left:20px;
	float: center;
}




/* Text */


body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	line-height: 23px;	
	color: #333333;
}


p.bodytext {
	margin: 0;
	padding: 5px 20px 10px  0px;
	color: #333333;
}


p.bodyintro {
	margin: 0;
	padding: 5px 20px 10px  0px;
	color: #af2b3c;
	font-weight:bold;
}


p.bodyintroblack {
	margin: 0;
	padding: 5px 20px 10px  0px;
	font-weight:bold;
}



p.footnote {
	font-size: 11.5px;
	font-style:italic;
	text-align: left;
	line-height: 14px;
	margin-bottom:15px;	
}



p.hours {
	font-size: 12px;
	text-align: left;
	line-height: 18px;	
	color: #000000;
	padding-top:8px;
}


p.hoursbold {
	font-size: 12px;
	font-weight:bold;
	text-align: left;
	line-height: 18px;	
	color: #000000;
	padding-top:8px;
}


p.hoursfootnote {
	font-size: 10.5px;
	font-style:italic;
	font-weight:bold;
	text-align: left;
	line-height: 15px;	
	color: #000000;
	padding-top:8px;
}


p.logocontact {
	margin: 0;
	padding: 5px 20px 10px  0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-align: center;
	color: #af2b3c;
	line-height: 11.5px;
}






h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
	padding-top: 10px;
	padding-bottom: 6px;
}

h2 {
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 23px;
}

h3 {
	font-size: 18px;
	padding-top: 6px;
}





/* images */








/* Footer */

p.footer {
	margin: 0 auto;
	height: 20px;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1mm;
	text-align: center;
	color: #000000;
	font-weight: bold;
}


#footer a {
	text-decoration: none;
	color: #000000;
}





div#clearFloats {
	height: 1px;
	clear: both;
}

