html, body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body {
	background-image: url(../image/bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: White;
}

p {
	font-size: 0.76em;
	line-height: 1.7em;
}

p.last-updated-info {
	font-family: "Times New Roman", Times, serif;
	margin-left: 24px;
	font-size: 0.74em;
}

p.indent {
	text-indent: 1.5em;
}

p.narrow {
	line-height: 1.2em;
	text-indent: 0px;
	margin: 3px 0 3px 0;
}

p.question {
	padding-top: 20px;
}

li {
	line-height: 1.8em;
	font-size: 0.76em;
}

h1, h2, h3, h4 {
	font-family: "Georgia, Times New Roman", Times, serif;
	color: Black;
}

h1 {
	font-size: 1.8em;
	margin-top: 1.1em;
	font-weight: bold;
	margin-top: 1.3em;
	margin-bottom: 0.7em;
}

h2 {
	font-size: 1.5em;
}

h2, h3, h4 {
	margin-top: 0.8em;
	margin-bottom: 0.6em;
}

strong {
	color: #545336;
}

img {
	border: none;
}

img.map {
	margin-top: 27px;
}

img.object {
	margin: 10px 0px 10px 0px;
}

a:link,
a:visited,
a:hover {
	text-decoration: underline;
	color: #F27F1A;
	font-weight: bold;
}

a.special:link,
a.special:visited,
a.special:hover {
	text-decoration: none;
	color: #F27F1A;
	font-weight: bold;
}

a.special-blue:link, /*single blue link like left menu*/
a.special-blue:visited,
a.special-blue:hover {
	font-size: 11px;
	text-decoration: none;
	color: #23479E;
	font-weight: bold;
}

a.special-dark:link, /*header link in object detail list*/
a.special-dark:visited,
a.special-dark:hover {
	font-size: 1.0em;
	text-decoration: none;
	color: Black;
	font-weight: bold;
}

/* ---------------
header
---------------- */

#header {
	width: 764px;
}

#header td {
	height: 67px;
	vertical-align: bottom;
	background-color: White;
}


#nav {
	width: 746px; /*764px minus 18px left padding !*/
	/*height: 35px;*/
	height: 60px;
	background-color: #23479E;
	margin: 0;
	padding: 0 0 0 18px;
}

#nav li {
	list-style: none;
	float: left;
	margin: 0 0 0 1px;
	font-size: 9px;
	line-height: 22px;
	white-space: nowrap;
	/*border: 1px dotted #FF3300;*/
}

#nav a {
	display: block;
	float: left;
	padding: 6px 14px 0px 14px;
	text-decoration: none;
	font-weight: bold;
	color: #C0CAE3;
	/*background-color: transparent;*/
	width: 0.1em;
	/*border: 1px dotted #FFFF33;*/
}

#nav li.active {
	background-image: url(../image/active_tab.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#nav a:visited {
	color: #C0CAE3;
}

#nav a:hover {
	color: #DCE3F4;
}

html>body #nav a { /*IE6 hack*/
	width: auto;
}

/* ---------------
main
---------------- */

#main {
	margin: 0;
	padding: 0 0 40px 0;
	width: 764px;
	border-top: 1px dotted #F2F1D7; /*Mozilla Hack*/
	background-color: #F6F6E4;
}

#sidebar {
	position: absolute;
	width: 264px;
	top: 132px;
	left: 36px;
	height: 900px;
	/*border: 1px dotted #FF3333;*/
}

#sidebar-narrow {
	position: absolute;
	width: 234px;
	top: 213px;
	left: 0px;
	/*border: 1px dotted #FF3333;*/
}

#sidebar img.index {
	margin-bottom: 8px;
}

#content {
	margin-left: 324px;
	margin-right: 54px;
	/*border: 1px dotted #FF3333;*/
}

#content-narrow {
	margin-left: 264px;
	margin-right: 54px;
}


/* ----------------------------------------------------
index-buttons (left image links on main page
---------------------------------------------------- */

img.index-button {
	margin-top: 17px;
}


/* ---------------
menu, left menu on Land & Properties
---------------- */
#menu {
	width: 100%;
	background-color: transparent;
	margin: 0;
	padding: 0;
}

#menu li {
	list-style: none;
	font-size: 11px;
	line-height: 24px;
	white-space: nowrap;
	/*border: 1px dotted #FF3300;*/
}

#menu a {
	display: block;
	padding: 0px 9px 0px 24px;
	text-decoration: none;
	font-weight: bold;
	/*background-color: transparent;*/
	width: 0.1em;
	/*border: 1px dotted #FFFF33;*/
}

#menu li.active {
	background-image: url(../image/active_menu.gif);
	background-position: left;
	background-repeat: repeat-y;

	/*border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: #BAB866;*/
}

#menu a:link,
#menu a:visited,
#menu a:hover {
	color: #23479E;
}

html>body #menu a { /*IE6 hack*/
	width: auto;
}

/* ---------------
object list items 
---------------- */
/*tables for land, property and commercial property in list view*/

table.object-list-item {
	width: 100%;
	border: 1px solid #D4D4C7;
	/*border: 1px solid #97942C;*/
	margin-top: 12px;
	margin-bottom: 12px;
	float: left;
}

table.object-list-item th {
	padding: 5px;
	background-color: #D4D4C7;
	text-align: left;
	font-size: 14px;
	vertical-align: middle;
}

table.object-list-item td {
	padding: 0;
	text-align: left;
	vertical-align: top;
	font-size: 11px;
}

table.object-list-item td.map-cell,
table.object-list-item td.image-cell {
	text-align: center;
	vertical-align: middle;
	padding-top: 12px;
}

table.object-list-item td.map-cell {
	width: 102px;
}

table.object-list-item td.image-cell {
	width: 120px;
}

table.object-list-item td.detail-link-cell {
	text-align: right;
	padding-bottom: 4px;
	padding-right: 6px;
}

table.object-list-nested-item {
	margin-top: 12px;
}

table.object-list-nested-item th,
table.object-list-nested-item td {
	background-color: transparent;
	padding: 4px 0px 4px 2px;
	text-align: left;
	vertical-align: baseline;
	font-size: 11px;
}

table.object-list-nested-item th {
	font-weight: normal;
}

table.object-list-nested-item td {
	font-weight: bold;
}

/* ---------------
object detail header
---------------- */

table.object-detail-header {
	margin-bottom: 10px;
}

table.object-detail-header th,
table.object-detail-header td {
	font-size: 0.76em;
	padding: 4px 2px 4px 0px;
	vertical-align: baseline;
	text-align: left;
}

table.object-detail-header th {
	font-weight: normal;
}

table.object-detail-header td {
	font-weight: bold;
}

/* ---------------
contact
---------------- */

table.contact,
table.contact-form {
	/*margin-top: 38px;*/
}


table.contact td,
table.contact th {
	font-size: 0.76em;
	padding: 7px 5px 7px 0px;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	
}

table.contact-form td,
table.contact-form th {
	font-size: 0.76em;
	padding: 7px 7px 7px 0px;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}

input.contact-form {
	width: 210px;
}

textarea.contact-form {
	width: 340px;
}

/* ---------------
new and select icon
---------------- */

img.new-select-icon {
	padding-right: 6px;
}


/* ---------------
general page info such as contact confirm, 404, etc.
---------------- */

div.general-page-info {
	margin: 30px 0px 0px 30px;;
}


/* ---------------
footer
---------------- */

#footer {
	width: 764px;
	padding: 20px 0 30px 0;
	clear: both;
}

#copyright {
	margin-left: 30px;
	font-size: 0.70em;
}
