/* CSS developed by 9xb.com
Main stylesheet for layout */

body{
		background-image:url(../images/back_gradient.jpg);
		background-repeat:repeat-x;
		background-color:#437bbc;
		font-family:Trebuchet MS, Tahoma, Arial;
		font-size:12px;
		color:#477dbe;
		text-align:center;
		margin: 0;
		padding: 0;
	}

.screen_reader {
		display: none;
}

/* ---------- MAIN STYLES ---------- */


	
h1{
		color:#da0b0d;
		font-size:24px;
	}	
h2{
		color:#000000;
		font-size:14px;
	}
h3{
		color:#da0b0d;
		font-size:30px;
		font-weight:bold;
		margin-top:-10px;
	}

td{
		font-size:12px;
	}

a{
		color:#afceed;
		text-decoration:none;
	}
p {
	font-size: 14px;
}
a:hover{
		text-decoration:underline;
	}
	
	
	/* ---------- HEADER STYLES ---------- */
	
.btn_contact {
	position: relative;
	float: right;
	top: 30px;
	}
	
.btn_contact a {
display:block;
width: 274px;
height:52px;
padding:0px 0px 0px 0px;
background: url("../images/btn_contactus.png") 0 0 no-repeat;
text-decoration: none;
}
.btn_contact a:hover { 
background-position: 0 -52px;
color: #049;
}

#header {
	height: 160px;
}
		
#nav ul{
		clear: both;
		text-align:right;
		float:right;
		width: 850px;
		margin: 0;
	}

#nav li{
		display:inline;
		margin-left:15px;
	}	
	#nav li a{
			color:#477dbe;
			text-decoration:none;
		}
	#nav li a:hover{
			color:#fff;
			text-decoration:underline;
		}	

#header_img{
		float: left;
		margin-top:0px;
		}
		
.back_white {
	background-color: #fff;
}
		
		
		
#main{
		width:900px;
		margin: 0 auto;
		padding:0;
		text-align:left;
	}	
		
		

#innercontainer{
		background-color:#FFFFFF;
		margin-top:0px;
	}

#top{
		background-image:url(../images/main_top.jpg);
		background-repeat:no-repeat;
		height:18px;
	}

#top2{
		background-image:url(../images/main_top2.jpg);
		background-repeat:no-repeat;
		height:13px;
	}	

#bottom{
		height:20px;
		margin-top:-5px;
		margin-bottom:-5px;

	}
	
#left{
		width: 900px;
		margin-top:-5px;

	}
	.home_images_top{
			float:right;
			clear:none;
			margin-right:0;
			height:100px;
		}	
	.home_images{
			float:right;
			clear:none;
			margin-right:0;
			margin-top:0px;
			height:90px;
		}
	.home_images_flood{
			float:right;
			clear:none;
			margin-right:0;
			margin-top:0px;
			height:90px;
		}
	.home_images_detection{
			float:right;
			clear:none;
			margin-right:0;
			margin-bottom:0px;
			margin-top:0px;
			height:100px;
		}
	.home_images_building{
			float:right;
			clear:none;
			margin-right:0;
			margin-bottom:0px;
			margin-top:0px;
			height:100px;
		}
	.home_images_bottom{
			float:right;
			clear:none;
			margin-right:0;
			margin-bottom:0px;
			height:100px;
		}				
	#left #text{
			float:left;
			width:272px;
			padding:0 20px 0 20px;
			background-color:#FFFFFF;
		}
	* html #left #text{
			width:312px;
	}
	
#normal{
		padding: 0 20px 0 20px;
	}	
	
.rest_image_top{
		float:right;
		margin-bottom:20px; 
		margin-left:20px;
		border:solid #99CCFF 2px;
	}
.rest_image_bot{
		float:right;
		clear:left;
		margin-left:20px;
		border:solid #99CCFF 2px;
	}

#footer_bits{
		width:880px;
		text-align:center;
		padding:0px 0 20px 0;
		}
#footer_bits p{
		font-size: 11px;
		line-height: 18px;
		padding: 0;
		margin: 0;
}
	
#footer_right{
		color:#fff;
		float:right;
		margin-top:15px;
		text-align:right;
		width: 400px;
	}
	#footer_right a{
		color:#d2e6fb;
		text-decoration:none;
	}
	#footer_right a:hover{
		color:#d2e6fb;
		text-decoration:underline;
	}
	
#footer_left{
		color:#fff;
		float:left;
		margin-top:15px;
		text-align:left;
		width: 450px;
		}
#footer_left p{
	font-size: 10px;
}
	
/* ----------- FORM ----------- */

fieldset{
		border:none;
	}
	
legend{
		display:none;
	}
	
label{
		float:left;
		width:100px;
	}

input, textarea{
		font-family:Trebuchet MS, Tahoma, Arial;
		font-size:12px;
	}

.button{
		border:none;
		background-color:#afceed;
		padding:2px 4px;
		font-weight:bold;
	}
	
/* --------- END FORM ---------*/


.call{
		font-size:18px;
	}
.call a{
		color:#000000;
		text-decoration:none;
	}
.call a:hover{
		color:#000000;
		text-decoration:underline;
	}
.red{
		color:#cc0000;
		font-size:18px;
}

#images_right{
		margin-left:20px; float:right; width:200px;
	}
	
.bordered{
		border:solid #afceed 3px;
	}
	
#call_to_action{
		width:800px;
		clear:both;
	}
	

