﻿@import url(links.css);
@import url(text.css);
@import url(forms.css);

html
{
	background-color: #e2e2e2;
}

body
{
	text-align: center;
	margin: 0px;
	padding: 0px 0px 50px 0px;
}

.container
{
	width: 780px;
	text-align: left;
	margin: 0 auto;
	background-color: #fff;
	border: solid 15px #f2f2f2;
}

.header
{
	margin: 0px 0px 4px 0px;
}

.header-top
{
	height: 7px;
	width: 100%;
	background: transparent url(/images/header-border-top.gif) repeat-x;
}

.logo
{
	width: 280px;
}

.header .right
{
	float: right;
	width: 491px;
	padding-right: 4px;
}

.header .logo a:link:active, .header .logo a:link:active:focus
{
	border-width: 0em;
	outline-width: 0em;
}

.header .top
{
	background-image: url(../images/header-top-bg.png);
	height: 31px;
	text-align: right;
	padding: 8px 8px 0px 8px;
	width: 479px;
}

.header .middle
{
	background-image: url(../images/header-middle-bg.png);
	height: 41px;
	margin: 4px 0px 4px 0px;
	color: #fff;
	text-align: center;
	line-height: 36px;
	font-size: 1.4em;
	width: 495px;
	font-family: Georgia, Serif;
}

.header .nav
{
}

.header .nav ul
{
	margin-left: auto;
}

.header .bottom
{
	background-image: url(../images/header-bottom-bg.png);
	height: 21px;
	padding-left: 25px;
	padding-right: 6px;
	text-align: right;
	font-size: 0.9em;
	line-height: 23px;
	font-family: Verdana, Sans-Serif;
	width: 464px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.header .collage
{
	clear: right;
}

.nav ul
{
	list-style: none;
}

.nav li
{
	display: inline;
	border-right: solid 1px #000;
	padding: 0px 5px 0px 5px;
}

.nav li.last
{
	border: none;
}

.footer
{
	background-image: url(../images/footer-bg.png);
	color: #ddd;
	font-family: Verdana, Sans-Serif;
	height: 50px;
	text-align: center;
	line-height: 50px;
	clear: both;
}

.footer em
{
	font-style: normal;
	font-weight: bold;
}

.postfooter
{
	margin: 15px;
	font-size: 1.15em;
	color: #666;
}

#quicklinks
{
	float: left;
	text-align: left;
}

#quicklinks select
{
	width: 230px;
}

#quicklinks button
{
	padding: 1px 5px 2px 5px;
}

#search
{
	float: right;
	text-align: right;
}

#search button
{
	padding: 0px 5px 1px 5px;
}

#search input
{
	width: 130px;
}

.content #search form
{
	margin: 0px;
}

.left
{
	float: left;
	width: 236px;
	margin-bottom: 4px;
	padding-right: 4px;
	border-right: solid 6px #476f33;
	text-align: center;
}

.left .top
{
}

.left .top *
{
	padding-bottom: 4px;
}

.left .bottom
{
	background-image: url(../images/left-bg.png);
	background-repeat: repeat-x;
	background-color: #fff;
	padding: 18px 14px 18px 18px;
}

.headline
{
	margin-bottom: 15px;
}

.content .headlineDate
{
	font-size: 0.75em;
	color: #999;
	margin-bottom: 6px;
}

.headlineSummary
{
	text-align: left;
	margin-left: 6px;
	width: 192px;
}

.container .content
{
	margin-left: 240px;
	padding: 20px;
	background-image: url(../images/content-bg.png);
	background-repeat: no-repeat;
	background-color: #fff;
	border-left: solid 6px #476f33;
	margin-bottom: 4px;
	min-height: 313px;
	height: auto !important;
	height: 313px;
}

.tocPopup
{
	padding: 7px 10px 10px 22px;
	border: solid 1px #476F33;
	background-color: #fff;
}

.tocPopup ul, .tocPopup li
{
	margin: 0px;
	padding: 0px;
}

#aspnetForm > div:first-child
{
	display: none;
}
