@charset "UTF-8";
/* CSS Document */

div#container{
	width:800px;
	padding:0 17px 0 17px;
	margin:0 auto;
	background:url(images/bg.gif) repeat-y;
}

div#header{
	height:95px;
	width:800px;
	border-top:6px solid #081d3f;	
}

div#header img{
	float:left;
	border:none;
}

div#header a.logo{
	margin:5px 0 0 14px;
	display:block;
}

div#topcontact{
	width:300px;
	margin-right:17px;
	float:right;
	height:86px;
	text-align:right;
	margin-top:15px;
}

div#bottomcontact{
	margin-right:17px;
	margin-top:15px;
	text-align:right;
	width:280px;
	float:right;
}

div#topcontact p, div#main div#bottomcontact p{
	color:#081d3f;
	font-family:Helvetica, Verdana, Geneva, sans-serif;
	font-size:26px;
	width:250px;
	float:right;
	line-height:25px;
	text-align:right;
}

div#topcontact a, div#main div#bottomcontact a{
	color:#081d3f;
	font-family:Helvetica, Verdana, Geneva, sans-serif;
	font-size:18px;
	text-decoration:none;
}

div#main{
	border-top:1px solid #d9d9d9;
	width:770px;
	margin:0 15px;
}

div#main p{
	font-family:Helvetica, Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#444;
	text-align:justify;
	margin-bottom:10px;
	line-height:18px;
	width:360px;
}

div#footer{
	background:url(images/footerbg.gif);
	height:56px;
	width:834px;
	margin:0 auto;
}

div#footer a{
	text-decoration:none;
	border-bottom:1px dotted #5C5C5C;
	color:#5C5C5C;
}

div#footer a:hover{
	text-decoration:none;
	border-bottom:1px solid #5C5C5C;
}


div#copyright{
	float:left;
	color:#5c5c5c;
	font-family:Helvetica, Verdana, Geneva, sans-serif;
	font-size:11px;
	margin:25px 0 0 19px;
}

div#storm{
	float:right;
	color:#5c5c5c;
	font-family:Helvetica, Verdana, Geneva, sans-serif;
	font-size:11px;
	margin:25px 19px 0 0;
}

div.block{
	width:370px;
	margin:15px 6px 10px 6px;
	float:left;
}

div.contact{
	width:340px;
	height:205px;
	background:url(images/getintouch.gif);
		background-repeat:none;

	padding:32px 10px 23px 10px;
}

div#main div.contact p{
	width:335px;
}

div#main div.team p{
	width:335px;
}


div.team{
	width:340px;
	height:205px;
	background:url(images/ourteam.gif);
	padding:32px 10px 23px 10px;
}


div.hero{
	width:360px;
	height:190px;
	margin-bottom:30px;
	margin-top:13px;
}

div#main p.highlight{
	border:1px solid #b2c3de;
	background-color:#fbfcfd;
	padding:8px;
	width:344px;
}

.clear{
	clear:both;
}
