body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#565656;
	background-color:#1878A5;
	padding:0px;
	margin:10px 0px 0px 0px;
}
.oneColFixCtr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
form {
	padding:0px;
	margin:0px;
}
.black {
	color:#000;
}
.grey {
	color:#565656;
}
.blue {
	color:#096FA1;
}
.white {
	color:#FFF;
}
.red {
	color:#FF0000;
}
.black_11 {
	color:#000;
	font-size:11px;
}
.grey_11 {
	color:#565656;
	font-size:11px;
}
.blue_11 {
	color:#096FA1;
	font-size:11px;
}
.white_11 {
	color:#FFF;
	font-size:11px;
}
.red_11 {
	color:#FF0000;
	font-size:11px;
}
a:link {
	color:#565656;
	text-decoration:none;
}
a:visited {
	color:#565656;
	text-decoration:none;
}
a:hover {
	color:#096FA1;
	text-decoration:none;
}
.black_link:link {
	color:#000;
	text-decoration:none;
}
.black_link:visited {
	color:#000;
	text-decoration:none;
}
.black_link:hover {
	color:#096FA1;
	text-decoration:none;
}
.blue_link:link {
	color:#096FA1;
	text-decoration:none;
}
.blue_link:visited {
	color:#096FA1;
	text-decoration:none;
}
.blue_link:hover {
	color:#000;
	text-decoration:none;
}
.white_link:link {
	color:#FFF;
	text-decoration:none;
}
.white_link:visited {
	color:#FFF;
	text-decoration:none;
}
.white_link:hover {
	color:#FFF;
	text-decoration: underline;
}
.red_link:link {
	color:#FF0000;
	text-decoration:none;
}
.red_link:visited {
	color:#FF0000;
	text-decoration:none;
}
.red_link:hover {
	color:#000;
	text-decoration: none;
}
h1 {
	font-size:18px;
	padding:0px;
	margin:0px;
	font-weight:normal;
}
h1 a{
	font-size:18px;
	padding:0px;
	margin:0px;
	font-weight:normal;
}
h2 {
	font-size:17px;
	padding:0px;
	margin:0px;
	font-weight:normal;
}
h2 a{
	font-size:17px;
	padding:0px;
	margin:0px;
	font-weight:normal;
}
h3 {
	font-size:16px;
	padding:0px;
	margin:0px;
	font-weight:normal;
}
h3 a{
	font-size:16px;
	padding:0px;
	margin:0px;
	font-weight:normal;
}
h4 {
	font-size:15px;
	padding:0px;
	margin:0px;
	font-weight:normal;
}
h4 a{
	font-size:15px;
	padding:0px;
	margin:0px;
	font-weight:normal;
}
h5 {
	font-size:14px;
	padding:0px;
	margin:0px;
	font-weight:normal;
}
h5 a{
	font-size:14px;
	padding:0px;
	margin:0px;
	font-weight:normal;
}
h6 {
	font-size:13px;
	padding:0px;
	margin:0px;
	font-weight:normal;
}
h6 a{
	font-size:13px;
	padding:0px;
	margin:0px;
	font-weight:normal;
}
/*-----HEADER ---------------------------- START HERE! ----*/
#header {
	width:950px;
	float:left;
	background-color:#FFFFFF;
}
#top_link {
	width:100%;
	float:left;
}
#top_link ul{
	padding:0px;
	margin:0px;
}
#top_link li{
	padding:0px;
	margin:0px;
	list-style:none;
	display: inline;
}
#top_text {
	width:920px;
	padding:0px 0px 0px 10px;
	float:left;
	font-size:14px;
	color:#000;
	margin:0px 10px 0px 10px;
}
#top_nav {
	width:353px;
	float:right;
}
#top_nav ul{
	padding:0px;
	margin:0px;
}
#top_nav li{
	padding:0px;
	margin:0px;
	list-style:none;
	display: inline;
}
/*-----HEADER ---------------------------- END HERE! ----*/

