@charset "UTF-8";
/* CSS Document */

@import "forms.css";

* {
	margin: 0;
	padding: 0;
}

div#masthead, ul#footer {
	width: 946px;
	margin: 0 auto;
}

body {
	width: 946px;
	position: relative;
	margin: 10px auto 20px auto;

	font-family: "Arial Rounded", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}

div#page { background: #FFFFFF; padding-top: 220px; padding-bottom: 0; }

/* Basic Layout */
div.column {
	float: left;
	width: 635px;
	padding: 0 5px 0 0;
	margin: 0;
}

div.column.quarter {
	width: 300px;
	padding-right: 0;
	float: right;
}

div.column.quarter h3 { padding: 15px 0 5px 0; text-indent: 10px; }

div.clear { clear: both; width: 90%; }

/* Float boxes */
div.floatBox {
	width: 45%;
	float: left;
}

div.floatBox.right { float: right; }

/* Text formatting / General Formatting*/
a { color: #455c0c; }

p {
	margin: 0 auto;
	padding: 5px 0 10px 0;
}

a:hover { text-decoration: none; }

h1, h2, h3, h4 {
	font-weight: normal;
}

h1 { padding-top: 10px; color: #b00; }

#page .column h1 {
	font-size: 30px;
	padding: 0 0 20px;
	line-height: 30px;
}

h2, form legend {
	color: #03540a;
	font-size: 19px;

	height: 25px;
	line-height: 25px;

	padding: 10px 0 15px 0;
}

#page .column h2 {
	font-size: 24px;
	padding: 0;
	margin: 10px 0 20px;
	line-height: 30px;
}

h3 {
	height: 25px;
	line-height: 25px;

	font-size: 12px;
	font-weight: bold;
	text-indent: 10px;

	color: #03540a;
	text-indent: 0;
}

img {
	padding: 1px;
	border: 1px solid #777;
}

div.column.quarter p {
	font-size: 12px;
	margin-left: 10px;
}

div.column ul {
	list-style-position: inside;
	margin: 10px 0 10px 10px;
}

div.column ul li { margin-bottom: 5px; }

div.column.quarter ul { padding-top: 10px; font-size: 12px; }
div.column.quarter ul li { margin-bottom: 10px; }

div.column.quarter h2 { margin-left: 10px; }
div.column.quarter h3 { color: #b00; }
div.column ul.twoColumns {
	width: 745px;
	margin: 10px 0 10px 0;
	list-style-type: none;
}
div.column ul.twoRows {
	margin: 10px 0 10px 0;
	list-style-type: none;
}

div.column ul.twoColumns li {
	float: left;
	width: 352px;
	margin: 0;
	padding: 10px;
	background: url(../images/interface/boxBG.gif) top left repeat-x #bae780;
}
div.column ul.twoRows li {
	margin: 10px 0;
	padding: 10px;
	background: url(../images/interface/boxBG.gif) top left repeat-x #bae780;
}

div.column ul.twoColumns li ul li {
	float: none;
	width: auto;
	padding: 0;
	background: none;
}
div.column ul.twoRows li ul li {
	float: none;
	width: auto;
	padding: 0;
	background: none;
}

div.column ul.twoColumns li.right {
	float: right;

}

div.contentBox {
	padding: 10px;
	width: 725px;
	background: url(../images/interface/boxBG.gif) top left repeat-x #bae780;
}

.printOnly { display: none; }

/* Map */
div#interactiveMap {
	width: 97%;
	height: 200px;
	margin: 0 auto 10px auto;

	border: 1px solid #777;
}

/* Masthead */
div#masthead {
	position: absolute;
	top: 0;
	left: 0;

	height: 220px;
	z-index: 2;
	background: url(../images/interface/masthead_new.jpg) top left no-repeat;
}

#page .column {
	padding-top: 20px;
}

/* Main menu bar */
div#masthead ul {
	position: absolute;
	top: 45px;
	bottom: auto;
	left: 420px;

	list-style-type: none;

	height: 20px;
	line-height: 20px;
}

div#masthead ul li, div#masthead ul li a {
	width: 100%;
	height: 100%;
	text-align: center;
}

div#masthead ul li {
	float: left;
	width: auto;
	border-right: 1px solid #FFFFFF;
	padding: 0 7px;
	position: relative;
}
div#masthead ul li:last-child {
	border-right: 0;
}

