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

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

h2 {
	font-size: 1.3em;
	color: #e22126;
}

a {
	color: #007ad1;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

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

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

li {
	list-style-image: url(../images/list.gif);
	margin-bottom: 7px;
}

form {
	width: 500px;
}

.forminput {
	border: 1px solid #007ad1;
	width: 200px;
}

textarea {
	font-family: Arial, Tahoma, Verdana;
	font-size: 1em;
	border: 1px solid #007ad1;
	width: 250px;
	height: 78px;
}

.button {
	padding: 2px 10px 2px 10px;
	text-align: center;
	cursor: pointer;
	background-color: #007ad1;
	color: #ffffff;
	font-weight: bold;
	border: none;
}

.container {
	width: 745px;
	margin: auto;
	padding: 0px 14px;
	text-align: left;
	background: url(../images/headerbg.jpg) top repeat-x #ffffff;
	border-left: 1px solid #aeaeae;
	border-right: 1px solid #aeaeae;
	overflow: hidden;
}

.logo {
	float: left;
	position: relative;
	left: -14px;
}

.nav {
	float: right;
	width: 261px;
}

.nav ul {
	margin: 0px;
	padding: 0px;
}

.nav li {
	float: left;
	list-style: none;
}

.nav a {
	display: block;
	text-indent: -999999px;
	overflow: hidden;
	height: 39px;
}

.homebutton a {
	background: url(../images/homebutton.jpg) top;
	width: 71px;
}

.homebutton a:hover, .homebuttonon a{
	background: url(../images/homebutton.jpg) bottom;
	width: 71px;
}

.servicesbutton a {
	background: url(../images/servicesbutton.jpg) top;
	width: 90px;
}

.servicesbutton a:hover, .servicesbuttonon a{
	background: url(../images/servicesbutton.jpg) bottom;
	width: 90px;
}

.contactusbutton a {
	background: url(../images/contactusbutton.jpg) top;
	width: 100px;
}

.contactusbutton a:hover, .contactusbuttonon a{
	background: url(../images/contactusbutton.jpg) bottom;
	width: 100px;
}

.header {
	float: left;
	position: relative;
	left: -14px;
	margin-top: 18px;
	margin-bottom: 20px;
}

.leftcol {
	clear: both;
	float: left;
	width: 500px;
}

.rightcol {
	float: right;
	width: 179px;
}

.rightcolcontent {
	background: url(../images/rightcolbg.jpg) bottom repeat-y;
	width: 159px;
	padding: 5px 10px 15px 10px;
	margin-bottom: 10px;
}

.rightcolcontent ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

.rightcol h2 {
	margin-top: 0px;
	padding-top: 10px;
}

.footertext {
	clear: both;
	float: left;
	margin-top: 20px;
	width: 100%;
	font-size: 0.8em;
}

.footer {
	clear: both;
	width: 775px;
	margin: auto;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

.leftpic {
	float: left;
	margin: 0px 20px 10px 0px;
}

.rightpic {
	float: right;
	margin: 0px 0px 10px 20px;
}

.blue {
	color: #007ad1;
}

.textright {
	text-align: right;
}

.error {
	color: #e22126;
	font-weight: bold;
}