@charset "UTF-8";

body
{
	background: url(images/background.png) repeat-x;
	background-color: #32757e;
}

#container
{
	margin: 0 auto;
	width: 890px;
	background: #ffffff;
	border: 1px;
	border-top: 0px;
	border-bottom: 0px;
	border-color: #cccccc;
	border-style: solid;
}

#main p
{
	text-indent: 25px;
}


#top_corners
{
	background-image: url(images/top_corners.png);	
	height: 10px;
	width: 894px;
	margin: 0 auto;
}

#bottom_corners
{
	background-image: url(images/bottom_corners.png);
	height: 10px;
	width: 894px;
	margin: 0 auto;
}

#logo
{
	float: left;
	margin-left: 33px;
	margin-top: 8px;
}

#left_top
{
	width: 566px;
	height: 87px;
	float: left;
}

#right_top
{
	width: 324px;
	height: 87px;
	float: right;
}

#header_wrapper
{
	float: left;
	width: 890px;
	height: 262px;
}

#header
{
	width: 585px;
	height: 262px;
	float: left;
	background: url(images/header.png) no-repeat;
	border: 1px;
	border-style: solid;
	border-color: #e7e7e7;
	border-left: 0px;
}

#header_text
{
	float: left;
	margin-top: 141px;
	margin-left: 11px;
}

#top_title
{
	float: left;
	margin: 12px 0px 0px 4px;	
	font-size: 25px;
}

#contact
{
	background: url(images/contact2.png) no-repeat;
	height: 262px;
	width: 302px;
	float: left;
	border: 1px;
	border-style: solid;
	border-color: #cccccc;
	border-bottom: 0px;
	border-right: 0px;
}

#contact_txt
{
	float: left;
	margin-left: 11px;
	margin-top: 18px;
}


#contact_head
{
	background: url(images/contact_head.png) no-repeat;
	width: 303px;
	height: 50px;
	float: right;
	margin-top: 37px;
	margin-right: 4px;
}

#contact_head h3
{
	font-family: "Tahoma", Geneva, sans-serif;
	font-size: 16px;
	color: #dfdfdf;
	font-weight: normal;
	margin-left: 24px;
	margin-top: 20px;
}

#main_wrapper
{
	width: 890px;
	height: auto;
	float: left;
}

#main
{
	width: 584px;
	float: left;
	height: auto;
}

#main_content
{
	float: left;
	width: 531px;
	height: auto;
	margin-left: 12px;
	border: 1px;
	border-top: 0px;
	border-bottom: 0px;
	border-style: solid;
	border-color: #cccccc;
	padding: 10px 14px 10px 14px;
}

#main_content_header
{
	background: url(images/main_header.png);
	width: 561px;
	height: 10px;
	float: left;
	margin: 15px 12px 0px 12px;
}

#main_content_footer
{
	background: url(images/main_footer.png);
	width: 561px;
	height: 10px;
	float: left;
	margin-left: 12px;
}

#contact_form
{
	float: left;
	margin-left: 2px;
	margin-top: 1px;
	width: 268px;	
	background-color: #ececec;
	border: 1px;
	border-color: #cccccc;
	border-top: 0px;
	border-bottom: 0px;
	border-style: solid;
	padding: 20px 14px 0px 13px;
}

#contact_form_bottom
{
	float: right;
	margin-right: 7px;
	background: url(images/contact_bottom.png);
	width: 298px;
	height: 10px;
}

#contact_form table
{
	border-collapse: collapse;
}

#contact_form td
{
	padding-bottom: 7px;	
}

#contact_form p
{
	margin: 0;	
}

.contact_text
{
	font-family: Tahoma, Geneva, "sans-serif";
	font-size: 14px;
	color: #676767;
}

span.select {
	background: transparent url(images/select_input.png) no-repeat scroll 0 0;
	color: #818181;
	font-family: "Tahoma", Geneva, sans-serif;
	font-size:11px;
	height:22px;
	line-height:21px;
	overflow:hidden;
	padding:0 20px 0 8px;
	position:absolute;
	width:92px;
}

select.styled {
	opacity:0;
	position:relative;
	width:92px;
	z-index:10;
}

.small_input[type='text']
{
	background: url(images/input_small.png) no-repeat;	
	width: 87px;
	height: 18px;
	border: 0;
	padding-left: 7px;
	padding-right: 8px;
	padding-top: 3px;
	font-family: Tahoma, Geneva, "sans-serif";
	font-size: 13px;
	color: #818181;
}

.large_input[type='text']
{
	background: url(images/input_large.png) no-repeat;	
	width: 149px;
	height: 20px;
	border: 0;
	padding-left: 7px;
	padding-right: 8px;
	padding-top: 3px;
	font-family: Tahoma, Geneva, "sans-serif";
	font-size: 13px;
	color: #818181;
}

#required
{
	width: 268px;
	margin-top: 12px;	
}

#required td
{
	padding-bottom: 10px;
}

#case_desc
{
	background-image: url(images/desc_textarea.png);
	width: 259px;
	height: 90px;
	border: 0;
	padding: 5px;
	font-family: Tahoma, Geneva, "sans-serif";
	font-size: 13px;
	color: #818181;
}

.top_text
{
	font-family: Tahoma, Geneva, "sans-serif";
	font-size: 18px;
	color: #32757e;
	line-height: 18px;
}

#info2
{
	padding-top: 19px;
	font-size: 14px;
	color: #676767;
	font-weight: bold;
}

#tell_us
{
	padding-top: 8px;
	font-size: 15px;
}

.asterisk
{
	color: #9f0000;	
}

.h2_title
{
	font-family: Tahoma, Geneva, "sans-serif";
	font-size: 20px;
	font-weight: normal;
	color: #225b63;
	margin: 0px 0px 12px 0px;
}

h3
{
	font-family: Tahoma, Geneva, "sans-serif";
	font-size: 14px;
	font-weight: normal;
	color: #225b63;
	margin: 0px 0px 12px 0px;
}

#footer
{
	width: 890px;
	height: 15px;
	float: left;
	text-align: center;
	font-family: Tahoma, Geneva, "sans-serif";
	font-size: 14px;
	color: #676767;
		border: 1px;
	border-top: 0px;
	border-bottom: 0px;
	border-color: #cccccc;
	border-style: solid;
	margin-left: -1px;
	background-color: #fff;
}

#footer a
{
	font-family: Tahoma, Geneva, "sans-serif";
	font-size: 14px;
	color: #676767;
	text-decoration: none;
	cursor: pointer;
}

.clear
{
	clear:both;	
}

#toll_free
{
	float: left;
	clear:left;
	margin: 0;
	margin-left: 4px;
	font-family: "Georgia", Geneva, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #B90B0F;
}

a {
	text-decoration: none;
	color: #990104;
	font-weight: 500;
}	

a:hover
{
	color: #0d3338;
}