/***********************************************/
/* vhs1.css created by John Underwood       */
/***********************************************/

body{
	font-family: Verdana, Helvetica, sans-serif;font-family: Arial,sans-serif;
	color: #7C0403;
		
	margin: 0px;
	padding: 0px;
	marginwidth: 0px
	marginheight: 0px 
	leftmargin:= 0px 
	topmargin: 0px
	/*background: #7C0403;*/
	background: #FFFFFF;
}




/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #ffffff;
}

h2{
 font-size: 114%;
 color: #ffffff;
}

h3{
 font-size: 100%;
 color: #ffffff;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #ffffff;
}

h5{
 font-size: 100%;
 color: #ffffff;
}

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: #ffffff;
}
				

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

#masthead{
	margin: 0;
	padding: 0px 0px;
	border-bottom: 0px ;
	width: 100%;
}

#navBar{
	margin: 0 0 0 0;
	padding: 0px;
	font-size: 85%;
}

#content{
  float:left;
	width: 100%;
	margin: 0;
	padding: 0 0% 0% 0;
}


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

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


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

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



/************* #globalNav styles **************/

#globalNav{
color: #ffffff;
padding: 0px 0px 0px 0px;
white-space: nowrap;

}
/* '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 */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
/***** padding: 10px 4px 0px 0px; *****/
}

a:link {
	color: #790302;
	text-decoration: none;
	

}

a:visited {
	color: #790302;
	text-decoration: none;
	
}


a:hover {
	text-decoration: underline;
	color: #790302;
	
	

}



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

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

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


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 0px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* 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" */

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


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 0px solid #cccccc;
	font-size: 85%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}




/* IDs
--------------------------------------------------*/
#wrapper {
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

#logohead {
	background: #000000;
	text-align: left;
	margin-top: 10px;
}

#logofooter {
	background: #000000;
	text-align: left;
	margin-top: 10px;
}

#pagehead {
	background: transparent;
	color: #FFFFFF;
	margin-bottom: -20px;
	position: relative;
	z-index: 2;
	font-family: "Verdana", Helvetica, sans-serif;
	font-size: 10pt;
}

#pagehead a {
	color: #FFFFFF;
}

#pagehead p {
	line-height: 13pt;
}

#subhead {
	position: relative;
	z-index: 1;
	height: 1px;
}

html > body #subhead {
	height: auto;
}

#mainbox {
	margin-top: -20px;
}

#pagefoot {
	background: transparent;
	color: #FFFFFF;
	margin-top: -20px;
	margin-bottom: 10px;
	font-family: "Verdana", Helvetica, sans-serif;
	font-size: 10pt;
}

#pagefoot strong, #pagehead strong {
	font-size: 11pt;
}

#pagefoot a {
	color: #FFFFFF;
	
}

#mainimage {
	margin: 0;
	padding: 3px;
	text-align: center;
}

#mainimage img {
	margin-bottom: 2px;
	background: #333333;
	padding: 0px;
	
}

#altmainimage {
	padding: 10px 0 10px 0;
	margin: 0 0 10px 0;
	width: 740px;
	overflow: auto;
	text-align: center;
}

/* Classes
--------------------------------------------------*/
.low {
	display: none;
}

.smalltext {
	font-size: 8pt;
	color: #FFFFFF;
	font-family: "Verdana", Helvetica, sans-serif;
}

.clearer {
	clear: both;
	line-height: 0;
}

.left {
	float: left;
	clear: right;
	background: transparent;
}

.right {
	float: right;
	background: transparent;
}

.center {
	text-align: center;
	margin: 0 auto;
}

.sep {
	line-height: 0px;
	height: 1px;
	border: none;
	background: #a2c0df;
	color: #a2c0df;
	margin: 0;
	padding: 0;
}

.seppad {
	line-height: 0px;
	height: 1px;
	border: none;
	background: #a2c0df;
	color: #a2c0df;
	margin: 10px 0 10px 0;
	padding: 0;
}

.metatitle {
	margin-bottom: 10px;
}

.metatitle1 {
	font-size: 11pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
}

.metatitle1 a {
	text-decoration: none;
}

.metatitle1 a:hover {
	color: #7ba9c4;
}

.metatitle2 {
	font-size: 70%;
	font-style: italic;
	margin-left: 10px;
	margin-top: 0.5em;
	float: left;
}

.metatitle3 {
	float: right;
}

.metaitem {
	margin-bottom: 4px;
}

.thumbcontainer {
	padding: 5px;
	background: #c0c0c0;
	height: 155;
	display: table-cell;
}

.thumbmeta {
	margin-top: 5px;
	text-align: left;
	font-size: 8pt;
	line-height: 12pt;
	color: #ffffff;
	font-family: "Verdana", Helvetica, sans-serif;
}

.metabox {
	background: #000000;
	padding: 7px;
	text-align: left;
	font-size: 12pt;
	line-height: 12pt;
	margin: 0 auto;
	height: 1px;
	color: #ffffff;
	font-family: "Verdana", Helvetica, sans-serif;
}

html > body .metabox {
	height: auto;
}

.paginate {
	color: #FFFFFF;
	font-family: "Verdana", Helvetica, sans-serif;
	font-size: 10pt;
	padding-top: 5px;
	padding-bottom: 10px;
	margin: 0px;
	text-align: center;
	background: #c0c0c0;
}

.paginate a {
	padding: 2px 6px;
	font-family: "Verdana", Helvetica, sans-serif;
	border: solid 1px #ffffff;
	text-decoration: none;
	color: #FFFFFF;
	background: #c0c0c0;

}

.paginate .this-page {
	padding: 2px 6px;
	border-color: #ffffff;
	font-weight: bold;
	font-size: 10pt;
	

	
}

