*
{
	padding: 0;
	margin: 0;
}

.clear
{
	display: block;
	clear: both;
}

body
{
	font: 1em Arial, Helvetica, sans-serif;
	background: #06121a url(../images/bg_swirls.jpg) no-repeat right top;
	text-align: left;
}

a img, a:hover img
{
	border: 0;
}

/* TEXT STYLES ************************/

address
{
	color: #fff;
	font-size: 0.9em;
}

.firstpara
{
	font-size: 1.2em;
	margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6, p, li, a 
{
	color: #f0f0f0;
}

h2
{
	margin-bottom: 10px;
}

h3
{
	font:bold 1em/120% Arial, Helvetica, sans-serif;
	margin-top: 10px;
}

p, li/* STANDARD PARAGRAPH STYLE */
{
	margin-bottom: 5px;
	font:normal 0.88em/140% Arial, Helvetica, sans-serif;
	color: #eee;
}

#nav h1
{
	float:left;
	display: inline;
	width:207px;
	height:59px;
	text-indent: -9999px;
	background:url(../images/logo.gif) no-repeat 0 0;
}

h2#accident_management
{
	background: url(../images/accident_management.gif) no-repeat 0 0;
	height:17px;
	text-indent:-9999px;
	overflow: hidden;
}

h2#key_benefits
{
	background:url(../images/key_benefits.gif) no-repeat 0 0;
	height:17px;
	text-indent:-9999px;
	overflow: hidden;
}

h2#call_back
{
	background:url(../images/call_back.gif) no-repeat 0 0;
	height:17px;
	text-indent:-9999px;
	overflow: hidden;
}

h2#whychooseus
{
	background:url(../images/whychooseus.gif) no-repeat 0 0;
	height:20px;
	text-indent:-9999px;
	overflow: hidden;
}

h2#contact
{
	background:url(../images/contacth2.gif) no-repeat 0 0;
	height:18px;
	text-indent:-9999px;
	overflow: hidden;
}

/* LIST STYLES *************************/
ul
{
	list-style: none;
}

#content li
{
	list-style: disc inside;
}

#nav ul
{
	float: right;
	display: inline;
	margin-top:42px;
}	

#nav li
{
	height:44px;
	text-align: right;
	display: inline;
	color:#FFFFFF;
	text-transform:uppercase;
	font:bold 0.9em Arial, Helvetica, sans-serif;
	list-style:none;
	margin-right:19px;
}

#nav li#last
{
	margin-right:0px;
}

/* LAYOUT DIVS *************************/
#wrapper
{
	background: url(../images/bg_grad.jpg) no-repeat top left;
	
}

#container
{
	height: auto;
	width: 835px;
	margin-left: 46px;
	padding-top:15px;
	margin-bottom: 30px;
}

#header
{
	clear:both;
	text-indent: -9999px;	
	padding:13px 0;
	background:url(../images/header.jpg) no-repeat 0 center;
	border:#1c5485 solid;
	border-width: 1px 0;
	height:198px;
}

#nav
{
	height: 81px;
	background:url(../images/nav_bg.gif) repeat-y;
	width:100%;
}

#content
{
	margin-top:30px;
	float: left;
	display: inline;
	width: 100%;
	margin-bottom:24px;
}

#col1
{
	margin-left:0%!important;
}

#col1, #col2, #col3
{
	float:left;
	display:inline;
	width:30%;
	border-right: 1px solid #1c5485;
	min-height:280px;
	height:auto !important;
	height:280px;
	margin-left: 2%;
	padding-right:2%;
}

#text
{
	border-right: 1px solid #1c5485;
	float:left;
	display:inline;
	width:64.2%;
	padding-right:2%;
}

#col3
{
	border: 0;
	padding-right:0;
}

#footer
{	
	clear:both;
	border-top: 1px solid #1c5485;
	font:normal .72em Arial, Helvetica, sans-serif;
	padding-top:5px;
	width:100%;
}

/* LINK STYLES *************************/
a
{
	text-decoration: underline;
}

a:visited
{
	text-decoration: underline;
}

a:hover
{
	text-decoration: underline;
}

#nav a:visited
{
	color: #fff;
	text-decoration: none;
}

#footer a
{
	text-decoration: none;
	color:#006ab3;
}

#footer a:hover
{
	text-decoration: underline;
}
/* FORM **/

label
{
	display: block;
	padding: 10px 0 5px 0;
}

input[type=text]
{
	width: 96%;
	border:1px solid #017adf;
	height:28px;
	background:transparent url(../images/input_shadow.gif) no-repeat scroll 0 0;
	margin-bottom:10px;
}

textarea
{
	width: 96%;
	padding: 3px;
	height: 100px;
	font: 0.9em Arial, Helvetica, sans-serif;
	margin-bottom:10px;
}

#contact form
{
	text-indent:0px;
	margin-top: 23px;
}

fieldset 
{
	border:0 none;
}

#submit
{
	background:transparent url(../images/submit_btm.gif) no-repeat scroll 0 0;
	border:1px solid #017adf;
	color:#FFFFFF;
	height:30px;
	width:96%;	
}

.warning
{
	background: #017adf;
	color: #fff;
	padding: 5px;
}