/* LAYOUT STYLES */

body {
	background: #003366;
}

#subpage-wrapper {
	background: #FFF url('images/subpage-background.gif') top repeat-x;
}

#subpage-container {
	width: 550px; /* 900px total width - 350px left and right padding */
	margin: 0 auto;
	padding: 0 160px 0 190px; /* Adding padding for left and right sidebars */
	background: transparent url('images/subpage-content.gif') 190px 0 repeat-y; /* The subtle vertical lines that define the content area */
}

#subpage-sidebar-left {
	width: 190px;
	float: left;
	margin-left: -95px; /* IE6 doubled margins with floats bug */
	padding-bottom: 15px;
	line-height: 18px;
}

html > body #subpage-sidebar-left {
	margin-left: -190px; /* For everything but IE6 */
}

	#logo {
	padding: 43px 0 22px 0;
}

	ul#menu {
		padding: 15px 0 0 0;
	}
	
#subpage-sidebar-right {
	width: 160px;
	float: right;
	margin-right: -80px; /* IE6 doubled margins with floats bug */
	min-height: 300px;
}

#right-content{
	margin: 10px;
}

#right-content a {
	color: #006699;
}

html > body #subpage-sidebar-right {
	margin-right: -160px; /* For everything but IE6 */
}

	#slogan {
		padding: 48px 0 22px 15px;
	}


/* CONTENT STYLES */

#subpage-content-wrapper {
	position: relative;
	float: left;
	width: 550px;
}

#subpage-banner {
	position: absolute;
	top: 0;
	left: 0;
	width: 550px;
	height: 100px;
	margin: 20px 0 0 0;
}

	#subpage-banner-alpha {
		width: 100%;
		height: 100%;
		background: #366A9F;
		opacity: 0.75;
	}
	
#subpage-banner-text {
	position: absolute;
	top: 55px;
	left: 25px;
	width: 90%;
	color: #FFF;
	font-size: 28px;
}

#subpage-content {
	padding: 25px;
}

h1, h2, h3, h4, h5, h6 {
color: #114477;
margin: 10px 0;
}

h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

#subpage-content h1.title {
	margin-bottom: 5px;
}

#subpage-content h4.date {
	margin-bottom: 15px;
}

#subpage-content {
	line-height: 1.5em;
}

#subpage-content p {
	margin: 15px 0;
	padding: 0;
}

#subpage-content ul, #subpage-content ol {
	list-style-position: outside;
	margin: 10px 0 10px 30px;
}

#subpage-content div.caption {
	margin: 5px 10px 10px 10px;
	display: block;
	padding: 2px;
	border: 1px solid #ccc;
}
#subpage-content div.left {
	float: left;
	margin-left: 0;
}
#subpage-content div.right {
	float: right;
	margin-right: 0;
}
#subpage-content div.caption span {
	display: block;
	font-size: 11px;
	color: #333;
}

#subpage-content a {
	color: #006699;
}
/*
#subpage-content em {
	color: #114477;
	font-weight: bold;
	font-size: 14px;
}
*/
#timeline {  }
#timeline tr td { border-bottom: 1px solid #ddd; padding: 10px; }
#timeline tr td h4 { margin: 0; }

/* LIST PAGE STYLES */

.line-items {
	margin: 0;
	padding: 0;
	list-style: none;
}

.news-items li { padding: 20px 0; border-bottom: 1px solid #eee; }

/* FOOTER STYLES */

#footer-wrapper {
	width: 900px;
	margin: 0 auto;
}

#subpage-footer {
	border-left: 1px solid #3E6185;
	border-right: 1px solid #3E6185;
	border-bottom: 1px solid #3E6185;
	text-align: center;
	margin: 0 160px 0 190px;
	padding: 15px 25px;
	line-height: 18px;
	font-size: .9em;
	color: #FFF;
}

#subpage-footer ul {
	margin: 0;
	padding: 0 0 10px 0;
	list-style: none;
}

#subpage-footer li {
	display: inline;
}

#subpage-footer p {
	padding: 0;
}

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

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