body {
	background-color: #F0F0F0;
	color: black;
	font-family: arial;
	}

/*  main
 */
.mainArea {
	/*position: absolute;
	top: 0px;
	left: 20px;*/
	position: relative;
	width: 840px;
	font-size: 11pt;
	}

	.mainArea a:link {
		color: #003399;
		}
	.mainArea a:visited { 
		color: #003399; 
		}		

/* featured listing
*/
.featuredProperty {
	width: 220px;
	float: right;
	border: 1px black solid;
	padding: 10px;
	margin: 10px;
	text-align: center;
}
.agreementFAQ {
	width: 180px;
	float: right;
	padding: 10px;
	margin: 10px;
	text-align: center;
}

.featuredTitle {
	text-align: center;
	font-weight: bold;
	background-color: #FFFFCC;
}
.centeredImage {
	margin-left: auto;
    margin-right: auto;
}

/*  title
 */
.titleBar {
	/*
	position: absolute;
	top: 10px;
	left: 20px;
	*/
	width: 840px;
	padding: 0px;
	margin: 10px 0 0 0;
	border-bottom: 6px solid #003399;
	}


.middle {
	overflow: hidden;
	}


/*  nav 
 */
.navBar {
	background-color: #F0F0F0;
	width: 180px;
	/*
	position: absolute;
	top: 150px;
	left: 20px;
	*/
	margin: 16px 0 20px 0px;
	float: left;
	}

	.navBar a {
		display: block;
		padding: 4px 10px 4px 4px;
		text-decoration: none;
		}


.navOff {
	color: black;
	font-size: 10pt;
	/*
	height: 18px;
	padding: 4px;
	padding-right: 10px;
	*/
	text-align:left; 
	margin-right: 10px;
	border-bottom: 1px solid #003399;
	}

	.navOff a.navLink {
		text-decoration: none;
		color: black;
		}
	.navOff a.navLink:visited { 
		color: black; 
		text-decoration: none;
		}		

.navSelected {
	color: #333333;
	font-size: 10pt;
	/*
	height: 18px;
	padding-right: 10px;
	padding: 4px;
	*/
	text-align:left; 
	margin-right: 10px;
	background-color: #C8C8C8;
	border-bottom: 1px solid #003399;
	}
	.navSelected a.navLink:link {
		/*text-decoration: underline;*/
		font-weight: bold;
		color: #333333;
		}
	.navSelected a.navLink:visited { 
		color: #333333;
		font-weight: bold;
		text-decoration: none;
		}

.navOn {
	color: #333333;
	font-size: 10pt;
	/*
	height: 18px;
	padding: 4px;
	padding-right: 10px;
	*/
	text-align:left; 
	margin-right: 5px;
	margin-right: 10px;
	background-color:#ffffcc;
	border-bottom: 1px solid #003399;
	/*border: 1px #333333 solid;*/
	}
	.navOn a.navLink:link {
		text-decoration: none;
		color: #333333;
		}
	.navOn a.navLink:hover { 
		text-decoration: none; 
		color: #333333; 
		}
	.navOn a.navLink:active { 
		color: #333333; 
		text-decoration: none;
		}
	.navOn a.navLink:visited { 
		color: #333333; 
		text-decoration: none;
		}




/*  page copy
 */

.copy {
	float: left;
	padding: 0 24px;
	width: 612px;
	}

/*  headline  */
.subTitle {
	font-size: 18pt;
	margin: .5em 0px;
	text-align: center;
}

.mainContent {
	/*
	overflow-y: visible;
	overflow-x: hidden;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
	position: absolute;
	top: 190px;
	width: 660px;
	left:200px;*/
	}

.pictureCell {
	font-size:10pt; 
	border-right: 1px solid #003399;
	width: 225px;
}



/* classes for the available properties page */
.noVacancies {
	font-size: 14pt;
	text-align:center; 
}

.vacancy {
	font-size: 10pt;
	border-bottom: 1px dashed #003399;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: 15pt;
}

.vacancy b {
	font-size: 14pt;
	font-weight: bold;
}

.vacancyThumb {
	float: left;
	padding-right: 10px;
}

/* sample doc thumbnails */
.sampleThumb {
	border: 1px solid black
}

/* for the login button */
.angryButton {
	color: red;
	font-weight: bold;
}
.happyButton {
	color: black;
	font-weight: normal;
}

/* for the owner portals */
.ownerSummaryHeadings {
	background-color: silver;
}
.ownerSummaryHeadings > td {
	font-weight: bold;
	color: black
}
.ownerPropertyRows {
	background-color: #ffffcc;
}
.ownerPropertyRows > td {
	color: black
}
.ownerPropertyRows > td > a:link {
	color: blue
}
.ownerPropertyRows > td > a:visited {
	color: blue
}


/*  ----------------------------------------------------------------------
 *  footer
 */
#foot {
	clear: both;
	width: 840px;
	border-top: 1px solid #003399;
	margin: 2em 0;
	}

	#foot a.emailLink:link { color: #003399; }
	#foot a.emailLink:hover { color: #003399; }
	#foot a.emailLink:active { color: #003399; }
	#foot a.emailLink:visited { color: #003399; }


