@charset "UTF-8";
/* CSS Document */

body {
	background: #e4e4e4;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 30px 0 0 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #2E2E2E;
	background-image: url(../images/bg_tile.jpg);
	background-repeat: repeat-x;
	font-family: Calibri, Arial, sans-serif;
	margin-bottom: 30px;
}
p {
	padding: 0 30px 0 15px;
	font-size: 1em;
	line-height: 1.25em;
}
.outerStroke {
	width: 814px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:#FFFFFF;
	border-width:1px;
	border-style: solid;
}
.oneColFixCtrHdr #container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 7px solid #aaadaf;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 86px;
	position: relative;
}
.oneColFixCtrHdr h1 {
	margin: 0 0px -5px 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #1F66B0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 20pt;
	padding: 0 0px 0 15px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	clear: both;
	position: relative;
}
.oneColFixCtrHdr #footer {
	padding: 0px 0 30px 0;
	background-color: #aaadaf;
	height: 1px;
	font-size: 0.8em;
	color: #ffffff;
	text-align: center;
	clear: both;
}
.oneColFixCtrHdr #footer a{
color:#FFFFFF;
font-weight:bold;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.sectionTop1{
	background-image:url(../images/section_bg_tile.jpg);
	background-repeat: repeat-x;
	padding: 15px 0px 0px 0px;
	margin: 30px 0 0 0;
	position: relative;
}
.sectionTop1 p{
	padding-right: 315px;
	line-height: 1.3em;
	font-size: 1em;
}
#expertiseIntro {
	padding-right: 360px;
}
.productIcon {
	position:absolute;
	top: 60px;
	right: 63px;
	height: 123px;
}
.ExperticeImage {
	position:absolute;
	top: 62px;
	right: 31px;
	width: 290px;
	height: 218px;
}
.bulletedList1 {
}
.image1{
	width: 400px;
	float: left;
	margin: 0px 40px 0 0;
}
.image2{
	width: 95%;
	float: left;
	margin: 0px 0px 0 0;
	padding: 0 0 0 30px;
}
.bottomBreak{
clear:both;
}
.productFeatureList{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 0 35px 0 0;
}
.caption {
	border-top: solid #aaaaaa 1px;
	font-style: italic;
	font-size: 1em;
}
.caption a{
	font-style:normal;
	font-weight:bold;
	color: #1F66B0;
	font-size: 0.9em;
}
.subhead {
color:#1F66B0;
font-weight:bold;
}
.banner {
	padding: 30px 0 10px 13px;
}
.sectionhome_left {
	width: 360px;
	background-image:url(../images/section_bg_tile.jpg);
	background-repeat: repeat-x;
	margin: 0px 20px 0 15px;
	float: left;
}
.bordermaker {
	border-left: #cccccc dotted 3px;
	position: absolute;
	height: 292px;
	width: 3px;
	left: 403px;
	top: 278px;
}
.sectiohome_right{
	width: 390px;
	display: inline;
}
.sectionhome_left h1{
font-size:24px;
}
#mainContent table {
	padding: 0 0 0 0px;/*form styles*/
}
.style1 {
	font-weight: bold;
	font-size:.9em;
	color:#333333;
}
.style2 {
	font-size: 0.9em;
}
select#refer {
	font-family: Helvetica, Arial, sans-serif;
}
.style4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;

	}
input#clear {
background-image:url(../images/btn_clear_form.png);
height:34px;
width: 123px;
background-repeat:no-repeat;
background-color: #ffffff;
border:none;
}
input#submit {
background-image:url(../images/btn_submit.png);
height:34px;
width: 113px;
background-repeat:no-repeat;
background-color: #ffffff;
border:none;
}
.contactTable {
	float:left;
	margin: 0 50px 0 20px;
}
.contactInfoBox{
	background-image:url(../images/contact_info_box.jpg);
	background-repeat:no-repeat;
	height:378px;
	widows: 232px;
	width: 250px;
	clear: left;
	position:absolute;
	right: 41px;
	top:206px;
	z-index: 1000;
}
.infoBoxText {
	font-size: 14px;
	padding: 30px 0 0 19px;
}
/*form styles*/
