@charset "UTF-8";
/* CSS Document */


html, body, #nav {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 11px;
	color: #7a7977;
}

#headblock {
	display: none;
}


A IMG {
	border: none;
}


/*  HEADER AND NAV ========================================== */

#container {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}

#container.listing {
	background:url(../../gfx/tallbkrnd.gif);
	background-repeat: repeat-x;
}

#header {
	width: 860px;
	height: 201px;
	background-color: #E3E0CA;
}

#titlebox, #colorbox, #nav li {
	height: 116px;
}

#titlebox {
	width: 350px;
	height: 85px;
	background-color: #E3E4D1;
}

#titlebox A IMG {
	opacity: 1;
	filter: alpha(opacity=100);
}

#titlebox a:hover IMG{
	opacity: .85;
	filter: alpha(opacity=85);
}

#colorbox {
	width: 350px;
	float:left;
	background-color: #B6DCDF;
}

UL#nav {
	width: 510px;
	list-style: none;
	float:left;
}

UL#nav li{
	float:left;
	width: 102px;
	background-color: #f4f3ef;
	font-size: 10px;
}

UL#nav a:link, UL#nav a:visited {
	display: block;
	width: 91px;
	height: 106px;
	padding-left: 10px;
	padding-top: 10px;
	background-color: #f4f3ef;
	
	text-decoration: none;
	color: #aea596;
	font-weight: bold;
	
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #ffffff;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-color: #ffffff;
}

UL#nav a:hover {
	background-color: #ffffff;
	color: #666666;	
}
UL#nav       .active a  {
	color: #666666;
	background-color: #FFFFFF;
}



/*  CONTENT [BLOCK LEVEL] =================================== */

#content {
	width: 860px;
	min-height: 450px;
	overflow: visible;
}

#content.listing {
	height: 340px;
}
#livable_designs {
	width: 494px;
	margin-right: 60px !important;
	margin-right: 20px;
	height: 250px;
	float: left;
	background-color: #564327;
	background-image: url(images/Livable_Designs.gif);
	background-repeat: no-repeat;
}
#livable_designs.home {
	width: 202px;
	height: 250px;
	margin-right: 0px !important;
	background-color: #49331B;
}
#livable_designs.listing {
	width: 202px;
	height: 340px;
}

#content_pic {
	float: left;
}

#fadeblock {
	display: block;
	float: left;
	margin-top: -250px;
	
	margin-left: 656px !important;		/* FIREFOX */
	margin-left: 328px;					/* IE 6 */
	
	width: 204px;
	height: 250px;
	background-color: #2daac6;
	opacity: .5;
	filter: alpha(opacity=50);
}

#datacontainer {
	display: block;
	width: 860px;
	min-height: 210px;
	overflow: visible;
	float: left;
	background-color: #F2EFD8;
}
#contact {
	float: right;
	clear: left;
	padding: 10px;
	font-weight: normal;
	color: #564327;
	font-size: 11px;
}
#contact a:link, a:visited {
	color: #564327;
	text-decoration: none;
}

#data {
	width: 454px;
	margin-left: 202px !important;		/* FIREFOX */
	margin-left: 101px;					/* IE 6 */
	float: left;
	background-color: #F4F3EF;
}

#data.short {
	height: 300px;
}
#quote {
	display: block;
	width: 204px;
	float: left;
}



/*  CONTENT [TAGS] ========================================== */

H1, H2 {
	font-size: 17px;
	font-weight: normal;
	color: #ffffff;
	margin: 20px;
	background-color: #49331b;
	line-height: 1.4em;
	text-align: justify;
}

H1 {
	width: 494px;
}

H2 {
	color: #aea596;
	background-color: #F9E6E6;
}

H3 {
	margin: 20px;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.5em;
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	color: #8A5D3D;
}

P {
	margin: 20px;
	line-height: 20px;
}

#data A:link, #data A:visited, #datacall A:link, #datacall A:visited {
	text-decoration: none;
	color: #493c2e;
}



/*  FOOTER ================================================== */

#footer {
	clear: both;
	display: block;
	width: 990px;
	height: 26px;
	padding-top: 60px;
	padding-bottom: 16px;
}

#copyright {
	display: block;
	width: 434px;
	height: 26px;
	line-height: 26px;
	
	margin-left: 222px !important;		/* FIREFOX */
	margin-left: 111px;					/* IE 6 */
	
	font-size: 10px;
	color: #aaaaaa;
	float: left;
}
#copyright a:link, a:visited {
	color: #999999;
	text-decoration: none;
}
#copyright a:hover {
	color: #564327;
}
#contact a:hover {
	color: #4B617D;
}
#quote a:link, a:visited {
	text-decoration: none;
	color: #4A3A22;
}
#quote a:hover {
	color: #4B617D;
}



/*  FORM ================================================== */

#formblock {
	width: 434px;
	
	margin-left: 20px !important;		/* FIREFOX */
	margin-left: 0px;					/* IE 6 */
	
	margin-bottom: 50px !important;		/* FIREFOX */
	margin-bottom: 20px;					/* IE 6 */
	
	margin-top: 0px !important;		/* FIREFOX */
	margin-top: -27px;					/* IE 6 */
}

form{
	margin:0px;
	padding:0px;
}

.textField, .textArea, .textreq, .select {
	background-color:#ffffff ;
	border: 1px solid #d6d7d8;
	padding:4px;
	width: 404px;
	height: 16px;
	
	margin-top: 2px !important;		/* FIREFOX */
	margin-top: 0px;					/* IE 6 */
	
	margin-bottom: 10px !important;		/* FIREFOX */
	margin-bottom: 5px;						/* IE 6 */
	
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	color: #7c9da6;
}

.textreq, .textArea {
	border: 1px solid #bbbbbb;
}

.textArea{
	margin-top: 2px;
	width: 404px;
	height:100px;
}

.select {
	height: 24px;
	width: 414px;
	padding: 3px;
	padding-left: 0px;
	line-height: 30px;
}

.select OPTION  {
	padding: 6px;
}

.textButton{
	margin:0px;
	background-color:#ffffff;
	color:#666666;
	margin-top:7px;
	border: 1px solid #808285;
	padding:4px;
	margin-right: 20px !important;		/* FIREFOX */
	margin-right: -20px;				/* IE 6 */
	width: 104px;
	float: right;
}

.bold {
	color: #444444;
}

#portfolio_thumbnail {
	height: 100px;
	width: 150px;
	background-color: #FFFFFF;
	border: 5px solid #E1E1E1;
	margin-top: 10px;
	margin-right: 17px;
	margin-bottom: 10px;
	float: left;
	margin-left: 17px;
}
#portfolio_thumbnail:hover        {
	border: 5px solid #629096;
}