/*
Assessor style sheet v0.8
*/
BODY {
	background-color: #eae1bd;
	color: #111;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

dt {
	font-weight: bold;
}

img {
	border: 0;
}

/*
The header id controls the top part of the page.  It is limited to displaying header tag
and setting a background image of the Carnegie Building
*/
#header * {
	margin: 0;
	padding: 0;
}

#header {
	color: #ffc;
	background: #506239 url(../images/header3.jpg) no-repeat left center;
	height: 125px;
	margin: 0;
	padding: 0;
	font-family: "Copperplate Gothic Light", Georgia, "Times New Roman",
		Times, serif;
	border-top: 1em solid #8D9A94;
}

/* Move the h1 and h2 tags over to display the background image*/
#header h1,#header h2 {
	margin-left: 260px;
}

/* Hide the h1 until we can get a background image without the text*/
	/*#header h1 {font-size:0;}*/
#header h2 {
	text-align: right;
	padding: 2.5em 1em 0 0;
}

/* The content id wraps the subnav and main-content ids */
#content {
	margin: 0;
	margin-top: .5em;
	padding: 0;
}

TH {
	color: #6060cc
}

/* The subnav id is a sidebar on this page.*/
#subnav {
	color: #506239;
	background-color: #eae1bd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	width: 190px;
	margin: 0;
	padding: 0 3px 0 0;
}

#subnav a {
	display: block;
}

#subnav a :link {
	color: #506239;
}

#subnav a :visited {
	color: #506239;
}

#subnav a :hover {
	color: #eae1bd;
	background-color: #506239
}

#subnav h2 {
	color: #506239;
	background-color: #dd8361;
	font-family: "Copperplate Gothic Light", Georgia, "Times New Roman",
		Times, serif;
	font-size: .9em;
	margin: 0;
	padding: 1px;
	border: 1px solid #8D9A94;
	border-bottom: 0;
}

#subnav ul {
	background-color: #c1c7a5;
	margin: 0;
	margin-bottom: .5em;
	padding: 0;
	border: 1px solid #8D9A94;
	border-bottom: 0;
	list-style-type: none;
}

#subnav ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #8D9A94;
}

#subnav ul li a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	padding: 2px;
	display: block;
}

#subnav ul li a :hover {
	color: #eae1bd;
	background-color: #506239;
}

#subnav dl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #c1c7a5;
	border: 1px solid #8D9A94;
	margin: 0;
	margin-bottom: .25em;
	padding: 0;
}

#subnav dl dt {
	color: #506239;
	background: inherit;
	font-size: .8em;
	padding-left: 2px;
}

#subnav dl dd {
	font-size: .8em;
	color: #506239;
	background: inherit;
	margin-left: 15px;
}

#subnav dl dd a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #093;
	background: inherit;
	padding-bottom: .5em;
}

#subnav dl dd a :hover {
	color: #eae1bd;
	background-color: #506239;
}

/*Main-content is where all the content of the page goes*/
#main-content {
	border: 1px solid #8D9A94;
	background-color: #fff;
	margin: 0;
	margin-left: 200px;
	padding: 0 1em;
}

#main-content h2 {
	color: #506239;
	font: 1.3em Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 2px solid #506239;
}

#main-content img {
	margin: 0;
	padding: 0 1em;
}

#main-content dd {
	margin-bottom: .75em;
}

/*The footer goes at the bottom of the page and has copyright and modified dates*/
#footer {
	clear: both;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #fff;
	background-color: #506239;
	margin: 0;
	margin-top: .25em;
	padding: 0;
	border: 0;
	border-top: 1em solid #8D9A94;
}

#footer p {
	margin: 0;
	padding: 0 0 .25em .2em;
}

.right {
	float: right;
}

.none {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute; /* for the benefit of IE5 Mac */
}
