/* VSRA Styles */
* {
  margin: 0;
  padding: 0;
}

body, html {
	margin: 0 auto;
	padding: 0;
	background: #000;
	text-align: center;
	color: #fff;
}

a:link, a:visited {
	color: #6699bb;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


h1 {
	background: url(/images/VSRA-Logo.png) no-repeat center center;
	height: 70px;
	width: 308px;
	display: block;
	text-align: center;
	padding: 20px 0 0 0;
}

h1 span {
	display: none;
}

p {
  margin: 10px 0 ;
  line-height: 1.3em;
}

.bio {
	padding: 0 0 0 110px;
	display: block;
	margin: 5px 0;
	border-top: 1px dotted #666;
}

.bobby {
  background: url(/images/bobby.jpg) no-repeat center left;
}

.gail {
  background: url(/images/gail.jpg) no-repeat center left;
}

.joe {
  background: url(/images/joe.jpg) no-repeat bottom left;  
  height: 200px;
}

#joesEmail {
  font-size: .8em;
  margin: 0 0 0 110px;
}

.keeler {
  background: url(/images/keeler.jpg) no-repeat center left;
}

.chris {
	background: url(/images/chrishorner.jpg) no-repeat center left;
}

.elaine {
	background: url(/images/elaine.jpg) no-repeat center left;
}

.kim {
  background: url(/images/kim.jpg) no-repeat center left;
  height: 130px;
}

.krysta {
  background: url(/images/krysta.jpg) no-repeat center left;
  height: 130px;
}

.missi {
  background: url(/images/missi.jpg) no-repeat center left;
}

#header {
	height: 170px;
	background: #000 url(/images/moon.jpg) no-repeat top right;
	margin: 0px;
}

#mContainer {
	margin: 0px auto;
	width: 800px;
	font: 1em arial, sans-serif;
}

#mContent {
	text-align: left;
}

#mContent h3 {
  margin:10px 5px;   
}

#mContent li {
  line-height: 1.8em;
  padding-left: 40px;
  list-style-type:none;
  background: url(../images/jack.jpg) no-repeat center left;
}

#mContent img {
  float: left;
  padding: 3px;
}

#moreInfo {
	margin: 20px 0 0 0;

}

#moreInfo img#left {
	float: left;
	margin: 20px 0 0 0;
	border: 0;
}

#moreInfo img#right {
	float: right;
	margin: 20px 0 0 0;
	border: 0;
}

ul#navlist
{
margin-left: 0;
padding: 5px 0;
white-space: nowrap;
border-top: 1px white solid;
border-bottom: 1px white solid;
padding
}

#navlist li
{
display: inline;
list-style-type: none;
font: 1.4em arial, sans-serif;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #000;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #369;
text-decoration: none;
}

#smallPhotos {
	width: 660px;
	margin: 5px;
	text-align: left;
}

#tourDates {
  margin: 10px 0 0 0;
}

#tourDates th{
	font: 1.1em arial, sans-serif;
	font-weight: bold;
	border-bottom: 1px dashed #333;
}

#tourDates #halloween {
	background: url(../images/jack.jpg) no-repeat center right;
	color: #ff6000;
	height: 27px;
}


/* clearfix */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#header2 {
	height: 375px;
	background: #000 url(/images/beckyheronsmall.JPG) no-repeat top right;
	margin: 0px;
}

#header3 {
	height: 375px;
	background: #000 url(/images/ticket.JPG) no-repeat top center;
	margin: 0px;
}

#header4 {
	height: 375px;
	background: #000 url(/images/wannabe.JPG) no-repeat top center;
	margin: 0px;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* Form styling */
form#contact { width:500px; padding:0 10px; margin:10px; color: #fff; }
form#contact fieldset {width:380px; display:block; padding: 0 5px; font-family:verdana, sans-serif; margin-bottom:0.5em; line-height:1.5em; border: none; }
form#contact legend {font-family:verdana, sans-serif; font-size:.8em; font-weight:bold; margin-bottom:5px; padding:3px; width:254px; background-color: #000;}
form#contact label {clear:left; display:block; float:left; width:100px; text-align:right; padding-right:0px; color:#000; margin-bottom:0.5em;color: #fff;}
form#contact input {padding-left:0.5em; margin-bottom:0.6em; float: left; margin-left: 20px; height: 20px;}
form#contact select { float: left; margin-left: 20px; height: 40px; width: 200px;}
form#contact textarea {width:410px; height:15em; border:1px solid #ccc; padding:0.5em; overflow:auto;}

form#contact #button1, form#contact #button2 {color:#c00; padding-right:0.5em; cursor:pointer; width:105px; margin-left:8px; background-color:#efefef;}
form#contact #button1:hover, form#contact #button2:hover {background-position:center left; color:#fff;}




