/* Tags */
body {
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
}
h1 {
	color: white;
	font-size: 36px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	text-align: right;
}
h2 {
	color: black;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 1em 0px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
h4 {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
}
h5 {
	margin: 0px 0px 1em 0px;
	font-size: 11px;
	font-weight: normal;	
}
table {
	font-family: Verdana;
	font-size: 12px;
}
.block {
	float: left;
	margin: 0px 0px 2em 0px;
	width: 100%;
}
ul {
	margin-bottom: 0px;
	margin-top: 0px;
}

/* site struct */
#primaryNavigation {
	position: absolute;
	top: 60px; left: 0px;
}
#primaryNavigation ul, #secondaryNavigation ul {
	list-style-type: none;
	margin: 0; padding: 0;
}
#primaryNavigation li {
	width: 160px;
}
#primaryNavigation li a {
	display: block;
	width: 145px;
	padding: 25px 10px 25px 5px;
	text-align: right;
	text-decoration: none;
	font-weight: bold;
	color: Black;
}

li.active {
	color: White;
	background-color: #00006f;
}
li.active.haschildren {
	color: Black;
	background-color: #cccccc;
}

#primaryNavigation li.active a, #secondaryNavigation li.active a { color: White; }
#primaryNavigation li a:hover, #secondaryNavigation li a:hover {
	color: White;
	background-color: #00006f;
}
#primaryNavigation li.active.haschildren a:hover {	
	background-color: #cccccc;
}

#secondaryNavigation {
	position: absolute;
	top: 0px; left: 160px;
	right: 0px;
	min-height: 60px;
	background: transparent url('../Images/watermark.gif') no-repeat;
}
#secondaryNavigation li {
	float: left;
	width: 190px;
}
#secondaryNavigation li a {
	display: block;
	width: 180px;
	padding: 23px 5px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: Black;
}

#persistentContact 
{
	position: absolute;
	left: 0px; bottom: 0px;
	width: 140px;
	padding: 5px 10px;
	text-align: left;
	color: #999999;
}
#persistentContact a:link {
	color: #999999;
	text-decoration: underline;
}
#persistentContact div.bold {
	font-weight: bold;
	margin-bottom: 0.2em;
}
#persistentContact div {
	margin-bottom: 0.5em;
}

#filler {
	position: absolute;
	left: 160px; top: 50%;
	bottom: 0px; right: 0px;
	background-color: #00006f;
	z-index: 1;
}

#contentContainer {
	position: absolute;
	top: 60px; left: 160px;
	right: 0px;
	padding: 15px 10px 65px 155px;
	background-color: #00006f;
	z-index: 2;
}
#content {
	position: relative;
	min-height: 389px;
	padding: 10px 130px 1px 10px;
	background-color: #ffffff;
}
#content h3 {
	float: left;
	width: 135px;
	margin: 0px 0px 0px -155px;
	text-align: right;
	color: white;
	clear: both;
}
#content .side {
	position: absolute;
	top: 0px; right: 0px;
	bottom: 0px;
	width: 125px;
	overflow: hidden;
}
#content li {
	clear: both;
    margin-bottom: 1em;                        
}
#content li.nospace {
	margin: 0;
}
#content img.portrait {
	float: left;
	border: 1px solid black;
	margin-right: 1em;
	width: 100px; height: 125px;
}
#content img.houseimage {
	float: left;
	border: 1px solid black;
	margin-right: 1em;
}
form p { float: none; }
input, textarea { width: 350px; }