/* ------------- general styles */
body {
	margin: 0;
	padding: 0;
	height : 100%;
}
html { 
	background: #fff;
	height : 100%;
}

/* ------------- container */
#container {
	width: 800px;
	position: relative;			/* required */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -150px;
}

/* ------------- general styles */
h2 { 
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px solid #3e92ad;
	margin-top:0px;
	margin-bottom: 8px;
	color: #3e92ad;
}
h3 { 
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #3e92ad;
	margin-top:0px;
	margin-bottom: 8px;
	color: #3e92ad;
}
h3 a:link { 
	color : #3e92ad;
	text-decoration : none;
}
h3 a:visited { 
	color : #3e92ad;
	text-decoration : none;
}
h3 a:hover { 
	color : #66c6e5;
	text-decoration : none;
}
h4 { 
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform:uppercase;
	margin:5px 0 5px 0;
	color: #66c6e5;
}
h5 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-top:-10px;
	color: #66c6e5;
}
h5 a:link { 
	color : #66c6e5;
	font-weight: normal; 
	text-decoration : none;
}
h5 a:visited { 
	color : #66c6e5;
	font-weight: normal; 
	text-decoration : none;
}
h5 a:hover { 
	color : #66c6e5;
	font-weight: normal; 
	text-decoration : underline;
}
h6 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-top:0px;
	color: #fff;
}
h6 a:link { 
	color : #fff;
	font-weight: normal; 
	text-decoration : none;
}
h6 a:visited { 
	color : #fff;
	font-weight: normal; 
	text-decoration : none;
}
h6 a:hover { 
	color : #66c6e5;
	font-weight: normal; 
	text-decoration : none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	margin-top:0px;
	margin-bottom:20px;
	color: #6f6f6f;
}
p.last {
	margin-bottom:0px;
}
p a:link { 
	color : #66c6e5;
	font-weight: normal; 
	text-decoration : none;
}
p a:visited { 
	color : #66c6e5;
	font-weight: normal; 
	text-decoration : none;
}
p a:hover { 
	color : #66c6e5;
	font-weight: normal; 
	text-decoration : underline;
}

center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	margin-top:0px;
	margin-bottom:20px;
	color: #6f6f6f;
}

center a:link { 
	color : #66c6e5;
	font-weight: normal; 
	text-decoration : none;
}
center a:visited { 
	color : #66c6e5;
	font-weight: normal; 
	text-decoration : none;
}
center a:hover { 
	color : #66c6e5;
	font-weight: normal; 
	text-decoration : underline;
}
/* ----- classes */
.ad {
	border: 1px solid #000;
}
.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	margin-bottom: 5px;
	color: #66c6e5;
}
.contact a:link { 
	color : #66c6e5;
	font-weight: normal; 
	text-decoration : none;
}
.contact a:visited { 
	color : #66c6e5;
	font-weight: normal; 
	text-decoration : none;
}
.contact a:hover { 
	color : #000;
	font-weight: normal;
	text-decoration : none;
}

/* ------------- header */
#header {
	width: 800px;
	margin: 0 auto;
	position: relative;			/* required */
	height: 199px;
}
#headerleft {
	width: 255px;
	margin: 0 auto;
	position: relative;			/* required */
	height: 199px;
	float :left;
}

/*needed for flash replacement*/
#headerleft.flash-update .alt {
	position:absolute;
	top:0;
	z-index:0;
}

#headerleft.flash-update p {
	display:none;
	position:absolute;
	top:0;
	z-index:1;
}

#headerleft.flash-replaced .alt {
	display:none;
}
/*end needed for flash replacement*/

#headerright {
	margin: 0 auto;
	position: relative;			/* required */
	width : 545px;
	height: 199px;
	background: url(../img/siteimages/headerright.jpg) no-repeat;
	float: right;
}
#top_banner_ad {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	line-height: 16px;
	text-align:center;
	color: #54a3b9;
	position: relative;
	width:472px;
	height:62px;
	left: 54px;
}
#email_us {
	position: relative;
	top:24px;
	text-align:right;
	height: 20px;
	clear:both;
}
#general_info {
	position: relative;
	top:88px;
	text-align:right;
	height: 20px;
	clear:both;
}

