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

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #575757;
}
body {
	background: url(/img/body/background.gif) 0px -20px repeat-x;
	margin: 0px;
	height: 100%;
}
a, a:visited {
	color: #da7100;
	text-decoration: underline;
	outline: none;
}
a:hover {
	color: #c5140b;
	text-decoration: none;
	outline: none;
}

fieldset {
	border: none;
}
/* HEADER */

#header {
	margin: 0 auto;
	padding: 0;
	height: 85px;
	width: 900px;
	position: relative;
	margin:0 auto;
}
#subheader {
	height:12px;
	left:-9px;
	position:absolute;
	top:80px;
	width:918px;
}
#logo {
	float: left;
	margin-top: 15px;
	margin-left: 8px;
}
/*------------- M A I N   M E N U ----------------*/
#menu {
	margin-left: auto;
	margin-right: 0px;
	height: 55px;
	padding: 0;
	margin-top: 30px;
	float: right;
}
#menu a {
	font: bold 11px arial, helvetica, sans-serif;
	display: block;
	margin: 0;
	height: 55px;
	line-height: 35px;
	padding-left: 6px;
	padding-right: 6px;
	color: #312b1d;
	text-transform: uppercase;
	text-decoration: none;
	cursor:pointer;
	float: left;
}
#menu a:hover, #menu .active {
	background-color: #342d1f;
	color: #FFFFFF;
	text-decoration: none;
}
#menu .ulsep {
	height: 35px;
	width: 4px;
	background:transparent url(/img/header/mainmenu_sep.gif) center;
	float:left;
}
#container {
	background-image: url(/img/body/container_bg.gif);
	background-repeat: no-repeat;
	margin: 0px auto;
	width: 900px;
	padding: 0 9px;
	min-height:490px;
	height:auto !important;
	height:490px;
	position: relative;
}
/* HOMEPAGE SPECIFIC STYLES */
#homebanner {
	background-color: #FFFFFFF;
	display: block;
	position: relative;
}
#homebanner #bannerimg {
	background:#FFFFFF url(/img/body/homebanner.jpg);
	display: block;
	width: 900px;
	height:173px;
	padding-top:90px;
}
#digger {
	display:block;
	height:165px;
	left:795px;
	position:absolute;
	top:-25px;
	width:105px;
	z-index:100;
}
a.LRFbutton {
	width: 303px;
	height: 87px;
	display: block;
	background:url(/img/body/LRFsprite.gif) top left no-repeat;
}
a.LRFbutton:hover {
	background-position: -303px;
}
/* HOMEPAGE BOXES */

#boxes {
	background:transparent url(/img/body/boxes_bg.gif) no-repeat scroll 0 0;
	display:block;
	height:199px;
	padding:8px
}
.box {
	display: block;
	float:left;
	width: 272px;
	height: 179px;
	padding: 10px;
	overflow: hidden;
}
.semibox {
	width: 286px;
	height: 79px;
}
.box h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #0050bf;
	font-size: 16px;
	padding: 0;
	margin: 0;
}
.box h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #003a8a;
	font-size: 16px;
	padding: 20px 0 5px 5px;
	margin: 0;
}
.box p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #575757;
	font-size: 13px;
	padding: 0 0 0 5px;
	margin: 0;
}
#UpperRightBox a, #UpperRightBox a:visited {
	text-decoration: none;
	color: #0050BF;
	font-style:italic;
	font-weight: bold;
}
#UpperRightBox a:hover, #UpperRightBox a:active {
	text-decoration: underline;
}

#UpperRightBox {
height: 50px;
}

#LowerRightBox {
	background: url(/img/body/hp_247_tab.gif) top left no-repeat;
	height: 110px;
}
.box ul {
	margin: 0;
	padding: 10px 10px 10px 0px;
	list-style:none;
}
.box ul li {
	background:transparent url(/img/body/bullet_blu.gif) no-repeat scroll 0 7px;
	color:#575757;
	line-height:22px;
	padding-left:10px;
}
.semibox ul {
	margin: 0;
	padding: 10px 0px 10px 0px;
	list-style:none;
}
.semibox ul li {
	float: left;
	width: 130px;
}
#MiddleBox {
	width: 265px;
}

#tip {
	background:url(/img/body/tooltip.gif) no-repeat;
	width: 112px;
	height: 43px;
	padding: 10px 8px 6px 18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #111;
	display: none;
}

/* FOOTER */

