/*layout*/
body {
	margin: 0;
	background: #dfddde url(../media/images/layout/secondary/topBody.jpg) repeat-x left top;
	text-align: center;
	font-family: Arial, sans-serif;
}
#pageContainer {
	margin: auto;
	text-align: left;
	font-size: 12px;
	width: 761px;
	font-family: Arial, Helvetica, sans-serif;
}
/*
Take Care of Simple Business: Links
*/
a {
	color: #890114;
}
a:visited {
	color: #bd505f;
}
a:hover {
	color: #9b9a9a;
}
a:active {
	color: #9b9a9a;
}
#header {
	width: 761px;
	height: 92px;
	background: transparent url(../media/images/layout/secondary/header.jpg) no-repeat left top;
}
#indexContentContainer {
	width: 761px;
}
#PSBlurbContainer {
	margin-left: 10px;
	padding: 90px 5px 40px 0;
	width: 246px;
	height: 130px;
	float: left;
	border-right: 1px solid #015789;
}
#PSBlurbHeader {
	width: 246px;
	height: 23px;
	background: transparent url(../media/images/layout/PSBlurbHeader.jpg) no-repeat left top;
}
#PSBlurbBody {
	width: 246px;
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	text-align: justify;
}
#PSAnnounceContainer {
	float: left;
	width: 198px;
	height: 260px;
	padding-left: 5px;
}
#PSAnnounceHeader {
	width: 203px;
	height: 23px;
	background: transparent url(../media/images/layout/PSAnnounceHeader.jpg) no-repeat left top;
}
#PSAnnounceBody {
	height: 220px;
	overflow: auto;
}
.indexImg1 {
	width: 273px;
	height: 290px;
	margin-top: -20px;
	background: transparent url(../media/images/layout/mainImage.jpg) no-repeat 0 top;
	float: left;
}
.indexImg2 {
	width: 273px;
	height: 290px;
	margin-top: -20px;
	background: transparent url(../media/images/layout/mainImage.jpg) no-repeat -273px top;
	float: left;
}
.indexImg3 {
	width: 273px;
	height: 290px;
	margin-top: -20px;
	background: transparent url(../media/images/layout/mainImage.jpg) no-repeat -546px top;
	float: left;
}
.indexImg4 {
	width: 273px;
	height: 290px;
	margin-top: -20px;
	background: transparent url(../media/images/layout/mainImage.jpg) no-repeat -819px top;
	float: left;
}
.indexImg5 {
	width: 273px;
	height: 290px;
	margin-top: -20px;
	background: transparent url(../media/images/layout/mainImage.jpg) no-repeat -1092px top;
	float: left;
}
.indexImg6 {
	width: 273px;
	height: 290px;
	margin-top: -20px;
	background: transparent url(../media/images/layout/mainImage.jpg) no-repeat -1365px top;
	float: left;
}
#menuContainer {
	clear: both;
	margin-top: 0;
	width: 761px;
	background: transparent url(../media/images/layout/menuStrip.jpg) repeat-x left top;
}
#menuLeftTop {
	width: 6px;
	height: 6px;
	float: left;
	background: transparent url(../media/images/layout/indexMenuCurveLeftTop.jpg) no-repeat left top;
}
#mainMenu {
	width: 729px;
	padding: 10px;
	float: left;
}
#menuRightTop {
	width: 6px;
	height: 6px;
	float: left;
	background: transparent url(../media/images/layout/indexMenuCurveRightTop.jpg) no-repeat left top;
}
.menuItem {
	float: left;
	width: 134px;
	padding: 0 3px 0 3px;
	border-left: 1px solid #015789;
}
.menuHeader {
	font-size: 1em;
	color: #000000;
	font-weight: bold;
	border-bottom: 1px solid #015789;
	text-align: center;
	margin: 0 5px 0 5px;
}
.menuBody {
	height: 70px;
	font-size: .9em;
	padding: 2px 2px 2px 2px;
	text-align: center;
}
#menuBottomContainer {
	width: 761px;
	height: 6px;
	background: transparent url(../media/images/layout/menuStrip.jpg) repeat-x left top;
	clear: both;
}
#menuBottomLeft {
	width: 6px;
	height: 6px;
	float: left;
	background: transparent url(../media/images/layout/indexMenuCurveLeftBottom.jpg) no-repeat left top;
}
#menuBottomMiddle {
	width: 749px;
	height: 6px;
	float: left;
}
#menuBottomRight {
	width: 6px;
	height: 6px;
	float: left;
	background: transparent url(../media/images/layout/indexMenuCurveRightBottom.jpg) no-repeat left top;
}
#lowerSectionContainer {
	width: 741px;
	padding: 5px 10px 0 10px;
	clear: both;
}
#lowerSectionLeft {
	width: 465px;
	padding: 0 10px 0 10px;
	border-right: 1px solid #015789;
	height: 200px;
	float: left;
}
#lowerSectionLinksIndex {
	width: 445px;
	padding: 0 10px 0 10px;
	border-bottom: 1px solid #015789;
	text-align: center;
	font-size: 1em;
}
#lowerSectionContent {
	float: left;
	width: 445px;
}
#lowerSectionRight {
	width: 200px;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px 10px 0 10px;
}
.menuHeader a {
	color: #890114;
	text-decoration: none;
}
.menuHeader a:visited {
	color: #890114;
}
.menuHeader a:hover {
	color: #015789;
}
#lowerSectionLinksIndex a {
	text-decoration: none;
	color: #015789;
}
.dropDownDivContainer {
	position: relative;
	cursor: default;
}
.dropDownDivHidden {
	display: none;
}
.dropDownDiv {
	
	display: block;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 3px;
	z-index: 30;
	background-color: #c6c6c6;
	border: 1px solid #015789;
	padding: 3px 3px 8px 3px;
	filter:alpha(opacity=90);
	-moz-opacity:.9;	opacity:.9;
}