body, html, ul#navlist, ul#subnavlist {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #333;
	font: small/1.5 Tahoma, Verdana, Arial, sans-serif;
}

a {
	color: #2E368F;
	text-decoration: underline;
}

a:hover, a:focus, a:active {
	text-decoration: none;
	background: #2E368F;
	color: white;
}

a.img-link:hover, a.img-link:active, a.img-link:focus { background: none; }


/* ------------ HEADER ------------ */

#header {
	background: #0693CF url(/images/header-bg.png) top left repeat-x;
	width: 100%;
	height: 250px;
	overflow: hidden;
}

#header-int {
	width: 985px;
	margin: 0 auto;
	position: relative;
}

#big-parking {
	position: absolute;
	left: 0;
	top: 43px;
	line-height: 1.0;
}

#pensacola-parking {
	line-height: 1.0;
	position: absolute;
	left: 141px;
	top: 74px;
}

ul#navlist {
	text-align: right;
	line-height: 1.0;
	padding-top: 137px;
	margin-right: 6px;
	font-size: 110%;
}

ul#navlist li {
	list-style: none;
	float: right;
	margin-left: 2px;
}

ul#navlist a {
	color: white;
	float: left;
	text-decoration: none;
	padding: 8px 14px;
}

ul#navlist a:hover, ul#navlist a:focus, ul#navlist a:active,
#home li#nav-home a,
#where li#nav-where a,
#back-in li#nav-back-in a,
#paystations li#nav-paystations a,
#citations li#nav-citations a,
#regulations li#nav-regulations a,
#faq li#nav-faq a,
#about li#nav-about a,
#contact li#nav-contact a {
	background: #1277BC;
}
	

/* ------------ CONTENT ------------ */

#content {
	width: 985px;
	margin: 0 auto;
	margin-top: -74px;
	background: transparent url(/images/content-top.png) top left no-repeat;
}

#text {
	width: 917px;
	margin: 0 auto;
	padding-bottom: 40px;
}

#home #text { padding-bottom: 0; }

#interior-text {
	width: 696px; 
	float: right;
	margin-top: -47px;
}

* html #interior-text {
	margin-top: 0;
}

h1 {
	color: #0693CF;
	margin-top: 0;
	padding-top: 25px;
	font-weight: normal;
	font-size: 27px;
	letter-spacing: 1px;
}

h2 {
	color: #2E368F;
	font-weight: bold;
	font-size: 210%;
	margin-top: 15px;
	text-transform: lowercase;
}

h3 {
	font-weight: normal;
	color: #2E368F;
	font-size: 190%;
	text-transform: lowercase;
}

h4 {
	font-size: 115%;
	font-weight: bold;
}

dt {
	font-weight: bold;
	list-style-type: circle;
}

dd {
	margin-bottom: 10px;
}

/* ------------ SIDEBAR ------------ */

#side_bar {
height: 430px;
overflow: auto;
font-size: 85%;
display: block;
border: 0px solid #ddd;
background: white;
margin: 5px 5px 5px 0;
padding: 4px 4px 4px 3px;
height: 520px;
overflow: auto;
font-size: 10.5px;
}



#side_bar a, #side_bar a:hover, #side_bar a:focus, #side_bar a:active {
color: #666;
background: white;
text-decoration: underline;
display: block;
padding-right: 3px;
}

#side_bar a:hover, #side_bar a:focus, #side_bar a:active {
	text-decoration: none;
}


#sidebar {
	width: 164px;
	float: left;
}

ul#subnavlist {
	margin-bottom: 45px;
}

#subnavlist li {
	background: transparent url(/images/subnav-bg.jpg) left 40% no-repeat;
	list-style: none;
	padding-left: 20px;
	margin-bottom: 10px;
}

#subnavlist a {
	color: #2E368F;
	text-decoration: none;
	display: block;
	background: white;
}

