/* ----- CSS ----- */
body{
  background:#000;
  color:#fff;
  font-family:Arial, Sans-Serif;
  font-size:small;
  margin:20px 0 0 0;
  padding:0;
}

/* ----- IDS ----- */

#container{
	width:960px;
}	
#primaryContent{
  margin-top:70px;
  background:transparent url("/images/vert_spacer.gif") top left no-repeat;
  width:350px;
  float:left;
}	
#secondaryContent{
  margin-top:70px;
  background:transparent url("/images/vert_spacer.gif") top left no-repeat;
  float:left;
  width:250px;
}
#primaryContentFull{
  margin-top:70px;
  background:transparent url("/images/vert_spacer.gif") top left no-repeat;
  width:630px;
  float:left;
}	
#navigation{
	width:330px;
	background:transparent url("/images/globe_bg.gif") left center no-repeat;
	float:left;
}
#intro {
  width:600px;
  margin:0 auto;
  text-align:right;
  font-size:90%;
}

#footer{
  margin:50px 0 20px 20px;
  width:900px;
  float:left;
  clear:both;
  color:#999;
  font-size:80%;
}

/* ----- CLASSES ----- */

.hide{
	display:none;
}
.show{
	display:block;
}

/* ----- HEADINGS ----- */

#navigation h1 {
	margin:0;
	padding:0;
}
#navigation h1 a {
	display:block;
	width:250px;
	height:112px;
	background:transparent url("/images/logo.gif") center left no-repeat;
	text-indent:-1000em;
	float:right;
	margin:0;
	padding:0;
}


h1{
}
h2{
  font-size:110%;
  margin:0;
  padding:0;
}
h3{
  color:#646464;
  font-size:100%;
  margin:0;
  padding:0;
}
h3 span {
  color:#b96b08;
}
h4{
  color:#b96b08;
}
h5 {
  font-size:85%;
  color:#ccc;
  margin:0;
  padding:0;
}
h5.date {
  font-size:80%;
  color:#999;
  font-style:italic;
}
h2#welcome2 {
  height:30px;
}
h2#welcome {
  background:transparent url("/images/headers/welcome.gif") center left no-repeat;
  text-indent:-1000em;
  height:30px;
}
h2#southerncalifornia {
  background:transparent url("/images/headers/southern_california.gif") center left no-repeat;
  text-indent:-1000em;
  height:30px;
}
h2#washington {
  background:transparent url("/images/headers/washington.gif") center left no-repeat;
  text-indent:-1000em;
  height:30px;
}
h2#texas {
  background:transparent url("/images/headers/texas.gif") center left no-repeat;
  text-indent:-1000em;
  height:30px;
}
h2#portfolio7 {
  background:transparent url("/images/headers/premiercrossing.gif") center left no-repeat;
  text-indent:-1000em;
  height:30px;
}
h2#portfolio9 {
  background:transparent url("/images/headers/shenandoah.gif") center left no-repeat;
  text-indent:-1000em;
  height:30px;
}
h2#portfolio8 {
  background:transparent url("/images/headers/sugarland.gif") center left no-repeat;
  text-indent:-1000em;
  height:30px;
}
h2#portfolio10 {
  background:transparent url("/images/headers/parkten.gif") center left no-repeat;
  text-indent:-1000em;
  height:30px;
}
h2#portfolio11 {
  background:transparent url("/images/headers/cedarpark.gif") center left no-repeat;
  text-indent:-1000em;
  height:30px;
}
h2#portfolio12 {
  background:transparent url("/images/headers/leander.gif") center left no-repeat;
  text-indent:-1000em;
  height:30px;
}
h3#recent_news {
  background:transparent url("/images/headers/recent_news.gif") center left no-repeat;
  text-indent:-1000em;
  height:30px;
}
h2#recent_events {
  background:transparent url("/images/headers/recent_events.gif") center left no-repeat;
  text-indent:-1000em;
  height:30px;
}
h2#executive {
  background:transparent url("/images/headers/executive.gif") center left no-repeat;
  text-indent:-1000em;
  height:30px;
}
h2#services {
  background:transparent url("/images/headers/services.gif") center left no-repeat;
  text-indent:-1000em;
  height:30px;
}
h2#aquisitions {
  background:transparent url("/images/headers/aquisitions.gif") center left no-repeat;
  text-indent:-1000em;
  height:30px;
}
h2#locations {
  background:transparent url("/images/headers/locations.gif") center left no-repeat;
  text-indent:-1000em;
  height:30px;
}
h3#contact {
  clear:both;
  background:transparent url("/images/headers/contact_form.gif") center left no-repeat;
  text-indent:-1000em;
  height:30px;
}
h3#development {
  background:transparent url("/images/headers/development.gif") center left no-repeat;
  text-indent:-1000em;
  height:25px;
  border-bottom:1px solid #c48344;
}
h3#land {
  background:transparent url("/images/headers/land.gif") center left no-repeat;
  text-indent:-1000em;
  height:25px;
  border-bottom:1px solid #c48344;
}
h3#acquisitions {
  background:transparent url("/images/headers/acquisition.gif") center left no-repeat;
  text-indent:-1000em;
  height:25px;
  border-bottom:1px solid #c48344;
}
h2#portfolio {
  background:transparent url("/images/headers/portfolio.gif") center left no-repeat;
  text-indent:-1000em;
  height:30px;
  clear:both;
}
h4#propertyinfo {
  background:transparent url("/images/headers/propertyinfo.gif") center left no-repeat;
  text-indent:-1000em;
  height:30px;
  border-bottom:1px solid #c48344;
}
h4#leasinginfo {
  background:transparent url("/images/headers/leasinginfo.gif") center left no-repeat;
  text-indent:-1000em;
  height:30px;
  border-bottom:1px solid #c48344;
}
h4#drivingdirections {
  background:transparent url("/images/headers/drivingdirections.gif") center left no-repeat;
  text-indent:-1000em;
  height:30px;
  border-bottom:1px solid #c48344;
}

