/*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;
}
#menuContainer {
	clear: both;
	width: 761px;
	background: transparent url(../media/images/layout/menuStrip.jpg) repeat-x left top;
	margin-top: -20px;
	vertical-align: middle;
}
#menuLeftTop {
	width: 6px;
	height: 6px;
	float: left;
	background: transparent url(../media/images/layout/indexMenuCurveLeftTop.jpg) no-repeat left top;
}
#mainMenu {
	width: 729px;
	padding: 10px 10px 5px 10px;
	float: left;
	text-align: center;
}
#menuRightTop {
	width: 6px;
	height: 6px;
	float: right;
	background: transparent url(../media/images/layout/indexMenuCurveRightTop.jpg) no-repeat left top;
}
.menuItem {
	float: left;
	padding: 0 3px 0 3px;
	border-left: 1px solid #000000;
}
.menuHeader {
	font-size: .9em;
	color: #000000;
	font-weight: bold;
	text-align: center;
	margin: 0 5px 0 5px;
}
#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;
}
.menuHeader a {
	color: #890114;
	text-decoration: none;
}
.menuHeader a:visited {
	color: #890114;
}
.menuHeader a:hover {
	color: #000000;
}

#secondaryImg {
	float: right;
	width: 171px;
	height: 180px;
	margin: 0 40px 10px 10px;
	padding-bottom: 10px;
	background: #dfdede url(../media/images/layout/secondary/topHangImg.jpg) no-repeat right top;
}
#contentContainer {
	padding: 0 50px 0 20px;
}
#pageTitle {
	font-size: 2em;
	color: #89011f;
	padding-right: 221px;
	text-align: center;
}
#lowerSectionLinks {
	padding: 0 10px 0 10px;
	border-top: 1px solid #9b9a9a;
	text-align: center;
	font-size: 1em;
	clear: both;
	margin-top: 15px;
}
#lowerSectionLinks a {
	text-decoration: none;
	color: #9b9a9a;
}
.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;
}