@charset "UTF-8";
/* CSS Document containing GLOBAL rules for all browsers
   Layout markup by J Hogue and original concept design by J Hogue at Highchair designhaus */
   
html, body, table, address, form, fieldset, input { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6, p, pre, td, hr, blockquote, ul, ol, dl, li, address { margin: 0; padding: 0; }
input, select, textarea { font-size: 100%; }

td, input, select, textarea { font-family: Georgia, "New York", "Times New Roman", Times, serif; font-weight: normal; }
body {
	background-color: #fff;
	font: normal 14px/18px Georgia, "New York", "Times New Roman", Times, serif;
	text-align: left;
	color: #666;
}
img, img a, a img { border: none; }
a { text-decoration: none; color: #000; }
a:hover { color: #CF7027; }

img.left {
	padding: 0px 10px 5px 0px;
	float: left;
}
img.right {
	padding: 0px 0 5px 10px;
	float: right;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #633;
	text-decoration: underline;
}
p { 
	text-align: left; 
	padding: 0 0 .8em 0; 
}
hr {
	height: 3px;
	border: none;
	color: #fff;
	background-color: #fff;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	margin: 0 0 6px 0;
}
h1 {
	font: italic 1.5em Georgia, "Times New Roman", Times, serif;
}
h2 {
	font: italic 1.2em Georgia, "Times New Roman", Times, serif;
	padding: 10px 0 0 0; 
	color: #633;
}
h3 {
	font: bold 1em Arial, Helvetica, sans-serif;
	padding: 6px 0; 
	color: #000;
}
h4 {
	font: italic 1.2em Georgia, "Times New Roman", Times, serif;
	padding: 10px 0 0 0; 
	color: #000;
	letter-spacing: 1px; 
}
b, strong {
	color: #555;
}

input#checkthis { visibility: hidden; }
div.clear { clear: both; height: 1em;  }
.error { display: block; font-style: italic; color: #933; }

/* !Layout Structure ------------------------- */
#wrapper {
	width: 780px; 
	margin: 10px auto; 
}
#leftcolumn {
	float: left; 
	width: 170px; 
}
#rightwrap {
	margin: 0 0 0 175px;
}
#content {
	margin: 0 136px 0 0;
}
	.home #content {
		margin: 0;
	}
#rightcolumn {
	float: right; 
	width: 130px; 
}
#footer {
	clear: both; 
}

/* !Style Things ------------------------- */
#headbanner {
	font: normal 100% Arial, Helvetica, sans-serif;
	padding: 6px 15px; 
	background-color: #e6e6e6; 
	border-bottom: 1px solid #ccc; 
	text-align: right; 
}
	#headbanner a { color: #666; text-decoration: none; }
	#headbanner a:hover { color: #633; }
#nav {
	font-style: italic;
	padding-top: 80px;
}
#nav.home {
	padding-top: 120px;
}
#content {  }
#content .homegrid { 
	float: left; 
	padding: 120px 10px; 
	text-align: center; 
}
	#content .homegrid a { 
		display: inline-block; 
		margin: 0 10px 10px 10px; 
	}
	#content .homegrid img { 
		width: 150px; 
		padding: 4px; 
		display: inline-block; 
		border: 1px solid #333; 
	}
	#portfolio {
		text-align: center; 
	}
		#label {
			font: normal 12px Arial, Helvetica, sans-serif;
			padding: 10px 0; 
			text-align: center;
			color: #000;
		}
		.sold {
			color: #c00;
			padding: 0 4px; 
		}
		#statement {
			font: normal 12px/18px Arial, Helvetica, sans-serif;
			margin: 16px 12px;
			border-top: 1px solid #933;
			border-bottom: 1px solid #933;
			padding: 8px 10px;
			text-align: left;
			background-image: url("../cssimages/state_back.gif");
			color: #000;
		}
			#close {
				text-align: center;
				font: bold 10px/10px Arial, Helvetica, sans-serif;
				text-transform: uppercase;
			}
		#text {
			padding: 30px 0 0 10px;
			text-align: left;
		}
		#text a { text-decoration: underline; }
		#content form table td {
			padding: 2px 6px 2px 0px;
		}
		#content table.card {
			font: bold .85em Arial, Helvetica, sans-serif;
			color: #000;
			padding: 0px 10px 10px 0px;
		}
#rightcolumn {
	text-align: right; 
	padding: 10px 0 0 0;
}
#footer {
	text-align: center; 
	padding: 10px 0 20px 0;
	color: #933;
}
	#footer a {
		color: #933;
		text-decoration: none;
	}
	#footer a:hover {
		color: #333;
		text-decoration: underline;
	}

:focus { -moz-outline-style: none; }