/* ----- PARAGRAPHS ----- */

#footer p {
  margin:0;
  padding:0;
  display:inline;
}
#footer p.right {
	float:right;
}
#footer p span {
	padding-left:20px;
}

div.entry p{
  margin-top:0;
}
#primaryContent p{
}
#secondaryContent p{
}

div.fifty p {
  width:50%;
  float:left;
}


/* ----- QUOTES ----- */

blockquote{
}
blockquote p{
}
cite{
}
blockquote cite{
}

/* ----- CODE ----- */

pre{
}
code{
}
p code{
}
pre code{
}

/* ----- LISTS ----- */

li{
}
li p{
}
ol{
}
ul{
}
ol li{
}
ul li{
}


#navigation ul{
	list-style:none;
	margin:0 60px 60px 0;
	padding:50px 0 0 0;
	clear:right;
}

#navigation ul li a{
	display:block;
	color:#fff;
	text-align:right;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	font-size:90%;
  padding:6px 0;
}
#navigation ul li a:hover{
	color:#c48344;
}

ul.gallery {
  list-style:none;
  margin:10px 0;
  float:left;
  width:500px;
  padding:0;
}

ul.gallery li {
  float:left;
  width:166px;
  text-align:center;
  margin-bottom:5px;
}
ul.gallery li img {
  border:0;
}

ul.anchors {
  margin:5px 0;
  padding:0;
  list-style:none;
}
ul.anchors li {
  float:left;
  border-right:1px solid #c48344;
}
ul.anchors li.last {
  border-right:none;
}
ul.anchors li#webcam {
  background:transparent url("/images/webcam.gif") center right no-repeat;
  padding-right:20px;
  border-right:none;
}
ul.anchors li a.active {
  color:#fff;
}
ul.anchors li a#first {
  margin-left:0;
}
ul.anchors li a {
  display:block;
  margin:2px 15px;
  text-transform:uppercase;
  font-size:90%;
  font-weight:bold;
}

/*** ESSENTIAL STYLES ***/
#nav_categories, #nav_categories * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
#nav_categories {
	line-height:	1.0;
}
#nav_categories ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
#nav_categories ul li {
	width:			100%;
}
#nav_categories li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#nav_categories li {
	float:			left;
	position:		relative;
}
#nav_categories a {
  background:#000;
  width:120px;
	display:		block;
	position:		relative;
}
#nav_categories li:hover ul,
#nav_categories li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul#nav_categories li:hover li ul,
ul#nav_categories li.sfHover li ul {
	top:			-999em;
}
ul#nav_categories li li:hover ul,
ul#nav_categories li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul#nav_categories li li:hover li ul,
ul#nav_categories li li.sfHover li ul {
	top:			-999em;
}
ul#nav_categories li li li:hover ul,
ul#nav_categories li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
#nav_categories {
	float:		left;
	margin-bottom:	1em;
}
#nav_categories a {
  width:150px;
  margin-right:10px;
  padding: .75em 1em;
  text-decoration:none;
  border:1px solid #000;
}
#nav_categories li a {
  text-transform:uppercase;
  font-weight:bold;
}
#nav_categories li ul li a {
  text-transform:none;
  font-weight:normal;
}


