@charset "UTF-8";

/* ===== colors ================================================== */

.blue1a { color: #A6D1E0; }

.blue1b { color: #00739C; }

.blue2a { color: #A6C3E0; }

.blue2b { color: #0D3E6E; }

.tan1a { color: #F6F1E5; }

.tan1b { color: #D7D3C5; }

.blue1a_bg { background-color: #A6D1E0; }

.blue1b_bg {
	background-color: #00739C;
	color: #FFF;
}

.blue2a_bg { background-color: #A6C3E0; }

.blue2b_bg {
	background-color: #0D3E6E;
	color: #FFF;
}

.tan1a_bg { background-color: #F6F1E5; }

.tan1b_bg { background-color: #D7D3C5; }

/* ===== base ================================================== */

html,
body {
	background-color: #666;
	margin: 0;
	padding: 0;
	font: normal 12px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #555;
	text-align: center;
}

a {
	color: #00739C;
	outline: none;
}

a:hover { color: #0D3E6E; }

h2,
h4 { margin-top: 0; }

h3 {
	font-size: 2em;
	color: #666;
	margin-bottom: 0;
}

h5 {
	font-weight: normal;
	font-size: 1.333em;
	text-transform: uppercase;
	margin-bottom: 0;
}

em,
strong { color: #00739C; }

ul,
ol { padding-left: 2.5em; }

li { margin-bottom: .5em; }

blockquote {
	margin: 1em 2em;
	font-style: italic;
	font-size: 1.166em;
	text-transform: uppercase;
	color: #00739C;
}

/* ===== layout ================================================== */

#container {
	position: relative;
	background: #FFF url('../images/v2/container_bg.gif') repeat-y left top;
	width: 1000px;
	margin: 0 auto;
	border-top: 13px solid #F6F1E5;
	border-bottom: 10px solid #F6F1E5;
	text-align: left;
}

#container1 { }

#container2 { padding-top: 13px; }

#container3 { }

/* ===== header ================================================== */

#header { }

/* ===== nav ================================================== */

#nav {
	height: 25px;
	border-right: 13px solid #F6F1E5;
	border-left: 13px solid #F6F1E5;
	font: bold .833em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	overflow: hidden; /* IE6 fix - uneven bottom edge */
}

#nav ul li {
	background-color: #F6F1E5;
	height: 19px;
	padding: 6px 1em 0;
	border-left: 1px solid #D7D3C5;
	float: right;
}

#nav ul li.first {
	width: 50px;
	height: 25px;
	padding: 0 1em 0 0;
	border: none;
}

#nav ul li.third {
	width: 32px;
	height: 25px;
	padding: 0 1em;
}

#nav ul li a {
	color: #0D3E6E;
	text-decoration: none;
}

#nav ul li a:hover { color: #00739C; }

/* ===== content ================================================== */

#issueNumber {
	display: block;
	height: 17px;
	padding: 5px 26px 0 0;
	font-weight: bold;
	color: #00739C;
	text-align: right;
	margin: 0;
}

#content {
	width: 735px;
	padding-bottom: 1em;
	float: left;
}

#contentOnly,
#contentOnlyCols { padding-bottom: 1em; }

.row {
	margin-bottom: 3em;
	padding: 0 0 0 33px;
}

.foot {
	padding-top: 2em;
	padding-right: 20px;
	margin-bottom: 4em;
	text-align: center;
}

#content .colA,
#content .colB {
	width: 331px;
	margin-bottom: 1em;
	float: left;
}

#content .colA { padding-right: 10px; }

#content .colB { padding-left: 10px; }

#contentOnly .colA,
#contentOnly .colB,
#contentOnly .colC,
#contentOnly .colD {
	width: 225px;
	padding-right: 20px;
	margin-bottom: 1em;
	float: left;
}

#contentOnly .colD { padding-right: 0; }

#contentOnlyCols .colA,
#contentOnlyCols .colB {
	width: 447px;
	padding-right: 20px;
	margin-bottom: 1em;
	float: left;
}

#contentOnlyCols .colB { padding-right: 0; }

/* ===== sidebar ================================================== */

#sidebar {
	width: 265px;
	font-size: .92em;
	float: left;
}

.blueA em,
.blueA strong,
.blueA a { color: #A6D1E0; }

.blueA a:hover { color: #FFF; }

.blueB em,
.blueB strong,
.blueB a { color: #A6C3E0; }

.blueB a:hover { color: #FFF; }

.blueA,
.blueB {
	background-color: #0D3E6E;
	margin-bottom: 2em;
	padding: 20px;
	color: #FFF;
}

.blueA { background-color: #00739C; }

/* ===== footer ================================================== */

#footer {
	background-color: #F6F1E5;
	padding: 1px 33px;
}

/* ===== tables ================================================== */

.table_tl {
	background-color: #F6F1E5;
	border-top: 1px solid #D7D3C5;
	border-left: 1px solid #D7D3C5;
	margin-right: 20px;
	font-size: .92em;
	text-align: center;
}

.table_tl th,
.table_tl td {
	padding: .5em .5em;
	border-right: 1px solid #D7D3C5;
	border-bottom: 1px solid #D7D3C5;
}

.table_tl th {
	font-weight: normal;
	color: #00739C;
	text-align: left;
}

.table_tl tr.thead th {
	width: 50px;
	font-weight: bold;
	color: #0D3E6E;
	text-align: center;
	white-space: nowrap;
}

.table_tl tr.thead th.wide {
	width: auto;
	white-space: normal;
	text-align: left;
}

/* ===== default ================================================== */

.swatch { padding: 0 .4em; }

.upper { text-transform: uppercase; }

p.boxed {
	display: block;
	background-color: #F6F1E5;
	padding: 1em;
	border: 2px solid #F6F1E5;
	font-size: .92em;
	margin: 0;
	text-align: center;
}

p.caption {
	font-weight: bold;
	color: #0D3E6E;
}

.left {
	margin: 0 1em 1em 0;
	float: left;
}

.right {
	margin: 0 0 1em 1em;
	float: right;
}

.right {
	margin: 0 0 1em 1em;
	float: right;
}

.pull {
	position: relative;
	left: -33px;
}

.push,
.pushed {
	position: relative;
	left: 20px;
}

#sidebar h4#hdr_events { margin-bottom: 10px; }

#sidebar h4.left,
#sidebar h4.lefty {
	position: relative;
	top: 33px;
	display: block;
	width: 172px;
	margin: 0;
	float: left;
}

#sidebar h4.lefty { top: 14px; }

#sidebar .push { float: left; }

.nowrap { white-space: nowrap; }

.reduced_halftop { margin-top: .5em; }

.reduced_top { margin-top: 0; }

.reduced_bottom,
#nav ul li { margin-bottom: 0; }

.reduced_sides {
	padding-right: 0;
	padding-left: 0;
}

.reduced,
#header h1,
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
}

.clear { clear: both; }

.hide,
.print,
#nav ul li a span,
.swatch span { display: none; }
