@charset "UTF-8";
/* Body Content for page styled below */
h1 {
	font-size: 1.75em;
	text-align: center;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	margin-top: 10px;
}
.center_txt {
	text-align: center;
}
#main_content_inner p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.25em;
	margin-bottom: 10px;
}
.spaceabove {
	margin-top: 10px;
}

h2 {
	text-align: center;
	font-size: 1.5em;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}
.bold {
	font-weight: bold;
}
a {
	color: #17A907;
}
/* Extends the main content box down past the left nav */
#main_content_inner {
	height: 800px;
}
#main_content_inner table th {
}
#main_content_inner table td {
	font-size: .85em;
	text-align: center;
	width: 30%;
}
#main_content_inner table {
	margin-top: 10px;
}
h3 {
	color: #C60610;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#contact_form {
	background-color: #FC3;
	float: left;
	height: 560px;
	width: 460px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#form_text {
	height: 50px;
	width: 460px;
	color: #000;
	text-align: center;
}
#form_text .smallerText {
	font-size: .85em;
}
#gender_age {
	float: left;
	height: 150px;
	width: 140px;
	margin-left: 320px;
	position: absolute;
}
#div_1 {
	height: 30px;
	width: 300px;
	margin-bottom: 5px;
}
#div_1 label {
	color: #000;
	float: left;
}
#div_1 input {
	float: left;
	margin-left: 20px;
}
#div_2 {
	height: 30px;
	width: 300px;
	margin-bottom: 5px;
}
#div_2 label {
	color: #000;
	float: left;
}
#div_2 input {
	float: left;
	margin-left: 20px;
}
#div_3 {
	height: 30px;
	width: 300px;
	margin-bottom: 5px;
}
#div_3 label {
	color: #000;
	float: left;
}
#div_3 input {
	float: left;
	margin-left: 57px;
}
#div_4 {
	height: 30px;
	width: 300px;
	margin-bottom: 5px;
}
#div_4 label {
	color: #000;
	float: left;
}
#div_4 input {
	float: left;
	margin-left: 37px;
}
#div_5 {
	height: 30px;
	width: 300px;
	margin-bottom: 5px;
}
#div_5 label {
	color: #000;
	float: left;
}
#div_5 input {
	float: left;
	margin-left: 50px;
}
#div_checkbox {
	height: 100px;
	width: 100%;
}
#checkbox p {
	font-size: 1em;
	line-height: 1.2em;
}
#div_7 {
	height: 160px;
	width: 100%;
	margin-top: 25px;
}
#div_7 label {
	color: #000;
	float: left;
}
#div_7 textarea {
	float: left;
	margin-left: 20px;
	color: #000;
}
#div_6 {
	width: 100%;
	margin-top: 20px;
	text-align: center;
}
#div_6 input {
	color: #FFF;
	background-color: #900;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: thin solid #C9B1E3;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.85);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.required {
	color: #F00;
}
.rounded {
	-webkit-border-radius: 10px 10px 0px 10px;  /* safari-chrome */
	-moz-border-radius: 10px 10px 0px 10px;   /* firefox */
	-o-border-radius: 10px 10px 0px 10px;  /* opera */
	/*border-radius: 10px 10px 0px 10px;*/  /* Wouldn't work in IE box disappears*/  
	behaviour:url(border-radius.htc);
	/* IE */
	behavior: url(../PIE.htc);
	

