@charset "utf-8";
/* Stephen Ellice, Whats on Group 2010 */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #1a171b;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #00b1e6;
	background-image: url(images/bg.png);
	background-repeat: repeat;
}
.main #container {
	width: 996px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-y;
}
.main #header {
	background-image: url(images/header_01.png);
	height: 189px;
}
.main #menubar {
	background-image: url(images/menu-bg.jpg);
	height: 60px;	
}
.main #slidebar {
	background-image: url(images/slide-bg.jpg);
	height: 255px;	
}
.main #addressbar {
	background-image: url(images/address-bar.jpg);
	height: 78px;	
}
.main #titlebar {
	background-image: url(images/title-bar.jpg);
	height: 52px;	
}
.main #titletext {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	text-transform: uppercase;
	padding-top: 10px;	
}
.main #titletextleft {
	font-weight: bold;
	float: left;
	padding-top: 10px;
	padding-left: 20px;
}
.main #titletextright {
	font-weight: bold;
	float: right;
	padding-top: 10px;
	padding-right: 20px;
}
.main #mainContent {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.main #footer {
	background-image: url(images/footer.jpg);
	height: 98px;
	font-size: 12px;
}
.main #map {
	padding: 10px;
	float: right;
	width: 350px;
	height: 370px;
}
/* start horizonal nav*/
#topnavcontainer {
	padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
}
#topnavlist {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 10px;
}
#topnavlist ul, #topnavlist li {
   margin: 0;
   padding: 0;
   display: inline;
   list-style-type: none;
}
#topnavlist a:link, #topnavlist a:visited {
   float: left;
   line-height: 20px;
   font-weight: bold;
   text-decoration: none;
   color: #1a171b;
   margin-top: 0;
   margin-right: 20px;
   margin-bottom: 0px;
   margin-left: 20px;
   letter-spacing: 2px;
   text-decoration: underline;
}
#topnavlist a:link#current, #topnavlist a:visited#current, #topnavlist a:hover {
   padding-bottom: 2px;
   background: transparent;
   color: #1a171b;
  
}
#topnavlist a:hover {
	text-decoration: none;
/* end horizonal nav*/
}
a {
	color: #000;
	text-decoration: underline;
}
/* form elements */
form {
	margin: 10px; 
	padding: 15px 25px 25px 20px; 
	border: 1px solid #F0F0F0;
	background: #f8f8f8;
}
form p {
	border-bottom: 1px solid #E6E6E6;
	padding: 12px 0 5px 0;	margin: 0;	
	color: #7BA857;
}
label {
	font-weight: bold;
	color: #00b1e6;
}
input, select, textarea {
	margin: 5px 0;
	padding: 5px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 	
	font: 11px 'Lucida Grande', Verdana, Helvetica, sans-serif;
}
input:focus, select:focus, textarea:focus {
	color: #000;
	background: #e7f6fb;
}
#name, #email, #message, #website, #party, #date, #time, #phone {
	width: 380px;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #00b1e6;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #B6DE8F #8DB836 #8DB836 #B6DE8F;
}h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: normal;
}
h2 {
	font-size: 22px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

