/** yahoo CSS reset **/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym { border:0;
}
/** end Yahoo! CSS reset **/

button {
	margin: 0;
	border: 0;
	padding: 0;
}

button:hover {
	cursor: pointer;
}



body {
	margin: 10px 0 0 0;
	padding: 0;
	background: #BABABA url(/_images/bg.gif) repeat-x;
	color: #000;
	text-align: center;
}

h1 {
	width: 48px;
	height: 386px;
	background: url(/_images/exeterproperty.gif) no-repeat;
	position: absolute;
	top: 70px;
}

h1 span {
	display: none;
}

h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 185%;
	font-weight: normal;
	color: #454545;
	margin-top: 0;
}

a {
	color: #6E809C;
}

img {
	border: 0;
}

ul#contact a {
	color: #454545;
}

div#page-container {
	width: 795px;
	margin: 0 auto 0 auto;
	text-align: left;
}

div#content {
	clear: both;
	margin: 0 0 0 55px;
	background-color: #fff;
	color: #000;
	padding: 18px 5px 5px 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 80%;
	border-top: 1px solid #454545;
	min-height: 460px;
	_height: 460px; /* IE min-height fix */
}

ul#navigation {
	float: right;
	margin: 0;
	padding: 35px 10px 0;
	list-style: none;
	margin-bottom: -1px;
	position: relative;
	z-index: 1;
}

ul#navigation li {
	float: left;
	background: url(/_images/navigation/left.gif) no-repeat left top;
	margin: 0 0 0 10px;
	padding: 0 0 0 6px;
	border-bottom: 1px solid #454545;
}

ul#navigation a, ul#navigation span {
	float: left;
	display: block;
	background: url(/_images/navigation/right.gif) no-repeat right top;
	padding: 5px 15px 4px 6px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 80%;
	color: #000;
}

ul#navigation li.active {
	border-bottom: 1px solid #fff;
}


ul#contact {
	text-align: center;
	margin: 1px 0 20px 0;
	list-style: none;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 80%;
}

ul#contact li {
	display: inline;
	padding-left: 40px;
}

.clear {
	clear: both;
	line-height: 0;
}