/*****Reset*****/
html, body, div, h1, h3, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

/*****Basic Definitions*****/
html,body { background: #fff; color: #000; font-size:12px;font-family: Verdana, "Trebuchet MS", Arial; width:100%; text-align: center;}

h1 { font-size: 20px; color:#e977af; line-height: 30px; margin-bottom: 18px; }
h3 { font-size: 12px; color:#e977af; line-height: 10px; margin-bottom: 5px; }

a {	text-decoration: underline;
	font-family: Arial;
	color:#014536
}
a:visited { }
a:hover { text-decoration: none; }
img { border: none; }
p, ul, ol, dl, table { margin-bottom: 18px; }
ul, ol, dd { margin-left: 36px; }

/*****Custom Classes*****/
.clearing { clear: both; }
.clearfix { overflow: hidden; }
.last { margin-bottom: 0; }
.screenReader { left: -9999px; position: absolute; top: -9999px; }

/*****Background*****/
body{
    background: #2f7263;
	height:100%;	
}

/*****Container*****/
 #container{
	  background: #fff; 
	  width:810px;	  
	  height:1450px;
      text-align: center;
	  margin:0 auto;
      top:-2px;
	  overflow:visible;
	  padding:0;
	  overflow:hidden;
}

 #header{
	  background: #e977af; 
      width:810px;	  
	  height:100px;
	  margin:0 auto;
	  left:0px;
      top:0px;
	  position:relative;
}

#headerMenu{
	background: #000; 
	position:absolute;
	top:5px;
	left:0px;
	z-index:9999;
}

#headerMenu a{
	color:white;
	text-decoration:none;
	font-size: 15px;
	margin:20px 20px 20px 20px;
}

#headerMenu a:hover{
	color:gray;	
}

#headerTitle{
	background:url(images/headerTitle.jpg) no-repeat top left;
	width:627px;
	height:34px;
	top:40px;
	left:90px;
	position:absolute;
}

/*****Main Title*****/
#banner{
	background: url("images/mainImage.jpg");
	width:810px;
	height:399px;
	left:0;
	top:0;
	position:relative
}

.content01{
	left:0px;
	position:relative;
}

.content01 p{
	text-align:justify;
	font-size:12px;
	line-height:20px;
	width:700px;
	margin: auto;
}

.content02 p{
	font-size:18px;
	text-align:center;
	letter-spacing:-1px;
	line-height:25px;	
}

.content03 p{
	font-size:14px;
	font-style:italic;
	text-align:left;
	margin-top:30px;
	margin-bottom:3px;
	margin-left:55px;
	
}	
	
#venue{
	width:300px;	
	float:left;
	line-height:20px;
	text-align:left;
	margin:0px
}	
	
/**FORM*/

#formContainer{
	width:700px;
	height:500px;
	margin:0px auto;
	margin-bottom:30px;
	border-top:#000 1px solid;
	padding-top:10px;
	position: relative;
}
	
#formDiv{
	background:#fff url(images/formBG.jpg) no-repeat top left;
	width:370px;
	height: 440px;
	left:0px;
	top:15px;
	position:relative; float: right;
	overflow:hidden;
	border:#ea77b0 1px solid;
}


#message		{ text-align:center;margin:0 auto;display:block;}
#message p		{ color:black;font-weight:bold;margin:6px 0px; }
#checkmark		{ position:relative;top:65px;left:-110px; }

#formDiv form{margin-top:50px;}

.LeftCol{
	text-align: right;
	padding-right: 15px;
	top:0px;
	margin:5px;
	left:0px;
	position:relative
}

.ChckCol{
	top:0px;
	margin-top:15px;
	text-align:left;
	left:40px;
	position:relative
}

input
{
}

label{
	font-size:10px;
	font-weight:bold;
}

.LeftCol input{
	left:10px;
	position:relative;	
	color: #000;
	width:190px;
	background: #fff;
	border: 0px solid #781351;
	border-bottom: 1px solid #000;
}

.chckBox{
	width:20px;
}

.cityCol {
	float: left;
	width: 180px;
}
/* Holly Hack */
/* Hides from IE5-mac \*/
* html .cityCol {height: 1%;}
/* End hide from IE5-mac */

.submit input {
	margin-top:10px;
	width: 200px;
	color: #fff;
	background: #ea77b0;
	border: 1px outset #d55996
}

#footer{
	color:#014536
}

