@import url("include.css");

.flashMovie {
	cursor:hand;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0; padding: 0;
	color: #333333;
}

div#pageHeader {
	height: 194px;
	padding: 0;
	margin: 0;
	color: #ffffff;
	background-color: #5C9DBE;
}

#pageFooter {
	clear: both;
	margin-top: 10px;
}

img#homeGraphic {
	float: left;
	margin-right: 20px;
}


#pageHeader p {
	margin: 0;
	padding: 4px 4px 4px 4px;
	font-weight: bold; font-size: 100%;
	color: #ffffff;
}

#pageHeaderRight {
	position: relative;
	vertical-align: center;
	height: 194px;
	padding: 0;
	margin: 0;
}

* html #pageHeaderRight  {
	padding: 30px 0 0 0;
}

#noFlash.hidden {
	display: none;
}

#noFlash.hidden h3 {
	margin: 0;
	padding: 0;
	border: 0;
	width: 10px;
	color: #5C9DBE;
}


#noFlash.show {
	vertical-align: center;
	padding: 30px 0 0 0;
	margin: 0;
}

* html #noFlash.show  {
	padding: 0;
}

#noFlash.show h3 {
	margin: 0;
	padding: 0;
	font-weight: bold; 
	font-size: 125%;
	border: 0;
	color: #ffffff;
}

#flash.hidden {
	display: none;
}

#flash {
	position: absolute;
	left: 20px;
	top: 30px;
	width: 430px;
	height: 130px;
	background-color: #5C9DBE;
}

#flash.show {
	position: absolute;
	left: 530px;
	top: 30px;
	width: 430px;
	height: 130px;
	background-color: transparent;
	cursor: hand;
	cursor: pointer;
}

* html #flash.show {
	left: 20px;
}


div#flashOverlay {
	position: absolute;
	left: 530px;
	top: 30px;
	width: 430px;
	height: 130px;
	background-color: transparent;
	cursor: hand;
	cursor: pointer;
}

* html div#flashOverlay {
	left: 20px;
}

#flashOverlay button{
	background-color: transparent;
	width: 430px;
	height: 130px;
	border: 0;
	cursor: hand;
	cursor: pointer;
}

div#pageContent {
	text-align: left;
	padding: 0px 8px 4px 16px;
	margin-right: 288px;
}

div#secondaryNav {
	text-align: left;	
	float: right;
	width: 280px;
}
div#featuredTopics {
	border-right: 2px #5C9DBE dotted;
	min-height: 170px;
	padding: 0px 8px 4px 16px;
	color: #000000;
}

* html div#featuredTopics {
	height: 170px;
}

h3{
	display: block;
	font-weight: 900; font-size: 105%;
	width: 100%;
	border-bottom: 1px #C49B2B solid;
	padding: .5em 0 .5em 0;
	margin: 0 8px 0 0;
	color: #C49B2B;
}

div.featuredTopic img{
	margin: 0;
	padding: 0;
	float:left;
	border: 1px #5C9DBE solid;
}
div.featuredTopic {
	height: 80px;
}

div.featuredTopic p {
	margin: 0;
	padding: 0;
	font-size: 80%;
}

div.featuredTopic a{
	color: #005984;
	font-weight: 600; font-size: 11px;
	text-decoration: none;
}

div.featuredTopic a:hover {
		color: #C49B2B;
		text-decoration: underline;
	}

div.featuredTopic img{
	float: left;
	margin: 4px 2px 0px 2px;
}

#secondaryNav ul{
	padding: 0 0 0 5px;
	margin: 0 0 5px 0;
	list-style: none;
	list-style-position: outside;
}

#secondaryNav li{
	margin: 4px 8px 0 0px;
	padding: 0px 0px 4px 0px;
	border-bottom: 2px #C49B2B dotted;
}

#secondaryNav a{
	display: block;
	color: #005984;
	font-weight: 200; font-size: 90%;
	text-decoration: none;
}

#secondaryNav a:hover {
		color: #C49B2B;
		text-decoration: underline;
	}


h5 {
	color: #005984;
	font-size: 11px;
	font-weight: 900;
	margin: 0 4px 0 0;
	padding: 0.5em 0.5em 0 0;
}