*{
	margin: 0;
	padding: 0;
}
p { margin-bottom: 20px; }
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-color: #214173;
	}
#container {
	width: 760px;
	background-color: #4A6594;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #fff;
	border-left-color: #fff;
	padding: 5px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-image:   url(images/banner.jpg);
	height: 300px;
	border: 1px solid #CCCCCC;
}
#header h1 {
	text-indent: -5000px;
	overflow: hidden;
}

#nav {
	text-align: center;
	margin: 10px;
}
#navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}
#navlist li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
#navlist li a:hover{
	color: #CEDFFF;
	text-decoration: none;
}
#navlist .active {
	color: #CEDFFF;
}

#content {
	background-color: #D6E7FF;
	min-height: 400px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 15px;
}
#content h2 {
	text-align: center;
	text-transform: uppercase;
	color: #A4228F;
	line-height: 0px;
	margin-bottom: 10px;
	margin-top: 12px;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 5px;
}
#content h3 {
	margin-bottom: 5px;
}
#content li {
	padding-top: 2px;
	padding-bottom: 2px;
}
#content ol {
	padding-left: 20px;
}
#servicesBox {
	float: right;
	background-color: #37628A;
	width: 200px;
	min-height: 180px;
	background-image: url(images/servicesfooter.gif);
	background-repeat: no-repeat;
	padding-bottom: 5px;
	margin: 10px;
	padding-top: 0px;
}
#servicesBox h2 {
	width: 200px;
	height: 30px;
	text-indent: -5000px;
	overflow: hidden;
	background-image: url(images/servicesheader.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 10px;
}
#servicesNav li {
	list-style-type: square;
	line-height: 15px;
	margin-left: 50px;
}
#servicesNav li a {
	color: #FFFFFF;
	text-decoration: none;
}
#servicesNav li a:hover{
	color: #000000;
	text-decoration: none;
}
#contactBox {
	float: right;
	width: 200px;
	min-height: 180px;
	background-color: #9C6141;
	background-image: url(images/contactfooter.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 5px;
	clear: both;
	margin: 10px;
}
#contactBox h2 {
	background: url(images/contactheader.gif) no-repeat;
	width: 200px;
	height: 30px;
	text-indent: -5000px;
	overflow: hidden;
	margin-bottom: 10px;
	margin-top: 0px;
}
#footer {
	font-size: 10px;
	clear: both;
	color: #FFFFFF;
	padding: 10px;
}
#side {
	float: right;
	width: 210px;
	margin-left: 5px;
}