/* ----- nav */
#nav {
	position : absolute;
	width : 488px;
	top : 118px;
	left: 0px;
	clear:both;
}
#nav ul {
	margin : 0px;
	display:inline;
	list-style-type: none;
}
#nav li {
	display: block;
	float:left;
}
#nav a{
	margin:0px;
	padding:0px;
	height: 25px; 
	display: block;
}
#nav #home a{ 
	background: transparent url(../img/siteimages/home.png) no-repeat; 
	padding: 0px; 
	overflow: hidden; 
	width: 61px;
	text-indent : -9999px;
}
#nav #about a{ 
	background: transparent url(../img/siteimages/about.png) no-repeat; 
	padding: 0px; 
	overflow: hidden; 
	width: 97px;
	text-indent : -9999px;
}
#nav #events a{ 
	background: transparent url(../img/siteimages/events.png) no-repeat; 
	padding: 0px; 
	overflow: hidden; 
	width: 81px;
	text-indent : -9999px;
}
#nav #gallery a{ 
	background: transparent url(../img/siteimages/gallery.png) no-repeat; 
	padding: 0px; 
	overflow: hidden; 
	width: 89px;
	text-indent : -9999px;
}
#nav #faqs a{ 
	background: transparent url(../img/siteimages/faqs.png) no-repeat; 
	padding: 0px; 
	overflow: hidden; 
	width: 68px;
	text-indent : -9999px;
}
#nav #sponsors a{ 
	background: transparent url(../img/siteimages/sponsors.png) no-repeat; 
	padding: 0px; 
	overflow: hidden; 
	width: 92px;
	text-indent : -9999px;
}
#nav #home a:hover {
	background-position: 0% -25px;
}
#nav #about a:hover {
	background-position: 0% -25px;
}
#nav #events a:hover {
	background-position: 0% -25px;
}
#nav #gallery a:hover {
	background-position: 0% -25px;
}
#nav #faqs a:hover {
	background-position: 0% -25px;
}
#nav #sponsors a:hover {
	background-position: 0% -25px;
}
/* ------------- sidebar */
#sign_up { 
	position: relative;
	margin: 0 auto;
	top: 5px;
	width : 186px;
	text-align:center;
	background: url(../img/siteimages/join_email.jpg) no-repeat;
}
#ea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	width: 136px;
	border: 1px solid #66c6e5;
	padding : 4px 3px 4px 3px;
	margin-top: 20px;
}
#sidebar_ad {
	position : relative;
	margin: 0 auto;
	top: 12px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	line-height: 16px;
	color: #e7e7e7;
	width : 185px;
	height: 125px;
}

/* ------------- content */
#content {
	position: relative;
	width: 595px;
	margin: 0 auto;
	float: left;
}
#main {
	clear:both;
}

/* needed to warn in the event of javascript being turned off */
.js-warning {
	/*border: solid 1px #000000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;*/
	height: 100px;
	margin-top: 20px;
	padding: 30px 5px 5px 128px;
	font-weight:bold;
	/*background-color: #cccccc;
	background-color: rgba(204,204,204,0.2);*/
	background-image: url(../img/siteimages/warning.png);
	background-repeat: no-repeat;
}

.redirect-message {
	border: solid 1px #000000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	height: 100px;
	width: 70%;
	margin: 20px auto 0 auto;
	padding: 30px 5px 5px 128px;
	font-weight:bold;
	background-color: #cccccc;
	background-color: rgba(204,204,204,0.2);
	background-image: url(../img/siteimages/information.png);
	background-repeat: no-repeat;
}

.content-loading {
	/*border: solid 1px #000000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;*/
	height: 100px;
	margin-top: 20px;
	padding: 30px 5px 5px 0px;
	font-weight:bold;
	text-align: center;
	/*background-color: #cccccc;
	background-color: rgba(204,204,204,0.2);
	background-image: url(../img/siteimages/information.png);
	background-repeat: no-repeat;*/
}

/* end needed to warn in the event of javascript being turned off */

/* ----- clear/push */
#clearmaincontent {
	clear:both;
}
#push {
	height: 150px;				/* this pushs the footer */
	clear:both;
}

/* ------------- footer */
#footer {
	position : relative;
	width: 800px;
	height : 150px;
	margin: 0 auto;
	background: url(../img/siteimages/footer_bkg.jpg) no-repeat bottom;
	clear:both;
}
#bottom_banner_ad {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	line-height: 16px;
	color: #e7e7e7;
	text-align:center;
	position: relative;
	width:472px;
	height:62px;
	top: 20px;
	left: 309px;
}
#bottom_nav {
	position : relative;
	width: 600px;
	text-align:center;
	margin: 0 auto;
	top : 70px;
}
div#bottom_nav ul {
	margin : 0 auto;
	padding-left: 0px;
	display: inline;
	list-style-type : none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #fff;
}
div#bottom_nav li {
	display: inline;
	margin-left: 7px;
	padding-right: 7px;
	font-weight: normal;
}
div#bottom_nav li.last {
	border-right: 0;
	padding-right:0;
}
div#bottom_nav a:link { 
	color : #fff; 
	text-decoration : underline;
}
div#bottom_nav a:visited { 
	color : #fff; 
	text-decoration : underline;
}
div#bottom_nav a:hover { 
	color : #3e8dad; 
	text-decoration : underline;
}