#nav_categories a, #nav_categories a:visited  { /* visited pseudo selector so IE6 applies text colour*/
  color:  #6e5300;
}
#nav_categories li {
  background: #000;
}

#nav_categories ul li a {
  margin:0;
}

#nav_categories li:hover, #nav_categories li.sfHover,
#nav_categories a:focus, #nav_categories a:hover, #nav_categories a:active {
	background:		#000;
	outline:		0;
  color:#fff;
}
#nav_categories li:hover a, #nav_categories li.sfHover a {
  border:1px solid #6e5300;
}



/* ----- IMAGES ----- */

img.imgleft{
  float:left;
  margin:5px 10px 10px 5px;
}
img.imgright{
  float:right;
  margin:5px 5px 10px 10px;
}
img a{
}
img a:hover{
}

/* ----- BREAK ----- */

hr{
}

/* ----- TEXT FORMATTING ----- */

strong{
}
em{
}
b{
}
i{
}

/* ----- LINKS ----- */

a{
	color:#c48344;
	text-decoration:none;
}
a:hover{
  color:#fff;
}



a.more {
  font-size:85%;
  color:#b96b08;
  background:transparent url("/images/more.gif") right bottom no-repeat;
  padding-right:8px;
  text-align:right;
  display:block;
  margin-right:10px;
}
a.more:hover {
  color:#fff;
  background:transparent url("/images/more.gif") right top no-repeat;
}


#footer a {
  color:#ccc;
}
#footer a:hover {
  text-decoration:underline;
}

p a{
}
cite a{
}
li a{
}
dt a{
}
dd a{
}

/* ----- TABLES ----- */

table{
}
caption{
}
thead{
}
tbody{
}
tfoot{
}
tr{
}
tr .alt{
}
th{
}
td{
}

/* ----- FORMS ----- */

#navigation form {
  float:right;
  margin-right:40px;
  width:150px;
  font-size:90%;
}
#navigation form h4 {
  margin:0;
}
#navigation form p {
  margin:2px;
  font-size:90%;
}
#navigation form p label {
  display:block;
  margin:2px;
}
#navigation form input {
  width:100px;
  border:1px solid #666;
  font-size:90%;
}
#navigation form button {
  font-size:90%;
  color:#000;
  background:#7b6304;
  border:0;
}

form#contact_form {

}
form#contact_form div {
  width:240px;
  float:left;
}
form#contact_form p {
  width:200px;
}
form#contact_form input {
  width:200px;
  background:#000;
  border:1px solid #c48344;
  color:#fff;
}
form#contact_form textarea {
  width:300px;
  height:180px;
  background:#000;
  border:1px solid #c48344;
  color:#fff;
}
form#contact_form p.left {
  margin:0;
  float:left;
  width:300px;
}
form#contact_form button {
  background:#000;
  margin:10px 30px;
  padding:0;
  border:0;
  float:right;
  font-size:80%;
}
form#contact_form button span {
  background:#000;
  border:1px solid #6e5300;
  color:#6e5300;
  padding:0 3px;
}
form#contact_form button strong {
  background:#6e5300;
  padding:4px 8px;
  color:#000;
  font-weight:normal;
}


form{
}
fieldset{
}
legend{
}
label{
}
input{
}
textarea{
}
input, textarea{
}
select{
}
optgroup{
}
option{
}

/* ----- DEFINITIONS ----- */

dl{
  width:258px;
  background:#eac8ac;
  float:left;
  color:#333;
  border:1px solid #fff;
}

dt.title {
  background:#af610f;
  padding:4px;
  font-size:110%;
  width:250px;
  color:#fff;
}
dt{
  width:100px;
  float:left;
  display:block;
  margin:0;
  padding:0;
  background:#eac8ac;
  padding:2px;
  border-bottom:1px solid #fff;
}
dd{
  width:150px;
  float:left;
  display:block;
  margin:0;
  padding:0;
  background:#eac8ac;
  padding:2px;
  border-bottom:1px solid #fff;
}

/* ----- MISCELLENOUS ----- */
div.gutter {
  margin:5px 25px;
}
div.image {
  width:160px;
  float:left;
  border:1px solid #000;
}
div.image img {
}
div.entry {
  float:left;
  width:400px;
  margin-bottom:20px;
}
div.fWrap {
  float:left;
  width:100%;
  margin-bottom:10px;
}

div.floorplans {
  width:33%;
  float:left;
  margin-bottom:10px;
}
div.floorplans img {
  border:0;
  margin-bottom:5px;
}

div.clear {
  clear:both;
  height:1px;
  overflow:hidden;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* *{padding: 0; margin: 0;} */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
