@charset "utf-8";
/* CSS Document */

.contact-header {
	width:585px;
	background:url(../images/contact-page/contact-header.png) no-repeat top;
	height:36px;
	padding-top:5px;
	}
	
.info-container-lg { 
	border-left:solid 1px #3d536e;
	border-right:solid 1px #3d536e;
	background:#f1eee9;
	width:583px;
	float:left;
	padding:9px 0px 9px 0px;	
	}
	
.contact-section-header {
	height:22px;
	text-indent:9px;
	font-weight:bold;
	font-size:12px;
	padding-top:8px;
	clear:both;
	background:url(../images/contact-page/contact-section-repeater.png) repeat-x;
	}
	
.contact-section {
	padding:20px 9px 20px 129px;
	}
	
.contact-welcome {
	padding:10px 9px 20px 9px;
	}
	
.contact-form {
    padding:20px 0px 20px 9px;
	width:555px;
	clear:both;
	}
	
/*
.contact-form select {
	width:226px;
	height:20px;
	}
	
.contact-form textarea {
	height:77px;
	width:224px;
	}
	
.contact-field input {
	height:18px;
	width:222px;
	}
*/

.contact-form-inputs {
	padding:0px;	
	font-size:11px;
	margin:0;	
	/*margin-left: 3px;*/
	clear:none;
	width:200px;	
	}
	
.field-text {
	float:left;
	padding-top:5px;	
	width:130px;
	margin-right: 5px;
	}
	
.contact-field {
	float:right;
	width:500px;
	clear:right;
	margin:0px 0px 4px 0px;
	}
	
