@charset "utf-8";

.Body {
	margin: 0 auto;
	width: 983px;
	padding-bottom: 2px;
}

/* ----- Dropdowns */

.FlyingDrop {
	position: absolute;
	z-index: 100;
	top: -2px;
	left: 624px;
}
.FlyingDrop .DropTop,.FlyingDrop .DropTopOver {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 28px;
	width: 350px;
	cursor: pointer;
}
.FlyingDrop .DropTopOver {
	background-image: url(images/all_1_dropdown_box.png);
}
.FlyingDropHover .DropTop,.FlyingDropHover .DropTopOver {
	background-position: 0px -50px;
}
.FlyingTitleHome .FlyingDrop .DropTop {
	background-image: url(images/all_1_dropdown_box_blue.png);
}
.FlyingDrop .DropTop p {
	font-size: 12px;
	line-height: 17px;
	color: #FFFFFF;
	text-align: right;
	margin: 0 5px 0 0;
	padding-top: 8px;
	padding-right: 36px;
	padding-bottom: 2px;
	background-image: url(images/all_1_dropdown_arrow.png);
	background-repeat: no-repeat;
	background-position: right 0px;
	display: block;
}
.FlyingDropHover .DropTop p {
	background-position: right -30px;
}
.FlyingDrop .DropContent {
	display: none;
}
.FlyingDrop .DropContent,.FlyingDrop .DropContentOver {
	background-repeat: repeat-y;
	background-position: -350px 0px;
	width: 350px;
}
.FlyingDrop .DropContentOver {
	background-image: url(images/all_1_dropdown_box.png);
}
.FlyingTitleHome .FlyingDrop .DropContent {
	background-image: url(images/all_1_dropdown_box_blue.png);
}
.FlyingDrop .DropInner {
	padding-top: 8px;
}
.FlyingDrop .DropEnd,.FlyingDrop .DropEndOver {
	background-repeat: no-repeat;
	background-position: 0px -35px;
	height: 8px;
	width: 350px;
}
.FlyingDrop .DropEndOver {
	background-image: url(images/all_1_dropdown_box.png);
}
.FlyingDropHover .DropEnd,.FlyingDropHover .DropEndOver {
	background-position: 0px -85px;
}
.FlyingTitleHome .FlyingDrop .DropEnd {
	background-image: url(images/all_1_dropdown_box_blue.png);
}

.DropContent .DropHeader {
	margin: 0 auto;
	height: 50px;
	width: 320px;
	font-size: 14px;
	line-height: 49px;
	color: #FFFFFF;
}
.DropContent .DropHeader a {
	height: 50px;
	width: 320px;
	background-image: url(images/all_1_dropdown_header.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	color: #FFFFFF;
}
.DropContent .DropHeader a span {
	padding-left: 14px;
}
.DropContent .DropHeader a:hover {
	background-position: 0px -55px;
}
.DropContent .DropHeader a:hover span {
	text-decoration: underline;
}
.DropContent .DropDiv {
	background-image: url(images/all_1_dropdown_header.png);
	background-repeat: no-repeat;
	background-position: 0px -25px;
	margin: 0 auto;
	height: 2px;
	width: 320px;
}

/* ----- Inner Green */

.Box .InnerGreen {
	background-color: #EEEEDD;
	margin: 0 auto;
}
.Box .InnerGreenTop {
	background-repeat: no-repeat;
	background-position: 0px -15px;
	height: 5px;
}
.Box .InnerGreenEnd {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 5px;
}
.Box975 .BoxInner {
	padding-top: 8px;
	padding-bottom: 5px;
}
.Box975 .InnerGreen {
	width: 955px;
}
.Box975 .InnerGreenTop {
	background-image: url(images/all_3_box_975_innergreen.png);
	background-position: 0px -15px;
	width: 955px;
}
.Box975 .InnerGreenEnd {
	background-image: url(images/all_3_box_975_innergreen.png);
	width: 955px;
}