@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
#container {
	text-align: left;
	width: 1000px;
}
#header {
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 2px;
}
#header a {
	color: #FFFFFF;
	text-decoration: none;
}
#header a:visited {
	color: #FFFFFF;
	text-decoration: none;
}


#navigation {
	font-size: 31px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 65px;
	padding-left: 18px;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 25px;
}
#bodycontent {

}
.bodytextarea {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(images/body_bg_bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
.bodytextarea H3 {
	font-size: 24px;
	color: #333333;
	display: inline;
	font-weight: bold;
}
#rightcontent {
	padding-left: 10px;
	color: #FFFFFF;
}
.testimonials {
	text-align: center;
	font-size: 20px;
	line-height: 125%;
	font-family: "Times New Roman", Times, serif;
}
.rightimage {
	position: relative;
	top: -15px;
}
#footer {
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 185px;
	padding-top: 55px;
	color: #FFFFFF;
	padding-left: 15px;
	font-size: 18px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FF0000;
}


.copyright {
	color: #FFFFFF;
}
.copyright a {
	color: #FFFFFF;
	text-decoration: none;
}
.copyright a:hover {
	color: #FF0000;
}


#rightcontent h3 {
	font-size: 24px;
	color: #FFFFFF;
	display: inline;
}
#rightcontent h2 {
	color: #FFFFFF;
	background-image: url(images/rightheaderbg.jpg);
	background-repeat: repeat-x;
	height: 36px;
	padding-top: 6px;
	padding-left: 5px;
	display: block;
}



.bodytextarea p {
	padding-left: 15px;
	font-size: 18px;
	color: #666666;
	line-height: 125%;
	padding-right: 20px;
}
.bodytextarea h2 {
	font-size: 25px;
	font-weight: bold;
	padding-left: 10px;
}
.bodytextarea li {
	list-style-type: none;
	font-size: 18px;
	color: #666666;
	line-height: 125%;
	padding-right: 20px;
}


#navigation a:hover {
	color: #999900;
	text-decoration: none;
}
.green {
	color: #999900;
}
.green:hover {
	color: #FFFFFF;
}
#header h1 {
	font-size: 30px;
	display: inline;
	font-weight: normal;
	padding-left: 15px;
	color: #FFFFFF;
}
.redtext {
color: #FF0000;
}
.search {
	background-image: url(images/search_bg.jpg);
	background-repeat: no-repeat;
	height: 38px;
	width: 310px;
	padding-top: 165px;
	padding-left: 14px;
}
.linkbuttons img:hover {
	text-decoration: underline;
	position: relative;
	top: -2px;
}
