body {
	text-align: center;
	background: url(../images/bg.jpg) top repeat-x #ffffff;
	font-family: Arial, Verdana, Helvetica;
	font-size: 1em; 
	color: #101010;
	margin: 0px;
	padding-bottom: 10px;
}

h1 {
	font-size: 1.6em;
	color: #006cac;
	margin-top: 0px;
	padding-top: 0px;
}

h2 {
	font-size: 1.2em;
	color: #101010;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	padding: 0px;
	margin: 10px 0px 10px 0px;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.forminput {
	width: 180px;
	border: 1px solid #cccccc;
	padding: 2px;
	margin-bottom: 4px;
	font-size: 1em;
}

select {
	border: 1px solid #cccccc;
}

textarea {
	width: 250px;
	height: 88px;
	padding: 2px;
	border: 1px solid #cccccc;
	font-size: 0.9em;
	font-family: Arial, Verdana, Helvetica;
}

.container {
	width: 760px;
	margin: auto;
	text-align: left;
}

.toplinks {
	text-align: right;
	position: relative;
	top: -90px;
	float: right;
	font-size: 0.7em;
	color: #ffffff;
	font-weight: bold;
}

.toplinks a {
	color: #ffffff;
}

#toplinkson {
	text-decoration: underline;
}

.nav {
	clear: both;
	float: left;
	margin-top: 40px;
	width: 160px;
	margin-bottom: 20px;
}

.nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.nav li {
	float: left;
	background: url(../images/nav.jpg) top no-repeat;
	width: 130px;
	padding-left: 30px;
	border: 1px solid #cccccc;
	margin-bottom: 3px;
	height: 1.5em;
}

.nav a {
	display: block;
	font-size: 0.8em;
	font-weight: bold;
	color: #101010;
	padding-top: 4px;
}

.nav a:hover {
	text-decoration: none;
}

#navon, .nav a:hover {
	color: #006cac;
}

#listnone {
	background: none;
	border:none;
	height: auto;
	padding: 0px;
}

#secnav {
	padding: 0px;
	margin: 0px 0px 3px 25px;
}

#secnav li {
	list-style: none;
	background: none;
	border: none;
	height: auto;
	padding: 0px 0px 5px 6px;
	margin: 0px 0px 2px 0px;
	border-bottom: 1px solid #c2c2c2;
	width: 130px;
}

#secnav a {
	display: block;
	font-size: 0.8em;
	font-weight: bold;
}

#secnav a:hover {
	text-decoration: none;
	color: #006cac;
}

#secnavon {
	text-decoration: none;
	color: #006cac;
}

.content {
	width: 550px;
	margin-top: 40px;
	float: right;
	font-size: 0.9em;
}

.content a {
	color: #006cac;
	font-weight: bold;
}

.content ul {
	list-style-image: url(../images/list.gif);
}

.quote {
	background: url(../images/quotetop.jpg) top no-repeat #025484;
	width: 465px;
	padding: 25px 20px 10px 60px;
	color: #ffffff;
}

.quote p {
	margin: 0px;
	padding: 2px;
}

.mainimg {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

#services {
	list-style: none;
	list-style-image: none;
	width: 500px;
}

#services li {
	margin-bottom: 10px;
}

#services img, .icon {
	position: relative;
	top: 3px;
	margin-right: 10px;
}

.icon {
	float: left;
	margin-bottom: 20px;
}

.footer {
	clear: both;
	position: relative;
	top: 20px;
	font-size: 0.7em;
	color: #ffffff;
	height: 3.2em;
	background: url(../images/footer.jpg) bottom repeat-x #006cac;
}

.footer p {
	margin-top: 0px;
	padding-top: 6px;
}

.footer a {
	color: #ffffff;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
	text-align: right;
}

.clear {
	clear: both;
}

.error {
	color: red;
	text-align: left;
	font-weight: bold;
}

.textright {
	text-align: right;
	font-weight: bold;
}