/* ALAMO CITY QB CAMP CSS */
body {  
	margin: 0; 
	padding:0;
	background-image: url('images/background.jpg');
	background-position: center;
	background-repeat: repeat-y;
	font: 12px Verdana, Geneva,Helvetica,sans-serif;
	color: #000000;
}

hr {
	color: #850001;
	height: 1px;
	border-top: 1px dashed;
}
.small { 
	font-family: Arial, Verdana, sans-serif; 
	font-size: 10px; 
} 
#content {
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	width:693px;
	} 
	
#header {
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	width:693px;
	height:127px;
	} 
#main {
	float: right;
	width: 520px;
	min-height: 1600px;
	}
#quote {
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	width:693px;
	height:80px;
	} 
h1 { 
	width:500px;
	background: url(images/h1BG.png) no-repeat;
	color:white;
	text-align:center;
	margin-top:7px;
	font: 20px Verdana, Arial, Helvetica, sans-serif;
}

.campInfo {
	margin-top:10px;
}

.mainContentWrap {
	float: left;
	width:506px;
	background-color:#ffffff;
	/*border:solid 5px #0405A0;*/
	border:solid 5px #222222;
}
.mainContent {
	margin:2px;
}
.mainContent p {
	margin:10px;
}
.mainContent a img {
	border-style: none;
	margin:1px;
}
.mainContent img {
	border-style: none;
	margin:1px;
}
.testimonialWrap {
	width:500px;
	height:120px;
	background: url(images/testimonialBG.png) no-repeat;
	color:white;
	margin-top:7px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:10px;
}
.testimonial {
	padding: 5px 10px 0 10px;
}

.footer { 
	margin:10px;
	clear: both;
	background-color: #ffffff;
	color: #333333; 
	border: #333333 solid 2px;
	width:680px;
	margin-left:auto;
	margin-right:auto;
}
.footer p{
	text-align: center;
}

.notice {
	margin: 10px;
	padding: 10px;
	border: 2px solid #890600;
}
h2.centerText, p.centerText { 
	text-align:center;
}
p.justifyText { 
	text-align:justify;
}
/*********** Navigation ***********/
div#nav {
	position: absolute;  /* absolute removes it from the document flow! */
	top: 230px;			/* positioned from the top b/c of absolute positioning */
	float: left; 
	width: 170px; 
	margin: 0;
	color: #eee;
    /*background: #ffffff;*/ 
	font:  14px/14px sans-serif; 
	}
div#nav ul {
	margin: 0 0 0 5px; padding: 0; /*width: 170px; */
  /*border: 1px solid blue;*/}
div#nav li {
	text-transform:uppercase; text-align:center;
	height:35px;
	position: relative; list-style: none; margin: 0;
  	margin-bottom:3px;
	background: #02024F url(images/navBtn.png) no-repeat;}
div#nav li a:hover {
	color: #850003;}
div#nav li.submenu {  padding: 0.25em 0 0.25em 0.5em;
	background: #02024F url(images/subArrow.gif) 95% 50% no-repeat;}
div#nav li.submenu:hover {background-color: #0406AD; color: #eee}
div#nav li a {display: block; padding: 0.25em 0 0.25em 0.5em;
  text-decoration: none; width: 194px;
  color: #eee;
   }
div#nav>ul a {width: auto;}
div#nav ul ul {position: absolute; top: 0; left: 195px;
  display: none;}
div#nav ul.level1 li.submenu:hover ul.bwhlevel {display:block;}
/* END Navigation */


.CampFull { 
	color: #850003; 
	font-size: 16px;
	}
.Xout { 
	text-decoration: line-through; 
	}

.imgRight { float: right; padding: 0 20px 20px 0;}
.outOfState { color: #850003; font-weight: bold;}