@charset "UTF-8";
/* CSS Document */

body
{
	background-color: #0759a5;
	background-image: url(../images/bg.gif);
	background-repeat:repeat;
	color: #4c4c4c;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	line-height: 1;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}

#wrapper
{
	background-color: #fff;
	border-left: solid 2px #000;
	border-right: solid 2px #000;
	margin: 60px auto 8px auto;
	width:  780px;
}

#header
{
	height: 100px;
	position:relative;
}	

#logo
{
	margin: 0 auto;
	position: relative;
	top: 20px;
}

#featured_on
{
	bottom: 2px;
	line-height: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 14px;
}

.thick_divider
{
	background-color: #012d54;
	background-image: url(../images/main_divider_blue.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 12px;
	left: 0px;
	line-height: 0;
	width: 100%;
}

#header_divider
{
	bottom: 0px;
	position: absolute;
}


#people
{
	background-image: url(../images/people.jpg);
	height: 117px;
	margin-left: 1px;
	margin-top: 10px;
	width: 778px;
}

#people_divider
{
	border-bottom: solid 1px #0859a8;
	height: 38px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 760px;
}

#main
{
	width:100%; margin-top:10px; overflow:hidden; position: relative;
}

#main_left
{
	border-right: solid 1px #0859a8;
	color: #005a96;
	float:left;
	font-size:11px;
	font-weight:bold;
	height:270px;
	line-height:16px;
	padding: 36px 32px 0 46px;
	text-align:left;
	width:280px;
}

#main_left table
{
	border:0; font-weight:bold; margin-left: 58px; margin-top: 22px;
}

#main_left table td
{
	font-weight:bold; padding-bottom: 16px;
}


#main_right
{
	height: 100%; 
	float:right;
	padding: 0px 0px 0px 0px;
	text-align: center;
	width: 420px;
}

.formtitle
{
	background-color:#3565cb;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 8px;
	padding-left: 4px;
	padding-top: 8px;
	/*text-align: left;*/
	width: 378px;
}

#formbox
{
	background-color: #fafafc;
	border: solid 1px #c4d2ef;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	position: relative;
	text-align:center;
	width:380px;
}

.call_now
{
	color:#085aa4; font-size:22px; font-weight:bold;
}

.or
{
	font-size:12px; padding-top: 10px; padding-bottom: 12px;
}

#main_right table
{
	margin-left: auto; margin-right: auto; width:100%;
}

#main_right table td
{
	font-size: 14px;
	line-height: 28px;
}

#main_right table td.fieldtext
{
	text-align:right;
}

#main_right table td select, #main_right table td input.name
{
	border:solid 1px #4c4c4c; width: 158px;
}

#main_right table td input.phone3
{
	border:solid 1px #4c4c4c; width: 40px;
}

#main_right table td input.phone4
{
	border:solid 1px #4c4c4c; width: 58px;
}

#formbyline
{
	font-size: 11px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2px;
}

#AsFeaturedOn
{
	border:0; font-size:12px; position:absolute; bottom: 2px; right: 90px;
}

#footer
{
	color: #4c4c4c;
	font-size:  11px;
	margin-top: 13px;
	position: relative;
	width: 100%;
}

#footer_divider
{
	
}

#disclaimer
{
	font-size: 11px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	padding-top: 26px;
	text-align: left;
	width: 720px;
}

#footer_links
{
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}

#footer a, #footer a:visited
{
	color: #005a96;
	text-decoration:none;
}

#footer a:hover
{
	text-decoration:underline;
}

#tasc
{
	left:5px; position:absolute; text-align:left; top:14px; width:180px;
}

#copyright
{
	padding-top: 14px;
}

.clear
{
	clear:both; line-height:0; height:0px;
}