/* INITIAL
*/

/* Neutralize styling:
   Elements we want to clean out entirely: */ html, body, form, fieldset {
    margin: 0;
    padding: 0;
    font-family: times new roman, Verdana, Helvetica, sans-serif;
    font-size: 10pt;
}

/* Neutralize styling:
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 0px 0px 1em 0px;
        padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */ li, dd, blockquote {
        margin-left: 3em;
        margin-bottom: 1em;
}

/* Miscellaneous conveniences: */
form label {
	clear: left;
	display: block;
	float: left;
	width: 80px;
	height: 26px;
	color: #245cda;
}
fieldset {
	border: none;
}
form input, textarea {
	font-size: 100%;
	width: 260px;
}

img {
	border: 0px none;
}

a {
	text-decoration: none;
}

h1 {
	font-size: 30px;
	margin-bottom: 5px;
	color: #245cda;
	font-weight: normal;
}

h2 {
	font-size: 18px;
	margin-bottom: 5px;
	color: #245cda;
	font-weight: normal;
}

.addressHeader {
	font-size: 14px;
	margin-bottom: 5px;
	color: #245cda;
}

body {
	color: #777;
}

.blue {
	color :#245cda;
}

.grey {
	color: #777;
}

/* general markup */

.backgroundFade {
	background-image: url(/custom/images/background-fade.jpg);
	background-repeat: repeat-x;
	background-color: #006dcf;
}

.mainContent {
	margin: 0px auto;
	text-align: center;
	width: 870px;
}

.mainLeft {
	float: left;
	width: 7px;
	height: 759px;
	background-image: url(/custom/images/shadow-left-rpt.gif);
	background-repeat: repeat-y;
	color: #fff;
}

.mainCenter {
	float: left;
	width: 856px;
	background-color: #fff;
}

.mainRight {
	float: left;
	width: 7px;
	height: 759px;
	background-image: url(/custom/images/shadow-right-rpt.gif);
	background-repeat: repeat-y;
}

.center {
	width: 770px;
	margin: 0px auto;
}

.top {
	background-image: url(/custom/images/top.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 770px;
	height: 169px;
}

.bottom {
	clear: left;
	padding-top: 10px;
	background-image: url(/custom/images/footer.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 770px;
	height: 40px;
	color: #fff;
	font-family: arial;
}

.footer {
	padding-top: 7px;
}

.footer a {
	color: #fff;
}

.footerAnchor {
	padding-left: 25px;
}

.navigation {
	padding-top: 128px;
	width: 770px;
	clear: both;
	text-align: center;
}

.navigation a {
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding-top: 15px;
	height: 26px;
	text-decoration: none;
	background-repeat: no-repeat;
	display: -moz-inline-box;
	-moz-box-pack: center;
	display: inline-block;
	font-family: arial;
}

.navItem {

}

.navOn {
	color: #000;
}

.navOff {
	color: #fff;
}

.navStart {
	width: 100px;
	background-image: url(/custom/images/nav-start-off.jpg);
	color: #fff;
}

.navStart:hover {
	width: 100px;
	background-image: url(/custom/images/nav-start-on.jpg);
	color: #666;
}

.navMiddle {
	width: 94px;
	background-image: url(/custom/images/nav-middle-off.jpg);
	color: #fff;
}

.navMiddle:hover {
	width: 94px;
	background-image: url(/custom/images/nav-middle-on.jpg);
	color: #666;
}

.navEnd {
	width: 99px;
	background-image: url(/custom/images/nav-end-off.jpg);
	color: #fff;
}

.navEnd:hover {
	width: 99px;
	background-image: url(/custom/images/nav-end-on.jpg);
	color: #666;
}

.middle {
	background-image: url(/custom/images/backing.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 770px;
	text-align: left;
	padding-top: 8px;
}

.siteContent {
	margin-left: 8px;
	width: 753px;
	height: 200px auto !important;
	min-height: 200px;
}

.lhs {
	width: 261px;
	float: left;
}

.green {
	background-image: url(/custom/images/green-home.jpg);
	background-repeat: no-repeat;
	height: 248px;
	width: 251px;
	color: #fff;
	padding-top: 13px;
	padding-left: 10px;
}

.yellow {
	margin-top: 9px;
	background-image: url(/custom/images/yellow-home.jpg);
	background-repeat: no-repeat;
	height: 248px;
	width: 254px;
	padding-top: 13px;
	padding-left: 6px;
	color: #fff;
	color: #245cda;
}

.yellowText {
	padding-left: 7px;
}

.yellowButton {
	margin-top: 8px;
}

.rhs {
	padding-left: 9px;
	width: 483px;
	float: left;
}

.page {
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #ededed;
	width: 483px;
	height: 531px;
}

.pageContent {
	padding: 20px 10px 0px 17px;
	background-color: #ededed;
}

.homeContent {
	color :#245cda;
}

.homeBullets li {
	margin-left: 18px;
}

.addressArea {
	float: left;
	width: 127px;
	height: 252px;
	padding-top: 16px;
	padding-left: 12px;
	background-image: url(/custom/images/contact-address.gif);
	background-position: center;
	background-repeat: no-repeat;
}

.addressAreaSpacer {
	float: left;
	width: 16px;
}

.contactPre {
	padding-top: 8px;
	clear: left;
	font-size: 14px;
}

.contactForm {
	padding-top: 8px;
	clear: left;	
	float: left;
	font-size: 14px;
	width: 353px;
}

.button {
	height: 37px;
	width: 97px;
	background-position: center;
	background-repeat: no-repeat;
	border: 0px;
	cursor: pointer;
}

.contactButton {
	float: left;
	padding-top: 126px;
}

.findUsArea {
	float: left;
	width: 127px;
	height: 123px;
	padding-top: 16px;
	padding-left: 12px;
	background-image: url(/custom/images/find-address.gif);
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.findUsAreaSpacer {
	float: left;
	width: 16px;
}

.findUsAdmin {
	width: 139px;
	height: 30px;
	float: left;
}

.findMap {
	clear: left;
	margin-left: 67px;
}

.directionsBox {
	margin-top: 7px;
	width: 449px;
	height: 106px;
	padding-top: 2px;
	background-repeat: no-repeat;
	background-image: url(/custom/images/directions-box.jpg)
}

.directionsDetail {
	overflow-y: scroll;
	height: 93px;
	width: 439px;
	padding-top: 10px;
	padding-left: 10px;
}
