/*
------------------------------------------------------------------------
Description:   	CSS Styles for the HOU Properties website.
------------------------------------------------------------------------
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #fff;
	background: #393932;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #393932;
}

a {
	color: #21BDFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 1.8em;
	font-weight: bold;
	padding-bottom: 12px;
	font-family: "Quattrocento Sans", Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 1.6em;
	font-weight: bold;
	padding-bottom: 6px;
	font-family: "Quattrocento Sans", Arial, Helvetica, sans-serif;
}

hr {
	height: 1px;
	overflow: hidden;
	padding: 0px;
	margin: 20px 0px 25px 0px;
	border: 0px;
	border-top: 1px solid #393932;
	clear: both;
}
.rightCol hr {
	margin: 20px 0px 10px 0px;
}
#wrapper {
	width: 100%;
}
#pageTop {
	background: #fff;
	padding-bottom: 24px;
	min-height: 600px;
}
#homepage #pageTop {
	min-height: inherit;
}
.pageWrapper {
	width: 960px;
	margin: 0px auto;
}

.pageBottom {
	padding: 12px 0px 12px 10px;
}

#header {
	border-bottom: 1px solid #393932;
	padding: 12px 0px;
	margin-bottom: 12px;
	height: 79px;
	z-index: 300;
	position: relative;
}
#homepage #header {
	margin: 0px;
	border: 0px;
}

.logo {
	float: left;
	padding-bottom: 0px;
}
.logo a {
	display: block;
	width: 225px;
	height: 79px;
	background: url(/common/images/logo.png) no-repeat;
	text-indent: -9999px;
}

/*Navigation*/
#nav {
	float: right;
	font-size: 1.2em;
	font-family: "Quattrocento Sans", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-top: 25px;
}
#nav ul li {
	float: left;
	position: relative;
	color: #393932;
}
#nav ul li a{
	color: #393932;
	text-decoration: none;
	display: block;
	padding: 9px 12px 4px 12px;
}
#nav ul li.last a{
	padding-right: 0px;
}
#nav ul li:hover a, #nav ul li a.active{
	color: #21BDFF;
	background: url(/common/images/active_nav.png) no-repeat 6px 0;
}
#nav ul ul {
	position: absolute;
	top: 24px;
	left: 0px;
	background: url(/common/images/trans_nav_bg.png) repeat;
	width: 160px;
	display: none;
	z-index: 300;
}
#nav ul li:hover ul {
	display: block;
}
#nav li li {
	padding: 6px 0px 4px 6px;
	float: none;
}
#nav li li a{
	color: #fff;
	font-weight: normal;
	padding: 0px;
}
#nav li:hover li a{
	color: #fff;
	background: none;
}
#nav li li a:hover{
	color: #393932;
}

#nav ul ul ul {
	width: auto;
	position: relative;
	top: auto;
	background: none;
}
#nav li li li {
	padding: 4px 0px;
}


/* Home */

#homeBanner {
	overflow: hidden;
	position: relative;
	height: 450px;
	width: 960px;
}
.bannerImg {
	position: relative;
	z-index: 100;
}
.bannerImg img {
	position: absolute;
	left: 960px;
	top: 0px;
}
.bannerImg img.active {
	z-index: 100;
	left: 0px;
}
.bannerImg img.nextSlide {
	z-index: 150;
}
.bannerImg img.prevSlide {
	left: -960px;
	z-index: 150;
}

.bannerNav {
	position: absolute;
	width: 960px;
	height: 39px;
	top: 200px;
	z-index: 200;
}
.bannerNav div {
	width: 88px;
	height: 39px;
	text-indent: -9999px;
	cursor: pointer;
}
.bannerNav .previous {
	background: url(/common/images/previous_arrow.png) no-repeat;
	float: left;
}
.bannerNav .next {
	background: url(/common/images/next_arrow.png) no-repeat;
	float: right;
}
.bannerNav div:hover {
	background-position: 0px -39px;
}

.homeFeature {
	bottom: 12px;
	right: 12px;
	position: absolute;
	background: url(/common/images/trans_bg.png) repeat;
	z-index: 100;
	padding: 12px;
	font-size: .9em;
	width: 224px;
	color: #fff;
}

.homeFeature p {
	padding-bottom: 12px;
}

