body {
	padding:0px;
	margin:0px;
	width:100%;
	height:100%;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
a img {
	border:none;
}
.tophalf {
	width:100%;
	height:280px;
	background-color:#FFFFFF;
	float:left;
	min-height:270px;
	min-width:800px;
	background-image: url(images/topbg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.topnav {
	width:800px;
	height:260px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.logo {
	width:800px;
	height:145px;
	float:left;	
}
a:hover .toplinks {
	background-position:bottom left;
}
.toplinks {
	width:200px;
	height:115px;
	float:left;
	background-image:url(images/toplink.jpg);
	background-repeat:no-repeat;
	background-position:200px;
}
.topnav a {
	text-decoration:none;
}
.toplinks h2 {
	font-weight:normal;
	font-size:24px;
	line-height:24px;
	color: #0088bb;
	padding: 0px;
	margin-top: 50px;
	margin-bottom:0px;
}
.toplinks h3 {
	font-weight:normal;
	font-size:14px;
	line-height:24px;
	color: #666666;
	padding: 0px;
	margin-top: 0px;
}
.bottomhalf {
	width:100%;
	height:270px;
	background-color:#ffffff;
	float:left;
	clear:both;
	min-height:270px;
	min-width:800px;
	background-image: url(images/bottombg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bottominner {
	position:static;
	width:800px;
	height:200px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.servicecont {
	width:200px;
	height:200px;
	float:left;
}
.serviceinner {
	text-align:left;
	width:150px;
	height:200px;
	margin:0px auto;
}
.serviceinner h2 {
	font-size:28px;
	margin-bottom:5px;
	color:#333333;
	padding: 0px;
	margin-top: 0px;
}
.serviceinner a {
	line-height:20px;
	font-size:14px;
	color:#0099CC;
	text-decoration:none;
}
.footer {
	width:750px;
	height:30px;
	line-height:30px;
	font-size:12px;
	color:#aaaaaa;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.footer a {
	color:#0099CC;
}
.footer_left {
	float:left;
	width:550px;
	text-align:left;
}
.footer_right {
	float:left;
	width:200px;
	text-align:right;
}
