/************************/
body {
	font-family: "Century Gothic", AvantGarde, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFEEDA;
	background-repeat: repeat-y;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	background-image: url(../images/wimsey-bkg.jpg);
}
#container {
	width: 550px;
}
#header {
	background-image: url(../images/wimsey-logo.jpg);
	background-repeat: no-repeat;
	padding-top: 100px;
}
#header h1 {
	display: none;
}

#sidebar {
	position: absolute;
	left: 580px;
	top: 0px;
	width: 180px;
	padding-top: 220px;
}
#sidebar h4 {
	font-weight: normal;
	color: #6E655A;
	font-size: 14px;
	line-height: 250%;
}
#sidebar h5 {
	font-weight: bold;
	color: #2C251F;
	font-size: 14px;
	line-height: 150%;
	text-align: right;
}
#column img.homepg {
	border: 2px solid #6E655A;
	float: left;
	position: relative;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 0;
}
/************************/
#content {
	margin-left: 50px;
	width: 450px;
	color: #6E655A;
	margin-top: 40px;
	margin-bottom: 40px;
	overflow: visible;
}

#content ul {
	list-style-type: disc;
	list-style-position: inside;
	color: #C66300;
	margin: 0px;
	width: auto;
	padding: 0;
}
#content li {
	margin-bottom: .5em;
}
#contentAnchors {
	float: left;
	width: 200px;
	text-align: left;
	padding-right: 10px;
	margin-right: 10px;
	font-size: 11px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #EBE1D8;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#content em {
	color: #008F9F;
	font-size: 11px;
	margin-left: 10px;
}
#content ol strong {
	color: #008B98;
	font-weight: normal;
}
#content a {
	color: #A62100;
	text-decoration: none;
}
#content a:visited {
	color: #8D461C;
}
#content a:hover {
	text-decoration: underline;
}
#content #column {
	float: right;
	width: 175px;
	margin-left: 20px;
}
#content img.left {
	border: 2px solid #6E655A;
	float: left;
	position: relative;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: -25px;
}
#content img.right {
	border: 2px solid #6E655A;
	float: right;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: -25px;
}
#content h2 {
	font-size: 24px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBE1D8;
	color: #2C251F;
}
#content h3 {
	font-size: 18px;
	text-align: left;
	color: #2C251F;
}
#content h4 {
	font-size: 16px;
	color: #2C251F;
	text-align: left;
}
/************************/
#mainNav, #footerNav {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/nav-topBorder.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
#mainNav ul, #footerNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-top-width: 1px;
}
#mainNav li, #footerNav li {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0.3em;
	padding-bottom: 0px;
	padding-left: 0.3em;
	font-size: 11px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EBE1D8;
	display: inline;
}
#mainNav li.last, #footerNav li.last {
	border: none;
}
#mainNav a, #footerNav a {
	color: #534D45;
	text-decoration: none;
}
#mainNav a:hover, #footerNav a:hover {
	color: #FBF1E7;
	background-color: #534D45;
}
#subnavServices {
	position: absolute;
	left: 61px;
	top: 120px;
	text-align: left;
	visibility: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBE1D8;
}
#subnavQuestions {
	position: absolute;
	left: 21px;
	top: 120px;
	text-align: left;
	visibility: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBE1D8;
}
/************************/
