

* { outline: none; }
.clear { clear: both; }
a img { border: none; }
p { padding: 9px 0px; margin: 0px; }
hr { color: #c1c1c1; background-color: #c1c1c1; height: 1px; border: none; }
.hidden { display: none; }
.textright { text-align: right; }
.textleft { text-align: left; }
.textcenter { text-align: center; }

a { color: #e7d614; text-decoration: none; }
a:hover { text-decoration: underline; color: #78ff00; }

#clear {
clear: both;
}



#adminbar {
	padding: 5px 10px;
	background: #1973b0 url(../admin_images/adminbar.png) top repeat-x;
	border: 1px solid #004c80;
}
#adminbar form {
	padding: 0px;
	margin: 0px;
}
#editbutton {
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
	display: block;
	height: 40px;
	width: 220px;
	border: none;
	background: url(../admin_images/edit.png) top;
	cursor: pointer;
	text-indent: -3333px;
	overflow: hidden;
}
#editbutton:hover {
	background: url(../admin_images/edit.png) bottom;
}



@font-face {
	font-family: 'League_Gothic';
	src: url('League_Gothic-webfont.eot');
	src: local('☺'), url('League_Gothic-webfont.woff') format('woff'), url('League_Gothic-webfont.ttf') format('truetype'), url('League_Gothic-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
	}

h1, h2, h3, h4, h5, h6 {
	display: block;
	margin: 0px;
	padding: 9px 0px;
	color: #658eca;
	font-size: 24px;
	line-height: 28px;
}

h2 {
	font-family: 'League_Gothic', Trebuchet MS, sans-serif;
	font-size: 30px;
	line-height: 34px;
	color: #78ff00;
}

h3, h4, h5, h6 {
	font-family: 'League_Gothic', Trebuchet MS, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #78ff00;
}

#logo {
	display: block;
	position: absolute;
	background: url(../images/logo.png) no-repeat;
	width: 316px;
	height: 137px;
	text-indent: -3333px;
	overflow: hidden;
	top: 20px;
	left: 0px;
}

#logo a {
	display: block;
	width: 315px;
	height: 135px;
}



html {
margin: 0px;
padding: 0px;
background: #c9421c url(../images/htmlbg.png) repeat-x top center;
}

body {
margin: 0px;
padding: 0px;
font-family: Trebuchet MS, Arial, sans serif;
font-size: 14px;
line-height: 18px;
color: #333333;
}

#wrapper {
position: relative;
width: 980px;
margin: 0px auto;
}

#banner_div {
position: relative;
height: 100px;
}

#contactinfo {
position: absolute;
right: 20px;
top: 20px;
text-align: right;
color: #ffffff;	
}

#contactinfo a {
text-transform: uppercase;
color: #e7d614;
text-decoration: none;
}

#contactinfo a:hover {
color: #ffffff;
}

#navbar_div {
position: absolute;
float: right;
top: 86px;
right: 20px;

margin-right: 0px;
}

#navbar_div a {
text-decoration: none;
color: #000000;
display: block;
width: 108px;
height: 34px;
float: left;
text-align: center;
padding-top: 10px;
text-transform: uppercase;
font-weight: bold;
background: url(../images/graynav.png) no-repeat;
}

#navbar_div a:hover {
background: url(../images/yellownav.png) no-repeat;
}

#navbar_div a.current {
background: url(../images/yellownav.png) no-repeat;
}

#content_div {
	padding: 20px;
	margin-top: 30px;
	background: #000000;
	color: #FFFFFF;
	border: solid 20px #323232;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	margin-bottom: 20px;
}



#footer_div {
border-top: 1px solid #666666;
padding: 20px 0px 30px 0px;
color: #FFFFFF;
text-transform: uppercase;
}

#footer_div a {
text-decoration: none;
color: #e7d614;
}

#memberships {
float: right;
margin-top: -20px;
}



#sidemenu {
	width: 220px;
	float: left;
	padding-top: 14px;
}

