@charset "UTF-8";
/*Unique background image*/
body{
	background-image: url(../images/header2_bg.jpg);
	background-repeat: repeat-x;
}

img, div, a, input { behavior: url(../js/iepngfix.htc) }
/* People Styles*/

#content_area{
	padding: 0 20px;
}
#peep_wrap{
	border-left: 5px solid #8b6a39;
	border-right: 5px solid #8b6a39;
	margin: 0 auto;
	padding: 0 0 15px 25px;
}
.peep_top{
	height: 20px;
	padding: 0;
	margin: 0;
}
.peep_left{
	background-image: url(/images/people_left_bg.gif);
	background-repeat: no-repeat;
	width: 207px;
	float: left;
	margin: 0;
	padding: 70px 25px 0 25px;
}
.peep_left img{margin: 0 0 0 30px;}
.peep_left .reload{
	background-image: url(/images/reload_bg.png);
	background-repeat: no-repeat;
	text-align: center;
	padding: 47px 0;
	height: 18px;
	width: 111px;
	margin: 5px 0 10px 45px;
}
.peep_left .reload a{padding: 30px; color: #492d1d;}
.reloadtext{color: #f8eddb; font-size: 11px; font-style: italic; text-align: center;}
.peep_content{
	float: left;
	padding: 0;
	margin: 0 0 0 10px;
}
.peep_content img{
	float: left;
	padding: 2px;
	border: 1px solid #492d1d;
}
.peep_content img:hover{
	border: 1px solid #f8eddb;
}
.popup_contact{
	background-image: url(/images/people_contact_bg.gif);
	background-repeat: no-repeat;
	padding: 15px;
	width: 470px;
	height: 340px;
	margin: 10px 30px;
}
.popup_contact h1{color: #bfad98;}
.popup_contact img{border: none;}
#contactForm { width: 400px; text-align: left;}
#contactForm label { width: 300px; }
#contactForm label.error, #contactForm input.submit { margin-left: 5px; color: #CC0000; display: block; line-height: 10px; }