@charset "utf-8";
/* Hack for IE7 */
*+html body {
	background-position: 0px 143px;
}
/* CSS */
body {
	padding: 0;
	background: #FFFFFF;
	font-size: 13px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../site-images/bgif.jpg);
	background-repeat: repeat-x;
	background-position: 0px 136px;
}
a {
	color: #1E4908;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1 {
	color: #1e4908;
	font-size: 18px;
	margin: 0;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}
h2, h2 a {
	color: #787878;
	font-size: 17px;
	font-style: italic;
	margin: 0;
	text-decoration:none;
}
h2 a:hover {
	text-decoration: underline;
}
h3 {
	color: #1e4908;
	font-size: 15px;
}
#wrapper {
	width: 820px;
	margin: 0 auto;
	border:1px dashed #666;
}
#header {
	height: 110px;
}
#header #logo {
	width: 175px;
	height: 110px;
	float: left;
}
#header #logo img {
	margin: 15px 0 0 0px;
}
#headtitle {
	width: 375px;
	height: 95px;
	float: right;
	padding-right: 0px;
	text-align: right;
	padding-top: 15px;
}
#phone {
	color: #c8c8c8;
	font-size: 40px;
}
#navi {
	height: 65px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#navbar {
	background-color: #1e4908;
	margin-top: 18px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
#navbar ul {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 22px;
	padding: 0px;
	height: 25px;
	padding-top: 7px;
	position: static;
}
#navbar li {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 0px;
}
#navbar li a {
	color: #FFF;
	display: inline;
	text-decoration: underline;
	padding: 0 0 0 5px;
	background-image: url(../site-images/navidiv.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	background-color: #1E4908;
}
#navbar ul li #first {
	background-image: none;
}
#calltoaction {
	float: right;
	width: 390px;
	left: 20px;
	height: 50px;
	position: relative;
	bottom: 37px;
}
#calltoaction img {
	border: none;
	margin: 0;
	padding: 0;
}
#main {
	/* height: 400px; */
	width: 820px;
}
#leftcontent {
	float: left;
	width: 510px;
	padding: 15px 10px 15px 10px;
	border-right: solid #cecece 1px;
	margin-bottom:5px;
}
#leftcontent p {
	padding-right: 5px;
}
ul.sitemap {
	line-height:22px;
}
#subnav {
	width: 259px;
	margin: 0;
	padding: 0;
}
#subnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom:12px;
}
#subnav ul li {
	background-color: #e5e5e5;
	margin-bottom: 1px;
	padding: 6px;
}
#subnav ul li:hover {
	background-color: #cecece;
	margin-bottom: 1px;
	padding: 6px;
	color: #000;
}
#subnav ul li a {
	color: #1E4908;
}
#subnav ul li a:hover {
	color: #000;
}
#rightcontent {
	float: right;
	width: 259px;
	padding: 0 0 0 10px;
	margin-top: 15px;
}
#rightcontent p {
}
#rightcontent #pic {
	width: 300px;
	margin-left: 20px;
}
#footer {
	border-top: solid #cecece 1px;
	width: 820px;
	margin: 0 auto;
	font-size:11px;
}
#footer #copy {
	float: left;
	margin-top: 5px;
}
#footer #copy img {
	margin-bottom:-4px;
}
#footer #links {
	float: right;
	margin-top: 5px;
}
#rightcontent #pic a {
	border: none;
}
#pic img {
	border: none;
}
.blogNext, .blogPrevious {
	background-color: #1e4908;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border:1px #1e4908 solid;
	cursor: pointer;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 15px;
}
.blogNext {
	float:right;
}
.disclaimers {
	font-size:9px;
	color:#666666;
	margin-top:20px;
}
.hide {
	display:none;
}
/* Contact Us Form formatting  */
.Contact_Us label {
	background-color: #1E4908;
	color:#FFFFFF;
	width: 130px;
	margin-bottom: 8px;
	float: left;
	padding: 3px;
	margin-right: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family:tahoma, verdana;
	font-size:13px;
	text-align:center;
}
form.Contact_Us {
	width: 475px;
	padding-bottom: 15px;
	margin:auto;
}
.Contact_Us textarea {
	height: 60px;
	width: 230px;
	margin-bottom: 10px;
	float: left;
	border: 1px solid #1E4908;
	font-family:tahoma, verdana;
	font-size:13px;
}
.Contact_Us input {
	width: 225px;
	border: 1px solid #1E4908;
	margin-right: 6px;
	margin-bottom:10px;
	float: left;
	padding: 3px;
	font-family:tahoma, verdana;
	font-size:13px;
	height:22px;
}
.captcha {
	height:50px;
	clear:both;
}
.submitarea {
	display:block;
}
.submitarea label {
	background-color:#FFFFFF;
	width: 130px;
	padding: 3px;
	margin-right: 5px;
}
input.submit {
	background-color: #1E4908;
	color: #FFFFFF;
	cursor: pointer;
	height:30px;
	width:225px;
}
.error {
	padding: 5px;
	border: 1px solid #DF1F26;
	margin-bottom:5px;
}
/* CLIENT SAMPLES */
ul.qw_client_examples {
	margin: 15px 0px 20px;
	padding: 0px;
	list-style-type: none;
	overflow: auto;
}
.qw_client_examples li {
	display: block;
	width: 196px;
	height:150px;
	float: left;
	margin-right: 8px;
	margin-bottom: 15px;
	text-align: center;
}
.qw_client_examples img {
	border:1px solid #1E4908;
}
.qw_client_examples a {
	color: #2b2c2d;
	font-size:12px;
}
