@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#c2c2c2;

}
a:link, a:visited {
	color:#004b8d;
	text-decoration:none;
}
a:hover {
	color:#004b8d;
	text-decoration:underline;
}
.navy_text {
	color:#004b8d;
}
.green_text {
	color:#d7df21;
}
.red_text {
	color:#C03;
}
.white_text {
	color:#fff;
}
.small_text {
	font-size:10px;
}
img {
	border:none;
}
h1 {
	color:#004b8d;
	font-size:16px;
	font-weight:700;
	background-image:url(images/header_bg.jpg);
	background-repeat:no-repeat;
	padding:5px 0px 3px 15px;
}
h2 {
	color:#004b8d;
	font-size:16px;
	font-weight:700;
	padding:0px 0px 3px 0px;
}
h3 {
	color:#004b8d;
	font-size:14px;
	font-weight:700;
	padding:0px 0px 3px 0px;
}
h4 {
	color:#d7df21;
	font-size:12px;
	padding:5px 0 0;
}
h5 {
	color:#004b8d;
	font-size:12px;
	font-weight:700;
	padding:5px 0px 0px 0px;
}
p {
	font-size:12px;
	text-align:justify;
	color:#333;
	padding:4px 0 3px;
}
pre {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	color:#333;
	padding:4px 0 3px;
}
.list_style {
	margin:2px 0 5px;
}
.list_style li {
	font-size:12px;
	list-style:none;
	background-image:url(images/list_style.jpg);
	background-repeat:no-repeat;
	background-position:0 7px;
	color:#333;
	padding:2px 0 0 14px;
}
#wrapper {
	width:950px;
	background-color:#FFF;
	margin:0 auto;
}
#main_frame {
	width:950px;
	float:left;
	background-color:#fff;
	border-top:25px solid #c2c2c2;
border-bottom:25px solid #c2c2c2;
	
}
#top_menu {
	width:925px;
	height:40px;
	background-color:#004b8d;
	float:left;
	border-left:10px solid #d7df21;
	padding:0px 0px 0px 15px;
}
#top_menu ul {
	list-style:none;
	float:left;
}
#top_menu li {
	display:inline;
	font-size:12px;
	font-weight:bold;
	float:left;
	height:30px;
	margin:0 7px 0 0;
}
#top_menu li a:link, #top_menu li a:visited {
	color:#fff;
	float:left;
	padding: 0px;
	margin:0px;
	padding-top:19px;
}
#top_menu li a:hover {
	color:#fff;
	text-decoration: underline;
}
#top_banner {
	width:950px;
	height:264px;
	float:left;
	border-top:5px solid #c2c2c2;
	padding:0px;
}
#top_banner #top_banner_left_col {
	width:373px;
	height:264px;
	float:left;
}
#top_banner #logo {
	width:373px;
	height:200px;
	float:left;
}
#top_banner #call_now {
	width:363px;
	height:64px;
	float:left;
	border-left:10px solid #d7df21;
	background-color:#c2c2c2;
	text-align: center;
}
#top_banner #top_flash {
	width:577px;
	height:264px;
	float:right;
	background-color:#d7df21;
}

#top_banner #home_top_flash {
	width:577px;
	height:264px;
	float:right;
	background-color:#d7df21;
background-image:url(images/flash_img.jpg);
background-repeat:no-repeat;
}

#container {
	width:925px;
	float:left;
	background-color:#fff;
	border-top:0px solid #d7df21;
	background-image:url(images/main_body_bg2.jpg);
	background-repeat:no-repeat;
	padding-left:25px;
}
#left_col {
	width:324px;
	float:left;
	padding: 70px 0px 25px 0px;
	margin-right:20px;
}
#claim_steps {
	width:324px;
	float:left;
	padding: 0px 0px 6px 0px;
	border-bottom:1px solid #ececec;
}
#left_containers {
	width:324px;
	float:left;
	margin:10px 0px 0px 0px;
	padding: 0px 0px 6px 0px;
	border-bottom:1px solid #ececec;
}
#right_col {
	width:577px;
	float:right;
	margin:17px 0px 0px 0px;
	padding: 0px 0px 25px 0px;
}
#welcome {
	width:527px;
	background-color:#f5f5f5;
	float:left;
	padding: 25px 25px 25px 25px;
}
#right_col_container {
	width:552px;
	float:left;
	padding: 25px 25px 25px 0px;
}
#right_col_container_grey{
	width:527px;
	float:left;
	padding: 25px 25px 25px 25px;
background-color:#f5f5f5;
}
#right_col_news {
width:552px;
float:left;
border-bottom:1px solid #ececec;
margin:0 0 10px;
padding:0 0 10px;
}

#full_width {
	width:900px;
	
	float:left;
	padding: 50px 25px 25px 0px;
}
#footer {
font-size:11px;
width:900px;
height:70px;
color:#FFF;
background-color:#004b8d;
position:relative;
float:left;
border-top:3px solid #d7df21;
padding:10px 25px 0;
}

#footer ul {
float:left;
list-style:none;
width:600px;
margin-bottom:2px;
}

#footer li {
display:inline;
font-weight:400;
padding:0 6px 0 0;
}

#footer a:link,#footer a:visited {
font-size:11px;
text-decoration:none;
color:#FFF;
}

#footer a:hover {
color:#FFF;
text-decoration:underline;
}

#footer p {
width:850px;
color:#fff;
font-size:11px;
clear:both;
margin:0 0 -5px;
padding:10px 0 0;
}

#designed_by {
width:130px;
float:right;
}

#designed_by p {
width:130px;
text-align:right;
color:#fff;
margin:0;
padding:0;
}


