/* 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;
	}

.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;
	}
a:hover{
		text-decoration:underline;
	}
		
#main ul{
		text-align:right;
		float:right;
		margin-top:90px;
		margin-right:10px;
	}
	
#main li{
		display:inline;
		margin-left:15px;
	}	
	#main li a{
			color:#477dbe;
			text-decoration:none;
		}
	#main li a:hover{
			color:#fff;
			text-decoration:underline;
		}	

#main{
		width:900px;
		margin: 0 auto;
		padding:0;
		text-align:left;
	}

#header_img{
		margin-top:-10px;
	}

#innercontainer{
		background-color:#FFFFFF;
		margin-top:-10px;
	
	}

#top{
		background-image:url(../images/main_top.jpg);
		background-repeat:no-repeat;
		height:13px;
	}

#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:122px;
		}	
	.home_images{
			float:right;
			clear:none;
			margin-right:0;
			margin-bottom:-5px;
			margin-top:0px;
			height:114px;
		}
	.home_images_flood{
			float:right;
			clear:none;
			margin-right:0;
			margin-bottom:-5px;
			margin-top:0px;
			height:135px;
		}
	.home_images_bottom{
			float:right;
			clear:none;
			margin-right:0;
			margin-bottom:0px;
			height:135px;
		}				
	#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-left:0px;
	}
	
#footer_right{
		color:#fff;
		float:right;
		margin-top:15px;
		text-align:right;
	}
	#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;
	}
	
/* ----------- 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;
	}		