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

* {padding:0; margin:0; }

#tophead {
	margin: 0 auto;
	width:840px;
	height: 100px;
	background-image: url(images/wrapback.jpg);
	background-repeat: repeat-y;
}

#header {
	margin: 0 auto;
	width:800px;
	}
body {
	background-color: #214AA2;
	margin: 0;
	font-family: Tahoma, Verdana, Arial;
font-size: 12px;
line-height: 18px;
}

#wrapper {
	margin: 0 auto;
	width:840px;
	background-image: url(images/wrapback.jpg);
	background-repeat: repeat-y;
}
#banner {
	margin: 0 auto;
	width:800px;
	height: 500px;
	background-image: url(images/contentback.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}
	#banner2 {
	margin: 0 auto;
	width:800px;
	height:780px;
	background-image: url(images/contentback2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}
	#banner3 {
	margin: 0 auto;
	width:800px;
	height:850px;
	background-image: url(images/contentback3.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}
#nav {
	width:450px;
	float: left;
	margin-top: 216px;
}
#features {
	width:340px;
	height: 155px;
	float: left;	
	background-image: url(images/head3.jpg);
	background-repeat: no-repeat;
	margin-left: 10px;
	
}
.spacer {
clear: both;
}
#content {
	margin-left: 20px;
	width:430px;
	text-align: left;	
}


p {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	line-height: 18px;
	color: #214AA2;
	list-style-position: inside;
	list-style-image: url(images/bullet.jpg);
	
}
.bullet {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #214AA2;
	list-style-position: inside;
	list-style-image: url(/images/bullet.jpg);
	
}

#footer {
	margin: 0 auto;
	width:800px;
	height:120px;
		}
#address {
	width:290px;
	height:60px;
	padding-left: 10px;
	font-family: tahoma, verdana, Arial;
	font-size: 10px;
	line-height: 12px;
	color: #214AA2;
		}.redtext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CD3301;
	text-align: left;
}
.bluebold {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #214AA2;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
}
#holder {
	width: 800px;		
}

a:link {
	color: #CD3301;
}
a:visited {
	color: #333;
}
a:hover {
	color: #214AA2;
}
a:active {
	color: #CD3301;
}