* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #666666 url(images/bg.jpg) repeat-x center top;
	font: 85% "Century Gothic";
	color: #FFFFFF;
}
#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/header.jpg) no-repeat center top;
}
#topnav {
	padding-top: 30px;
	padding-left: 15px;
}
#topnav li {
	list-style: none;
	display: inline;
	margin-right: 10px;
	border-right: 1px solid #FFFFFF;
	padding-right: 12px;
}
#topnav li.last {
	border-right: none;
}
#topnav a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
#topnav a:hover{
	color: #BBF50D;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
h1{ 
	font-size:200%;
	font-weight: normal;
}
h2 {
	font-size: 120%;
	margin:10px 0;
}
#rightcol h2{
	background: #799F06;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#faq_page_content h2{
	cursor: pointer;
	background:  url('../images/question-mark.jpg') 7px 7px no-repeat #799F06;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px 5px 5px 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 100%;
	text-decoration: none;
}

#maincontent {
	margin-top: 300px;
}
#maincontent p {
	margin-top: 10px;
}
.smalltext {
	font-size: 90%;
}
#rightcol a {
	color: #FFFFFF;
}

#rightcol {
	width: 500px;
	float: right;
	margin-right: 50px;
	display: inline;
}
#rightcol li {
	background: url(images/li2.png) no-repeat left center;
	height: 37px;
	padding-left: 45px;
	list-style: none;
	padding-top: 13px;
	font-size: 120%;
}
#rightcol li.highlight {
	background: url(images/li2_highlight.png) no-repeat left center;
	font-weight: bold;
}
#subcontent {
	color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background: #4e4e4e;
}
#subcontainer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#testimonial {
	float: left;
	width: 400px;
	padding: 20px 50px 20px 0px;
	background: url(images/testimonial.jpg) no-repeat center top;
	font-size: 95%;
	line-height: 150%;
	display: inline;
}
#testimonial blockquote {
	margin: 20px 20px 20px 40px;
	height: 225px;
	padding-left:25px;
	
}
#contact {
	float: right;
	width: 400px;
	padding: 20px 50px 20px 50px;
	display: inline;
}
#contact form{
	margin-top:20px;
}
#contact label {
	float: left;
	width: 100px;
	clear: left;
	display: block;
	margin-bottom: 10px;
	display: inline;
}

#contact input, #contact textarea {
	float: right;
	width: 250px;
	clear: right;
	background: #FFFFFF;
	border: none;
	margin-bottom: 10px;
	display: inline;
}
#contact input.button{
	background: url(images/sendform.jpg) no-repeat center center;
	height: 54px;
	width: 254px;
	border: none;
}

#footer {
	background: #7e7e7e;
	margin-top: 10px;
	font-size: 85%;
}
#footercontainer {
	width: 1000px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer img{ margin-top:5px; border: none;}
.clear {
	clear: both;
}


.invisible {
	height: 0px;
	width: 0px;
	overflow: hidden;
	position: absolute;
}
.textalignright{ text-align:right;}
