html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

div#container {
	background: url(/images/interior/content_background.png) top center repeat-y;
}

div#container div#content {
	width: 850px;
	margin: 0 auto;
}

div#container div#content div#left {
	width: 332px;
	padding: 10px 30px;
	background: url(/images/interior/left_radial.png) top left no-repeat;
	color: #e6d39d;
	float: left;
	height: 363px;
}

div#container div#content>div#left {
	min-height: 367px;
	height: auto;
}

div#container div#content div#right {
	width: 457px;
	float: right;
}

div#container div#content div.top {
	padding: 10px 30px;
	background: #e1ddd2 url(/images/interior/right_top_radial.png) top left no-repeat;
	height: 367px;
}

div#container div#content div.top.interior {
	border-bottom: 1px #999 solid;
}

div#container div#content div#right div.top h2 {
	background: url(/images/interior/hr_right.png) bottom left no-repeat;
	font-size: 15.5px;
	margin-bottom: 11px;
}

div#container div#content div#right div.top div.info {
	padding-top: 8px;
}

div#container div#content div#right div.top div.info div.thumbnails {
	float: left;
}

div#container div#content div#right div.top div.info div.thumbnails ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#container div#content div#right div.top div.info div.thumbnails ul li {
	display: inline;
}

div#container div#content div#right div.top div.info div.thumbnails ul li img {
	/*border: 1px #c46714 solid;*/
	border: 1px #4c4330 solid;
}

div#container div#content div#right div.top div.info div.logo {
	float: right;
	padding-right: 20px;
}

div#container div#content div#right div.top div.info div.logo img {
	border: 1px #c46714 solid;
}

div#container div#content div#right div.location {
	height: 21px;
	background: #4c4330 url(/images/interior/location_right.png) top right no-repeat;
	border-bottom: 1px #9c9c9c solid;
}

div#container div#content div#right div.location div.name {
	margin-left: 20px;
	border: 1px #9c9c9c solid;
	border-bottom: none;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #333;
	background: white;
	float: left;
	padding: 0 4px;
	display: inline;
}

div#container div#content div#right div.bottom {
	
}

div#container div#content div#right div.bottom div.left {
	height: 257px;
	width: 309px;
	float: left;
}

div#container div#content div#right div.bottom.interior {
	padding: 8px;
	border-bottom: none;
}

div#container div#content div#right div.bottom div.right {
	width: 146px;
	border: 1px #999 solid;
	border-top: none;
	float: right;
	padding: 10px 0;
}

div#container div#content div#right div.bottom div.right ul li {
	list-style-image: url(/images/interior/pdf_icon.png);
	padding-right: 5px;
}

div#container div#content div#right div.bottom div.right ul li a {
	color: #9b4a1a;
	/*text-transform: uppercase;*/
}

div#container div#content div#right div.bottom div.right h2 {
	font-family: Times, 'Times New Roman', serif;
	background: none;
	padding: 2px 0 2px 5px;
	border-top: 1px #999 solid;
	border-bottom: 1px #999 solid;
}

div#map_canvas {
	width: 440px;
	height: 257px;
	_margin: -10px 0 0 -8px;
}

div#container div#header {
	#position: relative;
	width: 850px;
	height: 77px;
	margin: 0 auto;
}

div#container div#header div#testimonial {
	height: 77px;
	width: 45%;
	position: absolute;
	top: 0;
	right: 98px;
	_right: 0;
	z-index: 1000;
	font-style: italic;
}

div#container div#header div#testimonial table {
	width: 457px;
}

div#container div#header div#testimonial table tr td {
	height: 77px;
	padding: 0 10px;
	vertical-align: middle;
	text-align: center;
}

div#container div#header div#testimonial p {
	padding: 0;
	margin: 0;
}

div#container div#menu {
	width: 852px;
	margin: 0 auto;
	background: url(/images/interior/menu_background.png) top center no-repeat;
	height: 22px;
}

div#container div#footer {
	background: url(/images/interior/footer_background.png) top center no-repeat;
}

div#development_details h2 {
	background: url(/images/interior/hr_background.png) top left repeat-y;
	margin: 0 0 0.2em 0;
	padding: 2px 5px;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
}

div#development_details li {
	margin-left: 1.0em;
}

div.pad {
	padding:8px;
}