/* Created by Seth White. 
 * Please email seth@airsouls.com with any constructive comments */


/* Re-Defined Tag Styles
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body { font-family: Geneva, Arial, Helvetica, san-serif; margin: 0px 0px; }
form { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px }
td { font-size: 12px }
a { color: #0066CC; text-decoration: none; font-family: Geneva, Arial, Helvetica, san-serif }
a:hover { color: #CCCCCC }
hr { color: #999999; height: 1px }
ol { }
ul { list-style-type: square }


/* Start Global Styles
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.pageTitle { font-family: "Trebuchet MS", Arial, sans-serif; font-size: 120%; font-weight: bold }
.pageFooter { }
.source { font-size: 11px; color: #666666 }
.subTitle { font-family: "Trebuchet MS", Arial, sans-serif; font-size: 100%; font-weight: bold }
.subSectionTxt { }
.sectionTitle { }
.Button { background-color: #09397D; color: #FFFFFF }
.textBox { }
.handCursor { cursor: hand }
.Question { color: #09397D; font-weight: bold; text-decoration: none }
.contentHighlight { color: #003399; font-weight: bold }
.boldBody { font-weight: bold; line-height: 150% }
.eventTitle { font-family: "Trebuchet MS", Arial, sans-serif; font-size: 200%; font-weight: bold }


/* Contact Us Form
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/ 

#signin_form{background-image:url(../img/form-bg.gif); background-repeat:no-repeat; width:500px;  padding:0px 15px 0px 15px; margin-left:100px}


#contact_wrapper {width:500px; float:left;}

#contact_form{
	width:500px;
	background-color:#ffffff;
	margin-left:100px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#contact_form .form-label{
	width:500px
}

#contact_form label{font-size:110%; color:#696969}

#contact_form .text_field{
	height:28px;
	width:500px;
	border:1;
	border-style:solid;
	border-color: #8f999e #8f999e #8f999e #8f999e;
	background-color: #f5f5f5;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:#333333;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: left top;
}

#contact_form .text_area{
	height:300px;
	width:500px;
	border:1;
	border-style:solid;
	border-color: #8f999e #8f999e #8f999e #8f999e;
	background-color: #f5f5f5;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:#333333;
	overflow:auto;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: left top;
}

.form form{padding:10px 0 0 0}

.form-item{  padding:0; margin-bottom:3px}

.form-item .form-label label{font-size:100%; color:#696969; line-height:20px; cursor:pointer}

.form-item .formError{color:#e32929; font-size:95%}

span.required{color:#F00}

