@charset "UTF-8";
/* CSS Document */

/* --------------------
Style Reset
--------------------*/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, acronym, address, cite, code, em, font, kbd, var, dfn, img, q, samp, strike, strong, sub, sup, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	background: transparent;
}
img {
	border:0; 
	}
p { padding: .5em 0 }
li { padding: .3em 0 .3em 1em }
	
/* --------------------
LAYOUT
--------------------*/

#container, #header, #footer {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	}
#container, #extras, #introduction, #header { overflow: hidden }
#container, #footer {position: relative; top: -5px}
#extras, #introduction, #description { 
	margin-left: 6px;
	padding: 0 20px 10px 20px;
	width: 806px
	}
#header { height: 90px}
#header img { 
	float: left;
	padding: 20px 0 0 6px
	}
#header ul { float: right  }
#header ul li {
	float: left;
	padding-left: 45px;
	margin: 10px 10px 0 0
	}
.columnHalf, #introduction ul li { 
	float: left;
	width: 50%;
	}
#introduction ul { width: 404px }
#introduction ul li	{ width: 187px }
#extras div {
	width: 260px;
	float: left;
	padding-right: 13px
	}
iframe, #photos { 
	margin-top: 10px;
	line-height: 0
	}
#footer { 
 	padding: 35px  10px 20px 10px; 
	width: 840px
	}
	
/* --------------------
STYLING
--------------------*/

body { 
	font: normal 62.5%/1.6em Arial, Verdana, Tahoma, Helvetica, sans-serif;
	background: #D8D8D8 url(../images/background.jpg) repeat-x top left;
	color: #333
	}
h1 {
	font-size: 2em;
	line-height: 1.3em;
	}		
h2 {
	font-size: 1.8em;
	margin-top: 15px;
	padding-bottom: 10px
	}
#extras h2 { padding-bottom: 0 }
h3, h4, h5, h6 { font-size: 1.3em }
h2, h3, h4, h5, h6 { color: #191919 }
p, li { font-size: 1.2em }
h1, a:link, a:hover, a:visited, .highlight { color: #990000 }
a:hover { text-decoration: none }
ul {
	list-style: none;
	list-style-position: inside
	}
li {	
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center left;
	background-image: url('../images/bullet.jpg')
	}
#header {
	background: transparent url(../images/containerTop.png) no-repeat bottom left;
	font-weight: bold
	}
#header, #header a:link, #header a:hover, #header a:visited { color: #fff }
.caption { 
	display: block;
	font-weight: normal
	}
.callOn { background-image: url(../images/phoneIcon.png) }
.localInfo { background-image: url(../images/houseIcon.png) }
.emailTo { background-image: url(../images/emailIcon.png) }
#container { background: transparent url(../images/container.png) repeat-y top left }
#introduction h2 { padding-top: 20px }
#introduction p { 
	font-size: 1.5em;
	line-heightL: 1.3em
	}
.price { 
	background-color: #990000;
	color: #fff;
	font-size: 1.1em;
	padding: 0.4em
	}
.highlight { font-weight: bold }
#extras, #description {border-top: 4px solid #fff }
#footer {
	background: transparent url(../images/containerBottom.png) no-repeat top left;
	font-size: .95em
	}
#footer a { float: right }
iframe, #photos {
	border: 1px solid #333;
	background-color: #fff;
	padding: 0;
	margin: 0
	}