@charset "iso-8859-1";


* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-image: url('../images/topbg.gif');
	background-repeat: repeat-x;
	background-position: top;
}

#frame {
	width: 960px;
	margin: 0 auto;
}

#header {
	width: 960px;
	height: 120px;
	float: left;
}

#mainnav {
	width: 960px;
	height: 40px;
	float: left;
}

#mainnav ul {
	float: right;
	padding-top: 5px;
}

#mainnav ul li {
	display: inline;
	float: left;
	padding-left: 5px;
}

#mainnav ul li a {
	float: left;
	display: block;
	background-color: #000;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

#mainnav ul li a:hover {
	color: #fc0;
}

#banner {
	width: 960px;
	height: 255px;
	float: left;
}

#mainbody {
	width: 960px;
	float: left;
	padding-top: 40px;
	padding-bottom: 40px;
}

#mainbody h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 24px;
}

#mainbody p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	float: none;
	clear: both;
	padding-bottom: 10px;
}
#mainbody p a {
	color:#000;
}

#mainbody p a:hover {
	text-decoration: none;
}

#mainbody ul {
	float: left;
	padding-bottom: 10px;
}

#mainbody ul li {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 300px;
	line-height:30px;
	padding-left: 20px;
	background-image: url('../images/points.gif');
	background-repeat: no-repeat;
	background-position: left center;
}
	
#thumbnail{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}	
	
#footer {
	width: 100%;
	float: left;
	clear: both;
	background-image: url('../images/bottomnavbg.gif');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #000;
	text-align: center;
	padding-top: 24px;
	padding-bottom: 24px;
}

#footerCont {
	width: 960px;
	margin: 0 auto;
}

#footerLeft {
	width: 640px;
	float: left;
	padding: 0px 20px 0px 0px;
	text-align: left;
}

#footerLeft h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fc0;
	padding-bottom: 10px;
}

#footerLeft p.testimonial_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #fff;
	padding-bottom: 10px;
}

#footerLeft p.testimonial_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

#footerRight {
	width: 300px;
	float: left;
	text-align: left;
}

#footerRight h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fc0;
	padding-bottom: 10px;
}

#footerRight a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	line-height: 20px;
	padding: 2px;
	padding-right: 10px;
}

#footerRight a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	background-color: #fc0;
}
#contact_left {
	width: 680px;
	float: left;
}
#contact_right {
	width: 280px;
	float: left;
}

input.textBox {
	width: 300px;
	height: 24px;
	float: left;
	border: 2px solid #000;	
	background-color: #fff;
	margin-bottom:24px
}

textarea.textArea {
	width: 600px;
	height: 100px;
	float: left;
	border: 2px solid #000;	
	background-color: #fff;
	margin-bottom:24px
}

input.contactsubmit {
	width: 130px;
	height: 30px;
	float: left;
	clear: both;
	background-color: #000;
	line-height: 30px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	margin: 5px 5px 0 5px;
}