@charset "utf-8";
/* CSS Document */
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0; border:none; font-style:normal; }
address { font-style:normal }
a img
{
	border:0;
}
body
{
	padding:0;
	font-family: Arial, Verdana, Georgia;
	font-size: 14px;
	line-height: 18px;
	margin:0;
	color:#000;
	background-color:#FFF2C9;
	overflow-x:hidden;
}
#center_bg
{
	background:url(images/sand_repeat.jpg) repeat-y center top;
}
#header_bg
{
	background:url(images/main_bg_top.jpg) no-repeat center top;
	min-height:931px;
}
#footer_bg
{
	padding-bottom:10px;
	background:url(images/footer_bg.png) repeat-x center bottom ;
	min-height:990px;
}
#content
{
	width:960px;
	margin:0 auto;
	position:relative;
	
}
	#palm_tree_left
	{
		width:319px;
		height:606px;
		background:url(images/tree_left.png) no-repeat 0 0;
		position:absolute;
		left:-240px;
		top:220px;
		z-index:10;
	}
	#palm_tree_right
	{
		width:299px;
		height:757px;
		background:url(images/tree_right.png) no-repeat 0 0;
		position:absolute;
		left:850px;/*-230px;*/
		top:70px;
		z-index:10;
	}
	#seagull_left
	{
		width:54px;
		height:63px;
		background:url(images/seagull-left.png) no-repeat 0 0;
		position:absolute;
		left:-100px;
		top:470px;
		z-index:100;
	}
	#seagull_right
	{
		width:38px;
		height:43px;
		background:url(images/seagull-right.png) no-repeat 0 0;
		position:absolute;
		left:1000px;
		top:210px;
		z-index:100;
	}
	#starfish_left
	{
		width:126px;
		height:61px;
		background:url(images/starfish-left.png) no-repeat 0 0;
		position:absolute;
		left:-100px;
		top:840px;
		z-index:100;
	}
	#starfish_right
	{
		width:159px;
		height:85px;
		background:url(images/starfish-right.png) no-repeat 0 0;
		position:absolute;
		right:-60px;
		bottom:0px;
		z-index:100;
	}
	#header
	{
		height:163px;
		width:900px;
		margin:0 auto;
	}
	#flash_area
	{
		width:900px;
		height:251px;
		margin:0 auto;
		z-index:0;
		position:relative;
	}
	#carrousel_area
	{
		width:960px;
		height:360px;
		margin:0 auto;
		
	
	}
		#arrow_left
		{
			position:absolute;
			top:141px;
			left:5px;
			height:48px;
			width:48px;
			z-index:900;
		}
		#arrow_right
		{
			position:absolute;
			top:141px;
			right:5px;
			height:48px;
			width:48px;
			z-index:900;
		}
	#carrousel_body
	{
		background:url(images/carrousel_bg.jpg) no-repeat center bottom ;
		width:900px;
		margin:0 auto;
		height:360px;
		
	}
	#text_area
	{
		width:850px;
		margin:0 auto;
		min-height:200px;
		background-color:#fff;
		font-family: Georgia, Arial, Verdana;
		font-size:14px;
		line-height:20px;
		padding:0 20px 20px 30px;
	}
	#text_area_footer
	{
		width:960px;
		margin:0 auto;
		background:url(images/content_footer.png) no-repeat center bottom ;
		padding-bottom:82px;
	}
#logo
{
	float:left;
	width:343px;
	height:151px;
}
#login_form
{
	color:#fff;
	font-size:11px;
	float:left;
	width:550px;
	margin-top:15px;
}
#login_form li
{
	float:left;
}
#login_form label, .label
{
	display:block;
	float:left;
	padding-top:5px;
	padding-right:6px;
	padding-left:10px;
	text-transform:uppercase;
	font-weight:bold;
	color:#FFFFFF;
}
.label
{
	text-decoration:underline;
}
.input_top
{
	background:url(images/input_client_id.jpg) no-repeat 0 0;
	width:134px;
	height:19px;
	color:#fff;
	font-weight:bold;
	padding:4px 4px;
}
#main_menu
{
	top:120px;
	position:absolute;
	z-index:900;
	right:50px;
}
#main_menu li
{
	float:left;
	margin:0 15px;
}
	#main_menu li a
	{
		color:#fff;
		text-transform:uppercase;
		font-size:11px;
	}
	#main_menu li a:hover, #main_menu li a.selected
	{
		color:#fbd70f;
	}
