@charset "UTF-8";
/* CSS Document */

.light_brown	{	
	color:#a99857;
	}

.light_brown_form	{	
	color:#a99857;
	line-height:1.8em;
	}
	
.text_box{
	border:1px solid #000;
	background-color:#fff;
	color:#333;
	font-family:Georgia;
	width:215px;
	height:19px;
	padding:1px 0 0 3px;
	}

.button, select {
	font-family:Georgia;
	margin-top:10px;
	color:#333;
	}

.back_link:link, .back_link:visited	{
	color:#a99857;
	}
	

select {
	width:260px;
	}
	
input[type="checkbox"] {
	margin:5px 5px 0 0;
	}
		
textarea {
	font-family:Georgia;
	height:99px;
	font-size:1.0em;
	border:1px solid #000;
	background-color:#fff;
	color:#333;
	width:260px;
	padding:1px 0 0 3px;
	}

#content	{
	padding:10px 0 40px 0;
	}

#left_col	{
	width:175px;
	float:left;
	}
	
#top_left	{
	width:175px;
	height:397px;
	}
	
#top_left .img_left	{
	float:left;
	border-right:1px #FFF solid;
	}
	
#right_col	{
	width:635px;
	float:right;
	}
	
#top_right	{
	width:635px;
	}
	
#contact_title	{
	background:#a8c078 url(../images/contact/mc_contact_title.jpg) no-repeat right;
	height:130px;
	width:425px;
	float:left;
	}
	
#contact_title h2	{
	color:#fff;
	margin:15px 0 0 10px;
	}

#contact_intro_text	{
	width:415px;
	float:left;
	margin:0 0 20px 10px;
	padding:20px 10px 5px 0;
	}

*html #contact_intro_text	{
	margin-left:5px;
	}

#contact_intro_text h3, #bottom_right h3	{
	margin-bottom:20px;
	}
			
#contact_intro_text p	{
	color:#666;
	line-height:1.5em;
	}
	
#contact_photo	{
	height:298px;
	width:197px;
	float:right;
	}
	
#bottom_right	{
	width:615px;
	margin:0 0 30px 0;
	padding:20px 10px;
	clear:both;
	border-top:#000 dotted 1px;
	border-bottom:#000 dotted 1px;
	background:#f7f6ee url(../images/contact/mc_contact_envelope.jpg) no-repeat right top;
	color:#333;
	}
	
#bottom_right table	{
	font-size:1.4em;
	}

#bottom_right_message	{
	width:615px;
	margin:0 0 30px 0;
	padding:20px 10px;
	clear:both;
	border-top:#000 dotted 1px;
	border-bottom:#000 dotted 1px;
	background:#f7f6ee;
	color:#333;
	}

#contact_address	{
	width:217px;
	float:left;
	}
	
#contact_address p	{
	margin-bottom:20px;
	}
	
#contact_emails	{
	width:177px;
	float:right;
	}
