 * {
margin: 0;
padding: 0;
}

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 0.85em;
	line-height: 1.5em;
	background-color: #1C1C1C;
	background-image: url(../images/bg-page.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	background: #000;
	width: 960px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	display: block;
}
#header {
	background: #252323 url(../images/topbg.jpg) no-repeat left top;
	width: 960px;
	height: 143px;
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: right;
	vertical-align: bottom;
	clear: both;
}
#header img {
	position: relative;
	bottom: 0px;
	top: 105px;
}
#navwrapper {
	background-color: #373739;
	margin: 0px;
	padding: 0px;
	height: 68px;
	border-bottom-width: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000000;
}
.basictab {
	display: block;
	margin: 0px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px;
	clear: both;
	text-align: center;
	text-transform: uppercase;
	font: normal 1.1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 43px;
	background-color: #000000;
}

.basictab li {
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
	margin: 15px 7px 0px 10px;
	padding: 0px 6px;
	float: left;
	text-align: center;
}
.basictab li a {
	color: #FFFFFF;
	text-decoration: none;
}
.basictab li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.basictab li a:hover {
	color: #98C244;
	text-decoration: none;
}
.basictab li a:active {
	color: #FFFFFF;
	text-decoration: none;
}


.tabcontent{
display:none;
}

#sc1 {
	text-align: center;

}

#sc1  ul {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	height: 30px;
	clear: both;
	text-align: center;
	text-transform: uppercase;
	font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	list-style: none;
	margin-left: 50px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sc1 li {
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
	margin: 0px 5px 0px 0px;
	padding: 0px 6px;
	float: left;
	text-align: center;
}
#sc1 li a {
	color: #FFFFFF;
	text-decoration: none;
}
#sc1 li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#sc1 li a:hover {
	color: #98C244;
	text-decoration: none;
}
#sc1 li a:active {
	color: #FFFFFF;
	text-decoration: none;
}


#sc2 li {
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
	margin: 0px 5px 0px 0px;
	padding: 0px 6px;
	float: left;
	text-align: center;
}
#sc2 li a {
	color: #FFFFFF;
	text-decoration: none;
}
#sc2 li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#sc2 li a:hover {
	color: #98C244;
	text-decoration: none;
}
#sc2 li a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#main {
	width: 960px;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	background: #4D4D4D url(../images/mainbg.jpg) no-repeat left top;
	clear: both;
}
#insidetext {
	font: 1em/1.25em Arial, Helvetica, sans-serif;
	color: #FFF;
	display: block;
	width: 900px;
	padding: 0px;
	margin: 15px auto;
	text-decoration: none;
}
#insidetext p {
	padding: 0px;
	margin-bottom: 5px;
	font-size: 1em;
	line-height: 1.5em;
}
#insidetext h1 {
	font: bold 18px/21px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #98C244;
	text-transform: uppercase;
}
#insidetext h2 {
	font: bold 15px/21px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FBA946;
	margin: 20px 0px 8px 5px;
	padding: 0px;
	clear: both;
}
#footer {
	background: #212121 url(../images/footbg.jpg) no-repeat;
	color: #FFF;
	text-decoration: none;
	display: block;
	text-align: left;
	width: 960px;
	display: block;
	margin: 15px auto 0px auto;
	padding: 30px 0px;
	text-transform: uppercase;
	height: 101px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .95em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#footer  ul {
	list-style: none;
	padding: 0px;
}
#footer li {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin: 15px  5px 0px 5px;
	padding: 0px 5px 0px 5px;
	float: left;
}
#footer li a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer li a:hover {
	color: #98C244;
	text-decoration: none;
}
#footer li a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.floatleft {
	float: left;
	padding: 0px;
	width: auto;
	margin-right: 15px;
}
.floatright {
	float: right;
	width: auto;
	padding: 0px;
	margin-left: 15px;
}
a {
	color: #FFF;
	text-decoration:none;
}
a:visited {
	color: #FFF;
	text-decoration:none;
}
a:hover {
	color: #98C244;
	text-decoration:underline;
}
a:visited {
	color: #FFF;
	text-decoration:none;
}
.red-text {
	color: #B2121A;
}
.clear {
	clear: both;
}

.line {
	font-size:11px;
	color:#666666;
	margin-bottom:20px;
	border-bottom:solid 1px #b7ddf2;
	padding-bottom:10px;
}
.information {
	display: block;
	padding: 10px 0px 10px 10px;
	margin: 0px;
}
.sub   {
	font: bold 10px/12px Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 0px 0px 2px;
	margin: 0px;
}
.whitebg {
	background: #FFF;
	color: #1C1C1C;
}
.location {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #24284D url(../images/navbg.jpg);
	margin: 0px;
	padding: 3px 10px;
}
.infocol1 {
	margin: 0px;
	padding: 0px;
	width: 420px;
	float: left;
}
.infocol2 {
	display: block;
	float: right;
	width: 420px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}
