@charset "utf-8";

body{
font: 100%/1.4 Verdana, Helvetica, Arial, sans-serif;
color: #000;
min-width: 980px;
max-width: 1500px;
background-color:#d8eaf1;
}

header, section, footer, aside, nav, article, figure, figcaption, hgroup{
	display:block;
}
header{
	width:980px;
	height:150
}
#wrapper{
	width:980px;
	Height:1000px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:-8px;
	background:white;	
}
.navbar1{
	width:960px;
	height:56px;	
	background:#306ad3;
	margin:0 auto;	
}
.navlinks{	
	width:980px;	
	margin:-66px 0 0 0;			
}
.navlinks ul{
	margin-left:-17px;
}
.navlinks ul li{	
	display:inline;	
	margin:0 20px 0 20px;						
}
.navlinks ul li a:link{
	padding:30px 25px 0 25px;
}
.boxright a:link{
	border-width:0px;	
	padding:0px;	
}
a:link{	
	color:darkblue;
	background:#c9d4f0;
	padding:4px 10px 4px 10px;	
	border:0px solid blue;
	border-radius:5px;	
}
a:visited{
	color:blue;
	background:paleturquoise;
}
a:hover{
	background:white;
}
.clearfloat{
	clear:both;
}
.rightheader{	
	width:700px;
	height:150px;
	float:left;
	margin:-2px 0 0 60px;
	font-size:125%;
}
.boxleft{
	width:250px;
	height:200px;
	float:left;
	margin:20px 0 0 10px; 
	color:black;
}
.boxcenter{	
	margin-left:40px;	
	width:350px;
	height:200px;	
	float:left;
	text-align:center;
}
.boxright{	
	float:right;
	margin:20px 10px 0 0;
	width:280px;	
}
.serviceboxleft{
	width:230px;
	float:left;
	margin:20px 0 0 10px;
	font-size:95%;
	border-style:double;
	border-radius:5px;
	border-color:blue;
	border-width:5px;
	padding:0 10px 0 10px;
}
.serviceboxcenter{
	width:375px;
	float:left;
	margin:20px 0 0 20px;
	font-size:95%;
	border-style:double;
	border-radius:5px;
	border-color:blue;
	border-width:5px;
	padding:0 10px 0 10px;
}
.serviceboxright{
	width:230px;
	float:left;
	margin:20px 0 0 20px;
	font-size:95%;
	border-style:double;
	border-radius:5px;
	border-color:blue;
	border-width:5px;
	padding:0 10px 0 10px;
}
footer ul{
	margin:40px 0 0 230px;	
}
footer ul li{
	margin-left:10px;
	display:inline;
}