body {
	background-image: url(/images/template/bodybg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin: 0px;
	font-family: "Tahoma";
	font-size: 14px;
	color: #333333;
}
#content {
	width: 865px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content #head {
/*	background-image: url(/images/header/headerpic.jpg);
	background-repeat: no-repeat;
	background-position: right;
*/
	background-color: #FFF;
	height: 169px;
}
#content #head #logo {
	background-color: #006DFF;
	width: 341px;
	float: left;
}
#content #head #headerImage {
	float:right;
}
#content #head img {
    margin-left: -3px;
}
#menu {
	background-color: #a5a5a5;
	height: 30px;
}
#menu .nav {
	background-color: #f1f3f4;
	text-transform: uppercase;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:center;
}
#menu  .nav  a  {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding: 5px;
}
#menu .nav a:hover {
	font-weight: bold;
	color: #30447C;
	text-decoration: none;
	padding: 5px;
	background-color: #A5A5A5;
}

#content .section {
	float: right;
	width: 655px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
#content .section .text {
	margin-right: 15px;
	margin-left: 15px;
}

#content .section h4 {
	text-transform: uppercase;
	background-color: #eaeaea;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin: 0px;
}
#content .testimonial .testitle {
	float: left;
	width: 200px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 15px;
	margin-left: 15px;
}
#content .testimonial .testimonial1 {
	float: right;
	width: 550px;
	text-align: right;
	margin-right: 20px;
}
#content .leftnav {
	float: left;
	width: 150px;
	padding-top: 20px;
	padding-left: 33px;
}
#content .section img {
	padding: 5px;
}

#content .testimonial {
	background-color: #30447c;
	color: #FFF;
	padding: 12px;
}
#footer {
	text-align: center;
	text-transform: uppercase;
	font-size: 8px;
	color: #FFF;
}
#footer a {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}
.clear {
	clear: both;
}
div.email_confirm { display:none; }
#miniForm {
}
#miniForm input {
	font-size: 9px;
	color: #333333;
	padding: 2px;
	border: 1px solid #CCCCCC;
	padding-bottom: 2px;
}
div#content div.section table#cta {
    margin: 0;
    padding: 0;
    background-image: url(/images/template/cta_bg.jpg);
    background-repeat: repeat-x;
}
div#content div.section table#cta tbody tr td img {
    margin: 0;
    padding: 0;
}
.error, .required { color: red; }
div.mainImage {
    margin-left: 10px;
    float: right;
}