/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
ul, li, dd, blockquote {
	margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}

fieldset {
	border: none;
}

label:hover {
	cursor: pointer
}

/* Form field text-scaling */
input, select, textarea {
	font-size: 100%;
}

/* clearing */
.stretch,
.clear {
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 1px;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block;
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}

/* End Neutralize styling */

body {
	background: #595959 url(images/grad_bkgd.gif) top left repeat-x;
}

/* Colors */

.gray {
	color: #818181;
}

.green {
	color: #71892c;
}

/* End Colors */

/* Header */

#header {
	width: 828px;
	height: 162px;
	margin: 0 auto;
	padding: 0;
	background: url(images/header_bkgd.gif) top center no-repeat;
}

.home_link {
	width: 200px;
	height: 76px;
	padding: 30px 0 0 0;
	display: block;
}

.pdf {
	background: url(images/file_acrobat.gif);
	padding-left: 20px;
}

.home_link a, .home_link a:hover {
	width: 200px;
	height: 76px;
	display: block;
}

.gone {
	display: none;
}

/* End Header */

/* Navigation styling */

#main_nav {
	width: 828px;
	height: 36px;
	background: url(images/main_nav.gif);
	margin: 0;
	padding: 0;
	top: 20px;
	position: relative;
}

#main_nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}

#main_nav li, #main_nav a {
	height: 36px;
	display: block;
}

#main_nav_about {
	left: 36px;
	width: 66px;
}

#main_nav_services {
	left: 108px;
	width: 54px;
}

#main_nav_clients {
	left: 168px;
	width: 50px;
}

#main_nav_faq {
	left: 226px;
	width: 36px;
}

#main_nav_sample {
	left: 270px;
	width: 104px;
}

#main_nav_contact {
	left: 380px;
	width: 66px;
}

#main_nav_about a:hover {
	background: transparent url(images/main_nav.gif) -36px -36px  no-repeat;
}

#main_nav_services a:hover {
	background: transparent url(images/main_nav.gif) -108px -36px  no-repeat;
}

#main_nav_clients a:hover {
	background: transparent url(images/main_nav.gif) -168px -36px  no-repeat;
}

#main_nav_faq a:hover {
	background: transparent url(images/main_nav.gif) -226px -36px  no-repeat;
}

#main_nav_sample a:hover {
	background: transparent url(images/main_nav.gif) -270px -36px  no-repeat;
}

#main_nav_contact a:hover {
	background: transparent url(images/main_nav.gif) -380px -36px  no-repeat;
}

#main_nav_about li a:hover, #main_nav_services li a:hover,
#main_nav_clients li a:hover, #main_nav_faq li a:hover, #main_nav_contact li a:hover {
	background: none;
}

#main_nav_about_on {
	left: 36px;
	width: 66px;
	background: transparent url(images/main_nav.gif) -36px -36px  no-repeat;
	text-decoration: none;
}

#main_nav_services_on {
	left: 108px;
	width: 54px;
	background: transparent url(images/main_nav.gif) -108px -36px  no-repeat;
	text-decoration: none;
}

#main_nav_clients_on {
	left: 168px;
	width: 50px;
	background: transparent url(images/main_nav.gif) -168px -36px  no-repeat;
	text-decoration: none;
}

#main_nav_faq_on {
	left: 226px;
	width: 36px;
	background: transparent url(images/main_nav.gif) -226px -36px  no-repeat;
	text-decoration: none;
}

#main_nav_sample_on {
	left: 270px;
	width: 104px;
	background: transparent url(images/main_nav.gif) -270px -36px  no-repeat;
	text-decoration: none;
}

#main_nav_contact_on {
	width: 66px;
	background: transparent url(images/main_nav.gif) -380px -36px  no-repeat;
	text-decoration: none;
	left: 380px;
}

.none {
	display: none;
}

/* End Navigation styling */

/* Home page content */

#content {
	width: 828px;
	margin: 0 auto;
	padding: 0;
	top: 0;
	background: url(images/body_bkgd.gif) top center repeat-y;
}

#main_content {
	width: 828px;
	height: 631px;
	margin: 0 auto;
	padding: 0;
	background: url(images/main_content_bkgd.gif) top center no-repeat;
}

#center_content {
	width: 800px;
	height: 258px;
	margin: 0 14px;
	padding: 0;
	background: url(images/center_content.jpg) top center repeat-y;
}

#center_content_lft {
	width: 488px;
	float: left;
}

#center_content_rt {
	width: 312px;
	float: right;
}

#center_content_rt .learn_more_btn {
	width: 106px;
	height: 32px;
	background: url(images/learn_more_btn.gif);
	margin: 0;
	padding: 0;
	top: 168px;
	left: 22px;
	position: relative;
}

#center_content_rt .learn_more_btn a {
	height: 32px;
	display: block;
}

#center_content_rt .learn_more_btn a:hover {
	background: transparent url(images/learn_more_btn.gif)
    0px -32px no-repeat;
}

#home_btm {
	width: 800px;
	height: 200px;
	margin: 0 14px;
	padding: 0;
	background: url(images/home_btm_bkgd.gif) top left repeat-x;
}

