/* CSS for U St Parking */

* {
	margin: 0;
	padding: 0;
}
body {
	background: #222222 url("/images/bg-container-black.gif") repeat-y center;
	text-align: center;
	font: 80% georgia, serif;
}
.red {
	background: #991c20 url("/images/bg-container-red.gif") repeat-y center;
	text-align: center;
	font: 80% georgia, serif;
}
.black {
	background: #222222 url("/images/bg-container.gif") repeat-y center;
	text-align: center;
	font: 80% georgia, serif;
}

h1 {
	color: #2b3986;
	font-size: 1.6em;
	margin: 0 0 10px 0;
}
h2 {
	color: #a51d21;
	font-size: 1.2em;
	margin: 30px 0 0 0;
}
h3 {
	color: #898282;
	font-size: 1.1em;
	margin: 5px 5px 10px 0;
}
h4 {
	color: #000000;
	font-size: 1.2em;
	margin: 0 0 5px 0;
}


input { position: relative;
	padding: 2px; 
      }

option { padding: 1px 3px 1px 2px; }
ul { }
p { margin: 5px 0; }

a img {border: 0;}

.l { float: left; }
.r { float: right; }
.clear { clear: both; }
.b0 { border: 0; }

.m-tb-5 { margin: 5px 0; }
.m-tb-10 { margin: 10px 0; }
.m-t-10 { margin: 10px 0 0 0; }
.m-lb-10 { margin: 0 0 10px 10px; }

.b { font-weight: bold; }
.no-b { font-weight: normal; }
.u { text-decoration: underline; }
.no-u { text-decoration: none; }
.i { font-style: italic; }
.no-i { font-style: normal; }
.small { font-size: .9em; }


#container {
	width: 784px;
	margin: 0px auto;
}

#header {
	background: url("/images/bg-header.gif") repeat-x;
	border-top: solid 10px #2b3986;
	height: 124px;
}

#logo {
	float: left;
	margin: 5px 0 0 25px;
}
#logo img { border: 0; }

#contact {
	float: right;
	margin: 20px 10px 0 0;
	font-size: 2.3em;
	color: #2b3986;
}
#contact .small { font-size: .6em; }

#home-header {
	background: url("/images/bg-home-header.jpg");
	border-top: solid 2px #ffffff;
	height: 193px;
	padding: 10px 20px;
	font-size: 1.2em;
	color: #ffffff;
	text-align: left;
	clear: both;
}
#home-header img { border: 0; }
#home-header .big { font-size: 2em; }

#main {
	background: #ffffff url("/images/bg-main.gif") repeat-x top;
	text-align: left;
}

#main .sidebar-home { width: 265px; }
#main .content-home { width: 455px; }
#main .gradient-home { margin: 0 0 0 256px; }


#content {
	float: right;
	width: 550px;
	padding: 20px;
	line-height: 1.5em;
}
#content a {
	color: #971b1f;
	text-decoration: none;
}
#content a:hover { text-decoration: underline; }

#content p.copy { width: 335px; }

#bg-image {
	float: right;
	position: absolute;
	z-index: 5;
	margin: 30px 0 0 331px;
}

#thumbs { width: 262px; }
#thumbs img { border: 0; }

#sidebar {
	float: left;
	width: 170px;
	padding: 10px 0 10px 20px;
}

#tabs {
	margin: 0 0 20px 0;
}
#tab-top {
	width: 266px;
	height: 52px;
	background: url("/images/tab-top.png");
	line-height: 52px;
}
#tab-middle {
	width: 266px;
	height: 49px;
	background: url("/images/tab-middle.png");
	line-height: 49px;
}
#tab-bottom {
	width: 266px;
	height: 48px;
	background: url("/images/tab-bottom.png");
	line-height: 48px;
}
#tab-top, #tab-middle, #tab-bottom {
	font-size: 1.3em;
	color: #971b1f;
	cursor: pointer;
}
#tab-top a, #tab-middle a, #tab-bottom a {
	position: absolute;
	z-index: 10;
	text-decoration: none;
	color: #971b1f;
	margin: 0 0 0 20px;
}

#tab-top-on, #tab-middle-on, #tab-bottom-on {
	position: absolute;
	z-index: 8;
}
#tab-top-on {
	margin: -6px 0 0 4px;
	visibility: hidden;
}
#tab-middle-on {
	margin: -8px 0 0 5px;
	visibility: hidden;
}
#tab-bottom-on {
	margin: -8px 0 0 5px;
	visibility: hidden;
}

#copy-tab-top { display: none; }
#copy-tab-middle { display: none; }
#copy-tab-bottom { display: none; }