div#masthead ul li a {
	display: inline;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
}

div#masthead ul li a:hover { background: none; color: #FFFFFF; text-decoration: underline; }
div#masthead ul li a.active { background: none; color: #FFFFFF; text-decoration: underline; }

div#masthead ul li ul {
	position: absolute;
	top: 100%;
	left: 0;
	height: auto;
	width: auto;
	min-width: 100%;
	background: #760809;
	z-index: 100;
	text-align: left;
	display: none;
	white-space: nowrap;
}
div#masthead ul li:hover > ul {
	display: block;
}
div#masthead ul li.menu:hover > a {
	visibility: hidden;
}
div#masthead ul li ul li, div#masthead ul li ul li a {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: auto;
}
div#masthead ul li ul li a {
	padding: 5px 10px;
}

/* Masthead sub menu */
div#masthead ul#subMenu {
	bottom: auto;
	left: auto;

	top: 5px;
	right: 200px;

	height: 20px;
	line-height: 20px;
	display: none;
}

div#masthead ul#subMenu li {
	float: right;
	clear: right;
	width: auto;
}

div#masthead ul#subMenu li a {
	color: #fff;
	font-size: 12px;
}

div#masthead ul#subMenu li a:hover { background: none; text-decoration: underline; }


/* Footer */
#footer {
	clear: both;
	margin-top: 1px;
	padding-top: 0;
	height: 50px;

	clear: both;
	list-style-type: none;
	background: url(../images/interface/footerBG.gif) bottom left no-repeat #bbe781;
}

#footer ul {
	margin: 0;
	padding: 5px 0;
	overflow: hidden;

	clear: both;
	list-style-type: none;
}

#footer ul li {
	float: left;
	margin-left: 1%;
	width: 20%;
}

#footer ul li, #footer ul li a { color: #fff; }
#footer ul li.right { float: right; text-align: right; margin-left: 0; margin-right: 1%; }


/* Home Banner (temporary until search form is enabled */
div#homeBanner {
	position: absolute;
	z-index: 10;
	top: 279px;
	left: 0;

	width: 745px;
	height: 180px;
	margin-bottom: 10px;
	background: url(../images/interface/homeBanner.jpg) top left no-repeat;
}

div#homeBanner div {
	float: right;
	margin: 10px;
	padding: 5px;

	width: 25%;
	height: 150px;

	border: 1px solid #fff;
	background: url(../images/interface/alpha50.png) top left repeat;
}

div#homeBanner div h2 {
	color: #fff;
	font-size: 19px;
	margin: 0;
	padding: 0;
}

div#homeBanner div p {
	color: #fff;
}

div#homeBanner div a {
	color: #fff;
}

img#homeBanner2 {
	display: block;
	float: none;
	clear: both;
	padding: 0;
	border: 0;
}

ul.main-points {
	list-style: url(/images/main-point.jpg);
	font-size: 16px;
	margin: 20px 0;
}

.column.quarter .box {
	margin: 10px 0;
}
.column.quarter .box .title {
	background: #0066CC;
	color: #FFFFFF;
	padding: 5px 10px;
	text-align: center;
}
.column.quarter .box .title * {
	text-indent: 0;
}
.column.quarter .box .title h3 {
	color: #FFFFFF;
	margin: 5px 0;
	padding: 0;
	font-size: 16px;
}
.column.quarter .box .title p {
	margin: 5px 0;
	padding: 0;
}
.column.quarter .box .title.large {
	font-size: 16px;
}
.column.quarter .box .title.large h3 {
	font-size: 20px;
}
.column.quarter .box .title.large p {
	font-size: 16px;
}
.column.quarter .box .content {
	border: 1px solid #C4E1FF;
	padding: 0 10px;
}

.header-text-box {
	border: 1px solid #FFFFFF;
	background: #11273F;
	position: absolute;
	top: 74px;
	right: 15px;
	padding: 0 10px;
	width: 533px;
	height: 138px;
	overflow: auto;
	color: #FFFFFF;
}
.header-text-box h2, .header-text-box p {
	padding: 0;
	margin: 10px 0;
	color: #FFFFFF;
}

.phone-num {
	position: absolute;
	top: 25px;
	right: 180px;
	color: #FFFFFF;
	font-size: 20px;
}