p, td { margin-top: 0; margin-bottom: 0;}
.borderTRL {/*puts border on Top, Right, and Left sides of table*/
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.borderLR { /*puts border on Left and Right side of table*/
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.borderRLB { /* creates Left, Right, and Bottom borders*/

	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.times {
	font-family: Arial, sans-serif, "MS Sans Serif";
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding-top: 4px;
	padding-right: 10px;
}
.eventsHeader {
	font-family: Arial, sans-serif, "MS Sans Serif";
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	padding-top: 15px;

}
.events {
	font-family: Arial, sans-serif, "MS Sans Serif";
	font-size: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;

}
.headline {
	font-family: Arial, sans-serif, "MS Sans Serif";
	font-size: 14px;
	font-weight: bold;
	color: #996600;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 15px;
	text-transform: uppercase;
}
.textMain {
	font-family: Arial, sans-serif, "MS Sans Serif";
	font-size: 12px;
	color: #000000;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.textMain a:link {
	font-weight: bold;
	color: #9C5D10;
	text-decoration: underline;
}
.textMain a:visited {
	color: #666666;
	text-decoration: underline;
	font-weight: bold;

}
.textMain a:hover {
	color: #9C5D10;
	text-decoration: none;
	font-weight: bold;

}
.textMain a:active {
	color: #666666;
	text-decoration: underline;
	font-weight: bold;

}
.textMain li {
	margin-left: 20px;
	margin-bottom: 6px;
}

.directions {
	text-align: center;
	vertical-align: bottom;
	bottom: 0px;

}
/*NAVIGATION MENU STYLES*/
#csstopmenu, #csstopmenu ul{
	padding: 0;
	margin: 0;
	list-style: none;
	border: 1px solid #000000;
}

#csstopmenu li{
float: left;
position: relative;
}

#csstopmenu a{
	text-decoration: none;
	/*color: #FFFFFF;*/
	/*border: 1px none #FFFFFF;*/
}

.mainitems{
	border-left-width: 1px;
	background-color: #9C5D10;
	font-family: Arial, sans-serif, "MS Sans Serif";
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 2px;
	text-transform: uppercase;
	letter-spacing: .1em;

}

.headerlinks a{
	margin: auto 6px;
	font-weight: bold;
	color: #FFF;
	
}


.submenus{
	display: none;
	width: 10em;
	position: absolute;
	top: 2em;
	left: 0;
	background-color: #9C5D10;
	padding: 2px;
	font-size: 10px;
	text-transform: none;
}

.submenus li{
width: 100%;
}

.submenus li a{
	display: block;
	width: 100%;
	text-indent: 3px;
	color: #FFF;
	padding: 3px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;

}

html>body .submenus li a{ /* non IE browsers */
width: auto;
}

.submenus li a:hover{
	background-color: #A8A586;
	color: #000000;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#csstopmenu li>ul {/* non IE browsers */
top: auto;
left: auto;
}

#csstopmenu li:hover ul, li.over ul {
display: block;
}

html>body #clearmenu{ /* non IE browsers */
height: 3px;
}

/*END OF NAVIGATION MENU STYLES*/
.photoMedium {
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;

}
.credits {
	font-family: Arial;
	font-size: 9px;
	color: #666600;
}
.credits a:link {
	color: #666600;
	text-decoration: underline;
}
.credits a:visited {
	color: #666666;
	text-decoration: underline;
}
.credits a:hover {
	color: #666600;
	text-decoration: none;
}
.credits a:active {
	color: #999999;
	text-decoration: underline;
}
.footer {
	font-family: Arial, sans-serif, "MS Sans Serif";
	font-size: 9px;
	color: #FFFFFF;
}
.footer a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer a:active {
	color: #CCCCCC;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}.adminMenu {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 4px;
	padding-left: 4px;
	text-decoration: none;
}
.adminMenu a:link {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 4px;
	padding-left: 4px;
	text-decoration: none;
}
.adminMenu a:visited {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 4px;
	padding-left: 4px;
	text-decoration: none;
}
.adminMenu a: hover {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 4px;
	padding-left: 4px;
	text-decoration: none;
}
.textMainSmall {

	font-family: Arial, sans-serif, "MS Sans Serif";
	font-size: 11px;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
}
.bottommargin {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.headlineBlack {

	font-family: Arial, sans-serif, "MS Sans Serif";
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-transform: capitalize;
}
.borderBottomWhite {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.textTable {
	font-family: Arial, sans-serif, "MS Sans Serif";
	font-size: 12px;
	background-color: #F4F4F0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.headline2 {
	font-family: Arial, sans-serif, "MS Sans Serif";
	font-size: 14px;
	font-weight: bold;
	color: #996600;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	text-transform: uppercase;
}

#vbs-form table .header {
	background:#fbbb6c!important;
	height:30px;
}

#vbs-form table td strong {
	margin-right:5px;
}

#vbs-form table .header th{
	border-top: 1px solid #874c00;
	border-bottom: 1px solid #874c00;
	text-align:right;
	font-size:15px;
	color: #333333;
}

#vbs-form .spacer {
	height:10px;	
}

#vbs-form table td {
	padding: 4px 0px;
}


#vbs-form table td p, #vbs-form table td textarea, #vbs-form table td label {
	margin-left:10px;
}

#vbs-form table td textarea[name="address"] {
	margin-left:0px;
}

#vbs-form table hr {
	border: 1px solid #874c00;

}