@charset "UTF-8";
html {
	background-color: #858585;
	background-image: url(../images/bkgd.jpg);
	background-repeat: repeat-x;
}

body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 100%;
	margin-bottom: 15px;
	
}

p {
	font-size: .83em;
	color: #000;
	line-height: 2.2em;
}


img { /* kill firefox borders*/
	border: 0;
}

strong {
	font-weight: bold;
}

.top_buttons {
	position: absolute;
	right: 25px;
	top: 100px;
}

.roundy {
	background: #000;
	display: block;
	float: left;
	margin: 5px;
	padding: 5px 10px;
}

.roundy_on {
	background: #4e4e4e;
	display: block;
	float: left;
	margin: 5px;
	padding: 5px 10px;
}

.submit {
	margin-left: 15px;
}


.container {
	width: 870px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	word-wrap: break-word;
	position: relative;
	background-image: url(../images/grncore.png);

}

.content {
	background-repeat: repeat-y;
	width: 806px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	word-wrap: break-word;
	position: relative;
	background-image: url(../images/Contcore.jpg);
}

.contentleft {
	width: 350px;
	float: left;
	margin-top: 0px;
	margin-left: 36px;
	overflow: hidden;
	display: inline;
	padding-bottom: 5px;
}

.contentright {
	width: 370px;
	float: right;
	margin-right: 31px;
	overflow: hidden;
	display: block;
	background-color: black;
	padding: 10px 15px;
}

.contentright ul {
	padding-left: 20px;
}

.contentright li {
	list-style-image: url(../images/bullllllet.gif);
	list-style-type: disc;
	list-style-position: outside;
	color: white;
	font-size: 13px;
	margin-bottom: 8px;
}

.bottom {
	margin-top: 20px;
	margin-left: 12px;
	background-color: #dcdcdc;
	display: block;
	height: 94px;
	width: 778px;
	position: relative;
}

.bottom p {
	width: 325px;
	padding-top: 25px;
	padding-left: 25px;
	line-height: 20px;
	font-size: 14px;
}

.b-right {
	background-position: 15px 10px;
	background-repeat: no-repeat;
	float: right;
	display: block;
	height: 64px;
	width: 395px;
	background-color: #bdbdbc;
	background-image: url(../images/signup.png);
	padding-top: 30px;
	padding-left: 15px;
}


#email {
	width: 227px;
	height: 14px;
	font-size: 14px;
	padding: 9px;
}

#email input:focus {
	background-color: #e4fff4;
}

#response {
	font-size: 11px;
	color: red;
	margin-top: 6px;
}

#response p {
	color: #858585;	
	padding: 0;
	margin: 0;
}


.logo {
	position: absolute;
	top: 10px;
	left: 10px;
}


.header {
	margin-bottom: 0;
	margin-top: 0px;
	padding-bottom: 0;
	padding-top: 0;
	text-align: center;
	height: 322px;
	width: 806px;
	background-image: url(../images/header_rev_02.jpg);
	position: relative;
}


.header_sub {
	margin-bottom: 0;
	margin-top: 0px;
	padding-bottom: 0;
	padding-top: 0;
	text-align: center;
	height: 149px;
	width: 806px;
	background-image: url(../images/subhead.jpg);
	position: relative;
}



.contfoot {
	margin-bottom: 0;
	margin-top: 0px;
	padding-bottom: 0;
	padding-top: 0;
	text-align: center;
	height: 15px;
	width: 806px;
	background-image: url(../images/contfoot.jpg);
	position: relative;
}

.footer {
	background-image: url(../images/grnfoot.png);
	width: 870px;
	height: 24px;
		margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.testimonial {
	background-color: #fff;
}

.testimonial p {
	margin: 20px;
}	

	
.source {
	position: relative;
	padding-left: 50px;
}


.source em {
	font-style: italic;
	font-size: 11px;
}

.dagger {
	position: absolute;
	left: 15px;
	top: -15px;
	background-image: url(../images/dagger.png);
	width: 24px;
	height: 29px;
}

.contactinfo {
	width: 414px;
	height: 66px;
	background-image: url(../images/addy_bkgd.gif);
	background-repeat: no-repeat;
	float: left;
	padding: 12px 20px;
	margin-bottom: 10px;

}



.contactinfo p {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	color: white;
	line-height: 16px;
	float: left;
	font-weight: bold;
}

.contactinfo p em {
	font-size: 11px;
	font-weight: normal;
	color: #258dc3;
	font-style: italic;
	margin-right: 10px;
}

.contactinfo a {
	color: white;
}

.contactinfo a:hover {
	text-decoration: none;
}

.last {
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid white;
}


.links {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	line-height: 18px;
	font-size: 12px;
	color: white;
	width: 775px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.links a:link {
	color: white;
	text-decoration: underline;
}


.links a:visited {
	color: #dddcd9;
	text-decoration: underline;
}

.links a:hover {
	color: white;
	text-decoration: none;
}


.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.extended {
	padding: 20px 30px;
}

.extended p {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	line-height: 18px;
	font-size: 14px;
	color: #3a3a3a;
	margin-bottom: 20px;
}


.extended h1 {
	padding-right: 6px;
	margin-bottom: 6px;
	display: inline-block;
	padding-left: 6px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 21px;
	background-color: #8cc63f;
	color: white;
	line-height: 28px;
	font-weight: bold;
}


.extended h2 {
	display: block;
	padding-bottom: 6px;
	margin-bottom: 10px;
	border-bottom: 1px solid #999999;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 21px;
	color: #999999;
	line-height: 28px;
	font-weight: bold;
}

.extended h2 strong {
	color: #000;
}

.extended h3 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	padding-left: 15px;
}

.extended ul {
	background-color: #fff;
	padding: 20px 0;
	border: 1px solid #999999; 
}

.extended li p {
	padding: 0 40px; 
}

.extended a {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	line-height: 18px;
	font-size: 14px;
	color: #8cc63f;
	margin-bottom: 20px;
}

.extended a:hover {
	text-decoration: underline;
}

#crumbs {
	background-color: #fff;
	padding: 5px 15px;
	display: inline-block;
	margin-top: -15px;
	margin-bottom: 25px;
} 

#crumbs p, #crumbs a {
	font-size: 11px;
	line-height: 14px;
	margin: 0;
	padding: 0;
}


/* Form Styles */


.success {
	width: 500px;
}

.error {
	margin-top: 20px;
	color: red;
	font-weight: normal;
	text-decoration: none;
	font-size: 14px;
}

form {
	text-align: left;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #000;
	width: 500px;
	font-size: 14px;
}

form fieldset {
	 margin-bottom: 10px;
	 margin-right: 15px;
}

form legend {
  	padding: 0 2px;
  	font-weight: bold;
  	color: #000;
}

form label {
	 display: inline-block;
	 line-height: 1.8;
	 vertical-align: top;
	 color: #000;
}

form fieldset ol {
  	margin: 0;
  	padding: 0;
}

form fieldset li {
  	list-style: none;
  	padding: 5px;
  	margin: 0;
}

form fieldset fieldset {
  	border: none;
  	margin: 3px 0 0;
}

form fieldset fieldset legend {
  	padding: 0 0 5px;
  	font-weight: normal;
}

form fieldset fieldset label {
  	display: block;
  	width: auto;
}

form em {
  	font-weight: bold;
  	font-style: normal;
  	color: #880218;
}

form label {
  	width: 150px; 
}

form fieldset fieldset label {
  	margin-left: 150px; 
}

form input:focus {
	background-color: #f1f8e5;
}

form textarea:focus {
	background-color: #f1f8e5;
}

