@charset "UTF-8";
/* CSS Document */

@import url("reset.css");

body {
	background-image: url(../images/bkgd.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	margin: 0px;
}
img {
	margin: 0px;
	padding: 0px;
	border: none;
}
a {
	color: #05355b;
	text-decoration: underline;
}
a:hover {
	color: #0b63a7;
}
#container {
	margin: 0px auto;
	width: 853px;
	background-image: url(../images/contentTile.jpg);
	background-repeat: repeat-y;
}
h1 {
	width: 853px;
	height: 135px;
	background-image: url(../images/masthead.jpg);
	background-repeat: no-repeat;
}
h1 a {
	display: block;
	width: 853px;
	height: 135px;
	text-indent: 854px;
	overflow: hidden;
}
h2 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	color: #0a5185;
}
h3 {
	font-weight: bold;
	font-size: 13px;
	margin-top: 25px;
	margin-bottom: 7px;
	padding-bottom: 4px;
	border-bottom: 1px solid #000000;
}
h3#pageNav {
	border-bottom: none;
	border-top: 3px double #000000;
	padding-top: 5px;
	text-align: right;
}
h3#pageNav a {
text-decoration: none;
}
h3#pageNav a:hover {
text-decoration: underline;
}
h4 {
	font-weight: bold;
	color: #666666;
	margin: 10px 0px 5px 0px;
	}
p {
	margin: 10px 0px;
}
ol {
padding: 0px 0px 10px 0px;
}
ol li {
list-style: decimal inside;
}
table {
margin-top: -7px;
}
th, td {
padding: 5px;
margin: 0px;
border-bottom: 1px solid #999999;
text-align: right;
}
th {
background: #a7ccea;
font-weight: bold;
}
th.left, td.left {
text-align: left;
}
th.center, td.center {
text-align: center;
}
th.rightBorder, td.rightBorder {
border-right: 1px solid #999999;
}
td.hlt {
background: #CCCCCC;
}
td.last, p.last {
border: none;
font-size: 10px;
font-style: italic;
}
dl{
border-top: 1px solid #666666;
border-bottom: 1px solid #666666;
padding: 7px 0px;
margin: 0px 0px 15px 0px;
}
dt{
font-weight: bold;
margin: 10px 0px 3px 0px;
}
.underlined {
border-bottom: 1px solid #000000;
}
#masthead {
position: relative;
}
#nav {
	margin: 10px 15px 0px 0px;
	padding: 10px 0px 10px 0px;
}
#nav ul {
	list-style: none;
	text-align: right;
}
#nav li {
	display: inline;
	border-right: 1px solid #535353;
	padding: 0px 7.5px 0px 0px; 
	margin: 0px 0px 5px 5px;
	color: #535353;
	font-size: 14px;
}
#nav a {
	color: #535353;
	text-decoration: none;
}
#nav a:hover {
	color: #999999;
}
#nav li.active {
	color: #e39920;
}
#subnav {
	position: absolute;
	bottom: 0px;
	left: 635px;
	margin: -41px 15px 0px 0px;
}
#subnav ul {
	padding: 5px 0px 7px 5px;
	background: #e1900f;
	list-style: none;
	text-align: center;
}
#subnav li {
	display: inline;
	border-right: 1px solid white;
	color: #FFFFFF;
	font-size: 14px;
	margin: 5px 0px 0px 0px;
	padding: 0px 10.5px 0px 7px;
}
#subnav a {
	color: #FFFFFF;
	text-decoration: none;
}
#subnav a:hover {
	color: #FFFFCC;
}
#nav .last, #subnav .last {
	border-right: none;
}
#quote {
	background-image: url(../images/quoteBkgd.jpg);
	background-repeat: no-repeat;
	height: 109px;
	margin: 10px 0px;
}
#quote blockquote {
	margin: 0px 15px 4px 98px;
	padding: 10px 50px 5px 15px;
	font-size: 14px;
}
#quote cite {
	margin: 0px 15px 5px 98px;
	padding: 0px 50px 15px 15px;
	display: block;
}
#featuredArticle {
	margin: 10px 25px 10px 25px;
}
#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 22px;
}
#copyright {
	padding: 20px 20px 0px 0px;
	text-align: right;
}
#featuredContent, #archiveContent {
  display:none;
}
#featuredContent.on, #archiveContent.on {
  display:block;
}
#content {
	margin: 30px 50px 40px 114px;
}
div#sidebar2 .archive-list li {
display: inline;
}