@charset "UTF-8";

* 
{
	padding:0;
	margin:0;
} 

body
{
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background: url('images/aaronave.jpg') no-repeat top center #000;
}

#box
{
	margin: auto;
	width:1100px;
	background: url('images/Lannie Flowers.jpg') no-repeat top center #000000;
	min-height: 800px;
	right: auto;
}

a
{
	color: #767575;
	text-decoration: none;
}

a:hover
{
	color:#FFF;
	text-decoration: none;
}

p
{
	margin: 0 0 10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #767575;
}

h1
{
	color: #FFF;
	font-size: 18px;
	font-weight:normal;
	text-transform:uppercase;
	margin: 20px 0;
}

h2
{
	color: #a4a4a4;
	font-size: 18px;
	font-weight:normal;
	margin: 20px 0 20px 0;
}

h3
{
	color: #a4a4a4;
	font-size: 16px;
	line-height:36px;
	font-weight:normal;
	text-transform:uppercase;
	margin: 20px 0 0 0;
}

.clear
{
	clear: both;
}

.white
{
	color:#FFF;
}

.black
{
	color:#000;
}


/* NAVIGATION */

#nav 
{
	width:1100px;
	height:60px;
	float: left;
	margin: 0;
	padding: 0;
}

#nav ul
{
	list-style: none;
	padding: 0;
	margin: 10px 0 0 10px;
}

#nav ul li 
{
	float: left;
	display:inline;
	margin: 0 0 0 30px;
	padding: 10;
	list-style:none;
}

#nav ul li a,
#nav ul li a.off
{
	display: block;
	font-weight: normal;
	font-size: 15px;
	color:#FFF;
	text-decoration:none;   
}

#nav ul li a:hover
{
	color:#a4a4a4;
}

#nav ul li a.on
{
	color:#767575;
}
	

/* CONTENT */

#content
{
	width: 1100px;
	margin: 180px 0px 0px 50px;
	float:left;
}

#content #right-column
{
	width: 400px;
	margin: 180px 0 0 0;
	float:left;
	overflow:hidden;
}

#content #left-column
{
	width: 550px;
	margin: 0 50px 0 0;
	overflow:hidden;
	float:left;
}

#content #left-column img
{
	margin: 20px;
	border: none;
	float: none;
}

#content #right-column p
{
	font-size: 16px;
}

#content #right-column img
{
	float: left;
	margin: 0 0 20px 0;
}

#content #right-column div
{
	float: left;
	margin: 0 0 20px 0;
}

#content #right-column h3
{
	float: left;
	margin: 0 0 20px 0;
	width: 300px;
}


/* FOOTER */

#footer
{
	width: 900px;
	height: 100px;
	margin: 20px auto;
	clear:both;
}

#footer img
{
	float: left;
	border:none;
}

#footer p
{
	font-size: 14px;
	color: #767575;
	margin: 12px 0 0 20px;
	float:left;
}

#footer a
{
	color: #767575;
	text-decoration: none;
}

#footer a:hover
{
	color: #FFF;
	text-decoration: none;
}


/* FORM STYLES */

#contact {
	width: 960px;
	margin:0;
	padding: 0;
	min-height:600px;
}

#contact form {
	width: 960px;
	margin: 0;
	padding: 0;
}

#contact form label {
	width:960px;
	float:left;
	margin: 6px 0 2px 0;
	padding: 0;
}

#contact form input {
	width:400px;
	height:24px;
	float:left;
	margin: 0;
	padding: 0;
}
.required {
 font-weight:bold;
}
.required_star {
 font-weight:bold;
 color:#00642c;
}
.not-required {
 font-weight:normal
}

/* the main layout */

#contentForm {
  display: block;
}

/* and now the form formatting itself */
#contact label {
  display: block;
  float: left;
}

#contact input, textarea, select {
  margin: 0;
  padding: 2px;
  font-size: 1em;
  color: #7eba48;
  background: #FFF;
  border: 1px solid #7eba48;
}   

#contact input:focus, #contact textarea:focus, #contact select:focus {
  border: 1px solid #7eba48;
  background-color: #FFFFFF;
}

#contact span.required{
  font-size: 13px !important;
  color: #eb715b !important;
}

.errormsg {
  display: block;
  width: 90%;
  height: 22px;
  line-height: 22px;
  color: #ff9300;
  font-weight: bold;
  padding: 3px 10px 3px 40px;
  margin: 10px 0;
  border-top: 2px solid #ff9300;
  border-bottom: 2px solid #ff9300;
}

.msgSent {
  font-size: 20px;
  text-align: center;
}
.red {
	color: #F00;
}
/* CSS definition file containing sitestyle stylesheets */
BODY { background-color: rgb(255,255,255);}
 
