﻿body 
{
	background-color: #97b89d;
	padding: 10px;
	font-family: Georgia;
	font-size: 11px;
	color: #707173;
}

/* General */
a, a:visited, a:hover, a:visited
{
	color: #105623;
	text-decoration: none;
}
img
{
	border-style: none;
	border-color: inherit;
	border-width: 0px;
}
input, textarea
{
	border: 1px solid white;
}
.clear
{
	clear: both;
}
hr
{
	color: #cad4ce;
	background-color: #cad4ce;
	height: 1px;
	border: 0px;
}
p
{
    line-height: 150%;
}
.title
{
	color: #126227;
	font-size: 17px;
}

/* Content holder */
#contentHolder
{
	width: 1000px;
	background-color: White;
	margin-left: auto;
	margin-right: auto;
}

/* Top menu */
#topMenu
{
	margin: 0px;
}
#topMenu ul.menu
{
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	margin: 20px;
	padding: 0px;
}
#topMenu ul.menu li.menuItem
{
	width: 118px;
	height: 35px;
	float: left;
	padding: 0px;
}
#topMenu ul.menu li.menuItem div.button
{
    font-size: 11px;
	width: 98px;
	height: 35px;
	text-transform: uppercase;
	text-align: center;
	padding: 0px 10px 0px 10px;
	color: #136126;
	cursor: pointer;
	background-image: url("../images/framework/mainMenu/buttonBackground_idle.jpg");
}
#topMenu ul.menu li.menuItem div.singleLine
{
    padding-top: 7px;
    height: 26px;
}
#topMenu ul.menu li.menuItem div.idle
{
	background-image: url("../images/framework/mainMenu/buttonBackground_idle.jpg");
}
#topMenu ul.menu li.menuItem div.hover
{
	background-image: url("../images/framework/mainMenu/buttonBackground_hover.jpg");
}
#topMenu ul.menu li.menuItem div.expanded
{
	background-image: url("../images/framework/mainMenu/buttonBackground_expanded.jpg");
}
#topMenu ul.menu li.menuItem:hover div.subMenu
{
	display: block;
}
#topMenu ul.menu li.menuItem div.subMenu
{
	position: relative;
	z-index: 100;
	width: 105px;
	background: url('../images/framework/mainMenu/subMenuBottom.jpg') no-repeat bottom;
	background-color: White;
	padding-bottom: 8px;
	margin-left: 7px;
	display: none;
}
#topMenu ul.menu li.menuItem div.subMenu ul
{
	border-left: 1px solid #c4c5c8;
	border-right: 1px solid #c4c5c8;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	list-style-type: none;
}

#topMenu ul.menu li.menuItem div.subMenu ul li
{
	border-bottom: 1px solid #c4c5c8;
	padding: 5px;
	cursor: pointer;
	text-align: center;
}

#topMenu ul.menu li.menuItem div.subMenu ul li:hover
{
	background-color: #dce7df;
}

#topMenu ul.menu li.menuItem div.subMenu ul li.noBorder
{
	border: 0px;
}

/* Left content column */
#leftContentColumn
{
	width: 750px;
	float: left;
}
#content12Column
{
	width: 435px;
	float: left;
	margin: 0px 9px 0px 22px;
}
#content1
{
	width: 395px;
	padding: 20px;
	height: 225px;
	overflow: auto;
	margin-bottom: 9px;
	background-color: #dce7df;
}
#content2
{
	width: inherit;
	height: 190px;
	background-color: #dce7df;
}
#content3
{
	width: 274px;
	height: 465px;
	float: left;
	background-color: #dce7df;
}
#content3 .padded
{
	width: 234px;
	height: 425px;
	padding: 20px;
}

/* Right content column */
#rightContentColumn
{
	width: 233px;
	float: left;
	padding-top: 157px;
	background: url('../images/framework/rightColumnBackground.jpg') no-repeat top;
}

/* Footer */
#footer
{
	width: 1000px;
	text-align: center;
	color: White;
	padding-top: 5px;
}
#footer a
{
	color: White;
}

/* Subpages */

#realEstateIndex a:link, #realEstateIndex a:visited, #staffIndex a:link, #staffIndex a:visited
{
	font-size: 11px;
	color: #707173;
}
#staffIndex a:hover, #realEstateIndex a:hover
{
	color: White;	
}
#staffDetails
{
	padding: 30px;
}
#staffDetails img
{
	border: 1px solid #126227;
}
#staffDetails .staffDetailsText
{
	padding-left: 40px;
	vertical-align: middle;
}
