html, body { padding: 0px; margin: 0px; }
body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 14px; color: #000; }
body { background-image: url(../images/bg.jpg); background-repeat: no-repeat; background-attachment: scroll; background-position: top center; background-color: #222; }
* {	margin: 0px auto; padding: 0; }
img { border: 0px; }
div#wrapper { position: relative; margin-bottom: 0px; width: 826px; }


/* content wrapper */
div#contentWrapper { position: relative; width: 826px; margin-top: 0px; z-index: 0; }



/* header styles */
div#header { position: relative; width: 803px; height: 146px; overflow: visible; margin-top: 0px;  margin-bottom: 0px; z-index: 500; font-family: Verdana, Geneva, sans-serif; font-size:  11px; line-height: 12px; color: #1b6786; }
	img#hdrLogo { position: absolute; left: 245px; top: 23px; }
	div#hdrAddress { position: absolute; left: 21px; top: 50px; width: 227px; }
	div#hdrPhone { position: absolute; right: 132px; top: 50px; }
	img#hdrViewMap { position: absolute; right: 51px; top: 50px; }
	div#findLocLink { position: absolute; right: 12px; top: 49px; }
		div#findLocLink a:link, div#findLocLink a:visited { text-decoration: underline; color: #1b6786; }
		div#findLocLink a:hover { text-decoration: none; color: #1b6786; }
	ul#hdrMenu { position: absolute; left: 0px; bottom: 3px; }
		ul#hdrMenu li { display: inline; list-style-type: none; }




.clear { clear: both; height: 1px; margin-bottom: 0px; overflow: hidden; }


/* footer styles */
div#footer { position: relative; display: block; width: 100%; height: 100%; padding-top: 20px; padding-bottom: 35px; font-size: 12px; line-height: 17px; color: #fff; z-index: 502; font-family: Arial, Helvetica, sans-serif; background-color: #2c88ad; }
div#footer a:link, div#footer a:visited { text-decoration: none; color: #81dbff; }
div#footer a:hover { text-decoration: underline; color: #81dbff; }
div#footerLeft { padding-right: 20px; }
div#footerMiddle { padding-left: 20px; padding-right: 20px; border-left: 1px solid #6cacc6; border-right: 1px solid #6cacc6; }
div#footerRight { padding-left: 20px; }


/* location error pop up styles */
div#locPop { font-family: Arial, Helvetica, sans-serif; color: #000; display: none; }
div#locPopContent { position: absolute; top: 58px; left: 57px; width: 325px; text-align: left; z-index: 3; }
div#locMsgHdr { font-size: 12px; line-height: 18px; color: #217da3; }
div#theLocMsg { width: 290px; float: left; font-size: 11px; line-height: 14px; }
div#locMsgBtn { clear: both; float: right; padding-right: 32px; }
.popShadow { position: relative; z-index: 1; }
.popCard { position: absolute; top: 21px; left: 21px; z-index: 2; }
