* {
	padding: 0;
	margin: 0;
}
logo {
	height: 131px;
	width: 770px;
}
#container {
	top: 131px;
	background-color: #CAEEE0;
	width: 770px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000080;
	height: auto;
}
#mainNav {
	width: 80px;
	padding: 10px;
	font-weight: bold;
	line-height: 28px;
	display: list-item;
	margin-right: 30px;
	position: absolute;
	left: 0px;
	top: 131px;
}
#mainNav a {
	color: #000080;
	text-decoration:none;
}	
#mainNav a:hover {
	color: #000080;
	text-decoration:underline;
}	
#secondaryContent {
	position:absolute;
	width: 140px;
	margin: 10px;
	text-align: center;
	font-size: 12px;
	top: 131px;
	left: 600px;
}
#secondaryContent #box {
	width: 120px;
	padding: 10px;
	border: 1px solid #00CC99;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#secondaryContent #img {
	width: 140px;
	border: 1px solid #00CC99;
	margin-top: 10px;
	margin-bottom: 10px;
}
#primaryContent {
	position:relative;
	top:0px;
	left: 120px;
	width: 475px;
}
p {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
}
h2 {
	padding-top: 10px;
	padding-bottom: 10px;
}
h3 {
	padding-top: 10px;
	padding-bottom: 10px;
}
h4 {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
}
li {
	list-style-position: inside;
	font-size: 14px;
}
#container #footer {
	clear: both;
	width: 770px;
	border:#330080
	margin-top: 40px;
	text-align: center;
}
#container #footer h5 {
	font-size: 14px;
	padding: 10px;
}
#container #footer p {
	font-size: 12px;
	padding: 10px;
}
#container #footer #contact {
	width: 500px;
	margin-top: 30px;
	margin-right: 170px;
	margin-left: 100px;
}
#container #footer #copyrightHome {
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	width: 500px;
	margin-right: 170px;
	margin-left: 100px;
}
#container #footer #copyright {
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	width: 500px;
	margin-right: 170px;
	margin-left: 100px;
	margin-top: 30px;
}
#footer a {
	color: #000080;
	text-decoration:none;
}	
#footer a:hover {
	color: #000080;
	text-decoration:underline;
}
a {
	color: #000080;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #000080;
	text-decoration: none;
}
.name {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.horizontalLine {
	color: #000080;
}
table {
	cellpadding: 30px;
}
#wideContent {
	position:relative;
	top:0px;
	left: 120px;
	width: 625px;
}
.serviceBox {
	float: left;
	height: 290px;
	width: 290px;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #00CC99;
}
.serviceBox h4 {
	font-size: 14px;
	padding: 10;
}
.serviceBox p {
	padding:10;
	clear: both;
	margin-right: 10px;
	margin-left: 10px;
}
.serviceBox li {
	padding-right: 10px;
	padding-left: 10px;
	clear: both;
}
.floatLeft {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
