/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
	}
body {
	background-image: url('../images/bg_blueFade.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #C8DAE8;
	font-size: 14px;
	line-height: 17px;
	color: #333;
	}
h1 {
	color: #D74419;
	font-size: 19px;
	margin-bottom: 5px;
	}
h2 {
	font-size: 16px;
	margin-bottom: 4px;
	}
#container {
	margin: 0px auto;
	text-align: left;
	width: 790px;
	padding: 0px 15px 15px;
	background-color: white;
	}
#content {
	padding: 0px 15px;
	border: 5px solid #B02930;
	border-top: 0px;
	
	background-image: url('../images/peaches2.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
	
	}
#masthead {
	margin-bottom: 5px;
	}
#masthead .photos {
	position: relative;
	right: -10px;
	}
#text {
	margin: 0px auto;
	width: 540px;
	height: 104px;
	background-image: url('../images/bg_textarea.jpg');
	padding: 20px 20px 20px 180px;
	margin-bottom: 15px;
	}
#headingText {
	text-align: center;
	color: #1079E5;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 900;
	}
#headingText .peach {
	position: relative;
	top: 5px;
	}
#locations {
	margin-bottom: 15px;
	font-size: 13px;
	line-height:20px;
	}
#locations .map {
	float: left;
	margin-right: 10px;
	}
#locations .text {
	float: left;
	width: 225px;
	}
#locations div.location {
	margin-bottom: 20px;
	}
#locations .location .address {
	color: #0066CC;
	font-weight: 900;
	}
#locations a.btn_directions:link, #locations a.btn_directions:visited {
	display: block;
	height: 26px;
	width: 135px;
	background-image: url('../images/btn_directions.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: 4px;
	}
#locations a:hover.btn_directions, #locations a:active.btn_directions {
	background-position: bottom left;
	}
#thumbs {
	width: 230px;
	float: left;
	margin-right: 15px;
	}
#thumbs .thumb {
	width: 58px;
	height: 59px;
	padding: 7px;
	background-image: url('../images/photos/photo_back_t.jpg');
	background-repeat: no-repeat;
	float: left;
	margin: 0px 4px 4px 0px;
	}
#photo_lrg_holder {
	height: 210px;
	width: 210px;
	padding: 10px;
	background-image: url('../images/photos/photo_back.jpg');
	background-repeat: no-repeat;
	float: left;
	}
#photo_lrg {
	border: 1px solid #BBB;
	}
#contactForm {
	width: 230px;
	float: left;
	margin-left: 10px;
}
#contactForm input, #contactForm textarea {
	width: 230px;
	}
#photos {
	width: 475px;
	}
#contactForm .label {
	font-size: 11px;
	}
#contactForm input, #contactForm textarea {
	margin-bottom: 6px;
	}