.homeContent {
	font-size: 1.4em;
	line-height: 1.6em;
	padding-bottom: 48px;
	float: left;
	width: 55%;
	padding-right: 3%;
}
.homeVideo {
	float: right;
	width: 42%;
}

/*Main Content Styles*/
#main {
	color: #393932;
	font-size: 1.4em;
	line-height: 1.5em;
}
#main p {
	padding-bottom: 12px;
}
.leftCol {
	float: left;
	width: 536px;
	padding-right: 24px;
}

.rightCol {
	width: 400px; 
	float: right;
	position: relative;
}

/*Property Pages*/
.propertyImg {
	position: relative;
	margin-bottom: 12px;
	text-align: center;
	width: 534px;
	border: 1px solid #393932;
	overflow: hidden;
}
.propertyImg img {
	display: block;
	margin: 0px auto;
}
.propertyImg .imgCapt {
	background: url(/common/images/trans_bg.png) repeat;
	padding: 6px 12px 6px 12px;
	color: #fff;
	width: 512px;
	bottom: 0px;
	left: 0px;
}
.propertyImg .imgCapt p{
	padding: 0px;
}
ul.propThumbs {
	margin-right: -9px;
	width: 546px;
}
ul.propThumbs li {
	list-style: none;
	float: left;
	margin: 0px 9px 6px 0px;
}

ul.propThumbs li img {
	max-width: 82px;
	height: auto;
}
ul.liveOak li img, ul.mcKinney li img {
	max-height: 54px;
}
.rightCol ul.propThumbs {
	width: 400px;
}
.rightCol ul.propThumbs li {
	margin: 0px 12px 12px 0px;
}
.rightCol ul.propThumbs li img {
	border: 1px solid #393932;
}


.floorplans {
	margin-left: 1.2em;
	margin-bottom: 1.2em;
}
.floorplans li {
	list-style: square;
}

table.propDetails {
	margin-bottom: 12px;
}
table.propDetails th {
	font-weight: bold;
}
table.propDetails th, table.propDetails td {
	vertical-align: top;
	padding-right: 12px;
	text-align: left;
	border-bottom: 1px solid #393932;
}

.rightCol h2 {
	padding-top: 12px;
}
/*Forms*/
input[type="text"], input[type="email"], textarea, select {
	background: #DEDEC8;
	border: 1px solid #393932;
	color: #393932;
	margin-top:3px;
}
input[type="text"]:focus, input[type="text"]:focus, textarea:focus, 
.formRow input[type="text"].errorInput:focus, .formRow input[type="email"].errorInput:focus {
	background: #EDEDD6;
}
input[type="submit"] {
	background: #393932;
	color: #fff;
	padding: 6px 12px;
	border: 0px;
	cursor: pointer;
}
.formRow {
	width: 100%;
	overflow: hidden;
	padding-bottom: 12px;
	position: relative;
	z-index: 100;
}
.formRow label {
	padding-top: 5px;
	float: left;
	width: 98px;
	display: block;
}
.formRow label.stateZip {
	width: auto;
	margin-right: 12px;
}
.formRow input, .formRow select{
	float: left;
}
input[type="text"], input[type="email"], textarea {
	width: 323px;
}
.formRow input#city {
	width: 120px;
	margin-right: 12px;
}
.formRow select#state {
	margin-right: 12px;
}
.formRow input#zip {
	width: 52px;
}
.formRow input[type="text"].errorInput, .formRow input[type="email"].errorInput, .formRow textarea.errorInput {
	background: #8E1E1D;
}

#resultMessage {
	width: 397px;
	margin: 12px 0px;
	display: none;
	border: 1px solid #393932;
	padding: 12px;
	line-height: 2em;
}

/*Footer*/
#footer {
	padding: 12px 0px 0px 0px;
	color: #B2B2A0;
}
#footer a {
	padding: 0px 10px;
	border-right: 1px solid #B2B2A0;
	color: #fff;
}
#footer ul {
	float: right;
}
#footer li {
	display: inline;
}
#footer li.last a {
	border: 0px;
	padding-right: 0px;
}

.soldout {
	position: absolute;
	text-indent: -9999px;
	background: url(/common/images/sold.png) no-repeat;
	height: 86px;
	width: 130px;
	left: 125px;
}
.sold {
	color: #FF2121;
	font-weight: bold;
	text-transform: uppercase;
}

.honey {
	display: none;
}