/*---------- Main Body ----------*/
body {
	margin:0;
	/*min-width: 694px;
	max-width: 1000px;*/
	background: #f6fced url(../images/background.png);
	font: small Verdana, Tahoma, Arial, sans-serif;
}
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/* end clearfix */

#breadcrumb {font-size: 10px; color: #666; padding: 2px 0;}
#breadcrumb a {color: #666;}
#page {
	max-width: 944px;
	min-width: 638px;
	background: #ffffff url(../images/stripes-left.gif) repeat-y;
	/*padding: 14px 16px 21px 40px;*/
	padding: 14px 16px 0 16px;
}

#page-right {
    background: url(../images/stripes-right.gif) repeat-y top right;
    margin-top: -14px;
    margin-right: -16px;
    margin-bottom: -21px;
    padding-top: 14px;
    padding-right: 16px;
    padding-bottom: 21px;
}
.centered {
	display: block;
	margin: 0 auto; /* center in window */
}
.left {
	float: left;
}
.skip {
	position: absolute;
	left: -1000em;
	width: 20em;
}
.current {
	text-decoration: underline;
}
.nowrap {
	white-space: nowrap;
}
a {
	color: #457342;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	color: #457342;
	font: 180% Times New Roman, serif;
}
h2 {
  color: #333;
  font: bold 120% Verdana, Arial, sans-serif;
}
h3 {
	color: #333;
	font: bold 110% Verdana, Arial, sans-serif;
	margin-top: 1em;
	margin-bottom: -0.75em;
}
img {
	border: 0;
}
td, th {
  vertical-align: top;
}
.imgBorder {
  border: 1px solid #e9d8a3;
  padding: 1px;
}
/*---------- Header ----------*/
#header {
	min-height: 127px;
	height: auto !important;
	height: 127px;
	border-bottom: solid 2px #bf9262;
	text-align: center;
	padding: 0;
}
#header-logo {
	float: left;
	margin: 9px 0 10px 20px;
}
#contact-info {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float:right;
}
.header-contact {
	color: #457342;
	text-align: center;
	font-size: 70%;
	margin: 0 0 0.7em 0.5em;
	white-space: nowrap;
}
.promo1 {
	color: #895c2a;
	font: 120% Times New Roman, serif;
	display: inline;
}
.promo2 {
	color: #457342;
	font: 180% Times New Roman, serif;
	margin: 0 auto;
	font-weight: bold;
}

.promo2 a {
	color: #FFFFFF;
}


/*---------- Navigation ----------*/
#nav {
	background: #457342 url(../images/nav-background.gif) repeat-x;
	border-top: solid 3px #e9d8a3;
	border-bottom: solid 3px #e9d8a3;
	margin: 0;
	padding: 0;
}
#nav li {
	display: inline;
	list-style: none;
	color: #FFFFFF;
	margin-left: 1em;
	line-height: 2.5em;
	font-size: 13px;
}
#nav a {
	color: #FFFFFF;
}
#nav a.current {
  font-weight: bold
}
#subnav-title {
	float: left;
	margin: 4px 0 0 20px;
	display:inline; /* Fix "double margin" bug in IE6 */
}
#subnav {
	background-color: #e9d8a3;
	margin: 0;
	padding: 0 5px 0 10px;
	text-align: right;
}
#subnav li {
	display: inline;
	list-style: none;
	color: #c7853d;
	font-size: 110%;
	margin-right: 15px;
	line-height: 2.5em;
	white-space: nowrap;
}
#subnav a {
	color: #c7853d;
}


/*---------- Content ----------*/
#content {
	padding: 0 20px;
	border-top: solid 2px #bf9262;
}


/*---------- Footer ----------*/
#footer {
	clear: both;
	border-top: solid 1px #e9d8a3;
	font-size: 70%;
	color: #895c2a;
	text-align: center;
	margin-top: 25px;
}
#footer a {
	color: #895c2a;
}
#footer-nav {
	margin-left: 0;
	padding-left: 0;
}
#footer-nav li {
	display: inline;
	list-style: none;
	border-left: solid 1px;
	padding: 0 1em;
}
#footer-nav .first {
	border-left: 0px solid;
}

#bottom {
    background: url(../images/shadow-bottom.gif) repeat-x top left;
    height: 10px;
    min-width: 694px;
	max-width: 1000px;
	margin-top: 0px;
    margin-right: -16px;
    margin-bottom: -21px;
    /*margin-left: -40px;*/
	margin-left: -6px;
}
#bottom-right {
    background: url(../images/shadow-bottom-right.gif) no-repeat top right;
    height: 10px;
    /*width: 10px;*/
	width: 40px;
    float: right;
	margin-right: -29px;
}

#bottom-left {
    background: url(../images/shadow-bottom-left.gif) no-repeat top left;
    height: 10px;
    width: 16px;
    float: left;
	margin-left: -10px;
}

/* VACANCY PAGES  */

table.rentalUnit {
    border-top: #e2e2e2 1px solid;
    border-right: #e2e2e2 1px solid;
    border-collaspe: collaspe;
}

table.rentalUnit th {
    border-left: #e2e2e2 1px solid;
    border-bottom: #e2e2e2 1px solid;
    border-collaspe: collaspe;
    background: #e9d8a3;
    padding: 2px;
    text-align: left;
}

table.rentalUnit td {
    border-left: #e2e2e2 1px solid;
    border-bottom: #e2e2e2 1px solid;
    border-collaspe: collaspe;
    padding: 2px;
}

table.rentalUnit td p {
    margin: 0;
    padding: 0;
}
.right-align {
  text-align: right;
}
div.oddRow {
  background-color: #f3f3f3;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding: 5px 0;
}
body table.rentalUnit tr.odd td {
  background-color: #efefef;
  background-color: #f6f6f6;
}
#tblProperties {width: 100%;}
#tblProperties td {width: 50%; padding: 20px;}
.propertyListImage {float: left; margin: 8px 8px 8px 0px; padding: 2px; border: 1px solid #e3e3e3;}
#tblProperties h2 {font-size: 110%; color: #333; padding: 2px; background-color: #e9d8a3; border: #e2e2e2 1px solid;}
#tblProperties h2 a {color: #333; text-decoration: underline;}

/* Table sorting
-------------------------------------*/
table.tablesorter thead th {
	background-image: url(../images/small-sort.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	padding-right: 21px;
}
table.tablesorter thead th.headerSortUp {
	background-image: url(../images/small-sort-asc.gif);
	padding-right: 21px;
}
table.tablesorter thead th.headerSortDown {
	background-image: url(../images/small-sort-desc.gif);
	padding-right: 21px;
}