/* CSS Document */

/*For hidden link so users with screen readers can skip to content*/
.skip {font-size:2px;
}
	
a.skip {color: #bdd6ff; font-size:2px;}
a.skip:active {color: #bdd6ff;}
a.skip:hover {color: #bdd6ff;}

#Header{ 
	/*background image needs to be 800px by 135px*/
	background:transparent url("../images/MainContentHeader.jpg") no-repeat;
	width:100%;
	height:245px;
}
#HeaderBar{
	background-color:#447bd4;
	font: 1.8em Arial, Helvetica, sans-serif;
	color: #05316d;
	text-align:right;
	position:relative;
	top:135px;
	height:110px;
	padding-right:10px;
	padding-bottom:5px;
}

#HeaderBar .ByLine{
	border-top:solid 1px #05316d;
	border-bottom:solid 1px #05316d;
	width:100%;
	text-align:right;
	padding-right:10px;
	padding-bottom:1px;
	background-color:#ffd673;
	color:#05316d;
	font:bold .5em Arial,Helvetica, sans-serif;
	margin-bottom:5px;
}

/*if you want the showcase itmes to be on the content pages, delete 'display:none;'*/
#Showcase{float:left;clear:both;text-align:center;width:800px;display:none;}

.ShowcaseItem{}

.ShowCaseItemHeader{
	background-color:#ffd673;
	color:#05316d;
}

.ShowCaseItemText{background-color:white;}
.ShowCaseItemDetail{border-top-color:#05316d;}

A.ShowCaseItemDetail:Link,A.ShowCaseItemDetail:Visited,A.ShowCaseItemDetail:Hover{
	color:white;
	background-color:#05316d;
}