body {
	background-color: #203D45;
	font: normal 100% arial, verdana, 'trebuchet ms', sans-serif;
	color: #3B3C39;
	margin: 0px;
	}
		
	#wrapper {
		position: absolute;
		left: 50%;
		top: 0px;
		width: 760px;
		margin-left: -380px;
		background-color: #fff;
		font-size: 80%;
		}
		
		#content_container {
			float: left;
			padding: 25px 4px 0px;
			}
		
		#banner {
			position: relative;
			width: 752px;
			background: #a7c6de url(../images/logo.jpg) no-repeat left top;
			text-align: right;
			height: 248px;
			margin-bottom: 2px;
			}
						
			#main_nav {
				position: relative;
				width: 752px;
				height: 22px;
				background-color: #5F6B4A;
				color: #fff;
				margin-bottom: 10px;
				}  /* see navigation.css file for actual links within this div */
				
				#main_nav .buttons {
					float: left;
					background-color: #fff;
					margin: 0px;
					padding: 0px; 
				}
				
				.clear {
					float: left;
					margin-right: 1px;
					}
				
				
			#body_content {	
				float: left;
				padding: 20px 20px 20px;
				width: 470px;
				line-height: 18px;
				}
				
					#display_container {
						margin-left: 490px;
						background: url(../images/eq_heading.gif) no-repeat left top;
						}
		
		#display_content {	
			
			font: normal 90% arial, verdana, 'trebuchet ms', sans-serif;
			color: #33373a;
			width: 230px;
			}
			
			
			#body_content_contact {	
				float: left;
				padding: 20px 20px;
				width: 300px;
				margin-right: 50px;
				line-height: 18px;
				}
			
				
					#display_container_contactSent {
						margin-left: 380px;
						margin-right: 10px;
						margin-top: 40px;
						}		
						
					#display_container_contactSubmit	{
						margin-left: 380px;
						margin-right: 10px;
						/*background: #fff url(../images/contact_form.jpg) no-repeat right top;*/
						text-align: left;
						}
			
			
			#display_content_contact { 
				position: relative;
				font: normal 90% arial, verdana, 'trebuchet ms', sans-serif;
				color: #33373a;
				padding-top: 10px;
				}
				

.fieldName { float: left; font-weight: bold; background: none; width: 86px;}

.field { margin-left: 0px; }	

.btn { margin-left: 225px; }	
				
				input.text {
					
					border: 0px solid #000;
					background: none;
					width: 250px;
					height: 18px;
					margin-bottom: 17px !important;
					margin-bottom: 15px;
					
					}
					
					textarea.inquiry {
						border: 0px solid #fff;
						background: none;
						width: 250px;
						height: 160px;
						overflow: auto;
						font: normal 110% arial, verdana, 'trebuchet ms', sans-serif;
						margin-bottom: 40px;
						}
						
						.inputLeft {
							float: left;
							width: 80px;
							font-size: 90%;
							font-weight: bold;
						}
						
						.inputRight {
							float: left;
							width: 272px;
							height: 36px;
							background:url(../images/formbg.jpg);
						}
						
						.msgRight {
							float: left;
							width: 271px;
							height: 202px;
							background:url(../images/messageFormBg.jpg);
							padding-left: 1px;
						}
						
						.text2010 {
							border: none;
							margin-left: 1px;
							margin-top: 1px;
							height: 17px;
							width: 259px;
						}
						
						.message2010 {
							border: none;
							margin-top: 1px;
							width: 259px;
							height: 185px;
							overflow: auto;
							font: normal 100% arial, verdana, 'trebuchet ms', sans-serif;
						}
					
#footer {
	text-align: center;
	padding: 3px;
	font-size: 90%;
	color: #000;
	}
			
			
			
			


