@charset "utf-8";

/* Stephen Ellice 2010 Whats on Group */

body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
.main #container {
	width: 998px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/body-bg.png);
	background-repeat: repeat-y;
} 
.main  #header {
	background-image: url(images/header.jpg);
	height: 237px; 
} 
.main #topnav {
	background-image: url(images/top-nav.png);
	height: 53px;
}
.main  #sidebar1 {
	float: left;
	width: 188px; 
}
.main  #mainContent {
	float: right;
	width: 810px;
} 
.main #home-top {
	background-image: url(images/home-top.png);
	height: 244px;
	width: 810px;
	color: #000000;
}
.main #homecopy {
	background-image: url(images/home-copy.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 810px;
}
.main #homecontent {
	padding-left: 220px;
	padding-top: 40px;
}
.main #pagecopy {
	background-image: url(images/page-copy.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 810px;
}
.main #pagecontent {
	padding-left: 50px;
	padding-top: 40px;
}
.main  #footer {
	background-image: url(images/footer.png);
	height: 65px;
	width: 998px;
} 
.footertext {
	font-size: 10px;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font-size: 22px;
}
a {
	color: #FFFFFF;
	text-decoration: underline;
}
/* start horizonal nav*/
#topnavcontainer {
	padding-top: 17px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
}
#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: #fff;
	margin-top: 0;
	margin-right: 17px;
	margin-bottom: 0px;
	margin-left: 17px;
	font-size: 28px;
}
#topnavlist a:link#current, #topnavlist a:visited#current, #topnavlist a:hover {
	padding-bottom: 2px;
	background: transparent;
	color: #fff;
	font-size: 28px;
}
#topnavlist a:hover {
	text-decoration: none;
	color: #999999;
	/* end horizonal nav*/
}
.main #googlewrap {
	float: right;
	height: 300px;
	width: 320px;
	padding-top: 30px;
}

/* form elements */
form {
	margin: 10px;
	padding: 15px 25px 25px 20px;
	border: 1px solid #CCCCCC;
	background: #3e3d3d;
}
form p {
	border-bottom: 1px solid #E6E6E6;
	padding: 12px 0 5px 0;
	margin: 0;
	font-weight: bold;
	color: #CCCCCC;
}
label {
	font-weight: bold;
	color: #CCCCCC;
}
input, select, textarea {
	margin: 5px 0;
	padding: 5px;
	color: #000;
	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: #333333;
	background-color: #fff;
}
#name, #email, #phone, #message, #website #date, #partynumber, {
	width:380px;
}
input.button {
	height: 30px;
	margin: 0;
	padding: 2px 3px;
	color: #CCCCCC;
	background-color: #000;
	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: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #999999;
	cursor: pointer;
	font-family: Arial, Sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#navcontainer {
   width:177px;
   margin-left: 10px;
 }
#navlist {
  padding-left: 0;
  margin-left: 0;
  width: 175px;
}
#navlist li {
	list-style: none;
	margin: 0;
	padding: 0.5em;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #fff;
	font-size: 18px;
}
#navlist li a {
	text-decoration: none;
	font-weight: normal;
	color:#fff;
}
#navlist  a:link, .navlist2 a:visited {
  font-weight: normal;
  color: #fff;
}
#navlist a:hover {
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}