#banner {
	background: url(../images/contact_banner.jpg) no-repeat;
	margin: 0 20px 0 20px;
	height: 252px;
	width: 800px;
}



#main_column {
	width: 570px;
	float: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.4em;
	letter-spacing: .01em;
}

#main_column h2 {
	display: none;
}


/* CONTACT BOX LEFT COLUMN */

#contact_box_top { 
	width: 508px;
	background-image: url(../images/contact_top.png);
	min-height: 500px;
	margin: 10px 0 0 10px;
	padding: 70px 0 20px 40px;
	
}

#email {
	
	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 5px;
	width: 450px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	background-color: #D0EBB1;
	color: #000000;
	

}

#email .little {
	font-size: .9em;
}

#email .bold {
	font-style: italic;
	font-weight: bold;
}


#contact_box_top label {
	float: left;
	margin: 2px 0 0 0;
	width: 70px;
}

#contact_box_top input, textarea, select {
	margin: 0 0 30px 0;	
}

#contact_box_top .subscribe {
	margin: 0 0 40px 0;
}

#contact_box_top .subscribe input {
	margin: 0 0 0 5px;
}

#contact_box_bottom {

	width: 548px;
	background-image: url(../images/contact_bottom.png);
	height: 19px;
	padding: 0;
	margin: 0 0 50px 10px;
}


#contact_box_top .send {
	float: right;
	clear: both;	
	margin: 0px 20px 10px 0;
	background: url(../images/send_button_big.png) no-repeat;
	width: 154px;
	height: 66px;
	border: none;
	font-family: Georgia, serif;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	letter-spacing: .4em;
	text-align: center;
	padding: 0;
}


#contact_box_top .send:hover {
	background: url(../images/send_button_big.png) no-repeat 0 -66px;
}





/* CONTACT BOX RIGHT COLUMN */


#contact_top {
	background-image: url(../images/contact_page_top.png);
	width: 152px;
	margin: 44px 0 0 0;
	padding: 60px 28px 5px 28px;
	min-height: 85px;
	font-size: 1.1em;
	line-height: 1.4em;
	
}

#contact_top h3 {
	display: none;
}

#contact_top .text p {
	padding: 0 0 10px 0;
	text-align: left;
}

#contact_top ul {
	list-style: none;
	padding: 0;
	margin: 0;
}


#contact_top a {
	text-decoration: none;
	color: #CC6600;
}


#contact_top a:hover {
	text-decoration: underline;
	color: #CC0000;
}


#contact_bottom {
	background-image: url(../images/contact_page_bottom.png);
	width: 208px;
	height: 18px;
	margin: 0;
	padding: 0;
}

#contact_top p {
	text-align: right;
}
