* {
	margin: 0px;
	padding: 0px;
	border: none;
}

body {
background-image:url(images/bg.png);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link {
	color: #0087C7;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0087C7;
}
a:hover {
	text-decoration: underline;
	color: #003955;
}
a:active {
	text-decoration: none;
	color: #0087C7;
}

ul {	color: #6d6d6d;
	font-size: 12px;
	line-height: 20px;
}

p {
	color: #6d6d6d;
	font-size: 12px;
	line-height: 20px;
}

P a:link {
	color: #0087C7;
	text-decoration: none;
}

h1 {
	color: #4b8aa7;
	text-transform: capitalize;
	font-weight:bold;
	font-size: 20px;
}
h2 {
	background-image: url(images/divider.png);
	width:380px;
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 18px;
	padding-bottom: 5px;
	font-weight: bold;
	text-transform: capitalize;
	color: #0087c7;
}

h3 {
	color: #666666;
	text-transform: capitalize;
	font-size: 18px;
}

h4 {
	color: #666666;
	text-transform: capitalize;
	font-size: 18px;
}

h5 {
	font-size: 11px;
	margin:5px 10px;
upadding:3px;
padding: 0 10px;
}

#container {
	margin: auto;
	width: 850px;
}

#navigation {
	float: left;
	height: 68px;
	width: 850px;
}

#navigation li {
	display: block;
	list-style-type: none;
	float: left;
	background-image: url(images/nav_seperator.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#navigation li a {
	color: #666666;
	font-weight: bold;
	width: 108px;
	height: 42px;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	padding-top: 26px;
	float: left;
	text-decoration: none;
	margin-left: 2px;
}

#navigation li a:hover {
	background-image: url(images/nav_hover.gif);
	background-repeat: repeat-x;
	color: #0087c7;
	margin-left: 2px;
}

.form {
	float: left;
	padding-left: 20px;
	height: 54px;
	padding-top: 14px;
}

#search-left {
	background-image: url(images/search_field_left.png);
	background-repeat: no-repeat;
	float: left;
	height: 40px;
	width: 21px;
}

#search-right {
	background-image: url(images/search_field_right.png);
	background-repeat: no-repeat;
	float: left;
	height: 40px;
	width: 21px;
}

.search-field {
	float: left;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d1d1d1;
	border-bottom-color: #d1d1d1;
	padding-top: 11px;
	padding-bottom: 11px;

}

.search-btn {
	float: left;
}

#title {
	float: left;
	height: 250px;
	width: 850px;
	padding-right:10px;
	padding-bottom:10px;
}

#title2{
	float: left;
	width: 300px;
	padding-left:320px;
}

#title2{
	width: 300px;
	padding-right:100px;
	padding-top:50px;
	margin-top:500px;
}


#featured {
	float: left;
	height: 223px;
	width: 850px;
}

.featured-image {
	float: left;
	height: 206px;
	width: 517px;
	padding:05px;
}

.featured-image-text {
	float: left;
	height: 206px;
	width:400px;
	padding-left:0px;
	padding-top:3px;
	font-size: 12px;
}

.featured-image img {
	background-color: #FFFFFF;
	border: 1px solid #d9d9d9;
	padding: 10px;
	
}

.featured-text {
	float: right;
	width: 323px;
	height: 206px;
}


.featured-text p {
	margin-top: 10px;
}

#left-content {
	float: left;
	width: 349px;
	margin-top: 20px;
}

.left-top {
	background-image: url(images/left_content_top.png);
	background-repeat: no-repeat;
	float: left;
	height: 26px;
	width: 349px;
}

.left-middle {
	background-image: url(images/left_content_middle.png);
	background-repeat: repeat-y;
	float: left;
	width: 307px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d1d1d1;
	border-left-color: #d1d1d1;
	padding-right: 20px;
	padding-left: 20px;
}

.left-bottom {
	background-image: url(images/left_content_bottom.png);
	background-repeat: no-repeat;
	float: left;
	height: 26px;
	width: 349px;
	margin-bottom: 10px;
}

#right-content {
	float: right;
	width: 480px;
	margin-top: 20px;
}

.right-top {
	float: left;
	height: 29px;
	width: 480px;
	background-image: url(images/right_content_top.png);
	background-repeat: no-repeat;
}

.right-middle {
	background-image: url(images/right_content_middle.png);
	background-repeat: repeat-y;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d1d1d1;
	border-left-color: #d1d1d1;
	float: left;
	width: 438px;
	padding-right: 20px;
	padding-left: 20px;
}

.right-middle h3 {
	margin-bottom: 10px;
}

.right-bottom {
	float: left;
	height: 29px;
	width: 480px;
	background-image: url(images/right_content_bottom.png);
	background-repeat: no-repeat;
}

li.icon1 {
	list-style-type: none;
	display: block;
	background-image: url(images/nationwide.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 75px;
}

li.icon2 {
	list-style-type: none;
	display: block;
	background-image: url(images/icon2.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 75px;
}

li.icon3 {
	list-style-type: none;
	display: block;
	background-image: url(images/icon3.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 75px;
}

#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	float: left;
	height: 88px;
	width: 850px;
	margin-top: 20px;
}

#footer p {
	color: #666666;
	text-align: center;
	padding-top: 35px;
}

#formformat
{
	height: 80px;
	width: 350px;
}

#imageformat
{
	padding:5px;	
}