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

body{
	background: url("../img/greenbg_rp.jpg");
	margin-top: -20px;
}

fieldset {border:none;)}

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

/* CSS For Header */

.header {
	max-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;
	max-width:534px;
	padding-left: 20px;
	padding-top: 20px;
}
.leftcontent h1 {
	color: #004b00;
	max-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;
	max-width: 520px;
	margin-top: 3px;
	margin-bottom: 10px;
}
.leftcontent ul {
	color: #004b00;
	margin-left: 35px;
	margin-bottom: 8px;
}

.rightcontent {
	float:right;
	max-width: 330px;
	padding-right: 5px;
	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");*/
	background:#014f03;
	/*height: 200px;*/
	max-width: 320px;
	margin-bottom: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 17px;
	* border: 4px inset #DEEBA6;*/
}
.companyinfo {
	background-color:green;
	background:#014f03;
	/*height: 200px;*/
	max-width: 320px;
	margin-bottom: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 17px;
	border: 4px inset #DEEBA6;
}

.contactus {
max-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 {
	margin-top:30px;
	max-width: 400px;
	height: 100px;
}
.contactus label button {
	float: right;
}
.contactus h3 {
	color:#ddeba7;
}
.contactus label{
	display: block;
	margin-top: 15px;
	margin-left: 35px;
	max-width: 250px;
}
.contactus label input{
	max-width: 150px;
}

.footer {
	max-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;}