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

body {
	background-color: #e5e5e3;
	margin: 20px;
}

.thinborders {
	border: 1px solid #cdccc1;
}

.thindarkborders {
	border: 1px solid #616262;
}

.topborders {
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cdccc1;
	border-right-color: #cdccc1;
	border-bottom-color: #cdccc1;
	border-left-color: #cdccc1;
}

.fourhundred {
	height: 500px;
}

.ten {
	display: block;
	height: 10px;
	width: 10px;
}

.twenty {
	display: block;
	height: 20px;
	width: 20px;
}

.thirty {
	display: block;
	height: 30px;
	width: 30px;
}

.four {
	display: block;
	height: 4px;
	width: 4px;
}

.six {
	display: block;
	height: 6px;
	width: 6px;
}

a {
	color:#0397d6;
	text-decoration: none;
}

a:hover {
	color:#75b6e5;
	text-decoration: underline;
}

.imgpadding {
	display: block;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
}

.subnav-services {
	background-image: url(../graphics/services.gif);
	height: 41px;
	width: 873px;
	background-repeat: no-repeat;
}

.subnav-about {
	background-image: url(../graphics/about.gif);
	height: 41px;
	width: 873px;
	background-repeat: no-repeat;
}

.subnav-whyus {
	background-image: url(../graphics/whyus.gif);
	height: 41px;
	width: 873px;
	background-repeat: no-repeat;
}

.subnav-contact {
	background-image: url(../graphics/contact.gif);
	height: 41px;
	width: 873px;
	background-repeat: no-repeat;
}

