﻿
* {
	margin: 0px auto;
}
body {
	margin: 0px;
	padding: 2% 0px;
	background: #bfbfbf;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
/*	color: #747474;*/
	color: #adacac;
}
a, img {
	border: none;
	outline: none;
}
/*-----Layout-----*/
#main {
	width: 100%;
}
#wrapper {
	width: 1030px;
}

#container {
	float: left;
	width: 960px;
	background: url(../images/wrapper_bk.png);
/*	padding: 20px 35px*/
	padding: 35px;
}
#header {
	float: left;
	width: 100%;
/*	height: 236px;*/
	height: 309px;
	background: #242424;
}
#banner {
	float: left;
	width: 100%;
	height: 232px;	
}
#logo {
	float: left;
	width: 100%;
	height: 77px;
	background: url(../images/logo_bar_strip.png) repeat-x;
}
#logo a {
	float: right;
	width: 430px;
	height: 77px;
	position: relative;
	right: 15px;
}
#body_wrap {
	float: left;
	width: 100%;
	background: #242424;
	padding: 12px 0px;
}
#left_column {
	float: left;
	width: 27%;
	position: relative;
	z-index: 1000px;
	left: -12px;
/*	top: -5px;*/
/*		border: 1px solid #fff;*/
}
ul.menu {
	float: left;
	width: 250px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.menu li {
	float: left;
	width: 100%;
	margin: 0 0 1px 0px;
	padding: 0px;
}
ul.menu li a {
	float: left;
	width: 210px;
	height: 57px;	
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:700;
	line-height: 48px;
	padding: 0px 10px 0px 20px;
	text-decoration: none;
	/*background: url(../images/menu_bar.png) 0px 0px no-repeat;*/
}
ul.menu li a:hover, ul.menu li.current-menu-item a {
	color: #000;
	/*background: url(../images/menu_bar.png) 0px -57px no-repeat;*/
}



 ul.menu li:nth-child(1) a {color: #fff; background: url(../images/r1.png)  0px 0px no-repeat; }
ul.menu li:nth-child(1).current-menu-item a { color: #000; background: url(../images/r1.png) 0px -57px no-repeat;}
 ul.menu li:nth-child(1) a:hover { color: #000;background: url(../images/r1.png) 0px -57px no-repeat; }

ul.menu li:nth-child(2) a { background: url(../images/b1.png) 0px 0px no-repeat; }
ul.menu li:nth-child(2).current-menu-item a { color: #000; background: url(../images/b1.png) 0px -57px no-repeat;}
ul.menu li:nth-child(2) a:hover { color: #000;background: url(../images/b1.png) 0px -57px no-repeat; }

ul.menu li:nth-child(3) a { background: url(../images/g1.png) 0px 0px no-repeat; }
ul.menu li:nth-child(3).current-menu-item a { color: #000; background: url(../images/g1.png) 0px -57px no-repeat;}
ul.menu li:nth-child(3) a:hover { color: #000;background: url(../images/g1.png) 0px -57px no-repeat; }


ul.menu li:nth-child(4) a { background: url(../images/y1.png) 0px 0px no-repeat; }
ul.menu li:nth-child(4).current-menu-item a { color: #000; background: url(../images/y1.png) 0px -57px no-repeat;}
ul.menu li:nth-child(4) a:hover { color: #000;background: url(../images/y1.png) 0px -57px no-repeat; }

ul.menu li:nth-child(5) a { background: url(../images/w1.png) 0px 0px no-repeat; }
ul.menu li:nth-child(5).current-menu-item a { color: #000; background: url(../images/w1.png) 0px -57px no-repeat;}
ul.menu li:nth-child(5) a:hover { color: #000;background: url(../images/w1.png) 0px -57px no-repeat; }

ul.menu li:nth-child(6) a { background: url(../images/o1.png) 0px 0px no-repeat; }
ul.menu li:nth-child(6).current-menu-item a { color: #000; background: url(../images/o1.png) 0px -57px no-repeat;}
ul.menu li:nth-child(6) a:hover { color: #000;background: url(../images/o1.png) 0px -57px no-repeat; }

p#ceo 
{
    font-size:10pt;
  
}
#content_area {
	float: left;
	width: 66%;
	/*background: #2b2b2b;/*
	border: 1px solid #2B2B2B;
/*	margin-top: 9px;*/
	margin-right: 25px;
	margin-bottom: 10px;
	padding: 15px;
}
#content {
	float: left;
	width: 61%;
	border-right: 2px solid #484848;
	padding-right: 2%;
}
#full-width #content {
	width: 99%;
	padding-right: 0;
	border: none;
}
#content_right {
	float: left;
	width: 34%;
	padding-left: 2%;
}
#footer {
	float: left;
	width: 96%;
	background: #242424;
	padding: 1% 2%;
	font-size: 10pt;
	text-align: center;
}
#footer p {
	margin-bottom: 7px;
}
#footer a {
	color:#fff;
	text-decoration: none;
}
#footer a:hover {
	color:#fff;
	text-decoration: underline;
}

/*-----Other Stuff-----*/
h1,h2,h3,h4 {
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	padding: 0px 0px 5px 0px;
	margin: 3px 0px 5px 0px;
}
h2.post-title a {
	color: #fff;
	text-decoration: none;
}
h2.post-title a:hover {
	text-decoration: underline;
}
.post {
	float: left;
	width: 100%;
	margin: 10px 0px 0px 0px;
}
.post h1, h1.entry-title {
	font-size: 16px;
	color: #FFAE00;	
}
.entry_content a {
	color: #c46500;
}
.entry_content a:hover {
	color: #fff;
	text-decoration: none;
}
.entry_content {
	float: left;
	width: 100%;
	padding: 5px 0px;
}
.entry_content p {
	line-height: 18px;
	margin: 10px 0px;
}
.entry_content a.readmore, .module a.readmore {
	float: right;
	width: 100%;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	margin: 5px 0px 10px 0px;
	text-align: right;
}
.entry_content a.readmore:hover, .module a.readmore:hover {
	color: #c46500;
	text-decoration: none;
}
#inset {
	float: left;
	width: 98%;
	border-top: 2px solid #484848;
	padding: 10px 0px;
	margin: 10px 0px 0px 0px;
}

.module {
	float: left;
	width: 100%;
	border-bottom: 2px solid #484848;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
}
.module.nobar {
	border: none;
}
.module h3 {
	float: right;
	width: 241px;
	height: 48px;
	line-height: 41px;
	padding: 0 0 0 10px;
	background: url(../images/sidebar_title.png) no-repeat;
	position: relative;
	right: -30px;
	color: #fff;
}
.module p a, .mod_wrap a {
	color: #fff;
	text-decoration: none;
}
.module p a:hover, .mod_wrap a:hover {
	color: #c46500;
}
.webform {
	float: left;
	width: 92%;
	margin: 10px 0px;
	padding: 0 4%;
}
.webform p {
	float: left;
	width: 100%;
	margin: 3px 0px;
	padding: 0px;
}
.webform label {
	float: left;
	width: 100%;
	padding: 1% 0;
	margin: 0;
}
.webform input {
/*	float: left;*/
	display: inline;
	width: 93%;
	padding: 5px;
	border: 1px solid #dfe0c7;
	font-size: 11px;
}
.webform select {
	float: left;
	width: 73%;
	padding: 5px;
	font-size: 11px;
}
.webform textarea {
	float: left;
	width: 93%;
	height: 80px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding: 5px;
	border: 1px solid #dfe0c7;		
}
.webform input.btn_sendquote {
	float: right;
	width: 30%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px; 
	text-transform: uppercase;
	color: #838D83;
	cursor: pointer;		
	position: relative;
	right: 15px;
	top: 10px;
	margin: 1% 0;
	padding: 5px 10px;
}
.webform input.btn_sendquote:hover {
	background: #eaebda;
	color: #818b82;
}
.formresult {
	float: left;
	width: 100%;
}
.webform p span.error, p.error {
	float: left;
	width: 92%;
	padding: 2%;
	margin: 10px 0px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #ff0000;
	border: 1px solid #F75E75;
	background: #F7DDDE;
/*	display: none;*/
}
.thanks {
	float: left;
	width: 96%;
	padding: 2%;
	margin: 10px 0px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #828c83;
}

.img-bottom {margin-bottom: 10px; }

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }