@charset "UTF-8";
/* CSS Document */

html { height: 100%; margin-bottom: 1px; }

body,ul,ol,li,h1,h2,h3,h4,h5,h6,table,p,br,hr,div,blockquote{
	margin:0px;
	padding:0px;
	position:relative;
}
body{
	background: #E1CFB0;	
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#444444;
}

p{
	line-height: 15px;
	
}

a{
	text-decoration: none;
	color:#5A210A;
}	

#o{
	width:980px;
	margin: 0px auto;
	background: #ffffff;
}

#i{
	width:950px;
	margin: 0px auto;
	
}	

td{
	vertical-align:top;
}
#head {
	padding-top:10px;
	margin-bottom: 10px;
}
#head h1 {
	background: url(images/event-central.jpg);
	height: 98px;
	width: 218px;
}
#head h1 span{
	display:none;
}
#head h2{
	position:absolute;
	top: 10px;
	right:5px;
	font-size: 14px;
}
#head #headbanner{
	position: absolute;
	top: 10px;
	right:0px;
}


#mtable{
	width:950px;
}
#mtable .navcol{
	width: 235px;
}
#mtable .maincol{
	width: 480px;
}

.maincol p{
padding: 5px 15px;	
}


#mtable .largecol ul, #mtable .maincol ul{
	
	margin-left: 35px;
}

#mtable .scol{
    width: 235px;
}

/* navigation */
#nav{
	font: 12px "Times New Roman", Times, serif;
	margin-bottom: 25px;
}

#nav ul li a{
	text-decoration:none;
	color: #5A210A;
	text-transform: uppercase;	
}
#nav ul{
	list-style: none;
	margin-right: 10px;
	
	
}
#nav ul li{
	list-style:none;
	border: 1px solid #00A0C6;
	padding: 4px;
	margin-bottom: 8px;
	
}
#nav ul li ul{
	margin-top: 4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}
#nav ul li ul li{
	border: none;
	margin:0px 0px 0px 12px;
	
}
#nav ul li ul li a{
	color: #00A0C6;
}



.navgroup{
	border:1px solid #000000;
	padding: 10px;
	
}

.maincol div, .maincol p, .maincol ul, .maincol{
	margin-right: 10px;
}

#homeslides{
	margin-bottom: 10px;
}


.pinstripe{
	margin: 0px;
	border: 1px solid #00A0C6;
	padding:6px;
	margin-bottom: 10px;
	
}
.pinstripe h2{
	font-size: 12px;
	font-weight: normal;
	color: #5A210A;
	text-transform: uppercase;	
	
}

#searchbox{

}


#phototable td img{
    margin: auto;
	text-align: center;
}




.maincol h1, .largecol h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 30px;
	color: #7A5447;
	
	padding-left: 35px;
	background-image: url(images/starbullet.jpg);
	background-repeat: no-repeat;
}
.maincol h2{
	
	font-size: 14px;
	border-bottom: 1px #3399FF solid;

}
.maincol .detaillink{
	border: 1px solid #00A0C6;
	padding: 4px;
	margin: 4px;
	text-decoration: none;
	color: #7A5447;
	font-weight: bold;
	
}

.v_description{
	font-size: 13px;
	line-height: 20px;
}

#linkouts{
	
	position:absolute;
	top: 10px;
	right: 0px;
	width: 150px;
	text-align:right;
}
#linkouts a{
	
	display: inline;
}
#linkouts a:hover{
	border-width:2px;
}
#linkouts form{
	display:inline;
}


#foot{
	margin-top: 20px;
	border-top: 1px solid #00A0C6;
}



.vendorlisting{
	padding: 8px;
	margin: 5px;
	color: #58260F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #58260F;
}

.checklisttable td{
	height:24px;
	vertical-align: middle;
}
.checklisttable td input{
	padding:0px;
	margin:0px;
}

#featureblock{
	margin-top:20px;
	margin-right:10px;
}

#messages {
	background: #eeffee;
	border: 1px solid #009900;
	color: #009900;
}
#errors {
	background: #ffeeee;
	border: 1px solid #990000;
	color: #990000;
}
#warnings {
	background: #FFFFEE;
	border: 1px solid #FFFF33;
	color:#333333;
}
.reporter {
	font-size: 12px;
	font-weight: bold;
	margin: 5px 20px;
	padding: 8px;
}
.reporter span {
	display: block;
}

.youarehere{
	font-weight:bold;
}
.cattext{
	font-size:12px;
	line-height: 18px;
	margin-bottom: 10px;
}