BODY {
	font-family: Verdana, serif;
	color: #578F3F;
	font-size: 12px;
	margin: 0;
	background: url("../images/bg_blue.gif") repeat-y center #7EA9A9;
}

.medium {
	font-size: 11px;
}

/* Frame */
div.frame {
	width: 780px;
	margin: 0 auto 0 auto;
	padding: 30px 0 20px 0;
}

.whatWeLiked {
	font-style: italic; 
	margin:30px 0 30px 0;
	display: block;
	font-size: 12px;
}
	.whatWeLiked ul {
		margin-top:5px;
	}

img {
	border: 0;
}

.header {
	font-family: Verdana;
	color: #7FBA00;
	font-size: 17px;
	font-weight:bold;
	margin-bottom: 10px;
	display:block;
}
.subHeader {
	font-family: Verdana;
	color: #3E8E5C;
	font-size: 14px;
	font-weight:bold;
	margin-top: 5px;
	margin-bottom: 1px;
	display:block;
}
.subSubHeader {
	font-family: Verdana;
	font-size: 12px;
	font-weight:bold;
	color: #7FBA00;
	margin-bottom: 18px;
	display:block;
}
.headerSmall {
	font-family: Verdana;
	font-size: 11px;
	font-weight:bold;
	color: #7FBA00;
	margin-bottom: 5px;
	display:block;
	font-style: italic;
}
hr {
	color: #BFDC7F;
	height:1px;
	border:1px solid #BFDC7F;
	margin: 7px 0 5px 0;
}

/* Property Menu */
.menu {
	padding: 10px 15px 10px 15px;
	background-color: #EEEDCF;
	/*width:545px;*/
	width:530px;
	min-height:66px;
	color: #7FBA00;
	font-size:11px;
	line-height: 22px;
	margin: 0 0 15px 0;
}
.menu a {
	color: #84A59E;
	font-weight:bold;
	text-decoration: none;
}
.menu a:hover {
	color: #445C5C;
}


/* Logo */
div.logo {
	margin: 0 0 23px 10px;
}

/* Development Image Gallery */
.developmentGallery {
	text-align: center;
	width:100%;
}
	.developmentGallery a {
		margin: 0 9px 0 9px;
	}
	

/* Image Borders */
img.bdr {
	/*border: 1px solid #CCCCCC;
	padding: 5px;*/
}


/* Navigation */
div.nav {
	width:100%;
	background-color: #7FBA00;
	height: 32px;
}
	div.nav div.navItem {
		float: left;
		border-right: 1px solid white;
	}
	div.nav div.navItem img {
		border: 0;
	}
	
/* Admin Navigation */
div.navAdmin {
	width:100%;
	background-color: #666666;
	min-height: 25px;
}
	div.navAdmin div.navItem {
		float: left;
		padding: 5px;
		border-right: 1px solid white;
	}
	div.nav div.navItem img {
		border: 0;
	}
	div.navAdmin div.navItem a {
		color:white;
		text-decoration: none;
	}
	
	div.subnavAdmin {
		/*background-color: #cecece;*/
		min-height: 25px;
		min-width: inherit;
	}
		div.subnavAdmin div.navItem {
			float: left;
			padding: 0 5px 0 10px;
			border-right: 1px solid white;
		}
		div.subnavAdmin div.navItem img {
			border: 0;
		}
		div.subnavAdmin div.navItem a {
			color:#A1A0A0;
			text-decoration: underline;
		}
		div.subnavAdmin div.navItem a:hover {
			color:gray;
			text-decoration: underline;
		}
	
	
	
.contentAdmin {
	padding:20px 10px 0 10px;
}
.contentAdmin td, input, select, textarea {
	font-size: 11px;
}
.contentAdmin input[type=text], textarea {
	width:300px;
}
.contentAdmin ul, ol {
	margin-top: 5px;
	margin-bottom: 0px;
}
.contentAdmin ul li, ol li {
	margin-left: -15px;
}
	
/* Content */
.content {
	clear:both;
	padding:0px;	
}

/* Left Column */
.leftColumn {
	/*width: 575px;*/
	padding: 15px 15px 0 15px;
}

/* Right Column */
.rightColumn {
	width: 173px;
	border: 1px solid #BFDC7F;
	border-top: 0;
	float: right;
	min-height:455px;
	margin: 0 0 4px 10px;
	text-align: center;
}

H1, H2, H3 {
	margin-top: 2px;
}

A {
	color: #7FBA00;
	text-decoration: underline;
}

A:hover {
	color: #234F33;
}

.error {
	border: 1px solid black;
	background-color: #f88;
	font-weight: bold;	
}

.employee_list TR:hover {
	background-color: #f2f2f2;
}

/* Footer */
.footer {
	background-color: #7EA9A9;
	width:100%;
	height:15px;
	margin: 30px 0 20px 0;
	padding:5px 0 5px 0;
	text-align: center;
	float: left;
}
	.footer div {
		font-size:11px;
		margin: 0 0px 0 30px;
		color: white;
		display:inline;
		/*border:1px solid black;*/
	}
	.footer div a {
		color: white;
		text-decoration:none;
	}
	.footer div a:hover {
		text-decoration:underline;
	}
	
/* Search */
.search input[type=text], .search select {
	width: 160px;
	font-size: 10px;
	margin-bottom: 4px;
}
.search, .search div {
	font-size: 10px;
	color: black;
}

FORM {
	/*
	text-align: left;
	margin-top: 20px;
	border: 1px solid #ccc;
	padding: 5px;
	*/
	margin: 0px;
}

textarea {
	width:300px;
	height:100px;
	font-size: 11px;
	font-family: Verdana, serif;
}

FORM LABEL {
	display: block;
	clear: left;
	float: left;
	width: 100px;
	padding: 6px;
}

FORM INPUT[type=text], FORM INPUT[type=password] {
	margin: 2px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

	