#content ul {margin: 0 0 0 25px;}
#content li {line-height: 1.1em; margin-bottom: 15px;}
#content li strong {color: #2b3986;}

#service {
	width: 243px;
	height: 256px;
	background: url("/images/bg-service-form.png");
}


#service form { padding: 10px; }
#service label { font-size: .89em; }
#service input, #service textarea { margin: 5px 0; }
#service .submit {
	position: absolute;
	margin: 5px 0 0 50px;
}

#gradient {
	position: absolute;
	z-index: 5;
	margin: 0 0 0 161px;
	width: 10px;
	height: 435px;
	background: url("/images/gradient.png") no-repeat;
}


#footer {
	width: 733px;
	margin: 10px auto;
	padding: 0 0 40px 0;
}
#footer-links {
	height: 40px;
	margin: 0 0 5px 0;
	background: url("/images/bg-footer.gif");
	line-height: 40px;
	clear: both;
}
#footer-links a {
	margin: 25px;
	color: #555555;
	text-decoration: none;
}
#footer-links a:hover {
	color: #971b1f;
}

#copyright, #bwm {
	font: .89em verdana, geneva, sans-serif;
	color: #858585;
	line-height: 1.5em;
}
#copyright {
	float: left;
	text-align: left;
}
#bwm {
	float: right;
	text-align: right;
}
#bwm a { color: #858585; }

#payment-center {width: 320px;}
#payment-center td {padding: 2px; font-weight: bold; }












#nav {
	color: #ffffff;
	background: url("/images/bg-nav.gif") repeat-x;
	height: 26px;
	border: solid 2px #ffffff;
}

#nav, #nav ul {
	list-style: none;
}

#nav a {
	display: block;
	color: #ffffff;
	text-decoration: none;
}
#nav a:hover { text-decoration: underline; }

#nav li {
	float: left;
	padding: 0;
	width: 130px;
}

#nav li ul {
	position: absolute;
	z-index: 15;
	left: -999em;
	width: 150px;
	border: solid 1px #ffffff;
	background: #232e6d;
	margin: 0 0 0 -10px;
}

#nav li ul a {
	width: 140px;
	font-weight: normal;
}
#nav li ul a:hover { text-decoration: underline; }

#nav li ul ul {
	margin: -1.3em 0 0 130px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: none;
}

#nav li.root a {
	display: block;
	padding: 5px;
	border-left: solid 1px #ffffff;
	color: #ffffff;
	text-decoration: none;
}
#nav li.root a:hover { text-decoration: underline; }

#pricelist td {
padding: 5px;
margin: 5px;
}
#pricelist .name {
padding-bottom: 20px;
padding-top: 20px;
padding-left: 5px;
}
#pricelist .name2 {
background-color: #f6f6f6;
padding-bottom: 20px;
padding-top: 20px;
padding-left: 5px;
}

#pricelist h5{
font-size: 1.2em;
color: #971b1f;
padding-left: 0px;
}
#pricelist p {
margin-bottom: 10px;
}



#monthlyForm label {
margin-right: 5px;
}
#monthlyForm  #todaydate_from {
width: 50px;
margin-right: 15px;
}
#monthlyForm  #date_from{
width: 50px;

}
#monthlyForm  #location_from{
width:220px;
margin-right: 15px;

}

#monthlyForm ul {
margin-top: 10px;
width: 50%;
list-style-type: none;
margin: 0;
float: left;
}

#monthlyForm  #customer_from{
width: 220px;
margin-right: 15px;

}#monthlyForm  #organization_from{
width: 220px;
margin-right: 15px;

}#monthlyForm  #billing_from{
width:220px;
margin-right: 15px;

}
#monthlyForm  #name_from{
width:220px;
margin-right: 15px;

}
#monthlyForm  #make_from{
width:220px;
margin-right: 15px;

}
#monthlyForm  #sendto_from{
width:220px;
margin-right: 15px;

}#monthlyForm  #license_from{
width:220px;
margin-right: 15px;

}#monthlyForm  #email_from{
width:220px;
margin-right: 15px;

}

#monthlyForm  #city_from{
width:220px;
margin-right: 15px;

}
#monthlyForm  #zip_from{
width:220px;
margin-right: 15px;

}
#monthlyForm  #businessphone_from{
width:220px;
margin-right: 15px;

}
#monthlyForm  #homephone_from{
width:220px;
margin-right: 15px;

}
#monthlyForm #state_form {
width:220px;
}
#monthlyForm #state1_form {
width:220px;
}

#monthlyForm select {
padding:1px;
width: 182px;
}
