@charset "utf-8";
/* CSS Document */
/* v1.0 | 20080212 */
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,
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;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul{
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* used to get Height of div when contents are floated*/
.clear {
	clear:both;
	height:1px;
	font-size:1px;
	line-height:1px;
	overflow:hidden;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* ------------------------------------------------------ General Styles */
.hidden {
	display: none;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	line-height: 23px;
}

h5 {
	font-weight: normal;
	font-size: 12px;
	line-height: 23px;
}

a {
	color: #f4efe2;
	text-decoration: none;
}

a:hover {
	color: #c0b199;
}

/* ---------------------------------------------------- Main Layout Styles */
body {
	background: #89847d url("../images/global/background.png");
	line-height: 16px;
	color: #f4efe2;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 900px;
	margin: 55px auto 0;
}

#inner-wrapper {
	position: relative;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 140px;
	height: 100%;
	background-color: #4b4643;
	
	text-align: center;
	color: #f4efe2;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#header .logo {
	margin-top: 20px;
}

#header .phone {
	margin: 5px auto 30px;
	width: 105px;
	height: 18px;
	background: url("../images/global/phone.png") no-repeat top left;
}

#header .signup {
	display: block;
	margin: 0 auto 70px;
	width: 115px;
	height: 48px;
	background: url("../images/global/signup.png") no-repeat top left;
}

#header .info {
	display: block;
	position: absolute;
	width: 122px;
	height: 52px;
	background: url("../images/global/info.png") no-repeat top left;
	bottom: 10px;
	left: 8px;
}

#container {
	margin-left: 140px;
	width: 760px;
	height: 100%;
	min-height:600px;
	background-color: #272425;
}

#pageContent {
	height: 100%;
	position: relative;
	min-height: 558px;
}


div.title {
	background-color: #FFF;
	padding-left: 30px;
}


/* --------------------------------------------------- Nav Styles */
#nav {
	position: relative;
	margin: 0 auto 50px;
	width: 118px;
	height: 180px;
	background: url("../images/global/nav.png") no-repeat top left;
}

#nav span {
	display: none;
}

#nav a {
	color: #f4efe2;
	text-decoration: none;
	display: block;
	height: 23px;
	width: 118px;
	margin: 0;
	padding: 0;
}

#nav li {
	height: 23px;
	width: 118px;
}

#nav a:hover {
	color: #c0b199;
}

li#homeBtn, #homeBtn a {
	height: 20px !important; 
}

#homeBtn a:hover, #homeBtn a.currentPage {
	background: url("../images/global/nav.png") no-repeat right 0px;
}

#aboutBtn a:hover, #aboutBtn a.currentPage {
	background: url("../images/global/nav.png") no-repeat right -43px;
}

#propertiesBtn a:hover, #propertiesBtn a.currentPage {
	background: url("../images/global/nav.png") no-repeat right -20px;
}

#soldBtn a:hover, #soldBtn a.currentPage {
	background: url("../images/global/nav.png") no-repeat right -66px;
}

#mlsBtn a:hover, #mlsBtn a.currentPage {
	background: url("../images/global/nav.png") no-repeat right -89px;
}

#celebBtn a:hover, #celebBtn a.currentPage {
	background: url("../images/global/nav.png") no-repeat right -112px;
}

#pressBtn a:hover, #pressBtn a.currentPage {
	background: url("../images/global/nav.png") no-repeat right -135px;
}

#contactBtn a:hover, #contactBtn a.currentPage {
	background: url("../images/global/nav.png") no-repeat right -158px;
}

/* ---------------------------------------------------- Footer Styles */
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}

#soldLogo {
}

#rodeoLogo {
	float: right;
}
