/* css reset */
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;
}
/* 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: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* site styles */
html{width: 100%;}

body{background-color: #5a0a0c;
margin: auto;
width: 765px;}

p{color: #5a0a0c;
font-family: Georgia,"Times New Roman",times,serif;
font-size: 12px;
padding: 5px 10px;}

h2{color: #5a0a0c;
font-weight: bold;
padding: 5px 10px;}

ul.general{color: #5a0a0c;
list-style-type: none;
font-family: Georgia, serif;
font-size: 12px;
padding: 5px 10px;}

div#wrapper{background-color: white;
position: absolute;
margin-left: auto;
margin-right: auto;
margin-top: 80px;
width: 765px;}

div#branding{background: url(header.png);
position: relative;
width: 518px;
height: 175px;
margin-left: auto;
margin-right: auto;
margin-top: -90px;
text-indent: -9999px;
z-index: 1;}

div#house{background: url(house-multi.jpg);
width: 755px;
height: 434px;
margin-top: -80px;
margin-left: auto;
margin-right: auto;
z-index: 2;}

div#text_box{background: #FFFFCC url(content-bg.png) repeat scroll 0 0;
border: 1px solid #660000;
padding: 3px;
margin-top: 5px;
margin-left: 5px;
margin-right: 5px;}

ul.contact {
	margin-right: 35px;
	margin-left: 35px;
	position: relative;
}
ul.contact li {
	display: inline;
	list-style: none;
	float: left;
	margin: 15px 23px 20px;
	padding-left: 45px;
	font-weight: bold;}
li.phone {
	background: url(phone.png) no-repeat left top;
}
li.address {
	background: url(address.png) no-repeat left top;
}
li.email {
	background: url(email.png) no-repeat left top;}


.clear {clear:both;}