﻿html,
body {
   margin:0;
   padding:0;
   height:100%;
   	background-attachment: fixed;
	background-color: #B9B9D5;
	background-image: url(assetts/bgrepeat.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	color: #000066;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 22px;
	margin-right: 0px;
	padding: 0px;
	font-weight: normal;
	text-align:center;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	color: #e07e07;
	margin-top: 0px;
	margin-bottom: 3px;
	margin-left: -1px;
	margin-right: 0px;
	padding: 0px;
	font-weight: normal;
	text-align:center;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	color: #e07e07;
	margin-top: 0px;
	margin-bottom: 3px;
	margin-left: -1px;
	margin-right: 0px;
	padding: 0px;
	font-weight: normal;
	text-align:center;
}
li
{
	margin-bottom:10px;
}
#container {
   min-height:100%;
   position:relative;
   width:900px;
   margin-left:auto;
   margin-right: auto;
   background-color:#EFEFEF;
   
}
#header {
   background:#000066;
   height:193px;
   padding:11px;
   border-bottom:solid 3px #31A086;
}
#body {
   padding:10px;
      padding-bottom:110px; 
   	min-height:100%;
   	overflow: auto;
}
#footer {
  position:absolute;
   bottom:0;
   width:100%;
   height:99px;   /* Height of the footer */
   border-top:solid 3px #31A086;
}

#nav
{
	padding-left:40px; /* was 5 */
	height:40px;
}
#nav a img 
{
	padding-right:30px; /* was 9 */
}

#reserve
{
	height:360px;
	width:275px;
	float:right;
	padding-top:20px;
	background-image:url(assetts/reserve_now.jpg);
	background-repeat:no-repeat;
	background-position:center center;
}

#reserveevent
{
	height:450px;
	width:275px;
	float:right;
	padding-top:0px;
	margin-top:10px;
	background-image:url(assetts/reserve_event.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	
}

#lbltitle
{
    font-weight:bold
}

.event_content
{
    padding:20px;
}


#main
{
	float:left;
	width:570px; 
	padding-right:15px;
	clear:none;
	
}

.arialMain_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #333333;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	text-align:justify;
}

.arial_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	margin: 0px;
	text-align:justify;
}

.line 
{
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000066;
	margin-bottom: 8px;
}

.toggleopacity img{
/*filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;*/
	filter:alpha(opacity=100);
	opacity: 1;
}

.toggleopacity:hover img{
	filter:alpha(opacity=80);
	opacity: 0.8;
}

.equipOuter
{
	width:48%;
	float:left;
	position:relative;
	margin-bottom:20px;
}
.equioInner
{
	position: absolute; 
	margin-top: 40px; 
	margin-left:10px;
	top: 5%; 
	height: 50px;
}

.resForm
{
float:left;
width:550px;
}

.resLabel
{
float:left;
width:200px;
text-align:right;
line-height:32px;
}

.resInput
{
float:left;
width:300px;
padding-left:10px;
}

.dtLabel
{
	float:left;
	width:170px;
	font-family:Courier New;

}
.dtCont
{
	float:left;
	width:500px;
	margin-left:150px;
}
.dtQty
{
	float:left;
	width:200px;
	
}