.title
{
	margin-top:10px;
	padding-bottom:30px;
}
.text_left
{
	width:530px;
	float:left;
}
.text_right
{
	padding-top:10px;
	margin-left:20px;
	width:300px;
	float:left;
}	
	.link_box
	{
		background:url(images/bg_small.png) no-repeat 0 0;
		width:300px;
		height:280px;
		text-align:center;
	}
	.link_box_title
	{
		padding-top:30px;
		padding-bottom:15px;
	}
#footer
{
	width:900px;
	margin:0 auto;
	font-size:12px;
}
	#footer_link
	{
		color:#bfb9a9;
		text-align:center;
	}
		#footer_link a
		{
			color:#0774bc;
			padding:0 15px;
		}
		#footer_link a:hover
		{
			text-decoration:underline;
		}
	#footer_copyright
	{
		padding-top:5px;
		font-size:10px;
		color:#6b5946;
		width:550px;
		margin:0 auto;
	}
		#footer_copyright a
		{
			color:#6b5946;
		}
		#footer_copyright a:hover
		{
			text-decoration:underline;
		}
.left
{
	float:left;
}
.right
{
	float:right;
}
#carrousel_pos
{
	position:absolute;
	z-index:910;
}
#carrousel
{
	width:780px;
	padding:35px 0;
	z-index:900;
	overflow:hidden;
	height:230px;
	float:left;
	
}
#carrousel li
{
	float:left;
	width:142px;
	height:250px;
	position:relative;
	z-index:900;
}
	#carrousel li a
	{
		position:relative;
		z-index:900;
	}
	#carrousel li span
	{
		margin-top:18px;
		margin-right:6px;
	}
	#carrousel li span.no_margin
	{
		margin-right:0;
	}
	#fire_damage
	{
		position: relative;
		display:block;
		width:130px;
		height:250px;
		background:url(images/fire_damage.png) no-repeat 0 0;
		z-index:900;
	}
	a:hover #fire_damage, #fire_damage:hover, #fire_damage_selected
	{
		background:url(images/fire_damage_hover.png) no-repeat 0 0;
		cursor:pointer;
	}
	#water_damage
	{
		position: relative;
		display:block;
		width:130px;
		height:250px;
		background:url(images/water_damage.png) no-repeat 0 0;
	}
	a:hover #water_damage, #water_damage:hover, #water_damage_selected
	{
		background:url(images/water_damage_hover.png) no-repeat 0 0;
		cursor:pointer;
	}
	#mold_trauma
	{
		display:block;
		width:130px;
		height:250px;
		background:url(images/mold_trauma.png) no-repeat 0 0;
	}
	a:hover #mold_trauma, #mold_trauma:hover, #mold_trauma_selected
	{
		background:url(images/mold_trauma_hover.png) no-repeat 0 0;
		cursor:pointer;
	}
	#commercial
	{
		position: relative;
		display:block;
		width:130px;
		height:250px;
		background:url(images/commercial_services.png) no-repeat 0 0;
	}
	a:hover #commercial, #commercial:hover, #commercial_selected
	{
		background:url(images/commercial_services_hover.png) no-repeat 0 0;
		cursor:pointer;
	}
	#wind_damage
	{
		position: relative;
		display:block;
		width:130px;
		height:250px;
		background:url(images/wind_damage.png) no-repeat 0 0;
	}
	a:hover #wind_damage, #wind_damage:hover, #wind_damage_selected
	{
		background:url(images/wind_damage_hover.png) no-repeat 0 0;
		cursor:pointer;
	}
	#contents
	{
		position: relative;
		display:block;
		width:130px;
		height:250px;
		background:url(images/contents_restoration.png) no-repeat 0 0;
	}
	a:hover #contents, #contents:hover, #contents_selected
	{
		background:url(images/contents_restoration_hover.png) no-repeat 0 0;
		cursor:pointer;
	}
	#emergency_services
	{
		position: relative;
		display:block;
		width:130px;
		height:250px;
		background:url(images/emergency_services.png) no-repeat 0 0;
	}
	a:hover #emergency_services, #emergency_services:hover, #emergency_services_selected
	{
		background:url(images/emergency_services_hover.png) no-repeat 0 0;
		cursor:pointer;
	}	
