body {
	margin: 10px 10px 60px 10px;
	padding: 0px;
	background: #366;
	color: #333;
	font: 75% Arial,Helvetica,Sans-Serif;
}

h1 {
	margin: 0px;
	text-align: center;
	font: bold 180% georgia,"Times New Roman", serif;
	color: #09f;
}
h2 {
	margin: 0px 0px 10px 0px;
}
a {
	font-weight: bold;
	text-decoration: underline;
	color: #069;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #09f;
}

table {
	margin: 0px auto 20px auto;
}
p {
	margin: 0px 0px 20px 0px;
}
input, select, textarea {
	font: 100% Arial,Helvetica,Sans-Serif;
}


div#outer_container {
	width: 760px;
	margin: 0px auto;
	border: 2px solid #ffc;
	padding: 2px;
}
div#container {
	background: #fff;
	padding: 10px;
}

div#header {
	height: 90px;
	background: url("../images/header_bg.jpg") no-repeat top right;
	overflow: hidden;
}
div#header h1 {
	margin: 120px 0px 0px 0px;
}


div#at_a_glance {
	width: 300px;
	border: 1px solid #ccc;
	padding: 2px;
}
div#at_a_glance h2 {
	display: none;
}
div#at_a_glance ul {
	margin: 0px;
	padding: 20px 20px 10px 20px;
	border: 1px solid #666;
	background: url("../images/at_a_glance_bg.jpg") no-repeat top left;
}
div#at_a_glance ul li {
	background: url("../images/at_a_glance_bullet.gif") no-repeat center left;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 25px;
	list-style-type: none;
}

div#navigation {
	clear: both;
	margin: 0px 0px 20px 0px;
}
div#navigation h2 {
	display: none;
}

div#navigation ul {
	margin: 0px auto;
	padding: 0px;
	width: 710px;
	height: 30px;
}
div#navigation ul li {
	float: left;
	width: 130px;
	padding: 0px;
	margin: 0px 5px;
	list-style-type: none;
	text-align: center;
	background: url("../images/button_bg.jpg") repeat-x top left;
}
div#navigation ul li a {
	display: block;
	padding: 5px 0px;
	height: 15px;
	border: 1px solid #666;
	color: #333;
	text-decoration: none;
}
div#navigation ul li a:hover {
	background:  url("../images/button_bg_hover.jpg") repeat-x top left;
	color: #fff;
}

div#body {
	width: 95%;
	margin: 0px auto 20px auto;
	line-height: 160%;
}
div#body h2 {
	font: bold 160% Georgia, "Times New Roman", Serif;
	color: #BE3933;
}

div#footer {
	clear: both;
	float: right;
	width: 50%;
}
div#footer h2 {
	margin: 0px;
	font: bold 100% Arial,Helvetica,Sans-Serif;
}
div#footer p {
	text-align: center;
}
div#credit_cards p {
	margin: 0px;
	text-align: center;
}

p.exterior_photo {
	float: right;
	margin: 0px 0px 20px 20px;
}
p.exterior_photo img {
	border: 1px solid #999;
	padding: 2px;
}

p.interior_photo {
	float: left;
	margin: 0px 20px 20px 0px;
}
p.interior_photo img {
	border: 1px solid #999;
	padding: 2px;
}


	div.contact_details {
		border: 1px solid #999;
		padding: 10px;
		margin: 0px 0px 20px 0px;
		width: 45%;
		float: right;
	}
	div.contact_details h3, div.email_form h3 {
		border: 1px solid #633;
		padding: 3px 10px;
		font: bold 100% Arial,Helvetica,Sans-Serif;
		background: #BE3933;
		color: #fff;
	}
	div.contact_details address {
		font-weight: normal;
		font-style: normal;
		margin: 0px 0px 15px 30px;
	}
	div.margin_bottom {
		font-weight: normal;
		font-style: normal;
		margin: 0px 0px 15px 0px;
	}
	div.contact_details 	p {
		font-weight: normal;
		font-style: normal;
		margin: 0px 0px 15px 15px;
	}
	div.fix_width {
		margin: 0px 0px 0px 20px;
		width: 80px;
		float: left;
	}


	div.email_form {
		border: 1px solid #999;
		padding: 10px;
		margin: 0px 0px 20px 0px;
		width: 45%;
	}
	div.email_form h4 {
		font: bold 100% Arial,Helvetica,Sans-Serif;
		text-decoration: underline;
	}
	div.email_form p {
		clear: left;
	}

	div.field_label {
		clear: left;
		float: left;
		width: 30%;
		padding: 3px 0px 0px 30px;
	}
	div.field_input {
		float: left;
		margin: 0px 0px 10px 0px;
		width: 60%;
	}
	
	p.submit {
		margin: 0px;
		text-align: right;
		clear: both;
	}
	p.submit input {
		padding: 3px 10px;
		font-weight: bold;
	}


	div#descriptions {
		clear: both;
	}
	div#descriptions dl {
		float: left;
		display: block;
		width: 276px;
		margin: 0px 25px 20px 25px;
		padding: 0px;
	}
	div#descriptions dl dt {
		padding: 0px;
		margin: 0px;
		font-weight: bold;
		text-transform: uppercase;
	}
	div#descriptions dl dt img {
		border: 1px solid #ccc;
		padding: 2px;
	}
	div#descriptions dl dd {
		margin: 0px;
		padding: 0px;
		text-align: center;
	}
	
	img.border {
		border: 1px solid #ccc;
		padding: 2px;
	}

