@import url(reset.css);
@import url(menu.css);

body {
	width: 960px;
	margin: 0 auto;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #EBEBEB;
	color: #333333;
}

#bottomBackgroundWrap {
	width: 960px;
	position: absolute;
	background-color: #fff;
	z-index: 50;
	top: 100px;
}

table {
	margin-bottom: 20px;
}

form table {
	margin-bottom: 5px;
}

form {
	margin-bottom: 20px;
}

th, td {
	padding: 4px 2px;
	font-size: 0.8125em;
}

th {
	font-weight: bold;
}

#maincontainer {
	width: 960px;
	position: relative;
	background: url(../images/bodyBgNew.jpg) top left no-repeat;
	z-index: 10;
}

#header {
	position: absolute;
	width: 960px;
	height: 100px;
	background: url(../images/headerBgNew.jpg) bottom left no-repeat #fff;
}

#header img {
	margin-left: 8px;
}

#content {
	float: left;
	width: 601px;
	min-height: 500px;
	background: url(../images/roundContentBg.gif) #fff;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: no-repeat;
	padding-right: 20px;
}

#content h3 {
	text-transform: uppercase;
	color: #3B40DA;
	font-size:30px;
	font-weight:bold;
	margin-bottom: 30px;
}
.bottomBorder {
	border-bottom-style: solid;
	padding-bottom: 50px;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}

#contactinfo {
	position: absolute;
	left: 600px;
	top: 60px;
	font-size: 1em;
	line-height: 1.3em;
	z-index: 101;
	font-family: Arial, Helvetica, sans-serif;
}
#contactinfo a {
	font-family: Arial, Helvetica, sans-serif;
	color: #5262AD;
}
#contactinfo a:hover {
	color: #D65221;
}

#content p {
	margin-bottom: 20px;
	line-height: 1.5em;
	font-size: 0.8125em;
}
h3#white {
	color: #FFFFFF;
}

#content img {
	float: right;
	margin: 0 0 20px 20px;
}
.fltLft{
	float: left;
	margin: 0 0 20px 20px;
}
#testamonials {
	background-image: url(../images/testamonialBg.jpg);
	background-repeat: no-repeat;
	width: 255px;
	float: left;
	padding: 10px;
}
#faq {
	background-image: url(../images/faqBg.jpg);
	background-repeat: no-repeat;
	width: 255px;
	float: right;
	padding: 10px;
}

#footer {
	padding-left: 10px;
	padding-bottom: 0px;
	padding-right: 0;
	padding-top: 5px;
	clear: both;
	text-align: center;
	font-size: 0.7em;
	background: #EAF2FF;
	color: #999;
	height: 42px;
	
}
#purchaseBtn {
	height: 25px;
	width: 125px;
	background-image: url(../images/btn_purchaseOnline.jpg);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	float: left;
	padding-left: 15px;
}
#purchaseBtn:hover {
	background-position: bottom;
}
.block {
	display: block;
	float: left;
}
.form_btns {
	padding-left: 20px;
}
#directionInfo {
	width: 250px;
	margin-left: 350px;
	padding-top: 40px;
	position: absolute;
}
#directionInfo p {
	font-size: 12px;
}
#content h2 {
	padding-bottom: 10px;
	font-size: 14px;
	color: #D65221;
	padding-top: 10px;
}
.officeLocation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#content h1 {
	font-size: 18px;
	font-weight: bold;
	color: #D65221;
	padding-top: 10px;
}
#footer_text{
	width: 750px;
	margin-top: 10px;
	float: left;
}
.italic {
	font-style: italic;
	color: #5262AD;
}
.f_logo {
	background-position: 0px 0px;
	float: right;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#footer_logo{
	height: 27px;
	width: 60px;
	float: right;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-top: 5px;

}
