@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background: #eaf3f8 url(../images/bgTile.png) top repeat-x;
	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	line-height: 18px;
}

#wrapper {
	width: 897px;
	margin: auto;
	margin-bottom: 30px; 
	text-align: left;
}

#topHeader{
	height: 147px;
	background: url(../images/bgTopHeader.jpg) no-repeat;
}

.headerContent {
	padding-top: 40px;
	width: 140px;
	float: right;

	color: #15559d;
	line-height:normal;
}

.separator{
	height: 3px;
	line-height: 3px;
	font-size: 0px;
	background: #231f20 url(../images/separator.png);
}

/* Navigation Code */
#nav{
	height: 49px;
	background: #134e92 url(../images/barTile.png) repeat-y;
	clear: both;
	
	line-height: 49px;
	color: white;
}

#nav ul { /* all lists */
	padding: 0 10px 0 10px;
	margin: 0;
	list-style: none;
}


#nav ul li { /* all list items */
	display: inline;
}

#nav a {
	padding: 15px 12px;
	color: white;
	text-decoration: none;
}

#nav a:hover, .current {
	background: #4f7fb5 url(../images/activeLink.png) repeat-x;
}

#footer {
	background: #134e92 url(../images/barTile.png) repeat-y;
	clear: both;
	font-size: 13px;
	padding: 16px;
	color: white;
}

#footer a {
	color: white;
	text-decoration:none;
}

#footer a:hover {
	color: white;
	text-decoration:underline;
}

#content {
	clear: both;
}

/* Total Content Left Width 588px */
.contentLeft {
	width: 538px;
	padding: 25px 25px 0 25px;
	float: left;
}

/*	Sidebar code
	 If you have one image, use class="sidebar single".
	 Use class="sidebar" for multiple images.
*/
.sidebar{
	width: 309px;
	padding-top: 25px;
	float: right;
}

.sidebar img{
	padding-bottom: 25px;
	display: block;
}

.sidebar br{
	display: none;
}

.single {
	padding: 0;
}

.single img {
	padding-bottom: 0;
}

.blurb {
	font-style: italic;
	padding-bottom: 26px;
	text-align: left;
	vertical-align: bottom;
}

.blurb img {
	vertical-align:bottom
}

.entry {
	padding: 0 10px;
	margin-bottom: 10px;
}

.even {
	border: none;
	background: none;
}

.odd {
	border: none;
	background: #d5e7f0;
}

.notice {
	border: none;
	background: #d5e7f0;
	padding: 5px 10px;
	margin: 10px;
}

.person {
	width: 50%;
	float: left;
	text-align: center;
	
	font-size: 12px;
}

.personSingle {
	width: 100%;
}

.person img {
	border: 1px solid black;
}

/* Text Formatting Stuff */
p, h1, h2{
	margin-bottom: 20px;
}

h1{
	font-size: 18px;
	font-weight: bold;
	color: #15559d;
}

h2{
	font-size: 15px;
	font-weight: bold;
	color: #15559d;
}

h3{
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: bold;
}

h4{
	margin-bottom: 2px;
	font-size: 14px;
	font-weight: bold;
}
.captions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000;
	text-align: center;
}


a {
	color: #0b3769;
}

a:hover {
	text-decoration: none;
}

blockquote {
	padding: 0 24px;
}

ul {
	margin: 0 24px;
	margin-bottom: 24px;
}

ul li {
	margin-bottom: 6px;
}

/* Clearing Floats! */
.clearFloat:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearFloat
{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearFloat
{height: 1%;}

.clearFloat
{display: block;}
/* End hide from IE-mac */

/* Login Styling */
#loginBox {
	width: 550px;
	margin: 50px auto;
	padding: 5px;
	text-align: left;
	
	background-color: white;
	border: 2px solid #231f20;
}

.loginContent {
	width: 300px;
	padding: 5px 30px;
	float: left;
}
