/* layout */

#logo_holders_one img,
#logo_holders_two img {
	border:none;
}

#logo_holders_one,
#logo_holders_two {
	clear:both;
	width:490px;
	margin:0 auto;
}

#logo_holders_one {
	border-bottom:1px solid #f5f5f5;
	padding-bottom:10px;
	margin-bottom:10px;
}

#logo_holders_two {
	width:150px;
}

#bkg_image2 {
	width:800px;
	margin:15px auto;
	border:1px solid #fff;
}


#top {
	width:800px;
	height:206px;
	background:url(../images_new/top.jpg) no-repeat;
	margin:0;
	padding:0;
}

#middle {
	margin:0 0 0px 0;
	padding:10px 0 20px 0;
	background:url(/images_new/bottom2.png) no-repeat bottom #647953;
	min-height:300px;
}

#middle p {
	margin:6px auto;
	width:495px;
/* 	text-align: center; */
	color:#f3f3f3;
}

#bottom {
	margin:0;
	padding:0;
	width:800px;
	height:67px;
	background:url(../images_new/bottom.jpg) no-repeat;
}

#survey_form {
	width:455px;
	/* color:#f3f3f3; */
	margin:0 auto;
	text-align:left;
	padding:20px 20px 0 20px;
	background:#F2F5F0;
	border:1px solid #EBEBEB;
	margin-top:20x;
}

#survey_form h2  {
	margin-top:0;
}

#h2 {
	font-size:120%;
	font-weight:bold;
	margin:0 auto;
	text-align:center;
	color:#f3f3f3;
}

#survey_form .label {
	width:260px;
}

#survey_form input,
#survey_form select {
	margin-bottom:20px;
	float:none;
}

#survey_form select {
	margin-top:10px;
	width:165px;
	font-size:14px;
}

#survey_form input {
	width:440px;
}

#submit_survey_div input:hover {
	background:#ccc;
}

#submit_survey_div input {
	width:130px;
	cursor: pointer;
	padding:10px;
	font-size:14px;
}


.clear { clear:both; }
.right { float:right; }

/* end */


.bodyTimes9pt {  
	font-size: 13px; 
	font-style: normal; 
	line-height: 17px; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #FFFFFF; 
	text-decoration: none; 
	font-family: "Times New Roman", Times, serif
}
	
.bulletCopy { 
	font-size: 11px; 
	font-style: normal; 
	line-height: 14px; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: uppercase; 
	color: #B2C08B; 
	font-family: "Times New Roman", Times, serif ; 
	text-decoration: none; 
	list-style-type: dot; 
	list-style-color: #B2C08B;
}
	
.HeaderCopy { 
	font-size: 16px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	font-variant: normal; 
	text-transform: none; 
	color: #B2C08B; 
	text-decoration: none; 
	font-family: "Times New Roman", Times, serif 
}

p {
	font-size: 14.5px;
	line-height: 15px;
	margin:6px 0;
	width:495px;
}	

#wrapper {
	width:800px;
	margin:0 auto;
}

#bkg_image {
	width:800px;
	height:600px;
	margin:15px auto;
	border:1px solid #fff;
	overflow: hidden;
}

#bkg_image img {
	position: relative;
	z-index: 1;
}

#text {
	position: absolute;
	width:496px;
	margin:208px 0 0 0;
	padding:0 154px;
	text-align: left;
	color:#f3f3f3;
	z-index: 2;
}

#form {
	color:#fff;
	width:495px;
	clear:both;
	min-height:108px;
	margin:0 auto;
}

#form p {margin:40px 0 0 0;}

#left {
	width:220px;
	float: left;
}

#right {
	width:250px;
	float: right;
	margin:0 0px;
}

label {
	width:95px;
	display: block;
	text-align: left;
	float: left;
	height:18px;
	margin:5px 0;
}

input, textarea {
	width:220px;
	float: left;
	border:1px solid #666;
	margin:6px 0;
	padding:3px;
}

.radio {
	border:none;
}

textarea {
	height:61px;
	width:250px;
	margin-bottom:1px;
}

#submit {
	float: left;
	width:70px;
	text-align: center;
}	

#submit input {
	width:70px;
	cursor: pointer;
}

.error {border:1px solid red;}
.italics {font-style: italic;}
.bigger {font-size: 110%;}
.gray {color:#999;}


/* IE6 PNG Hacks */
* html .png{
    position:relative;
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
    );
}