/*-----MIDDLE ---------------------------- START HERE! ----*/
#middle {
	width:930px;
	padding:10px;
	float:left;
	background-color:#FFFFFF;
}
#inner_middle_right {
	width:638px;
	float:right;
}
#middle_left {
	width:648px;
	float:left;
}
#main_pic {
	float:left;
	width:648px;
}
#middle_content {
	width:100%;
	float:left;
	line-height:18px;
}
#middle_content h1{
	font-size:24px;
	color:#000;
	background-image:url(../images/title_bg.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding-bottom:15px;
}
#inner_middle_left {
	width:270px;
	float:left;
}
#middle_right {
	width:270px;
	float:right;
}
#client_login {
	width:270px;
	float:left;
}
#client_login h1 {
	color:#096FA1;
	background-image: url(../images/title_bg1.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding-bottom:8px;
	font-size:19px;
}
#client_login_top_box {
	background-image:url(../images/tr.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	width:270px;
	float:left;
	margin-top:10px;
}
#client_login_middle_bg {
	background-image:url(../images/login_bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#074C6D;
	padding:0px 10px 0px 10px;
	width:250px;
	float:left;
	font-size:14px;
	color:#FFF;
	height:115px;
}
#client_login_middle_bg a:link{
	font-size:11px;
	color:#FFF;
}
#client_login_middle_bg a:visited{
	font-size:11px;
	color:#FFF;
}
#client_login_middle_bg a:hover{
	font-size:11px;
	color:#FFF;
	text-decoration:underline;
}
#client_login_middle_bg input{
	border:1px solid #074C6D;
	padding:3px;
	font-size:14px;
	color:#565656;
	font-weight:bold;
	width:140px;
}
.button {
	border:0px;
}
#client_login_bottom_box {
	background-image:url(../images/br.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	width:270px;
	float:left;
}
#request_a_quote {
	width:270px;
	float:left;
}
#request_a_quote h1 {
	color:#096FA1;
	background-image: url(../images/title_bg1.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding-bottom:8px;
	font-size:19px;
}
#request_a_quote_top_box {
	background-image:url(../images/grey_tr.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	width:270px;
	float:left;
	margin-top:10px;
}
#request_a_quote_middle_bg {
	background-image:url(../images/testimonial_bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#DCDCDC;
	padding:0px 10px 0px 10px;
	width:248px;
	float:left;
	font-size:12px;
	color:#000;
	border-left:1px solid #CACACA;
	border-right:1px solid #CACACA;
}
#request_a_quote_bottom_box {
	background-image:url(../images/grey_br.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	width:270px;
	float:left;
}
#request_a_quote_middle_bg input{
	border:1px solid #CCCCCC;
	font-size:12px;
	color:#000;
	width:180px;
}
#request_a_quote_middle_bg select{
	border:1px solid #CCCCCC;
	font-size:12px;
	color:#000;
	width:187px;
	margin-left:6px;
}
#testimonial {
	width:270px;
	float:left;
}
#testimonial h1 {
	color:#096FA1;
	background-image: url(../images/title_bg1.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding-bottom:8px;
	font-size:19px;
}
#testimonial_top_box {
	background-image:url(../images/grey_tr.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	width:270px;
	float:left;
	margin-top:10px;
}
#testimonial_middle_bg {
	background-image:url(../images/testimonial_bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#DCDCDC;
	padding:0px 10px 0px 10px;
	width:248px;
	float:left;
	font-size:13px;
	color:#565656;
	border-left:1px solid #CACACA;
	border-right:1px solid #CACACA;
}
#testimonial_bottom_box {
	background-image:url(../images/grey_br.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	width:270px;
	float:left;
}
#left_nav {
	width:270px;
	float:left;
}
#left_nav h1 {
	color:#096FA1;
	padding-bottom:15px;
	border-bottom:1px solid #ECECEC;
	font-size:17px;
}
#left_nav h1 a:link{
	color:#096FA1;
	font-size:17px;
	background-image:none;
	padding:0px;
}
#left_nav h1 a:visited{
	color:#096FA1;
	font-size:17px;
	background-image:none;
	padding:0px;
}
#left_nav h1 a:hover{
	color:#383A3C;
	font-size:17px;
	background-image:none;
	padding:0px;
}
#left_nav_top_box {
	background-image:url(../images/nav_tr.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	width:270px;
	float:left;
}
#left_nav_middle_bg {
	width:244px;
	float:left;
	padding:0px 10px 0px 10px;
	font-size:13px;
	color:#383A3C;
	border-left:3px solid #ECECEC;
	border-right:3px solid #ECECEC;
}
#left_nav_middle_bg ul{
	padding:0px;
	margin:0px;
}
#left_nav_middle_bg li{
	padding:0px;
	margin:0px;
	display:block;
	list-style:none;
	background-image:url(../images/dotted_line.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
	padding:6px 0px 6px 0px;
}
#left_nav_bottom_box {
	background-image:url(../images/nav_br.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	width:270px;
	float:left;
}
#left_nav_middle_bg a:link{
	background-image:url(../images/arrow_black.gif);
	background-position:left;
	background-repeat:no-repeat;
	color:#383A3C;
	padding-left:15px;
}
#left_nav_middle_bg a:visited{
	background-image:url(../images/arrow_black.gif);
	background-position:left;
	background-repeat:no-repeat;
	color:#383A3C;
	padding-left:15px;
}
#left_nav_middle_bg a:hover{
	background-image:url(../images/arrow_blue.gif);
	background-position:left;
	background-repeat:no-repeat;
	color:#096FA1;
	padding-left:15px;
}
#breadcrumbs {
	width:930px;
	float:left;
	border-bottom:1px solid #E3E3E3;
	padding-bottom:8px;
	font-size:13px;
	color:#000;
	margin-bottom:10px;
}
#advanced_quote {
	width:930px;
	float:left;
	background-image: url(../images/advanced_quote_middle_bg.gif);
	background-position:center top;
	background-repeat:repeat-y;
}
#advanced_quote_bottom {
	width:930px;
	float:left;
	text-align:center;
}
#advanced_quote_top {
	background-image:url(../images/advanced_quote_bg.gif);
	background-position:center top;
	background-repeat:no-repeat;
	padding:15px 15px 100px 25px;
	color:#000;
}
.txt_field {
	border:1px solid #CCCCCC;
	width:180px;
	font-size:12px;
	color:#000;
}
.txt_24{
	font-size:24px;
	line-height:25px;
	color:#000000;
}
.txt_26{
	font-size:26px;
	line-height:25px;
	color:#096FA1;
}
/*-----MIDDLE ---------------------------- END HERE! ----*/
/*-----FOOTER ---------------------------- START HERE! ----*/
#footer {
	width:950px;
	float:left;
	color:#FFF;
}
#footer_link {
	padding:15px 0px 20px 0px;
	width:950px;
	text-align:center;
	background-color:#1878A5;
}
#footer a:link {
	color:#FFF;
}
#footer a:visited {
	color:#FFF;
}
#footer a:hover {
	color:#FFF;
	text-decoration:underline;
}
#footer_content {
	width:950px;
	float:left;
	background-image:url(../images/footer_tr_c.gif);
	background-position:right top;
	background-repeat:no-repeat;
	height:175px;
}
#contact_us {
	width:260px;
	float:right;
	margin:10px 10px 0px 0px;
	font-size:14px;
	line-height:20px;
}
#featured_clients {
	width:610px;
	float:left;
	margin:10px 10px 0px 0px;
}
#featured_clients h1 {
	font-size:20px;
	color:#FFF;
	padding-bottom:8px;
}
#featured_clients a:link {
	color:#FFF;
	text-decoration:underline;
}
#featured_clients a:visited {
	color:#FFF;
	text-decoration:underline;
}
#featured_clients a:hover {
	color:#FFF;
	text-decoration:none;
}
#featured_client1 {
	width:515px;
	float:left;
	margin-right:10px;
	padding:0px 0px 8px 0px;
}
#featured_client2 {
	width:256px;
	float:right;
	padding:4px 0px 4px 50px;
	border-left:6px solid #3F3F3F;
}
/*-----FOOTER ---------------------------- END HERE! ----*/

label.support1 {
	float: left;
	width: 80px;
	color:#FFF;
	text-align:left;
	margin-right:5px;
}
input.support {
	width: 145px;
	float:right;
}
label.support2 {
	float: left;
	width: 50px;
	color:#000;
	text-align:left;
	margin-right:5px;
}
input.support3 {
	width: 145px;
	float:right;
}