#home_btm_lft {
	width: 329px;
	height: 372px;
	margin: 0;
	padding: 0;
	float: left;
}

#contact_info {
	width: 295px;
	height: 140px;
	margin: 45px 0 0 34px;
	border-bottom: 1px solid #9e9e9e;
}

* html #contact_info {
	margin: 25px 0 22px 34px;
}

#contact_info h3, #client_info h3 {
	font: 16px "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	color: #71892c;
	text-decoration: underline;
}

#contact_info p {
	font: 12px "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	color: #373737;
}

* html #contact_info p {
	padding-bottom: 20px;	
}

#contact_info a, #contact_info a:hover, #client_info a, #client_info a:hover {
	color: #71892c;
	text-decoration: underline;
}

#client_info {
	width: 294px;
	height: 136px;
	margin: 20px 0 0 34px;
}

#client_info img {
	padding-top: 10px;
}

#client_info p {
	font: 11px "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	color: #373737;
	padding-top: 10px;
}

#home_btm_rt {
	width: 471px;
	height: 372px;
	margin: 0;
	padding: 0;
	float: right;
	background: url(images/home_btm_rt_bkgd.gif) 0% 75% no-repeat;
}

#home_btm_rt h3 {
	font: 19px "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	color: #4f5d80;
	line-height: 27px;
	padding: 40px 0 0 25px;
}

#home_btm_rt p {
	font: 14px "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	color: #000;
	line-height: 26px;
	padding-left: 25px;
	width: 400px;
}

#home_btm_rt a, #home_btm_rt a:hover {
	font: 12px "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	color: #71892c;
	text-decoration: underline;
}

#footer {
	margin: 0 auto;
	padding: 0;
	height: 35px;
	width: 828px;
	background: url(images/footer_bkgd.gif) top center no-repeat;
}

#footer p {
	font: 10px Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0 18px;
	padding: 10px 0 0 5px;
}

/* End home page content */

/* Begin interior content */

#int_content_bkgd {
	width: 828px;
	margin: 0 auto;
	padding: 0;
	background: url(images/int_content_bkgd.gif) top center no-repeat;
}

#int_content {
	width: 800px;
	margin: 0 14px;
	padding: 0;
	background: #33476c;
}

#lft_column {
	width: 275px;
	float: left;
	margin: 0;
	padding: 0;
}

#lft_col_btm {
	width: 275px;
	height: 100px;
	margin: 0;
	padding: 0;
	background: url(images/lft_col_bkgd.gif) top left repeat-x;
}

* html #lft_col_btm {
	margin-top: -3px;
}

#lft_column .gray_box {
	width: 200px;
	height: 75px;
	background: #aaaaaa;
	margin: 0;
	padding: 0;
}

#rt_column {
	width: 485px;
	background: #fff;
	margin: 0;
	padding: 10px 20px 20px 20px;
	float: right;
}

#rt_column h3 {
	font: 18px "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	color: #71892c;
	font-weight: bold;
}

#rt_column p {
	font: 13px "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	line-height: 16px;
	color: #333333;
}

#rt_column p.quest {
	color: #000000;
}

#rt_column ul {
	margin: 6px 0 0 0;
	padding: 0 0 0 10px;
	font: 14px "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	line-height: 20px;
}

#rt_column ul li {
	color: #333333;
}

#rt_column .h_rule {
	background: url(images/gray_h_rule.gif) no-repeat 0 50%;
	height: 2px;
	margin: 0;
	padding: 3px 0 6px 0;
}

* html #rt_column .h_rule {
	padding: 0;
}

/* End interior content */

/* Begin contact form */

#contact_form img.header, #contact_info img.header {
	padding: 10px 0;
}

#contact_info p {
	font: 12px "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	line-height: 16px;
	margin-bottom: 10px;
}

#contact_info .contact_lft {
	float: left;
	width: 270px;
}

#contact_info .contact_rt {
	float: right;
	width: 270px;
}

form {
	font: 12px "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	margin-top: 10px;
}

label, input, select, textarea {
	display: block;
	width: 228px;
	float: left;
	margin-bottom: 7px;
}

.radio {
	width: 12px;
}

.radio_copy {
	padding: 2px 0 0 0;
	margin: 0 0 -8px 0;
}

label {
	text-align: right;
	width: 214px;
	padding-right: 20px;
	padding-top: 2px;
}

.label2 {
	margin: 0;
	text-align: left;
	width: 200px;
	/*padding-left:8px;*/
	padding: 5px 0;
}

.checkbox {
	width: 16px;
	text-align: left;
	margin-top: 18px;
}

* html .checkbox {
	margin-top: 14px;
}

.comm_choices {
	margin-left: 234px;
}

.label3 {
	text-align: left;
	width: 250px;
	/*padding-left:8px;*/
	margin: 10px 0;
}

.checkbox2 {
	width: 16px;
	text-align: left;
	margin-top: 14px;
}

* html .checkbox2 {
	margin-top: 10px;
}

.submit {
	width: 80px;
	margin-left: 230px;
}

* html .submit {
	width: 80px;
	margin-left: 115px;
}

br {
	clear: left;
}

/* End contact form */