.contact {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #3C3636;
	margin: 0px;
	padding: 3px 10px 3px 3px;
	text-align: right;
}
.orange {
	color: #F60;
}
.white {
	color: #FFF;
}
.row1 {
	background: #3C3636;
	margin: 0px;
	padding: 15px;
}
.row2 {
	background: #6D6D6D;
	margin: 0px;
	padding: 15px;
}
.highlight {
	background: #98C244;
	color: #4E4E4E;
	padding: 15px 0px;
	text-align: center;
}
#wrapper #main #insidetext table {
	margin-left: 20px;
}
#insidetext h3 {
	font: bold 13px/21px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	border-bottom: 1px dashed #999999;
	display: block;
	margin: 10px 0px 8px;
	padding: 0px 0px 5px;
	clear: both;
}
#wrapper #main #innermenu {
	margin: 0px 0px 15px;
	padding: 5px 0px;
	width: 960px;
	text-align: center;
	display: block;
	background: #FAAC48;
	clear: both;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
}
#innermenu  ul {
	list-style: none;
	padding: 0px;
}
#innermenu li {
	color: #1C1C1C;
	text-decoration: none;
	display: inline;
	padding: 5px 5px 5px 15px;
	float: left;
	text-align: center;
}
#innermenu li a {
	text-decoration: none;
	color: #1C1C1C;
}
#innermenu li a:visited {
	text-decoration: none;
	color: #1C1C1C;
}
#innermenu li a:hover {
	color: #FFF;
	text-decoration: none;
}
#navigation li a:active {
	text-decoration: none;
	color: #1C1C1C;
}
.style1 {color: #484848}

#main_gmap {
	position:absolute;
	left:30px;
	top:100px;
}
#gmap_skin {
	float:left;
}
.col2 {
	display:block;
	margin:0px 0px 0px 20px;
	float:left;
}
.col2 div {
	text-align:center;
}

#fla-home {
	display:block;
	min-height:400px;
	text-align:center;
}
.slide {
	float: left;
	padding: 0px;
	width: auto;
	margin-right: 15px;
	width:300px;
	height:300px;
	display:block;
	background:#cccccc;
}

.greycopy,
span.h2title {
	font: bold 15px/21px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FBA946;
	margin: 20px 0px 8px 0px;
	padding: 0px;
}
ul.list {
	margin:0px 0px 10px 30px;
}
#main-index {
	width: 960px;
	margin: 0px;
	padding: 0px;
	background: #4D4D4D url(../images/mainbg.jpg) no-repeat left top;
	clear: both;
}
#sc2 {
	text-align: center;
}
div.leftcol {
	display:block;
	width:200px;
	float:left;
}
div.rightcol {
	display:block;
	width:650px;
	float:right;
	border:solid 2px #6d6d6d;
}

div.leftcol a.s {
	display:block;
	padding:0px 0px 0px 16px;
	background: url(../images/bullet.png) no-repeat;
}
div.leftcol a.n {
	display:block;
	padding:0px 0px 0px 16px;
}
div.halfcol {
	display:block;
	width:334px;
	float:left;
	
}

.chk {
	width:20px !important;
	float:left;
}

.button {
	background:url(../images/bn-bg.gif);
	width:150px;
	color:#4C2E01;
	float:right;
	margin-right:20px !important; 
	margin-top:42px;
}
.button1 {
	background:url(../images/bn-bg.gif);
	width:50px !important;
	height:24px !important;
	color:#4C2E01;
	float:left;
	
}
.button2 {
	background:url(../images/bn-bg.gif);
	width:150px !important;
	height:24px !important;
	color:#4C2E01;
	float:left;
	
}
.button3 {
	background:url(../images/bn-bg.gif);
	width:150px !important;
	height:24px !important;
	color:#4C2E01;
	
}

#wplogin-success {
	float:right;
	display:block;
	width:210px;
	height:40px;
	margin:0px 0px;
	padding:5px 0px;
}
#wplogin {
	float:right;
	display:block;
	width:510px;
	height:40px;
	margin:0px 0px;
	
}
#wplogin label {
	float:left;
	display:block;
	font:bold 14px arial;
	margin:6px 0px 10px 10px;
	color:#ffffff;
}

#wplogin input {
	float:left;
	width:150px;
	margin:0px 0px 10px 5px;
	border:solid 1px #282828;
	padding:2px;
	height:18px;
}
.hot2 {
	color:#ffffff;
	font: 12px arial;
	text-decoration:none;
}
.hot2:hover {
	text-decoration:underline;
}
.bluehead {
	color:#fba946;
	font-weight:bold;
}
.greycopy a {
	font-size:12px !important;
	
}

.greycopy {
	color:#ffffff !important;
	font-size:12px !important;
}
.design3_selected_text {
	font-weight:bold;
}


#footer #footer_text {
	margin: 30px auto 0px;
	padding: 0px 0px 0px;
	font-size: .85em;
	line-height: 1.5em;
	width: 60%;
	text-align: center;
    text-transform: none;
	clear: both;
	color: #ADABAC;
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
}

#footer #footer_text a {
	color: #ADABAC;
	font-family: Arial, Helvetica, sans-serif;
}
