@charset "utf-8";
@import url('reset.css');
/* CSS Document */
html {}
body { min-height:101%; background-color:#DDE4C5; font-family:Arial, Helvetica, sans-serif; }

h1 {
	color: #333;
	font-size:50px;
	padding-top: 18px;
	text-align:center;
}
h2 { color: #444; font-size: 19px; text-align:center; padding-bottom: 40px;}

h3 { font-size: 35px; color:#333; text-align:center; }

h4, h5 {}

h6 { font-size:54px; font-style:italic; color:#FFF; }

p { color: #333; margin: 12px 0; }

#wrapper {
	width:1000px;
	margin: 25px auto;
	background-color:#FFF;
	-webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    1px 1px 6px rgba(0, 0, 0, 0.25);
	box-shadow:         1px 1px 6px rgba(0, 0, 0, 0.25);
	padding-bottom: 35px;
}

#main {
	margin: 40px auto;
	width: 865px;
	padding: 15px;
	border: 3px solid #40622F;
	font-size: 14px;
	background:url(../images/stripe3.gif);
	background-repeat:repeat;
}

#greenBullet{ color: #40622F; }

#copy { text-align:center; font-size:10px; }

#feature {
	position:relative;	
}

#featureContent {
	min-height: 222px;
	background-color:#40622F;
	padding-left: 420px;
	text-align:center;
}

#featureContent p{ padding-top: 30px; color:#FFF; font-size: 25px; font-style:italic; margin:0;}
#free { border-bottom:solid 1px #FFF; font-style:bold italic; }

#pinstripeTopFeature{ height:1px; background-color:#40622F; margin-bottom: 3px; }
#pinstripeBottomFeature{ height:1px; background-color:#40622F; margin-top: 3px; }

img#feature {
	position:absolute;
	top: -13px;
	left: 49px;
	border: 1px solid #999999;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);	
}




/*form styles*/
label {
	display: inline-block;
	line-height: 18px;
}
input {
	display: block;
}
select { display: block; margin-bottom: 8px; }
textarea { display: block; }
.nowrap { display:inline; }
/*#email { width: 160px; }*/

fieldset {
	border: none;
	margin: 0 0 7px 0;
	padding: 0 0 0 20px;
}

.form_container{ float:left; width:100% }
.form_left{ float:left; margin: 0 15px 0 0; }
.form_bottom{ clear:both; display:block; }

#formcomment { display: none; }

.input {
	margin-bottom: 6px;
	height: 21px;
	width: 230px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}
textarea {
	width: 270px;
	height: 126px;
	margin-bottom: 18px;
}
.email {
	width: 250px;
}
.highlight {
	background-color: #FF9;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-top: -5px;
	margin-left: -20px;
}
label { font-size: 12px; }
label .small {
	display:block;
	padding-left:20px;
	text-transform:uppercase;
}
.required {
	color: #F00;
}
.error{
	color:#F00;
	text-transform:uppercase;
}
.hidden{ display:none; }
.shown{ display:block; }

#contact { width: 541px; margin: 0 auto; }