#footer {
	background-image: url(/img/footer/footer_background.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0px;
	float: left;
	height: 50px;
	width: 900px;
}
#footer .text {
	display:block;
	float:left;
	font-size:12px;
	height:50px;
	line-height:50px;
	padding-left:10px;
	padding-right:10px;
	width:auto;
	color:#F5F5F5;
}
#footer .text a, #footer .text a:visited {
	color: #F5F5F5;
	text-decoration:none;
}
#footer .text a:hover {
	color: #F5F5F5;
	text-decoration:underline;
}
#footer .text .active {
	font-weight: bold;
	color: #FFFFFF;
}
#subfooter {
	float:left;
	height:50px;
	margin:2px 0 0;
	padding:0;
	width:900px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight: normal;
}
#subfooter .text {
	color:#999999;
	float:right;
}
#subfooter img {
	float: right;
	border: none;
	margin-top:-5px;
}
/* Two Column Layout */
#spanCols {
	width: auto;
	padding: 15px 15px 0 15px;
	border-top: 3px solid #342d1f;
}
#leftCol {
	float: left;
	width: 400px;
	padding: 0;
	min-height:480px;
	height:auto !important;
	height:480px;
}

#rightCol {
	float: left;
	width: 470px;
	padding: 15px;
	border-top: 3px solid #342d1f;
}
#rightCol p, #leftCol p {
	color: #4f4531;
	font-size: 12px;
	line-height: 20px;
}
#rightCol div.graybox {
	padding: 11px;
	border: 1px solid #dfdeda;
	background-color: #f8f8f6;
	font-size:12px;
}
#rightCol p.small {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
}
ul.grayflt {
	margin: 0;
	padding: 10px 10px 10px 0px;
	list-style:none;
}
ul.grayflt li {
	background:transparent url(/img/body/bullet_gray.gif) no-repeat scroll 0 4px;
	color:#575757;
	line-height:14px;
	padding-left:10px;
	float: left;
	width: 200px;
	margin-bottom: 10px;
}
ul.bigblue {
	font-size: 14px;
	color: #0050bf;
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.bigblue li {
	background:transparent url(/img/body/bullet_blu-arrow.gif) no-repeat scroll 0 7px;
	color:#0050bf;
	line-height:22px;
	padding-left:10px;
}
ul.FAQ {
	font-size: 14px;
	color: #0050bf;
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.FAQ li {
	margin-top:12px;
}
ul.FAQ li a, ul.FAQ li a:visited {
	background:transparent url(/img/body/FAQsprite.gif) no-repeat scroll 0 0px;
	color:#0050BF;
	text-decoration:none;
	padding:6px 13px;
	display:block;
}
ul.FAQ li a:hover {
	text-decoration:underline;
}
ul.FAQ li ul {
	background-color: #f8f8f6;
	border: 1px solid #dfdeda;
	border-top: 0px;
	list-style: none;
	padding: 2px 14px 14px;
	margin:0;
	width:430px;
}
ul.FAQ li ul li {
	background:transparent url(/img/body/bullet_gray.gif) no-repeat scroll 0 7px;
	line-height:20px;
	margin-top:12px;
	padding-left:10px;
	font-size: 12px;
	color: #4f4531;
}
/* CONTACT US */
h1.cfTitle {
	background:transparent url(/img/body/headerBG380px.gif) no-repeat;
	color:#FFFFFF;
	padding:5px 13px;
	display:block;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	width: 354px;
}
#cfWrapper {
	background-color: #f8f8f6;
	border: 1px solid #e5e4e2;
	border-top: none;
	width: 348px;
	padding: 15px;
}
#cfWrapper form {
	padding: 0;
	margin: 0;
}
#cfWrapper form label {
	float: left;
	width: 70px;
	line-height: 22px;
	color: #342d1f;
}
#cfWrapper span {
	color: #ff6600;
	font-size: 11px;
}

#cfWrapper form input {
	float: left;
	padding:4px 2px;
	width:270px;
	border: 1px solid #d2d2d2;
	margin-bottom: 10px;
	width: 270px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#cfWrapper form textarea {
	border: 1px solid #d2d2d2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	width:340px;
	margin-bottom: 15px;
}

#cfWrapper form .submit input, .submit input:focus, .button, .button:focus {
	background: url( /img/body/fade-butt.png );
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	height:30px;
	width:60px;
	padding: 0;
	margin: 0;
}

#cfWrapper form .submit input:active, .button:active {
	background: #f4f4f4;
	border: 3px double #ccc;
	border-left-color: #999;
	border-top-color: #999;
}
#cfWrapper form .submit {
	float:right;
	margin-right:6px;
	width:auto;
}