#subnavlist a:hover, #subnavlist a:focus, #subnavlist a:active,
.interactive li#sub-interactive a,
.offstreet li#sub-offstreet a,
.onstreet li#sub-onstreet a,
.monthly li#sub-monthly a,
.validation li#sub-validation a,
.events li#sub-events a,
.general li#sub-general a,
.loading li#sub-loading a,
.signs li#sub-signs a,
.taxi li#sub-taxi a {
	color: #0693CF;
	background: white;
}

p#sidebar-map {
	font-weight: bold;
	text-align: center;
	letter-spacing: -1px;
	margin-top: -5px;
}

p#sidebar-map img {
	margin-bottom: 5px;
}

p#sidebar-banner {
	margin-top: 25px;
}

p#sidebar-banner img {
	border: 2px solid #ddd;
}

p#sidebar-banner a:hover {
	background: transparent;
	text-decoration: none;
}


/* ------------ FOOTER ------------ */

#footer {
	background: #0693CF url(/images/footer-bg.png) top left repeat-x;
	color: white;
	width: 100%;
	clear: both;
}

#footer { min-height: 145px; }
* html #footer { height: 145px; }


#footer-int {
	width: 917px;
	margin: 0 auto;
	text-align: right;
	position: relative;
}

#footer p { margin: 0; }

#footer-logo {
	position: absolute;
	top: 70px;
	left: 0;
}

#footer-address {
	position: absolute;
	top: 63px;
	font-size: 90%;
	right: 0;
}

#footer a {
	color: white;
}

#footer a:hover, #footer a:active, footer a:focus {
	background: white;
	color: #2E368F;
}

/* FOOTERSTICK */
html, body{height:100%;} 
html,body {margin:0;padding:0}

#outer{min-height:100%;margin-bottom:-145px;height:auto; font-size: 90%;}
* html #outer{height:100%;}

#clearfooter{clear:both;height:145px;}

/* ------------ HOME STYLES ------------ */

/* HOME PAGE HIGHLIGHT */
.highlight {
	width: 257px;
	float: left;
	display: inline;
	text-align: center;
	margin-bottom: 30px;
}

.highlight h2 {
	color: #2E368F;
	font-size: 130%;
	margin: 0 0 10px 0;
}

.highlight p { margin-top: 5px; }


/* HOME PAGE PARKING MAP BOX */
#box-top {
	width: 916px;
	height: 17px;
	overflow: hidden;
	background: #EAEBF4 url(/images/box-top.jpg) top left no-repeat;
	clear: both;
}

#box-bot { 
	width: 916px;
	height: 17px;
	overflow: hidden;
	background: #EAEBF4 url(/images/box-bot.jpg) top left no-repeat;
	margin-bottom: 30px;
}

#box-mid {
	background: #EAEBF4 url(/images/box-mid.jpg) top left repeat-y;
	padding-left: 25px;
	padding-bottom: 10px;
	padding-right: 17px;
	width: 874px;
}

#box-mid h3 {
	margin-top: 0;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 150%;
	color: #2E368F;
	font-weight: normal;
}

#box-mid p {
	color: #033333;
}

/* HOME PAGE PAY CITATION */

#pay-citation {
	margin-bottom: 40px;
	clear: both;
	width: 500px;
}

#pay-citation p { margin: 0; font-size: 115%; }

#pay-citation span {
	position: relative;
	top: 10px;
}

/* ------------ EXTRAS ------------ */

.offstreet-image, .signs-image {
	border: 2px solid #ccc;
}

.offstreet-list dt, .signs-list dt, .offstreet-list h2, .signs-list h2 {
	clear: left;
}

.offstreet-list dt, .signs-list dt .offstreet-list dd, .signs-list dd {
	margin-bottom: 5px;
	margin-top: 0;
}

.f-right {
	float: right;
	margin: 0 0 10px 10px;
}

.f-left {
	float: left;
	margin: 0 10px 10px 0;
}

.center { text-align: center; }
.right { text-align: right; }

.clear { clear: both; }

a img { border: none; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix { height: 1%; }
.clearfix {display: block;}

* html img {
	behavior: url("/pngbehavior.htc");
}
