body {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif; 
	margin: 3px;
	}
	
a:visited, a:link, a:active{	
	text-decoration: none;
	color: blue;
	font-weight:bold;
	}
#wrap {
	background: url(images/wireright.gif) top right no-repeat;
	padding: 12px;
	}
#wrap2 {
	background: url(images/wireleft.gif) top left no-repeat;
	}
#north {
	background: url(images/n.gif) top repeat-x;
	}
#east {
	background: url(images/e.gif) right repeat-y;
	}
#west {
	background: url(images/w.gif) left repeat-y;
	}
#NW {
	background: url(images/nw.gif) top left no-repeat;
	padding: 12px;
	}
#NE {
	background: url(images/ne.gif) top right no-repeat;
	}

#header {
	/*background: #fff;*/
	}
	
#header h1 {
	margin: 0;
	padding: 0;
	padding-top: 3px;
	padding-bottom: 1px;
	text-align: center;
	color: red;
	font-size: 220%;
	}
#header h4 {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	text-align: center;
	color: #003333;
	font-size: 110%;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	}

	
#nav {
	float: left;
	width: 100%;
	margin :0 0 0 0;
	padding: 5px 0 0 0;
	list-style: none;
	background: #292929 url(images/navgrad.gif) repeat-x;
	}
	
#nav li { 
	float: left;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	}
	
#nav .space { 
	float: left;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	visibility:hidden;
	text-indent: 5em;
	}
	
#nav a {
	float: left;
	display: block;
	margin: 0 2px 0 0;
	padding: 4px 20px;
	color: #fff;
	text-decoration:none;
	border: 1px solid black;
	background: #c00 url(images/tabinactive.gif) bottom repeat-x;
	}

/********************  IMPORTANT   *******************************************/
#nav a:hover, body#home #tab-home a, body#land #tab-land a, body#archive #tab-archive a, body#financing #tab-financing a { 
	color: #333;
	border-color: black;
	border-bottom-color: white;
	background: #fff url(images/tabactive.gif) repeat-x;
	}
	
#content {
	float: right;
	width: 80%;
	}
	
#content div {
	padding-top: 20px;
	padding-left: 20px;
	}
#content em {
	font-style:normal;
	color: red;
	}
#content .gutter {
	padding: 20px;
	}
/*
#content .gutter a, #content .gutter a:visited {
	text-decoration:none;
	cursor:hand;
	}*/

	
#content #main {
	margin-right: 15px;
	}
#content #main img{
	float:left;
	margin: 0 25px 0 0;
	padding: 4px;
	border: 1px solid #cccccc;
	}
#content #main h3{
	font-size:120%;
	color: #030;
	text-align: center;
	padding-right: 20px;
	font-family:Arial, Helvetica, sans-serif;
	}
#content #main h3 em{
	font-style: normal;
	color: black;
	}
#content #main ul{
	list-style-type: circle;
	font-family:Arial, Helvetica, sans-serif;
	color: #030;
	}
#finance {
	width: 80%;
	border: 1px solid black;
	}	
#finance th, #finance td {
	border: 1px solid #ccc;
	}
#finance td {
	text-align: right;
	}
#finance .amount {
	text-align: center;
	}
#finance caption {
	font-style: italic;
	}	

#content a:visited {
	text-decoration: none;
	color: blue;
	font-weight:bold;
	}
#content #main a:hover {
	text-decoration: none;
	color: red;
	}

#sidebar {
	float: left;
	width: 20%;
	color: black;
	/*background: black url(images/black-red.jpg) repeat-x bottom left;*/
	}
	
#sidebar div {
	padding: 10px;
	padding-top: 20px;
	}
#sidebar .related-links {
	padding: 0;
	}
#sidebar h2 {
	font-size: 130%;
	font-family:"Courier New", Courier, mono;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	}

#related {
	width: 100%;
	margin :0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	/*background: #292929 url(images/navgrad.gif) repeat-x;*/
	}
	
#related li { 
	margin: 0 0 0 0;
	padding: 0 0 1px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	}
	
#related a {
	display: block;
	margin: 0 0 0 0;
	padding: 4px 10px 4px 12px;
	color: #fff;
	text-decoration:none;
	border: 1px solid #ccc;
	background: #666;
	}

#related a:hover {
	color: #fff;
	/*padding-bottom: 5px;*/
	border-color: black;
	border-right-color: black;
	background: #666 url(images/sidebar2.gif) repeat-y;
	}

	
#footer {
	clear: both;
	color: black;
	text-align: center;
	background: #292929 url(images/navgrad.gif) repeat-x;
	padding: 5px;
	}
		
dl.land {
	margin: 15px 0;
	padding: 15px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	}
dl.land:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
dl.land dt {
	margin: 0 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 150%;
	color: #693;
	}
dl.land dt img{
	float: left;
	margin: 0 15px 0 0;
	padding: 4px;
	border: 1px solid #cccccc;
	}
dl.land dd img{
	margin: 5px;
	padding: 4px;
	border: 1px solid #00c;
	}
dl.land dd a:hover img{
	border-color: red;
	opacity:.70;
	filter: alpha(opacity=70); 
	-moz-opacity: 0.7;
	}
dl.land dd {
	margin-left: 10px;
	font-size: 90%;
	line-height: 1.5em;
	color: #000;
	}
dl.land h3 { /*** Estate Title ***/
	font-size: 110%;
	color: black;
	margin: 0;
	padding: 0;
	font-style:italic;
	}
dl.land h4 { /*** Location ***/
	font-size: 100%;
	color: #009;
	margin: 0;
	padding: 0;
	display:inline;
	}
dl.land h5 { /*** Town ***/
	font-size: 100%;
	color: #009;
	margin: 0;
	padding: 0;
	display:inline;
	}
dl.land h6 { /*** Status ***/
	font-size: 100%;
	color: #009;
	margin: 0;
	padding: 0;
	/*display:inline;*/
	}
dl.land h6 span { /*** Status ***/
	font-size: 100%;
	font-weight: normal;
	color: black;
	
	
	}
dl.land h2, dl.land h2 a { /*** More ***/
	font-size: 140%;
	color: #00c;
	margin: 8px 0 0 0;
	padding: 0;
	font-style:italic;
	font-weight:bold;
	text-indent: .3em
	}
dl.land h2 a:hover {
	color: red;
	}

dl.land table {
	width: 90%;
	margin-bottom:13px;
	}
dl.land dd a:link, dl.land dd a:visited, dl.land dd a:active {
	color: blue;
	text-decoration:none;
	}
dl.land dd a:hover {
	color:red;
	text-decoration: none;
	}

dl.land table a:visited, dl.land table .price a:visited {
	color: blue;
	}
dl.land table .price {
	text-align: right;
	}
/*dl.land table .price em{
	text-decoration: line-through;
	}*/
	
	
	
/*IE hack\*/
* html #footer { height: 1%; }
* html #related { height: 1%; }
/*end*/


/********* Self Clearing float fix for IE *************/
dl.land {display: inline-table; }

/*Hide from IE/Mac \*/
* html dl.land {height: 1%; }
dl.land {display: block; }
/*End hide from IE/Mac */
	



#content #gallery{
	padding:0;
}