@charset "utf-8";
/* Henry-inc.com CSS Document written by Robert Kirby roberttkirby@gmail.com */


* {
	margin:0;
	padding:0;
}

a {
	outline:none;
}

a:link, a:visited, a:active {
	color:#6b7583;
}

img,
img a:link {
	border:none;
	margin:0;
	padding:0;
}

body {
	background: #727272 url(../img/bg.jpg) repeat-x 0 0;
	font-family:Arial,Helvetica,sans-serif;
	font-size:80%;
	line-height:1.6em;
	color:#666;
	text-align:justify
}


h1 {
	text-transform:uppercase;
	color:#6b7583;
	font-size:1.6em;
	margin-bottom:20px;
}

h4 {
	font-size:14px;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.wrapper {
	width:960px;
	margin:0 auto 0 auto;
	background-color:#fff;
}

.masthead {
	width:940px;
	height:25px;
	padding:0 10px 0 10px;
	display:block;
	background-color:#767676;
}

.mainnav {
	width:940px;
	height:85px;
	padding:0 10px 0 10px;
	display:block;
	background: url(../img/bg_mainnav.jpg) no-repeat 0 0;
}

.mainnav ul {
	list-style:none;
		
}

.mainnav ul li {
	margin-top:60px;
	float:left;
		
}

.mainnav ul li a:link, a:visited, a:active {
	margin-right:15px;
	font-size:1.2em;
	color:#6b7583;
	font-weight:900;
	text-decoration:none;
}

.mainnav ul li a:hover {
	color:#000;
}

.mainnav ul li a:link.on {
	color:#000;
}


.content {
	width:890px;
	min-height:400px;
	padding:70px 0px 0 70px;
	background: #fff url(../img/bg_body.jpg) no-repeat 0 10px;
	display:block;
}

.content:after {
	content:".";
	visibility:hidden;
	clear:both;
}

.column_one {
	width:390px;
	padding-right:10px;
	margin-right:15px;
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.column_two {
	width:400px;
	float:left;
}

.column_full {
	width:820px;
	background: #fff url(../img/bg_about.jpg) no-repeat 0 0;
}

.column_full p {
	width:400px;
	margin-bottom:20px;
}

.column_one ul,
.column_two ul {
	padding-left:12px;
}


/* Contact Box */
#contactbox-container {
	margin:0 0 20px 70px;
}

#contactbox-container img {
	display:block;
	margin:0;
}

#contactbox {
	width:329px;
	background-image:url(../img/bkg_contactbox.png);
	background-repeat:repeat-y;
}

#contactbox-inner {
	width:296px; 
	padding:0 25px 10px 8px;
}

#contactbox-inner p {
	color:#fff;
}

#contactbox-inner h4 {
	color:#fff;
	margin:0 0 12px 0;
}

#contact-form label {
	font-size:12px;
	color:#fff;
	line-height:1.4em;
	font-weight:bold;
}

#contact-form #email-field {
	float:left;	
}

#contact-form p.required {
	float:left;	
	font-size:10px;
	color:#fff;
	margin:10px 0 0 20px;
}

#contact-form .member {
	float:left;
}

#contact-form #member-options {
	padding:6px 0 12px 18px;
}

#contact-form div.member p {
	float:left;
	margin-bottom:0;	
}

#contact-form div.member p.no {
	margin-left:32px;
}

#contact-form form {
	width:296px;
	clear:both;
}

#contact-form .input-text {
	width:180px;
}

#contact-form .submit-button {
	float:right;
	margin:23px 0px 0px 0px;
}



/* Form Elements */
form {
	font-size:100%;
	margin:0;
	padding:0;
}

input {
	font-size:100%;
	color:#666;
}

form div {
	display:block;
	margin:0;  
	padding:0;
}

form label {
	display:block;
	padding:0;
	margin:0;
}

form input.input-text {  
	padding:2px 3px;
	margin:0 0 10px 0;
	border:1px solid #ccc;
}

form div input.input-checkbox, input.input-checkbox {
	display:inline;
	height:auto;
	width:auto;
	background-color:transparent;
	border-width:0;
	padding:0;
	margin:3px 5px 0 0;
}

.footer {
	padding:10px;
}

.splitter {
	clear:both;
	width:800px;
}

.splitter:after {
    content: ".";
    display: block;
    height: 1%;
    clear: both;
    visibility: hidden;
}

.row { 
	width:250px;
	margin:0 0 10px 0;
}

.input {
	width:175px;
	padding:3px;
	border: 1px #CCCCCC solid;
}

.right {
	float:right;
}

.left {
	float:left
}


	
	

