@charset "ISO-8859-1";

body {
	margin: 0; 
	padding: 0;
	text-align: center; 
}

.home_nav {
	margin-left: 22px;
	line-height: 2.5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ed2024;
	font-weight:bold
}

.nav_btn{
	margin-right:8px;
	margin-bottom: -1px;
	margin-top: 20px;
}

.s_image {
	margin-top: -10px;
	margin-right: 50px;
	margin-bottom: 30px;
	margin-left: 30px;
}

.section_title{
	margin-left: 18px;
}

.a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ed2024;
	font-weight:bold
}
.red {
	font-family: Arial, Helvetica, sans-serif;
	color: #ed2024;
}
h2 {
	font-size: 24px;
	color: #ed2024;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-weight: lighter;
}



.main_copy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: 22px;
	margin-right: 10px;
	line-height: 130%
}

.main_copy2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: 22px;
	margin-right: 10px;
	line-height: 200%
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-top: 3px;
	margin-bottom: 3px;
	line-height: 150%
}

.search_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-bottom: 10px;
}


label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

input
{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #333333;
 background: #e3e3e3;
 border: 1px solid #888888;
}

select { 
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #333333;
 background-color: #e3e3e3; 
}

.submit input
{
	margin-left: 0px;
	color: #000000;
	background: #e3e3e3;
	border: 1px solid #FF6251
} 
.search_text .submit input {
	border: 1px solid #FF6251;
}




		

		
	form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	margin-top: 10px;
  padding: 0;
}



form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 120px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
}

.checky {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	text-align: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}


form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


form .label2 {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	display: block;
	margin:10px 0 0 10px;
	font-size: 10px;
	padding-left:10px;
	padding-right:50px;
}
