/* generic styles */

html {
	overflow-y: scroll;
}

body {
	margin: 0;
	border: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

h1 {
	color: #373737;
	font-size: 2em;
	font-weight: normal;
}

h2 {
	color: #373737;
	font-size: 1.5em;
	font-weight: normal;
	padding: 0.5em 0 0 0;
}

p {
	line-height: 1.5em;
	color: #7d7d7d;
}

a {
	text-decoration: none;
}

img {
	border: 0;
}

.wrapper {
	float: left;
	width: 100%;
}

.hidden {
	display: none;
}

div#outerShell {
	clear: both;
	margin: 0 auto;
	width: 996px;
	background-color: #fff;
}

div#innerShell {
	float: left;
	clear: both;
	width: 946px;
	min-height: 300px;
	padding: 25px;
	background-color: #fff;
}

ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.sitemap ul {
	margin: 0 0 0 3em;
}

ul.sitemap li {
	padding: 0.25em 0;
}


/* header */

div#top a.logo, div#top a.logo:visited {
	background: transparent url("../_images/logo.jpg") no-repeat scroll left top;
	display: block;
	float: left;
	height: 16px;
	overflow: hidden;
	text-indent: -9999px;
	width: 290px;
}

div#top div.search {
	float: right;
	width: auto;
	display: inline;
	margin: 12px 20px 0 20px;
}

div#top div.submitTextBox {
	float: left;
	display: inline;
	clear: both;
}

div#top div.submitButton {
	float: left;
	display: inline;
	margin: 0 0 0 5px;
}

div.easterEgg {
	position: absolute;
	top: 0px;
	left: 680px;
}


/* navigation */

div#nav {
	background-color: #373737;
	margin: 15px 0 0 0;
	height: 28px;
}

div#nav ul li {
	float: left;
	width: auto;
	position: relative;
}

div#nav ul li a {
	color: #fff;
	display: block;
	line-height: 28px;
	padding: 0 12px;
	border-right: 1px solid #373737;
	border-left: 1px solid #373737;	
}

div#nav ul li.selected {
	background: #373737;
	font-weight: bold;
}

div#nav ul li.selected ul li {
	font-weight: normal;
}

div#nav ul li a.on, div#nav ul li a:hover {
	background-color: #575556;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

div#nav ul li.first a, div#nav ul li.first a.on, div#nav ul li.first a:hover {
	border-left: 0;
}

div#nav ul li.last a, div#nav ul li.last a.on, div#nav ul li.last a:hover {
	border-right: 0;
	padding: 0 24px;
}

div#nav ul li div.hidden {
	display: none;
}

div#nav ul li:hover div.hidden {
	display: block;
	position: absolute;
	top: 28px;
	left: -1px;
	width: auto;
	background: #373737;
	border: 1px solid #fff;
	white-space: nowrap;
	z-index: 60;
}

div#nav ul li:hover ul li {
	float: none;
}

div#nav ul li:hover ul li a {
	background: #373737;
	padding: 0 1em;
}

div#nav ul li:hover ul li a:hover {
	background: #575556;
}

div#nav ul li:hover div.hidden ul li a:hover
{
    border: 0px;
}


/* top panel with news ticker */

div#topPanel {
	margin: 2px 0 6px 0;
	border: 1px solid #000;
	height: 80px;
	width: 944px;
	z-index: 10;
}

div#topPanel div#ticker {
	margin-top: 35px;
	z-index: 20;
}

div#topPanel div#ticker a {
	color: #373737;
	font-size: 1.7em;
}

/* main section */

div#mainPanel {
	margin-top: 2px;
	border: 6px solid #e2e2e2;
	min-height: 340px;
	width: 934px;
}

div#mainPanel div.left {
	float: left;
	width: 50%;
}

div#mainPanel div.leftContent {
	margin: 4em 5em;
}

div#mainPanel div.left p {
	color: #bebebe;
}

div#mainPanel div.left p.quote {
	font-size: 2em;
	margin: 0;
}

div#mainPanel div.right {
	float: right;
	width: 50%;
}

div#mainPanel div.rightContent {
	margin: 3em 4em;	
}

div#mainPanel div.right a {
	color: #838383;
	text-decoration: underline;
	font-size: 1.1em;
}

div#mainPanel div.right strong {
	color: #373737;
	font-size: 1.1em;
}



/* footer */

div#footer {
	margin-top: 15px;
	clear: both;
	height: 26px;
	color: #909090;
	font-size: 0.9em;
}

div#footer div.left {
	float: left;
}

div#footer div.right {
	float: right;
}

div#footer li {
	display: inline;
	background: url("../_images/footer_seperator.gif") center right no-repeat;
	float: left;
	padding: 0 7px 0 5px;
}

div#footer li.last {
	background: none;
}

div#footer a {
	color: #909090;
}


/* subpage left navigation */

div#subnav {
	float: left;
	margin: 35px 0 0 35px;
	width: 165px;
}

div#subnav h1 {
	background: transparent url("../_images/bullet.gif") no-repeat scroll left center;
	color: #b8b8b8;
	font-weight: normal;
	font-size: 1.1em;
	padding: 0 1em;
}

div#subnav ul {
	padding: 0 0 0 2em;
}

div#subnav ul li {
	padding: 0.25em 0 0 0;
}

div#subnav ul li a {
	color: #b8b8b8;
}

div#subnav ul li a.active {
	text-decoration: underline;
}


/* breadcrumb trail */

div#content div#breadcrumb, div#content div#breadcrumb a {
	color: #909090;
	text-decoration: none;
}

div#content div#breadcrumb {
	margin: 0 0 2em 0;
}


/* subpage content */

div#content {
	float: left;
	margin: 35px 0 15px 25px;
	width: 550px;
	min-height: 417px;
}

div#content a {
	color: #373737;
	text-decoration: underline;
}

div#content div.story {
	padding: 1em 0 0 0;
}

div#content div.news-listing {
	margin: 0 0 1em 0;
}

div#content div.news-listing-date {
	font-style: italic;
}


/* newsletter */

div#newsOuterShell {
	clear: both;
	margin: 0 auto;
	width: 680px;
	background-color: #fff;
}

div#newsInnerShell {
	float: left;
	clear: both;
	width: 660px;
	padding: 15px 10px;
	background-color: #fff;
}

div#summary {
	margin: 10px 0 0 0;
}

div#summary div.intro {
	float: left;
	width: 300px;
	min-height: 550px;
	padding: 10px 15px;
	background-color: #e2e2e2;
}

div#summary div.contents {
	float: right;
	width: 300px;
	min-height: 550px;
	padding: 10px 15px;
}

div#article {
	clear: both;
	border: 6px solid #e2e2e2;
	padding: 1em;
	margin: 1em 0 0 0;
}

div#article a, div#summary a {
	color: #373737;
}