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

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.6em;
	color: #666666;		
}

#wrapper {
	width: 100%;
    margin:0px auto;
    position:relative;
    min-height: 100%;
}

#headertop {
	background-color:#050402;
	height: 150px;
	text-align:left;
}

#headertop div {
	position: relative;
	margin: auto;
	width: 800px;
	height: 126px;
}



#nav {
	position: absolute;
	margin: auto;
	width: 800px;
	text-align:center;
	top:0px;
}

#nav ul {
	list-style-type: none;
}

#nav li {
	width: 133px;
	display: inline;
}

#nav span {
	display: none;
}

#nav li a {
	float: left;
	display: block;
	width: 133px;
}

#navtheshow a {
	width: 133px;
	height: 42px;
}

#navtheshow a:link, #navtheshow a:visited {
	background: url(../images/nav_theshow.jpg) 0px 0px no-repeat;
}

#navtheshow a:hover, #navtheshow a:active {
	background: url(../images/nav_theshow.jpg) 0px -42px no-repeat;
}

#navtheshow #current {
	background: url(../images/nav_theshow.jpg) 0px -42px no-repeat;
}

#navprofile a {
	width: 133px;
	height: 42px;
}

#navprofile a:link, #navprofile a:visited {
	background: url(../images/nav_profile.jpg) 0px 0px no-repeat;
}

#navprofile a:hover, #navprofile a:active {
	background: url(../images/nav_profile.jpg) 0px -42px no-repeat;
}

#navprofile #current {
	background: url(../images/nav_profile.jpg) 0px -42px no-repeat;
}

#navnews a {
	width: 133px;
	height: 42px;
}

#navnews a:link, #navnews a:visited {
	background: url(../images/nav_news.jpg) 0px 0px no-repeat;
}

#navnews a:hover, #navnews a:active {
	background: url(../images/nav_news.jpg) 0px -42px no-repeat;
}

#navnews #current {
	background: url(../images/nav_news.jpg) 0px -42px no-repeat;
}

#navblog a {
	width: 133px;
	height: 42px;
}

#navblog a:link, #navblog a:visited {
	background: url(../images/nav_blog.jpg) 0px 0px no-repeat;
}

#navblog a:hover, #navblog a:active {
	background: url(../images/nav_blog.jpg) 0px -42px no-repeat;
}

#navlink a {
	width: 133px;
	height: 42px;
}

#navlink a:link, #navlink a:visited {
	background: url(../images/nav_link.jpg) 0px 0px no-repeat;
}

#navlink a:hover, #navlink a:active {
	background: url(../images/nav_link.jpg) 0px -42px no-repeat;
}

#navlink #current {
	background: url(../images/nav_link.jpg) 0px -42px no-repeat;
}

#navcontact a {
	width: 133px;
	height: 42px;
}

#navcontact a:link, #navcontact a:visited {
	background: url(../images/nav_contact.jpg) 0px 0px no-repeat;
}

#navcontact a:hover, #navcontact a:active {
	background: url(../images/nav_contact.jpg) 0px -42px no-repeat;
}

#navcontact #current {
	background: url(../images/nav_contact.jpg) 0px -42px no-repeat;
}

#content {
	text-align: center;
	margin: auto;
	width: 800px;
	padding-bottom: 55px;
	background-color:#FFFFFF;
	height: auto;
	min-height: 500px;

}

#main {
	text-align: left;
	float: left;
	width: 538px;
	margin:20px;
	border-right: 1px dotted #999999;
	padding-right: 20px;
	min-height: 610px;
	display:inline;
}


#side {
	text-align: left;
	float: left;
	width: 179px;
	margin:20px 20px 0 0;
	display:inline;
}

#sponsors p {
	padding-bottom:10px;
}

#footer {
	clear: both;
	padding-top: 20px;
	position: relative;
	bottom: 0px;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat;
	height: 45px;
	font-size: 80%;
	color: #FFF;
	text-align: center;
	width: 100%;
	left: 0px;

}


/*text effects*/



a:link, a:visited {
	color: #669933;
	text-decoration: underline;
}

a:hover, a:active {
	color: #ffffff;
	text-decoration: none;
	background-color:#669933;
}

h1 {
	font-weight: normal;
	font-size: 115%;
	line-height:1.6em;
	margin-bottom: 10px;

}

h2 {
	font-weight: bold;
	font-size: 150%;
	line-height:1.6em;
	margin-bottom: 3px;
	margin-top: 5px;
}	


h3 {
	color: #e05a1d;
	font-size: 120%;
	line-height:1.5em;
	margin-bottom: 10px;
}

hr {
	margin: 20px 0;
}



.bold1 {
	color: #669933;
	font-weight: bold;
}

p.btn_desc {
	margin-top: 5px;
}

/*subpage*/
#headertopsub {
	background-image: url(../images/bg_sub2.jpg);	
	background-color:#050402;
	height: 188px;
	text-align:left;
}

#headertopsub div {
	position: relative;
	margin: auto;
	width: 800px;
}

td {
	padding: 5px 15px 5px 0;
	vertical-align:top;
	border-top: dotted 1px #666666;
}

td.link {
	border: none;
	font-size: 120%;
	line-height: 1.8em;
}

td.link a:link, td.link a:visited {
	color: #666666;
	text-decoration: none;
}

td.link a:hover, td.link a:active {
	color: #ffffff;
	text-decoration: none;
	background-color:#669933;
}

.img {
	float: left;
	margin-right: 5px;
	border:none;
}

p.sp {
	background-image: url(../images/hd_sponsors.gif);
	background-repeat:no-repeat;
	height: 37px;
}

p.sp span {
	display:none;
} 

.img2 {
	margin-top:5px;
	margin-bottom: 20px;
	border:none;
}

.img3 {
	margin-top: 5px;
	border:none;

}

.img4 {
	padding-top: 20px;
	margin-bottom: 20px;
	border:none;
	text-align:left;

}

.img5 {
	text-align:center;
	padding-bottom:20px;
}

.img6 {
	padding-top: 20px;
	padding-bottom: 20px;
	border:none;
	text-align:left;
	float:left;
}

.img7 {
	margin-top:5px;
	margin-bottom: 5px;
	border:none;
}

.img8 {
	padding-right: 10px;
	padding-bottom: 20px;
	border:none;
	text-align:left;
	float:left;
}

.img9 {
	margin-top: 10px;
	margin-bottom: 20px;
	border:none;
	text-align:left;
	
}






.divider {
	background-image:url(../images/diamond.gif);
	background-repeat: no-repeat;
	height: 13px;
	text-align:center;
	margin: 15px 0 15px 0;
}

/*newspage*/
#newsdates {
	float: left;
	width: 102px;
	margin-left:10px;
	display: inline;
}

#newscontent {
	float: left;
	width: 416px;
	padding-left:10px;
	display: inline;
}

.newsdate {
	color:#669933;
	font-size: 120%;
	font-weight: normal;
} 

.table1 {
	border: 1px dotted #666666;

}

 