#sidemenu a {
	display: block;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding: 5px 15px;
	margin-bottom: 4px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #f2d316;
	background: -moz-linear-gradient(90deg,#d97e19,#f2d316);
	background: -webkit-gradient(linear, left bottom, left top, from(#d97e19), to(#f2d316));
	border: 1px solid #d97e19;
	text-shadow: 1px 1px 1px #d97e19;
}

#sidemenu a:hover {
	color: #000000;
	text-decoration: none;
	background: #d97e19;
	background: -moz-linear-gradient(90deg,#c9421c,#d97e19);
	background: -webkit-gradient(linear, left bottom, left top, from(#c9421c), to(#d97e19));
	border: 1px solid #c9421c;
	text-shadow: 1px 1px 1px #c9421c;
}



.text_image {
	float: right;
	margin: 9px 0px 9px 18px;
	width: 220px;
	text-align: center;
}

.text_image p {
	border-top: 1px solid #c1c1c1;
	margin-top: 10px;
	text-align: left;
}

#textsection {
	float: right;
	width: 640px;
}



.dmap {
	margin: 9px 0px;
	width: 540px;
	height: 300px;
	border: 1px solid #c1c1c1;
}



.submit_button {
	cursor: pointer;
	display: block;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding: 5px 15px;
	margin-bottom: 4px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #f2d316;
	background: -moz-linear-gradient(90deg,#d97e19,#f2d316);
	background: -webkit-gradient(linear, left bottom, left top, from(#d97e19), to(#f2d316));
	border: 1px solid #d97e19;
	text-shadow: 1px 1px 1px #d97e19;
}

.submit_button:hover {
	color: #000000;
	text-decoration: none;
	background: #d97e19;
	background: -moz-linear-gradient(90deg,#c9421c,#d97e19);
	background: -webkit-gradient(linear, left bottom, left top, from(#c9421c), to(#d97e19));
	border: 1px solid #c9421c;
	text-shadow: 1px 1px 1px #c9421c;
}



#contactright {
	float: right;
	width: 420px;
}

#contactleft {
	float: left;
	width: 420px;
	border-right: 1px solid #c1c1c1;
}

.textinput {
	width: 300px;
	border: 1px solid #c1c1c1;
	background: #ffffff;
	padding: 3px;
	color: #333333;
}

.smallinput {
	width: 35px;
	border: 1px solid #c1c1c1;
	background: #ffffff;
	padding: 3px;
	color: #333333;
}

.codeinput {
	width: 75px;
	border: 1px solid #c1c1c1;
	background: #ffffff;
	padding: 3px;
	color: #333333;
}

#contactform label {
	display: block;
	font-size: 12px;
	color: #ffffff;
	font-style: italic;
}

#contactform select {
	color: #333333;
}

#contactform textarea {
	width: 300px;
	height: 100px;
	padding: 3px;
	border: 1px solid #c1c1c1;
	background: #ffffff;
	color: #333333;
}

#codetable {
	width: 225px;
}
#codetable .secimagetd {
	width: 125px;
	text-align: center;
}
#codetable .secimagetd img {
	border: 1px solid #c1c1c1;
}

.map {
	margin: 9px 0px;
	width: 415px;
	height: 300px;
	border: 1px solid #c1c1c1;
}



.faq {
	margin: 0px 80px;
}

.faq2 {
	border-bottom: 1px solid #c1c1c1;
	margin: 0px 80px;
}

.faqholder {
	position: relative;
	padding-left: 50px;
}

.faqtitle {
	position: absolute;
	top: 9px;
	left: 20px;
	font-weight: bold;
	color: #999999;
}



.imagetable {
	float: left;
	width: 138px;
	height: 138px;
	background: #222222;
	border: 1px solid #333333;
	margin: 10px;
	text-align: center;
}



.linkholder {
	float: left;
	width: 290px;
	margin: 10px;
	position: relative;
	min-height: 300px;
	padding: 10px 0px 10px 320px;
}

.linktable {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 298px;
	height: 298px;
	background: #333333;
	border: 1px solid #222222;
	text-align: center;
}



.link2holder {
	margin: 10px 80px;
	border-bottom: 1px solid #c1c1c1;
	position: relative;
	min-height: 150px;
	padding: 10px 0px 10px 150px;
}

.link2table {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 138px;
	height: 138px;
	background: #ffffff;
	border: 1px solid #c1c1c1;
	text-align: center;
}



.testimonialholder {
	padding: 10px 0px;
	border-bottom: 1px solid #c1c1c1;
	margin: 0px 80px 10px 80px;
}

.testimonial {
	
}

.author {
	text-align: right;
}



#blogholder {
	position: relative;
	padding-right: 240px;
	min-height: 400px;
}
#sidedivider {
	height: 1px;
	background: #555555;
	margin: 5px 10px;
}
#sidebar {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 220px;
	background: #666666;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 5px 0px;
}
#sidebar h4 {
	padding-left: 20px;
	color: #ffffff;
}
#sidebar .rssfeed a {
	color: #c1c1c1;
	display: block;
	padding: 0px 0px 0px 20px;
}
#sidebar .rssfeed a img {
	margin-bottom: -4px;
	margin-right: 4px;
}
#sidebar a {
	color: #c1c1c1;
	display: block;
	padding: 0px 0px 0px 30px;
}
#sidebar a:hover {
	color: #ffffff;
	text-decoration: none;
}

#commentform label {
	display: block;
	font-size: 12px;
	color: #666666;
	font-style: italic;
}

#commentform .textinput {
	background: #ffffff;
	border: 1px solid #c1c1c1;
	padding: 3px;
	width: 220px;
}

#commentform textarea {
	background: #ffffff;
	border: 1px solid #c1c1c1;
	padding: 3px;
	width: 300px;
	height: 75px;
}

.blogentry {
	padding: 10px 0px;
	border-top: 1px solid #c1c1c1;
}
.firstentry {
	border-top: none;
}
.readmore {
	text-align: right;
}

.date { color: #999999; font-style: italic; }

.comment1 {
	border: 1px solid #555555;
	background: #333333;
	margin: 5px 0px;
	padding: 10px 20px;
}

.comment2 {
	border: 1px solid #222222;
	background: #000000;
	margin: 5px 0px;
	padding: 10px 20px;
}


#hp_field {
    border: none;
    background: none;
    color: none;
    height: 0px;
    width: 0px; 
 }


