@charset "utf-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 14px;
}
.header {
	color: #333333;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	text-align: left;
	width: 950px;
	background-image: url(images/logo2.png);
	background-repeat: no-repeat;

	back
; 		height: 100px;
}
.menu h3 {
	margin-bottom: 10px;
}
.header h1 {
	margin-left: 120px;
	margin-top: 0px;
	padding-top: 10px;
}
.header h1 a {
	color: #333333;
	text-decoration: none;
}

.basicinfo {
	font-size: 11px;
	float: left;
	width: 160px;
	background-position: bottom;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 5px;
	border-right-width: 1px;
	border-right-color: #999999;
}
.menu {
	color: #333333;
	float: right;
	list-style-type: none;
	display: inline;
	padding: 0px;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: top;
	top: 86px;
	clear: both;
	left: 125px;
	width: 850px;
	height: auto;
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: bold;
}
.basicinfo p {
	width: 150px;
	height: 17px;
	background-image: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	padding: 3px;
}
.menu a {
	height: 15px;
	width: auto;
	margin: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
a {
	color: #B7C6C8;
}

.main {
	float: left;
	width: 500px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.mainwide {
	float: left;
	width: 750px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

a:link {
	color: #FF0000;
}
a:visited {
	color: #FF9900;
}
.email {
	clear: both;
}

a:hover {
	color: #EB604B;
}
a:active {
	color: #F0F0F0;
	width: 10%;
}
.testimonials {
	float: left;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 200px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 11px;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}
.footer {
	clear: both;
	float: none;
	margin: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
}


