

* { outline: none; }
.clear { clear: both; }
a img { border: none; }
p { padding: 9px 0px; margin: 0px; }
.hidden { display: none; }

a { color: #277ebc; text-decoration: none; }
a:hover { text-decoration: underline; color: #333333; }



#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;
}



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

h3, h4, h5, h6 {
	font-size: 18px;
	line-height: 22px;
	color: #333333;
}

#logo {
	display: block;
	position: absolute;
	top: 20px;
	left: 15px;
	background: url(../images/logo.png) no-repeat;
	height: 129px;
	width: 160px;
	text-indent: -3000px;
	overflow: hidden; 

}

#logo a {
	height: 129px;
	width: 160px;
	display: block;

}

#registered {
margin-left: 200px;
}



html {
background: url(../images/htmlbg.png) repeat-x #ffffff;
}

body {
margin: 0px;
padding: 0px;
background: url(../images/bodybg.png) no-repeat top center;
font-family: Trebuchet MS, Arial, sans serif;
font-size: 14px;
line-height: 18px;
color: #333333;
}

#wrapper {
width: 940px;
margin: 0px auto;
}

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

#blogname {
position: absolute;
top: 100px;
right: 283px; 

}

#blogname a{
display: block;
padding-top: 8px;
text-align: center;
text-decoration: none;
text-align: center;
font-weight: bold;
color: #cddd85;
height: 51px;
width: 84px;
background: url(../images/normalnav.png) no-repeat;
}

#blogname a:hover{
height: 51px;
width: 84px;
color: #45510f;
background: url(../images/hover.png) no-repeat;
}

#open {
position: absolute;
top: 10px;
right: 160px;
text-align: right;
color: #ffffff; 
}

#contact{
position: absolute;
top: 12px;
right: 270px;
text-align: right;
color: #ffffff; 
}

#contactbtn {
	position: absolute;
	top: 12px;
	right: 70px;
}

#facebook {
position: absolute;
top: 10px;
right: 0px;
}


#navbar_div {
float: right;
margin-right: -10px;
}

#navbar_div a {
text-decoration: none;
display: block;
float: left;
text-align: center;
font-weight: bold;
color: #cddd85;
height: 51px;
margin-right: 10px;
width: 84px;
padding-top: 15px;
background: url(../images/normalnav.png) no-repeat;

}

#navbar_div a.current {
color: #45510f;
background: url(../images/hover.png) no-repeat;

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

#content_div {
margin-top: 70px;
padding: 20px 0px;
}

#footer_div {
border-top: 1px solid #666666;
padding: 20px 0px 30px 0px;
}



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

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

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

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



.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;
}

.text_image_right {
	float: right;
	margin: 9px 0px 9px 18px;
	text-align: center;
}
.text_image_left {
	float: left;
	margin: 9px 18px 9px 0px;
	text-align: center;
}

.text_image_left p, .text_image_right p  {
	margin-top: 3px;
	text-align: center;
	padding: 0;
}

.text_image_left img, .text_image_right img {
	border: 1px solid #c1c1c1;
	padding: 3px;
	background: ;
	-moz-box-shadow: 0px 2px 2px ;
	-webkit-box-shadow: 0px 2px 2px ;
	box-shadow: 0px 2px 2px ;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=180, Color="")";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=180, Color="");
}



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



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

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

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

#contactleft {
	float: left;
	width: 460px;
	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: #666666;
	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: 460px;
	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: #ffffff;
	border: 1px solid #c1c1c1;
	margin: 10px;
	text-align: center;
}



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

.linktable {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 138px;
	height: 138px;
	background: #ffffff;
	border: 1px solid #c1c1c1;
	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;
}



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

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

.link4holder {
	position: relative;
	min-height: 200px;
	text-align: center;
	width: 140px;
	float: left;
	margin-right: 10px;
}

.link4table {
	width: 138px;
	height: 138px;
	background: #ffffff;
	border: 1px solid #c1c1c1;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}



.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 #c1c1c1;
	background: #dfdfdf;
	margin: 5px 0px;
	padding: 10px 20px;
}

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


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

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

#viewmedia {
margin: 0px;
padding: 0px;
font-size: 0px;
line-height: 0px;
display: block;
height: 40px;
width: 220px;
border: none;
background: url(../admin_images/viewmedia.png) top;
cursor: pointer;
text-indent: -3333px;
overflow: hidden;
border-image: initial;
float: right;
}

#viewmedia:hover {
	background: url(../admin_images/viewmedia.png) bottom;
}


#sidemenu a.sublink {
	color: #ffffff;
	margin-left: 40px;
	background: #536019;
	background: -moz-linear-gradient(90deg,#536019,#aab667);
	background: -webkit-gradient(linear, left bottom, left top, from(#536019), to(#aab667));
	border: 1px solid #536019;
	text-shadow: 1px 1px 1px #000000;
}
#sidemenu a.sublink:hover {
	color: #CDDD85;
	text-decoration: none;
	background: #aab667;
	background: -moz-linear-gradient(90deg,#aab667,#536019);
	background: -webkit-gradient(linear, left bottom, left top, from(#aab667), to(#536019));
	border: 1px solid #536019;
	text-shadow: 1px 1px 1px #000000;
}


