@import "common.css";

#pageMiddle {
	background: #fff url(/images/body_bg.jpg);
}

#headerBottom {
	background: url(/images/under_header.jpg);
}

#pageBottom {
	background: url(/images/body_bottom.png);
}

.hline {
	border-top: 1px solid #999;
	margin-top: 10px;
	padding-bottom: 10px;
}

.indent-16 {
	padding-left: 16px;
}

.itemsList {
	margin: 0px;
	padding: 0px;
	color: #003366;
	list-style-type: none;
	height: 50px;
}

.itemsList li {
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

.itemsList li ul {
	margin: 0px;
	padding: 0px 0px 0px 14px;
	list-style-type: disc;
}

.itemsList li ul li {
	display: list-item;
	float: none;
}

#pageLeftCol {
	padding-right: 14px;
	width: 610px;
	float: left;
}

#pageRightCol {
	width: 205px;
	/*width: 180px;*/
	float: right;
	padding-right: 10px; 
}

.yellowBox {
	background: #fbe200;
}

.yellowBoxTitle {
	font-weight: bold;
	color: #cc0000;
	border-bottom: 1px solid #e57800;
	padding: 4px 0px;
	margin: 0px 4px;
	line-height: 11px;
}

.locations {
	list-style-type: none;
	margin: 5px 0px 0px 30px;
	padding: 0px;
}

.locations li {
	background: #f4c200;
	float: left;
	color: #000000;
	margin: 0px 0px 5px 0px;
	padding: 5px;
	width: 170px;
}

.locationsSpacer {
	background: none !important;
	padding: 0px !important;
	margin: 0px !important;
	width: 20px !important;
	height: 10px;
	overflow: hidden;
}

.locationsFacebook {
	background: none !important;
	padding: 0px !important;
	margin: 0px !important;
	width: 180px !important;
	height: 66px;
	overflow: hidden;
}

.orangeBox {
	background: #f2791b;
	border-top: 2px solid #fff;
	padding: 7px;
	color: #fff;
	font-size: 14px;
}

.blueBox {
	background: #8cb3d9;
	color: #fff;
	padding: 10px;
	width: 188px;
}

#mailingListEmail {
	width: 114px;
	height: 18px;
	margin: 0px;
	padding: 0px;
}

#mailingListForm input {
	/*float: left;*/
	vertical-align: middle;
}