/* ------------------------------------------------------------

    Title:     Performa Media
    Author:    Cameron Olthuis
    Updated:   April 17th 2009

------------------------------------------------------------ */

body {
	background: #fff url(images/grass_bg.jpg) bottom repeat-x;
	margin: 0;
	padding: 0 0 30px 0;
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-top: 8px solid #d4e9ae;
	}

/* links */

a:link, a:visited {
	color: #995411;
	text-decoration: none;
	}
a:hover {
	color: #566d75;
	text-decoration: underline;
	}

/* ------------------------------------------------------------

	structure

------------------------------------------------------------ */

.wrap {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}
	
#header {
	width: 900px;
	height: 150px;
	margin: 25px 0 0;
	}
	
#header-nav {
	height: 40px;
	float: left;
	margin: 20px 0 0;
	padding: 0 15px;
	background: #dceef2;
	border: 1px solid #bcd6db;
	}

#header-nav ul {
	list-style: none;
	margin: 0;
	padding: 5px 0;
	}
	
#header-nav ul li {
	float: left;
	}
	
#header-nav ul li a {
	padding: 7px 15px;
	display: block;
	text-decoration: none;
	color: #566d75;
	}
	
#header-nav ul li a:hover {	
	text-decoration: underline;
	}
	
.full-width {
	background: #64b137 url(images/fullwidthbg.gif) repeat-x;
	padding: 15px 0;
	color: #fff;
	border-bottom: 6px solid #c5e8b2;
	}
	
	
#feature {
	background: url(images/growth.png) no-repeat bottom left;
	margin: 0;
	padding: 0;
	}
	
#feature2 {
	width: 600px;
	float: right;
	font-size: 18px;
	line-height: 135%;
	}
	
#midsection {
	margin: 40px 0;
	padding: 0 100px 0 0;
	width: 450px;
	float: left;
	line-height: 130%;
	border-right: 1px dotted #bcd6db;
	}
	
.box-right {
	margin: 40px 0 20px 30px;
	width: 300px;
	float: right;
	}
		


/* ------------------------------------------------------------

	content styles
	
------------------------------------------------------------ */

h1, h2, h3, h4 {
	color: #669900;
	}
	
.full-width h2 {
	color: #fff;
	}

#header h1 { 
	background: url(images/logo.gif) no-repeat;
	width: 250px;
	height: 75px;
	float: right;
    margin: 10px 0 0;
    padding: 0;
    font-size: 20px;
    text-indent: -9000em;
     }

h2 { 
     margin: 10px 0 3px 0;
     padding: 0;
     font-size: 20px;
     font-weight: normal'
     }


p {
     margin: 0;
     padding: 0 0 10px 0;
     line-height: 1.5em;
     }



/* ------------------------------------------------------------

	misc.

------------------------------------------------------------ */

hr, .hide {
	display: none;
	}
img, a img, a:hover img {
	border: 1px solid #B8C4D0;
	}

.alignleft {
        padding: 3px;
        margin: 3px 0px 0 10px;
        float: right;
        }
        
.clear {
	clear: both;
	}
	
	
	/* and now the form formatting itself */
label {
  display: block;
  float: left;
  clear: left;
  Width: 160px;
  line-height: 20px;
  margin-bottom: 1px;
  margin: 1px 0;
}

input, textarea, select {
  margin: 0;
  padding: 2px;
  font-size: 1em;
  color: #666666;
  background: #F5F5F5;
  border: 1px solid #ccc;
  margin: 1px 0;
}   

input:focus, textarea:focus, select:focus {
  border: 1px solid #999;
  background-color: #FFFFFF;
}

span.required{
  font-size: 13px !important;
  color: red !important;
}

.errormsg {
  display: block;
  width: 90%;
  height: 22px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: bold;
  background: #FF9D9D url(images/stop.gif) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 10px 0;
  border-top: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000;
}

.msgSent {
  font-size: 20px;
  text-align: center;
}