@charset "utf-8";
/* WM Thackeray */

body {
	background-color: #00557D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}
a {
	color: #00557D;
}
a:visited {
	text-decoration: none;
}
#container {
	background: #F5F1ED url(../imgs/Thack.png) no-repeat 0px 100px;
	min-height: 550px;
	margin: 30px auto 20px;
	position: relative;
	width: 800px;
}
	#container #branding {
		position: absolute;
		left: 50px;
		top: 0px;
		background: url(../imgs/WMTsignature.png);
		height: 84px;
		width: 209px;
	}
	#container #branding h1 {
		font-size: .5em;
		margin: 0px;
		padding: 0px;
		text-indent: -9999px;
	}
	#container #branding h1 a {
		display: block;
		height: 60px;
		width: 200px;
	}
	#container #nav {
		background: #C7C1BB;
		height: 61px;
	}
	#container #nav ul {
		float: left;
		list-style-type: none;
		margin: 40px 0px 0px 300px;
		padding: 0px;
	}
	#container #nav li {
		display: inline;
		margin: 0px;
		padding: 0px 20px 0px 0px;
	}
	#container #nav a {
		color: #52504D;
		text-decoration: none;
	}
	#container #nav a:hover {
		text-decoration: underline;
	}
	#container #content {
		margin: 100px 20px 0px 300px;
		padding: 0px 0px 30px;
	}
		#container #content h2 {
			color: #C7C1BB;
			font-size: 2.5em;
			font-weight: normal;
			margin: 0px;
			padding: 0px;
		}
		#container #content h3 {
			border-bottom: 1px solid #C7C1BB;
			font-size: 1.2em;
			margin-bottom: 2px;
			padding-bottom: 2px;
		}
		#container #content p {
			line-height: 1.4em;
		}
		#container #content #disclaimer {
			color: #52504D;
			font-size: 0.8em;
			margin-top: 50px;
		}
		#container #content dt {
			border-bottom: 1px solid #C7C1BB;
			clear: left;
			font-size: 1.2em;
			font-weight: bold;
			margin-bottom: 2px;
			padding-bottom: 2px;
		}
		#container #content dd {
			clear: left;
			margin-left: 15px;
			margin-bottom: 15px;
		}
		#container #content dd strong {
			float: left;
			display: block;
			height: 3em;
			margin-right: 20px;
		}
		#container #content blockquote {
			font-style: italic;
			margin: 15px;
			text-align: justify;
		}
		#container #content blockquote.home {
			font-size: 1.5em;
			font-style: normal;
		}