.reset
{
	clear:both;
	line-height:0;
	height:0;
}
.content_page
{
	width:860px;
	margin:0 auto;
	background:url(images/normal_content_header.jpg) no-repeat 0 0 #fff;
	min-height:700px;
	padding:25px 20px 20px 20px;
}
.line_under_nav
{
	clear:both;
	background:url(images/line_under_nav.jpg) no-repeat 0 0;
	width:860px;
	margin:2px auto 0 auto;
	height:20px;
}
.content_page .title
{
	padding-top:0;
}
.blue_line
{
	height:5px;
	line-height:0;
	width:860px;
	padding:0;
	border:0;
	font-size:5px;
	margin:0 auto 0 auto;
	background-color:#4095e0;
}
.left_content
{
	padding-top:25px;
	width:265px;
	float:left;
}
.vertical_separator
{
	float:left;
	width:2px;
	height:502px;
	margin-top:10px;
	background:url(images/vertical_separator.jpg) no-repeat 0 0;
}
.right_content
{
	float:left;
	width:575px;
	padding-top:25px;
	padding-left:15px;
}
.emergency_reponse_box
{
	background:url(images/emergency_response_box.png) no-repeat 0 0;
	width:241px;
	height:83px;
	padding-top:175px;
	text-align:center;
}
.emergency_reponse_box a
{
	display:block;
}
.testimonial_box
{
	background:url(images/box_245.png) no-repeat 0 0;
	width:223px;
	height:225px;
	padding:15px 10px;
}
.start_quote
{
	background:url(images/p_start.png) no-repeat 0 0;
	width:34px;
	height:27px;
}
.end_quote
{
	background:url(images/p_end.png) no-repeat right top;
	
	height:27px;
	text-align:right;
}
.testimonial_text
{
	color:#5c574d;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:15px 10px 15px 20px;
}
.view_our_case_studies
{
	display:block;
	margin-top:30px;
}
.section_image
{
	margin-bottom:35px;
}
.shadow_text
{
	background:url(images/shadow_text.png) no-repeat 0 0;
	width:575px;
	height:17px;
	margin:0 auto 20px auto;
}
.text
{
	color:#5c574d;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0 30px 0 15px;
	font-size:14px;
	line-height:24px;
}
.col
{
	color:#5c574d;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0 20px 0 10px;
	font-size:14px;
	width:150px;
	float:left;
	line-height:20px;
}

	.secondary_nav
	{
		height:50px;
	}
	.secondary_nav li
	{
		float:left;
	}
	.secondary_nav li a
	{
		z-index:900;
		display:block;
		position:relative;
	}
	.secondary_nav li span.no_margin
	{
		margin-right:0;
	}
	
	#nav_fire_damage
	{
		display:block;
		width:123px;
		height:50px;
		background:url(images/nav_fire_damage.jpg) no-repeat 0 0;
		z-index:900;
	}
	a:hover #nav_fire_damage, a.selected #nav_fire_damage
	{
		background:url(images/nav_fire_damage_over.jpg) no-repeat 0 0;
	}
	#nav_water_damage
	{
		display:block;
		width:124px;
		height:50px;
		background:url(images/nav_water_damage.jpg) no-repeat 0 0;
		z-index:900;
	}
	a:hover #nav_water_damage, a.selected #nav_water_damage
	{
		background:url(images/nav_water_damage_over.jpg) no-repeat 0 0;
	}
	#nav_wind_damage
	{
		display:block;
		width:123px;
		height:50px;
		background:url(images/nav_wind_damage.jpg) no-repeat 0 0;
		z-index:900;
	}
	a:hover #nav_wind_damage, a.selected #nav_wind_damage
	{
		background:url(images/nav_wind_damage_over.jpg) no-repeat 0 0;
	}
	
	#nav_contents_restoration
	{
		display:block;
		width:121px;
		height:50px;
		background:url(images/nav_contents_restoration.jpg) no-repeat 0 0;
		z-index:900;
	}
	a:hover #nav_contents_restoration, a.selected #nav_contents_restoration
	{
		background:url(images/nav_contents_restoration_over.jpg) no-repeat 0 0;
	}
	
	#nav_emergency_services
	{
		display:block;
		width:123px;
		height:50px;
		background:url(images/nav_emergency_services.jpg) no-repeat 0 0;
		z-index:900;
	}
	a:hover #nav_emergency_services, a.selected #nav_emergency_services
	{
		background:url(images/nav_emergency_services_over.jpg) no-repeat 0 0;
	}
	#nav_mold_trauma
	{
		display:block;
		width:124px;
		height:50px;
		background:url(images/nav_mold_trauma.jpg) no-repeat 0 0;
		z-index:900;
	}
	a:hover #nav_mold_trauma, a.selected #nav_mold_trauma
	{
		background:url(images/nav_mold_trauma_over.jpg) no-repeat 0 0;
	}
	#nav_commercial_services
	{
		display:block;
		width:122px;
		height:50px;
		background:url(images/nav_commercial_services.jpg) no-repeat 0 0;
		z-index:900;
	}
	a:hover #nav_commercial_services, a.selected #nav_commercial_services
	{
		background:url(images/nav_commercial_services_over.jpg) no-repeat 0 0;
	}
	#need_to_report_a_loss
	{
		margin-bottom:20px;
	}
	#need_an_estimate
	{
		margin-bottom:20px;
	}
	p
	{
		margin-bottom:15px;
	}
	
	.form_content{
	padding:0 10px 10px 20px;
	color:#646464;
	font-family:"Lucida Grande", Arial, Helvetica;
	}
	.form_row{
	padding:0px;
	clear:both;
	}
	.form_content label{
	float:left;
	width:125px;
	color:#646464;
	text-align:right;
	padding:8px 15px 0 0;
	}
	.form_require{
	clear:both;
	padding:0 0 10px 210px;
	color:#646464;
	font-size:11px;
	}
	.input{
	width:293px;
	height:27px;
	float:left;
	padding:6px 5px 0 7px;
	margin:3px 0 3px 0;
	text-align:left;
	border:none;
	color:#000;
	font-size:14px;
	background:url(images/input_large.jpg) no-repeat center;
	}
	.input_small{
	width:73px;
	height:27px;
	float:left;
	padding:6px 5px 0 7px;
	margin:3px 0 3px 0;
	text-align:left;
	border:none;
	color:#000;
	font-size:14px;
	background:url(images/input_small.jpg) no-repeat center;
	}
	textarea.textarea{
	width:293px;height:61px;float:left;padding:6px 5px 3px 7px;margin:3px 0 3px 0;text-align:left;border:none;
	color:#000;font-size:14px;background:url(images/input_textarea.jpg) no-repeat center; font-family:Arial, Helvetica, sans-serif;
	}
	#slideshow_place
	{
		width:492px;
		height:380px;
		margin:20px 25px;
	}
	.testimonial_paragraph
	{
		width:492px;
		margin:5px 25px;
	}
	.testimonial_paragraph .start_quote
	{
		float:left;
	}
	.testimonial_paragraph .testimonial_text
	{
		color:#474747;
		padding:2px 20px 2px 20px;
		float:left;
		width:380px;
	}
	.testimonial_paragraph .end_quote
	{
		float:left;
		width:33px;
	}
	.crumb_nav a{
	display:block;
	text-decoration:none;
	color:#4095e0;
	background:url(images/crumb_bullet.gif) no-repeat left;
	padding:0 0 0 10px;
	margin:0 0 5px 0;
	}
	.company_tab, .company_tab_detail
	{
		font-family:Georgia, "Times New Roman", Times, serif;
		width:520px;
	}
	.sun_cloud
	{
		width:52px;
		height:68px;
		background:url(images/sun_cloud.jpg) no-repeat 0 0;
		float:left;
	}
	.title_tab_employment
	{
		float:left;
		padding:20px 10px 10px 10px;
		width:440px;
	}
	.company_tab_detail .title_tab_employment
	{
		padding:10px 10px 10px 10px;
	}
	.title_tab_employment .date
	{
		float:left;
		color:#f99729;
		font-size:18px;
		padding-right:5px;
		font-weight:bold;
	}
	.job_title
	{
		font-size:18px;
		font-weight:bold;
		padding-left:5px;
	}
	.company, .company_detail
	{
		line-height:20px;
		margin-left:55px;
	}
	.company_detail
	{
		clear:left;
		margin-left:45px;
	}
	.submit_btn
	{
		padding-left:180px;padding-top:25px;
	}
	.pen
	{
		width:31px;
		height:31px;
		background:url(images/pen.jpg) no-repeat 0 0;
		float:left;
	}
	.apply_now_div
	{
		text-align:right;
	}
	#featured
	{
		position:absolute;
		left:297px;
		width: 307px;
		top: 35px;
		z-index: 10;
	}
#warningBox, #noticeBox {
	width: 90%;
	margin: 10px auto;
	border: 1px solid #c7c7c7;
	background-color: #ffffe6;
	}
#warningBoxInt, #noticeBoxInt {
	padding: 10px;
	font-size: 14px;
	text-align: left;
	border: 1px solid #fff;
	}
#warningBox #closeTag, #noticeBox #closeTag {
	float: right;
	display: none;
	width: 55px;
	height: 13px;
	line-height: 13px;
	font-size: 10px;
	color: #666;
	cursor: pointer;
	text-align: center;
	background-color: #fff;
	}

