/* Main CSS */
*{
	margin: 0px;
	padding: 0px;
}

body{
	background: url("../img/greenbg_rp.jpg");
	margin-top: -20px;
}
.container {
	background-image: url("../img/bg_rp.jpg");
	background-repeat: repeat-x;
}
.wrapper {
	width: 960px;
	margin: 0 Auto;
	padding-top: 20px;
}
.content {
	width: 960px;
	background-color: white;
	margin-bottom: 4px;
	margin-top: 4px;
	font-family: Paltino;
	padding-bottom: 16px;
}

/* CSS For Header */

.header {
	width: 960px;
	background-image: url("../img/header.jpg");
	height: 175px;
}
.nav {
	float: right;
	margin-right: 18px;
	margin-top: 10px;
	font-size: 1.2em;
}
.nav li {
	display: inline;
	margin-right: 12px;
}
.nav li a:link, a:visited{
	text-decoration: none;
	color:#ddeba7;
}
.nav li a:hover {
	color: #91b44c;
}

.leftcontent {
	float:left;
	width:534px;
	padding-left: 20px;
	padding-top: 20px;
}
.leftcontent h1 {
	color: #004b00;
	width: 540px;
	border-bottom-style: solid;
	border-width: 3px;
	border-color: #ddeba7;
	margin-top: 8px;
}
.leftcontent h2 {
	font-size: 1.1em;
	color: #004b00;
	margin-top: 25px;
}
.leftcontent p {
	color: #004b00;
	width: 520px;
	margin-top: 3px;
	margin-bottom: 10px;
}
.leftcontent ul {
	color: #004b00;
	margin-left: 35px;
	margin-bottom: 8px;
}

.rightcontent {
	float:right;
	width: 350px;
	padding-right: 16px;
	padding-top: 20px;
}
.rightcontent h1 {
	font-size: 1.5em;
	color:#ddeba7;
	margin-bottom: 5px;
}
.rightcontent p {
	color:#ddeba7;
}
.rightcontent ul {
margin-left: 25px;
margin-top: 8px;
color:#ddeba7;
}
.contactinfo {
	background-image: url("../img/cinfo_box.jpg");
	height: 200px;
	width: 320px;
	margin-bottom: 12px;
	padding-top: 12px;
	padding-left: 17px;
}
.companyinfo {
	background-image: url("../img/info_box.jpg");
	height: 262px;
	width: 320px;
	margin-bottom: 12px;
	padding-top: 12px;
	padding-left: 17px;
}

.contactus {
width: 520px;
height: 270px;
margin-top: 10px;
padding-top: 18px;
padding-left: 15px;
background-image: url("../img/contact_box.jpg");
}
.contactus p {
	color:#ddeba7;
}
.contactus form {
	float: left;
	width: 305px;
}
.contactus label textarea {
	width: 250px;
	height: 100px;
}
.contactus label button {
	float: right;
}
.contactus h3 {
	color:#ddeba7;
}
.contactus label{
	display: block;
	margin-top: 15px;
	margin-left: 35px;
	color: white;
	width: 250px;
}
.contactus label input{
	width: 150px;
	float: right;
}

.footer {
	width: 960px;
	height: 35px;
	background-color: white;
	padding-top: 8px;
	color: #004b00;
}
.footer p a:link {
	font-size:.8em;
	color:#004b00;;
	text-decoration: none;
}
.footer p a:visited {
	font-size:.8em;
	color:#004b00;;
	text-decoration: none;
}
.footer p a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}

.reverse {background:#014b00;color:#ffffff;padding:10px;margin-bottom:10px;}
