@charset "utf-8";
/* CSS Document */

html {
	background: #E8EEEE;
	font: 12px Arial, Helvetica, sans-serif;
	}
	
a {
	color: #069;
	outline: none;
	}
	
a:hover {
	text-decoration: none;
	}
	
h1 {
	font: italic 24px "Times New Roman", Times, serif;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1em;
	}
	
h2, dt {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #069;
	}
	
h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #069;
	margin-top: 1em;
	}
	
dd {
	margin: 0 0 1em 1em;
	}
	
strong {
	font-weight: bold;
	}
	
em {
	font-style: italic;
	}
	
small {
	font-size: 11px;
	}

.clr {	
	clear: both;
	}
	
.nobottom {
	margin-bottom: 0 !important;
	}

#wrapper {
	width: 950px;
	margin: auto;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
	}
	
#header {
	background: url(../images/header_bg.png);
	text-align: center;
	padding: 35px 0 10px 0;
	margin-bottom: 5px;
	}
	
#nav {
	font: 20px "Times New Roman", Times, serif;
	margin: 10px 0 0 55px;
	}
	
#nav li {
	float: left;
	width: 162px;
	height: 46px;
	padding: 5px 0 0 5px;
	background: url(../images/nav_shadow.png);
	}

#nav a {
	display: block;
	height: 31px;
	width: 155px;
	padding-top: 8px;
	background-image: url(../images/nav_gradient_bg.png);
	background-position: bottom;
	border: 1px solid #ccc;
	vertical-align: middle;
	}
	
#nav a:hover {
	background-image: url(../images/nav_gradient_bg.png);
	background-position: top;
}
	
#nav #aboutus {
	background-color: #990000;
}

#nav #shop {
	background-color: #999933;
	}
	
#nav #supportus {
	background-color: #006699;
	}
	
#nav #events {
	background-color: #663399;
	}
	
#nav #contactus {
	background-color: #E68A00;
	}
	
#corporatesponsors {
	font: bold 16px "Times New Roman", Times, serif;
	background: #5A6669;
	height: 78px;
	padding: 0 0 0 10px;
	line-height: 78px;
	}
	
#corporatesponsors a {
	display: inline-block;	
	margin: 0 25px;
}
	
#corporatesponsors img {
	vertical-align: middle;
	}
	
#emailsignup {
	float: right;
	width: 235px;
	height: 73px;
	background: #990000;
	color: #fff;
	text-align: center;
	padding-top: 5px;
	}
	
#emailsignup p {
	font: bold 17px "Times New Roman", Times, serif;
	margin-bottom: 2px;
	}
	
#emailsignupfield {
	width: 120px;
	padding: 2px;
	border: 1px solid #333;
	}

#emailsignupbutton {
	background: #ccc;
	border: 1px solid #333;
	padding: 1px;
	width: 75px;
	}
	
.promo {
	float: left;
	width: 230px;
	height: 480px;
	background: #8A9CA6;
	color: #fff;
	padding: 1px;
	margin: 10px 2px;
	text-align: center;
	font-size: 11px;
	}
	
.promoheader {
	background: url(../images/promo_header_bg.png) repeat-x;
	font: 18px "Times New Roman", Times, serif;
	color: #2077A3;
	padding: 12px 0 22px 0;
	}

.promo p {
	margin: 10px;
	text-align: left;
	}
	
.promo a {
	color: #fff;
	font-size: 13px;
	}
	
#sidebar {
	width: 200px;
	float: left;
	padding-left: 10px;
	margin-top: 10px;
	}
	
#sidebar p {
	font-size: 11px;
	font-style: italic;
	}
	
/* content styles */
	
#content {
	float: right;
	width: 690px;
	border-left: 1px solid #ccc;
	padding: 10px 20px 0px 20px;
	}
	
#content p {
	margin-bottom: 1em;
	line-height: 1.3
	}
	
#content ul {
	margin: 0 0 1em 1em;
	padding-left: 1em;
	line-height: 1.3;
	}
	
#content ul li {
	list-style-type: disc;
	}
	
#locationlist {
	line-height: 1.1 !important;
	margin: 0 !important;
	padding: 0 !important;
	}
	
#locationlist li {
	list-style-type: none !important;
	float: left;
	height: 8em;
	width: 200px;
	margin-right: 1em;
	}
	
#subnav {
	float: right;
	width: 200px;
	border-left: 1px solid #ccc;
	margin: 0 0 1em 1em;
	}
	
#subnav h2 {
	margin-left: .5em;
	}
	
#subnav ul {
	margin-bottom: 0;
	}
	
#subnav li {
	line-height: 2;
	}
	
/* form styles */

#contactform {
	float: left;
}

#contactform div {
	position: relative;
	margin-bottom: 5px;
}

#contactform label {
	width: 70px;
	float: left;
	padding-top: 2px;
}

#contactform input[type=text] {
	border: 1px solid #999;
	padding: 1px;
}

#contactform textarea {
	width: 200px;
	border: 1px solid #999;
	padding: 1px;
}

#contactform input[type=submit] {
	float: right;
}

/* JQuery Form Styles */

#contactform label.error {
	position: absolute;
	width: 200px;
	padding-left: 3px;
}

#contactform input.error {
	border: 1px solid #966;
}

#sending {
	display: none;
	line-height: 17px;
	padding-right: 5px;
	font-style: italic;
}

/* end form styles */
	
/* end content styles */
	
#footer {
	background: url(../images/footer_bg.png);
	clear: both;
	font-size: 11px;
	position: relative;
	margin-top: 10px;
	}
	
#footer img {
	margin: 5px;
	}
	
#footer p {
	position: absolute;
	left: 256px;
	top: 5px;
	text-align: center;
	line-height: 32px;
	}
	
#footer a {
	margin: 0 10px;
	}
	
#fifooter {
	width: 952px;
	margin: 10px auto;
	font-size: 11px;
	text-align: right;
	}
	
#fifooter a {
	color: #999;
	text-decoration: none;
	}
	
#fifooter a:hover {
	text-decoration: underline;
	}
	
/* default text color before focus */
.defaultformtext {
	color: #999;
	}


