@charset "utf-8";
/* CSS Document */

body  {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 20px 0; 
	padding: 0;
	text-align: center; 
	background: #d7c187;
}
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	color: #543a1a;
	margin: 20px 0;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	color: #7d5a2f;
	border-bottom: 1px solid #d4bfa2;
	margin-bottom: -5px;
}
li {
	margin-bottom: 15px;
}
a {
	color: #754c0e;
}
#outerBorder {
	border: 1px solid #FFF;
	width: 802px;
	padding: 3px;
	margin: 0 auto;
}
#outerContainer {
	margin: 0;
	width: 800px;
	text-align: left;
	background: #f0e8d5;
	border: 1px solid #FFF;
}
#header { 
	width: 840px;
	margin: 0; 
	padding: 0;  
	height: 156px;
	background: url(imagesreg/header.jpg) no-repeat;
} 
#header p { 
	margin: 0;
	padding: 40px 0 0 175px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 23px;
	color: #3b2869;
} 

/* ------------- Left Container ------------- */

#leftContainer {
	float: left;
	display: inline;
	width: 459px;
	margin: 0;
}
#leftContainerPadding {
	margin: 0 30px 0 40px;
	float: left;
	width: 389px;
	display: inline;
}


/* ------------- Right Container ------------- */

#rightContainer {
	float: right;
	display: inline;
	width: 341px;
	margin: 0;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: url(imagesreg/form_back.jpg) no-repeat;
}
#formContainer {
	float:left;
	display:inline;
	height: 705px;	
/*	width: 312px;*/
	padding-left: 30px;
	margin: 0;
}

/* ------------- Footer ------------- */

#footer { 
	margin: 0 auto;
	height: 40px;
	width: 800px;
	text-align: left;
	background: #c1b85a;
	color: #FFF;
} 
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer p {
	font-size: 12px;
	padding: 10px 20px;
}
#footerLeft {
	width: 380px;
	float: left;
	display:inline;
	margin: 10px 0 0 20px ;
}
#footerRight {
	width: 340px;
	float: right;
	display:inline;
	margin: 10px 20px 0 0;
	text-align: right;
}

.clearfloat { 
	clear:both;
}
.floatLeft {
	float: left;
}
.paddingBottom {
	padding-bottom: 10px;
}
.logoPadding {
	margin: 20px 0 40px 0;
	float: left;
}
.imgBorder {
	float: left;
	border: 8px solid #FFFFFF;
	margin: 8px 0 8px 12px;	
}
.topimgBorder {
	float: left;
	width:250px;
	border: 4px solid #eaf2f5;
	margin: 40px 0 8px 30px;	
}
.textUnderForm {
	margin: -5px 0 10px 20px;
	float: left;
	width: 300px;
}

/* ------------- Form Styles ------------- */

INPUT, select, OPTION { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	background-color: #FFF; 
  	border-color: #AAAAAA; 
  	border-style:solid; 
  	border-width:1px; 
  	color: #333333;
	/*display: inline-block;*/
}
.bigDropDown {
	width: 260px;
}
.mediumDropDown {
	width: 170px;
}
.topFields {
	width: 170px;
}
td {
	padding: 4px 0px;
}
option {
	border:0px;
}
.style1 {color: #FFFFFF}
.text, td, {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.dropdowns {
	width: 182px;
}
.RequestInfo {
	font-size: 22px;
	font-family: "Times New Roman", Times, serif;
	color: #c2762d;
	margin: 0 0 8px 23px;
}
.buttonStyles {
	background: #c2762d;
	border: 1px solid #c2762d;
	margin: 3px 10px 0 0;
	color: #FFF;
}
