﻿@import url('reset.css');
html, body {
	height: 100%;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	background-color: #fff;
}
#wrapper {
	min-height: 100%;
	margin-bottom: -175px;
	position: relative;
}
.container {
	width: 970px;
}
#top {
	background: #000000 url('../images/header_top_background.jpg') repeat-x;
	height: 18px;
}
#header {
	z-index: 1;
	margin: 0 !important;
	margin: -3px 0 0 0;
	width: 100%;
	min-width: 100%;
	height: 283px;
	background: url('../images/header_background.jpg') repeat-x;
}
#title {
	float: left;
	height: 283px;
	width: 442px;
	background: url('../images/header_left.jpg') no-repeat;
}
#title_noshadow {
	float: left;
	height: 283px;
	width: 442px;
	background: url('../images/header_left_noshadow.jpg') no-repeat;
}
#menuContainer {
	float: left;
	width: 490px;
}
#menu {
	height: 55px;
	list-style: none;
}
#menu li {
	float: left;
	margin: 5px 10px;
}
#menu li a {
	text-decoration: none;
	color: #000;
	font-size: 20px;
	font-weight: bold;
}
#menu .current a {
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
#headerContent {
	width: 490px;
	height: 228px;
	background: url('../images/header_body_plain.jpg') no-repeat;
}
#headerContent p {
	margin:0;
	padding:15px;
}
#headerContentBio {
	width: 490px;
	height: 228px;
	background: url('../images/header_body_pic.jpg') no-repeat;
}

#rightShadow {
	float: left;
	width: 23px;
	height: 283px;
	background: url('../images/header_right.jpg') no-repeat;
}
#mainContent {
	top: 301px;
	line-height:1.1em;
	padding: 10px;
	background-color: #fff;
}
#mainContent h1 {
	font-size:1.2em;
	font-weight:bold;
}
#mainContent .small {
	font-size: 11px;
}
#mainContent a {
	color:#000;
	text-decoration:none;
	border-bottom:1px #0099CC dotted;
}
#mainContent .column {
	float: left;
	width: 45%;
	padding: 7px;
}
#mainContent .largeColumn {
	clear: both;
	width: 100%;
	padding: 7px;
}
#mainContent p {
	margin: 10px 0;
}
.callout {
	margin: 5px;
	padding: 5px 10px;
	border: 1px solid #DDD;
	background-color: #F3F3F3;
}
.callout p {
	margin: 0px;
	padding: 15px;
	line-height:1.5em;
	font-size: 1.2em;
	color: #666;
	font-weight: bold;
	background-color: #F7F7F7;
	border: 1px solid #DDD;
}
.clearfooter {
	height: 175px;
	clear: both;
}
#footer {
	z-index: 0;
	background-color: #000;
	position: relative;
	color: #C0C0C0;
	font-size: 14px;
	height: 175px;
	width: 100%;
	background: url('../images/footer_background.jpg') repeat-x;
}
#footer .column {
	float: left;
	margin: 10px;
	width: 300px;
}
#footer label {
	color: #fff;
	width: 100px;
	float: left;
}
#footer .row {
	clear: both;
	display: block;
}
#footer .small {
	color: #808080;
	margin: 0px 10px;
	font-size: 11px;
}
.clear {
	clear: both;
}
strong {
	font-weight:bold;
}