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;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
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: "" "";
}


/****
*****	Typography
*****	
*********************************/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#3c3c3c;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

h1 {
	font-size:16px;
	line-height:26px;
	font-weight:bold;
	border-bottom:2px solid #8a191e;
	color: #8a191e;
	margin-bottom:10px;
}

.block h2 {
	height:30px;
	line-height:30px;
	color:#FFF;
	font-size:13px;
	padding:0 10px 0 10px;
	text-decoration:none;
	background:url(../img/bg_black.png) repeat-x;
	margin-bottom:10px;
}

.block h2 span {
	margin-left: 30px;
	font-size:12px;
	text-transform:uppercase;
}

.block h2.red {
	background:url(../img/bg_red.png) repeat-x;
}

h3, h3 a {
	color:#5c1114;
	font-size:13px;
	font-weight:bold;
}

a {
	color:#5c1114;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p {
	margin:0 0 10px;
}

p.desc {
	clear:both;
	margin:0;
}

.block p {
	padding:0 10px;
}

p.property {
	color:#5c1114;
}

ul.list {
	list-style-type: square;
	padding:0 0 0 20px;
}

.col1-w ul.item {
	float:left;
	width:230px;
}

ul.item {
	margin-bottom:5px;
}

ul.item li {
	position:relative;
	padding:0 0 0 84px;
}

ul.item li span {
	position:absolute;
	left:0;
	font-size:11px;
	font-weight: bold;
}

ul.item li.head {
	font-weight:bold;
	color:#5c1114;
	margin-bottom:4px;
	padding:0; 
}

p.quote {
	clear:both;
	padding:0;
}
p.result {
	padding:0;
	margin:0;
}

/****
*****	Navigation
*****	
*********************************/

#nav {
	margin-bottom:10px;
}

#nav li a {
	display:block;
	height:30px;
	line-height:30px;
	color:#FFF;
	font-size:13px;
	padding:0 10px 0 20px;
	text-decoration:none;
	background:url(../img/bg_black.png) repeat-x;
}

#nav li a.active {
	font-weight:bold;
	color:#FFF;
}

#nav li a:hover {
	background:url(../img/bg_red.png) repeat-x;
}

#nav li ul {
	background:#474747;
	width:100%;
	padding:8px 0;
}

#nav li ul {
	display:none;
}

#nav li ul li a {
	font-size:12px;
	background:none;
	line-height:21px;
	height:auto;
	color:#ccc;
}

#nav li ul li a:hover {
	background:none;
	color:#FFF;
}

a.meteam img {
	position:absolute;
	right:10px;
	bottom:10px;
}

#search {
	width:100%!important;
}

/****
*****	Forms
*****	
*********************************/

.searchtext {
	padding:4px 6px 4px 9px;
	border:1px solid #7a7a7a;
	background:#949494 url(../img/bg_form-input.png) repeat-x;
}

.caption {
	width:300px;
	background:#ccc;
}

.caption p {
	padding:5px;
	margin:0;
}

.rightimg {
	float:right;
	margin:0 10px 4px 20px;
}

.limage {
	float:left;
	margin:0 20px 4px 10px;
}

.centlimg {
	margin:10px 0 6px 80px;
}

.centrimg {
	margin:10px 0 6px 50px;
}

/****
*****	Layout
*****	
*********************************/

body#landing {
	background:#000;
}

body {
	background:#36424f url(../img/bg_page.png) repeat-x;
}

#wrap {
	width:930px;
	margin:20px auto 0;
}

#head {
	height:122px;
	background:url(../img/bg_head.jpg) no-repeat right top;
	position: relative;
}

#head p {
	position:absolute;
	right:0;
	top:121px;
	color:#FFF;
	margin:-18px 10px 0 0;
}

#head a {
	color:#FFF;
	text-decoration:underline;
}

#sidebar {
	float:left;
	width:160px;
	padding:10px;
	background:#797979;
	height:429px;
	position:relative;
}

#main {
	width:730px;
	padding:10px;
	float:right;
	background:#FFF;
	overflow:auto;
	height:429px;
}

.col1 {
	width:300px;
	float:left;
}

.col2 {
	width:420px;
	float:right;
}

.col1-w {
	width:420px;
	float:left;
}

.col2-s {
	width:285px;
	float:right;
}

.images-s img {
	margin-left:15px;
}

.block {
	padding:5px;
	margin-bottom:10px;
	border:1px solid #7a7a7a;
	background:#a7a7a7 url(../img/bg_block.png) repeat-x;
	overflow:hidden;
	clear:both;
}

.last {
	margin:0;
}

.news {
	padding:0 0 4px 10px;
}

.news p {
	margin:0 !important;
	padding:0;
}

img.property {
	width:160px;
	height:120px;
	overflow:hidden;
	float:left;
	margin:0 10px 10px 0px;
}

#foot {
	clear:both;
}

#foot p, #foot a {
	text-align:right;
	color:#FFF;
	padding-top:4px;
}

#flash {
	padding:0;
	height:427px;
	margin:0;
	background:#FFF;
}

.phighlights {
	height:239px;
}

.team {
	min-height:160px;
}

.team img {
	float:left;
	margin:0 10px 4px	 10px;
}

.team p {
	margin:0 0 10px 130px;
}

#searchbox {
	overflow:hidden;
	margin:-10px;
}

.searchpage #main, .searchpage #sidebar {
	height:453px;
}

.listingpage #main {
	padding:0;
	width:750px;
	height:449px;
	overflow-y:scroll;
	overflow-x: hidden;
}

.listingpage h1 {
	margin:0 10px 10px;
	padding:10px 0 0;
}

.listingpage iframe {
	margin:0 10px;
}

.success {
	float:left;
	margin:0 9px 10px 0;
	width:160px;
	clear:none;
}

.success p {
	padding:0;
}

.contact p {
	width:30%;
	float:left;
	margin:10px 0 20px;
}

.fill {
	height:370px;
}

.fixed {
	overflow:hidden !important;
}

.toplink {
	padding:0 20px 20px 0;
	text-align:right;
}