@import url('reset.css');

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background: url(body-bg.gif);
}

p { margin: 8px 0px 12px 0px; }
ul { list-style: disc; margin: 8px 0px 12px 20px; }
ol { list-style: decimal; margin: 8px 0px 12px 20px; }
em { font-style: italic; }

a { color: #34472c; text-decoration: underline; }
a:hover { color: #996600; text-decoration: underline; }

h1 {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	margin: 0px;
}

h2 {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	margin: 0px;
	border-bottom: 1px solid #666666;
}

h3 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	margin: 0px;
}

h4 {
	font-size: 13px;
	line-height: 19px;
	font-weight: bold;
	margin: 0px 0px -8px 0px;
}

#sidebar h1 { font-size: 13px; line-height: 19px; }
#sidebar h4 { margin: 0px 0px 0px 0px; }

/**/

#header {
	width: 100%;
	height: 150px;
	background: url(header-bg.jpg) bottom center repeat-x;
	border-bottom: 3px solid #000000;
}

.container {
	overflow: auto;
	width: 940px;
	margin: 10px auto;
}

#header .container { margin: 0px auto; padding: 5px 0px 0px 0px; }

#sidebar {
	width: 220px;
}

#sidebar .box {
	width: 198px;
	padding: 10px;
	margin: 0px 0px 20px 0px;
	border: 1px dashed #444444;
	background: url(sidebar-box-bg.png);
}

#content {
	float: right;
	width: 700px;
	min-height: 600px;
	margin: 0px 0px 0px 20px;
}

#footer {
	clear: both;
	width: 100%;
	padding: 0px 0px 10px 0px;
	border-top: 3px solid #000000;
	background: url(footer-bg.gif);
	font-size: 10px;
	line-height: 14px;
	color: #CCCCCC;
}

#footer p { margin: 0px; }
#footer a { color: #CCCCCC; text-decoration: none; }
#footer a:hover { color: #FFFF99; text-decoration: underline; }

/* menu styles */

#nav ul {
	list-style: none;
	margin: 0px 0px 20px 0px;;
	padding: 0px;
	border: 1px solid #444444;
	border-bottom: 0px;
}

#nav ul li {
	margin: 0px;
	padding: 0px;
}

#nav ul li a {
	display: block;
	padding: 5px;
	border-bottom: 1px solid #444444;
	background: url(sidebar-box-bg.png);
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0px -1px 0px #FFFFFF;
}

#nav ul li a:hover { background-color: #E8E8E8; }

/* misc. classes */

.chart { margin: 8px 0px 12px 0px; border-top: 1px solid #444444; border-left: 1px solid #444444; }
.chart tr { background-color: #FFFFFF; }
.chart tr:nth-child(2n+1) { background-color: #F4F4F4; }
.chart tr td { padding: 5px; border-bottom: 1px solid #444444; border-right: 1px solid #444444; vertical-align: top; }
.chart tr th { padding: 5px; border-bottom: 1px solid #444444; border-right: 1px solid #444444; vertical-align: top; background-color: #444444; color: #FFFFFF; font-weight: bold; text-align: left; }

.grid { background: url(grid-overlay.png) top center repeat-y; }

.officers { margin: 8px 0px 12px 0px; }
.officers tr td { padding: 0px 0px 8px 0px; vertical-align: top; }
.officers tr td img { border: 1px solid #000000; margin: 5px 0px 0px 0px; }

.photos { margin: 8px 0px 12px 0px; font-size: 10px; line-height: 14px; }
.photos tr td { padding: 0px 3px 3px 0px; }
.photos tr td img { border: 1px solid #000000; }

p+table.photos { margin: 0px 0px 12px 0px; }
ul+table.photos { margin: 0px 0px 12px 0px; }

.title { margin: 0px 0px 12px 0px; }

.twocolumns { -moz-column-count: 2; -moz-column-gap: 20px; -webkit-column-count: 2; -webkit-column-gap: 20px; }