﻿html, body
	{
	width: 100%;
	height: 100%;
	margin: 0px;
	}
body
	{
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	margin: 0px;
	font-family: times new roman, serif;
	font-size: 1em;
	}
.border
	{
	background-color: #666666;
	padding: 2px;
	border-style: solid;
	border-width: 2px;
	border-color: #bbaa99;
	}
.top
	{
	width: 750px;
	height: 160px;
	}
.pageTitle
	{
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	}
.content
	{
				font-size: 0.8em;
				background-image: url(images/shadow.gif);
				background-repeat: repeat-y;
				background-color: #fff9ee;
				border-style: solid;
				border-width: 1px;
				border-top-color: #FFFFFF;
				border-right-color: #333333;
				border-bottom-color: #333333;
				border-left-width: 0px;
				height: 100%;
				width: 550px;
}
.contentDWT
	{
				font-size: 0.8em;
				background-image: url(images/shadow.gif);
				background-repeat: repeat-y;
				background-color: #fff9ee;
				border-style: solid;
				border-width: 1px;
				border-top-color: #FFFFFF;
				border-right-color: #333333;
				border-bottom-color: #333333;
				border-left-width: 0px;
				height: 100%;
				width: 550px;
				padding-left: 3px;
}

.contentCushion
	{
	padding-left: 5px;
	padding-right: 5px;
	}
.sideInfo
	{
	font-size: 10pt;
	}
.sidebar
	{
	background-color: #BBAA99;
	border-style: solid;
	border-width: 1px;
	border-left-color: #FFFFFF;
	border-bottom-color: #333333;
	border-top-width: 0px;
	border-right-width: 0px;
	height: 100%;
	width: 150px;
	}
.sidebarGutter
	{
	background-color: #fff9ee;
	border-style: solid;
	border-width: 1px;
	border-right-color: #333333;
	border-bottom-color: #fff9ee;
	border-left-color: #CCCCCC;
	border-top-width: 0px;
	height: 100%;
	width: 20px;
	}
.pageInfo
	{
	font-size: 0.8em;
	background-color: #fff9ee;
	border-style: solid;
	border-width: 1px;
	border-top-color: #cccccc;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #cccccc;
	height: auto;
	width: 700px;
	}
.pageInfo div
	{
	padding: 10px;
	}
.rightGutter
	{
	width: 30px;
	height: 100%;
	}
a
	{
	border-color: #000000;
	}
#nav, #nav ul	{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	border-bottom: 1px solid #666;
	position: relative;
	z-index: 1000;
	}
#nav li
	{
	position: relative;
	}
#nav li
	{
	height: auto;
	line-height: 0.8em;
                width: 150px;
	}
#nav li ul, #nav li ul li ul
	{
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
	width: 150px;
	}
#nav li a
	{
	display: block;
	text-decoration: none;
	color: #333;
	background: #bbaa99;
	padding: 1px;
	padding-right: 10px;
	border: 1px solid #666;
	border-bottom: 0;
	background-image: url(images/menuGradient.gif);
	background-repeat: repeat-x;
	font-size: .8em;
	}
#nav li a:hover
	{
	display: block;
	text-decoration: none;
	color: #000;
	background: #bbaa99;
	padding: 1px;
	padding-right: 0px;
	border: 1px solid #996600;
	border-left-width: 10px;
	border-bottom: 0;
	}
/* Fix IE. Hide from IE Mac \*/
** #nav li { float: left;}
** #nav li a { height: 1%; }
/* End */
#nav li:hover ul, #nav li.over ul { display: block; }

.memberName
	{
	width: 30%;
	font-weight: bold;
	float: left;
	}
.memberMail
	{
	width: 50%;
	position: relative;
	float: left;
	}
.memberPhone
	{
	position: relative;
	float: left;
	text-align: right;
	}
.memberPosition
	{
	padding-left: 5%;
	width: 95%;
	float: left;
	background-color: #DDCCBB;
	}
.underline
	{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	}
.thickHR
	{
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-color: #333333;
	border-bottom-color: #cccccc;
	line-height: 8px;
	width: auto;
	height: 8px;
	background-color: #ffffff;
	background-image: url(images/thickHR.gif);
	background-repeat: repeat-x;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 8px;
	position: relative;
	text-align: center;
	}
.houseDescription
	{
	border-style: solid;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-color: #333333;
	border-bottom-color: #cccccc;
	background-color: #eee9dd;
	padding-top: 5px;
	padding-bottom: 5px;
	}
.houseDescription img
	{
	float: right;
	}
.houseDescription p
	{
	width: 260px;
	float: left;
	}