.paginate a:hover {
	color: #ffffff;
	background: #333333;
	border-color: #ff6600;
	text-decoration: none;
	background: #000000;
}



/*******paginate blue********/


.bbbbbb {
	color: #00FF00;
	font-family: "Verdana", Helvetica, sans-serif;
	font-size: 50pt;
	margin: 1px;
	text-align: center;
	background: #000000
}

.bbbbbb a {
	color: #ff0000;
	padding: 2px 2px;
	border: solid 1px #ffffff;
	background: #ff0000;
	text-decoration: none;
	
}

.bbbbbb .this-page {
	padding: 2px 2px;
	border-color: #0000ff;
	font-weight: bold;
	font-size: 10pt;
	
	background: #000000;
}

.bbbbbb a:hover {
	padding: 2px 2px;
	color: #8888aa;
	background: #000000;
	border-color: #8888aa;
	text-decoration: none;
}

.imagenav {
	color: #FFFFFF;
	padding: 5px 10px 5px 10px;
	margin: 0 auto;
	font-size: 8pt;
	font-family: "Verdana", Helvetica, sans-serif;
}




/*************/


.imagenav a {
	color: #FFFFFF;
}

.headimage {
	position: relative;
	top: -8px;
	left: -6px;
}

html > body .headimage {
	position: relative;
	top: -12px;
	left: -8px;
}

.slide {
	background: #FF6600;
	padding: 7px;
	margin-right: 10px;
}

.nav {
	background: #FF6600;
	padding: 7px;
}

.pageh1 {
	font-size: 16pt;
	font-weight: bolder;
	padding: 0px 0 0px 9px;
	text-align: center;
	color: #FFFFFF;
	font-family: "Arial", Helvetica, sans-serif;
}

/* Headings
--------------------------------------------------*/
h1 {
	font-size: 15pt;
	font-weight: bolder;
	margin: 10px 0 10px 0;
	padding: 5px 0 5px 0;
	text-align: center;
	color: #FFFFFF;
	font-family: "Arial", Helvetica, sans-serif;
}

/* Images
--------------------------------------------------*/
/* Tables
--------------------------------------------------*/
caption {
	display: none;
}

table{
	margin: 0;
	padding: 0;
	border: 0;
}

td {
	padding: 0;
	margin: 0;
}

td.thumbtable {
	padding: 5px;
	text-align: center;
}

.infor {
	text-align: left;
	padding: 0;
}

.xsnazzy h1, .xsnazzy p {
	margin: 0 10px;
}

#pagehead .xsnazzy p, #pagefoot .xsnazzy p {
	line-height: 15pt;
	background: transparent;
}

.xsnazzy {
	background: transparent;
	margin-top: 10px;
}

.xtop, .xbottom {
	display: block;
	background: transparent;
	font-size: 1px;
}

.xb1, .xb2, .xb3, .xb4 {
	display: block;
	overflow: hidden;
}

.xb11, .xb21, .xb31, .xb41 {
	display: block;
	overflow: hidden;
}

/* Top of Container
--------------------------------------------------*/
.xb1, .xb2, .xb3 {
	height: 1px;
}


.xb11, .xb21, .xb31 {
	height: 1px;
}
/* bottom of container
--------------------------------------------------*/
.xb2, .xb3, .xb4 {
	background: #790302;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

#subhead .xb2, #subhead .xb3, #subhead .xb4 {
	background: #790302;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

#pagehead .xb2, #pagehead .xb3, #pagehead .xb4 {
	background: #FFFFFF;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

#pagefoot .xb2, #pagefoot .xb3, #pagefoot .xb4 {
	background: #c0c0c0;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

.xb1 {
	margin: 0 5px;
	background: #ffffff;
}

.xb2 {
	margin: 0 3px;
	border-width: 0 2px;
}

.xb3 {
	margin: 0 2px;
}

.xb4 {
	height: 2px;
	margin: 0 1px;
}

.xboxcontent {
	display: block;
	background: #790302;
	border: 0 solid #ffffff;
	border-width: 0 1px;
}

/* watch out for the padding color
--------------------------------------------------*/
#mainbox .xboxcontent {
	padding: 0px 0 0px 0;
	background: #790302;
}

#pagehead .xboxcontent {
	display: block;
	background: #790302;
	border: 1 solid #C0C0C0;
	border-width: 0 1px;
}

#pagefoot .xboxcontent {
	display: block;
	background: #c0c0c0;
	border: 10 solid #C0C0C0;
	border-width: 0 1px;
}

#subhead .xboxcontent {
	display: block;
	background: #790302;
	border: 0 solid #C0C0C0;
	border-width: 0 1px;
	padding: 5px 0 0px 0;
}

#subhead .xsnazzy h1 {
	margin: 0 10px;
	font-size: 15pt;
	padding: 0;
	color: #FFFFFF;
	text-align: left;
}

#subhead .xsnazzy pageh1 {
	margin: 0 10px;
	font-size: 16pt;
	padding: 0;
	color: #FFFFFF;
	text-align: left;
}

#subhead .smalltext {
	margin-left: 10px;
	padding-bottom: 5px;
}

#pagefoot .xboxcontent p.left {
	background: #C0C0C0;
}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #790302;
}

.style11 {font-size: small
color: #dddddd;
}


.style5 {
	font-size: medium;
	font-weight: bold;
}
.style6 {color: #790302; font-family: Verdana, Arial, Helvetica, sans-serif;}
.style7 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: medium; color: #790302; }
.style13 {
	color: #790302;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: larger;
}
.style17 {font-size: larger}
.style20 {font-size: 18}
.style23 {font-size: 18px}
.style24 {
	font-size: x-small;
	font-style: italic;
}
.style21 {
	font-size: xx-small;
	color: #FFFFFF;
}
.style25 {color: #FFFFFF}