#cfWrapper p {
margin: 0;
padding: 0;
}


h1.ctcTitle {
	background:transparent url(/img/body/headerBG460px.gif) no-repeat;
	color:#FFFFFF;
	padding:5px 13px;
	display:block;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	width: 434px;
}
.ctcBox {
	width: 458px;
	border: 1px solid #dfdeda;
	border-top: none;
	margin-bottom: 15px;
	background-color: #f8f8f6;
}
.ctcBox p.lp {
	float: left;
	width: 185px;
	margin: 0;
	padding: 15px 0px 15px 15px;
}
.ctcBox p.lp strong.name {
	color: #0050bf;
}
.ctcBox p.lp strong.city {
	color: #003a8a;
	font-size: 14px;
}
.ctcBox p.rp {
	float: left;
	width: 245px;
	margin: 0;
	padding: 15px 0px 15px 0px;
}
.ctcBox p.rp a, .ctcBox p.rp a:visited {
	color: #342d1f;
	font-style: italic;
}

/* LOCATION REQUEST FORM */
#leftCol p.urgent {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #e27a09;
}

.LRFwrapper {
	background-color: #f8f8f6;
	border: 1px solid #e5e4e2;
	border-top: none;
	width: 428px;
	padding: 15px;
}

.LRFwrapper label, .RForms label {
	float: left;
	width: 70px;
	line-height: 22px;
	color: #342d1f;
}

.RForms label {
	width: auto;
}

.RForms label.seventy {
	width: 70px;
}

.LRFwrapper span, .RForms span {
	color: #ff6600;
	font-size: 11px;
}

.LRFwrapper input, .RForms input {
	float: left;
	padding:4px 2px;
	border: 1px solid #d2d2d2;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.LRFwrapper input.long, .RForms input.long {
	width:330px;
}

.LRFwrapper input.medium {
	width:270px;
}

.LRFwrapper input.short {
	width:120px;
}

.RForms input.short {
	width:100px;
}

.RForms textarea {
	border: 1px solid #d2d2d2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	width:425px;
	margin-bottom: 15px;
}


.LRFwrapper p {
margin: 0;
padding: 0;
}

a.PRbutton, a.LRbutton {
	display: block;
	width: 460px;
	height: 27px;
	margin-top: 15px;
}

a.PRbutton {
	background: url(/Location-Request-Form/img/PlanRequestSprite.gif) 0 0 no-repeat;
}
a.PRbutton:hover {
	background: url(/Location-Request-Form/img/PlanRequestSprite.gif) 0 -27px no-repeat;
}

a.LRbutton {
	background: url(/Location-Request-Form/img/LocationRequestSprite.gif) 0 0 no-repeat;
}

a.LRbutton:hover {
	background: url(/Location-Request-Form/img/LocationRequestSprite.gif) 0 -27px no-repeat;
}

.RForms h1 {
	background-color: #aaa7a0;
	padding: 6px 16px;
	color: #ffffff;
	font-weight: normal;
	font-size: 13px;
	margin: 0;
	width: 428px;
}
.RForms div.wrapper {
	padding: 15px;
	display: block;
	background-color: #f8f8f6;
	border: 1px solid #e5e4e2;
	border-top: none;
	width: 428px;
}

.RForms .submit input, .RForms .submit input:focus, .RForms .button, .RForms .button:focus {
	background: url( /img/body/fade-butt.png );
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	height:30px;
	width:428px;
	padding: 0;
	margin: 0;
	float: none;
	font-size:14px;
	font-weight:bold;
}

.RForms .submit input:active, .RForms .button:active {
	background: #f4f4f4;
	border: 3px double #ccc;
	border-left-color: #999;
	border-top-color: #999;
}
.RForms .submit {
	margin: 0;
}

#rightCol p.RFlocation {
	font-size: 14px;
	font-weight: bold;
	color: #0050bf;
	margin-top: 0;
}

.RForms input.cb {
	margin-left: 25px;
	border: 0;
}

.RForms input.noborder {
	border: none;
}

input.date, input.time {
	width: 80px;
	text-align: center;
	color: #aaa7a0;
	margin-left: 10px;
}

div.sep {
	clear: both;
	border-top:1px solid #e6e5e1;
	border-bottom: 1px solid #ffffff;
	height:0px;
	margin: 0 15px;
	padding: 0;
}

#AddLocation {
	text-align: center; 
	margin: 0;
}

