/* typography */
* {
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
}

#content h1 {
	color: #091F5B;
}

#content h2, #content a h2 {
	color: #B95205;
	text-decoration: none;
	min-height: 31px;
	padding-top: 10px;
	
}

#content a:hover h2 {
	font-style: italic;
	/* background: transparent url(images/arrows.gif) no-repeat center right;
	width: 280px; */
}

#content p a {
	color: #36578C;
}

#content p a:hover {
	color: #B95205;
}

#content p a:visited {
	color: #666666;
}

#content ul li {
	list-style: url(/images/bullet.gif);
	margin-bottom: 0.2em;
}

#sidebar p {
	font-size: 0.8em;
}

#sidebar ul li#active span, #sidebar ul li a {
	font-size: 1.1em;
	color: #FFF;
	text-decoration: none;
}

#sidebar ul li.chevron a {
	color: #B95205;
}

/* images */

a img {
	border: 0;
}

/* navigation */
#sidebar ul {
	list-style-type: none;
	margin-left: -40px;
}

#sidebar ul li {
	display: block;
	width: 194px;
	height: 60px;
	background: url(/images/nav-inactive.gif) no-repeat;
}

#sidebar ul li a, #sidebar ul li#active span {
	display: block;
	padding: 1em;
}

#sidebar ul li:hover, #sidebar ul li#active {
	background: url(/images/nav-active.gif) no-repeat;
}

#sidebar ul li.chevron {
	background: url(/images/nav-survey.gif) no-repeat;
}

#sidebar ul li.chevron a:hover {
	font-style: italic;
}

/* general placement */

#wrapper {
	display: block;
	width: 80%;
	margin: 20px auto;
}

#header {
	display: block;
	width: 100%;
	height: 74px;
}

#header #logo {
	display: block;
	width: 492px;
	height: 63px;
	margin: 0 auto;
}

#content {
	clear: right;
	margin-left: 220px;
}

#sidebar {
	clear: both;
	float: left;
	width: 200px;
}

#login {
	width: 31em;
}

.form {
	background-color: #eeeeee;
	border: 8px solid #B95205;
	margin: 2em auto 0;
	padding: 0em 2em 2em 2em;
	width: 60em;
}

.form .textblock {
	margin: 2em 0em 0em 0em;
}

.form form label, .form form .label, label.form {
	color: #666666;
	display: block;
	margin: 1em 0 0;
}

.form a {
	color: #36578C;
	font-size: 90%;
}

.form form label input.text {
	border: 1px solid #888888;
	padding: 5px;
}

.form form input.text {
	font-size: 110%;
}

.noticebox {
	background: #ddfbe8 none repeat scroll 0 50%;
	border: 1px solid #27c21f;
	font-weight: bold;
	margin: 1em 0 0 0;
	padding: 1em 1em 1em 1em;
	width: 26em;
}

.errorbox {
	background: #FFEBE8 none repeat scroll 0 50%;
	border: 1px solid #DD3C10;
	font-weight: bold;
	padding: 1em;
	margin: 1em 0 0 0;
	width: 26em;
}

.list {
	padding: 0 0 5px 0;
	font-size: 11pt;
}

.list a {
	color: #36578C;
}

.detail {
	font-size: 90%;
}

#admin {
	margin: 0 0 0 0;
	width: 30em;
	float: left;
}

#directlink-admin {
	margin: 0 0 0 0;
	margin-top: 1em;
	width: 30em;
	float: left;
	line-height: 150%;
}

.edit {
	background-color: #eeeeee;
	border: 2px solid #B95205;
	margin: 2em auto 0;
	padding: 1em 2em 2em 2em;
	width: 30em;
}

.edit .textblock {
	margin: 2em 0em 0em 0em;
}

.edit form label, .edit form .label, label.form {
	color: #666666;
	display: block;
	margin: 1em 0 0;
}

.edit a {
	color: #36578C;
	font-size: 90%;
}

.edit form label input.text {
	border: 1px solid #888888;
	padding: 5px;
	font-size: 12pt;
}

a.fullsize {
	color: #36578C;
	font-size: 12pt;
}

.dl-valid {
	color: green;
}

.dl-invalid {
	color: red;
}
