	/*	CSS Design by Chris Duren	*/

html { 
	min-width: 1000px;
	 }

body	{
	background: #036;
	font: 13px/1.5 arial, helvetica, verdana, sans-serif;
	color: #036;
	margin: 0;
	}
	
	/*	Typography	*/
	
h1	{
	display: block;	
	width: 251px;
	height: 230px;
	text-indent: -9999px;
	background: transparent url(img/parking.png) top left no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
	}
	
h2	{
	font-size: 16px;
	width: 651px;
	height: 35px;
	display: block;
	background: transparent url(img/h2.png) top left no-repeat;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 0 0 25px;
	margin: 0 0 16px 0;
	}
	
h4	{
	font-size: 14px;
	color: #093;
	margin: 0 0 10px 0;
	}

p	{
	margin: 0;
	padding: 0 0 12px 0;
	}

em	{
	color: #69c;
	}

hr	{
	height: 1px;
	margin: 10px 0;
	border-bottom: 1px dotted #9cf;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	color: #fff;
	background: transparent;
	}
	
ul	{
	margin-bottom: 14px;
	margin-top: 0;
	}
	
li	{
	margin: 0 0 8px 0;
	}
	
form	{
	margin: 0;
	padding: 0;
	}
	
	/*   Basic Layout Divisions	*/
	
#wrapper	{
	background: #fff url(img/shell.png) top left repeat-y;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}
	
#sub	{
	width: 251px;
	float: left;
	padding: 0 0 25px 0;
	}

#content 	{
	width: 675px;
	background: transparent url(img/content.png) top left repeat-x;
	float: left;
	margin: 0;
	padding: 25px;
	}
	
#icons	{
	width: 300px;
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
	}
	
#icons li	{
	padding: 15px 15px 15px 35px;
	background: transparent url(img/arrow.png) 0 12px no-repeat;
	border-top: 1px dotted #9cf;
	}
	
#footer	{
	clear: both;
	background: #fff;
	width: 940px;
	color: #69c;
	margin: 0;
	padding: 15px 30px;
	}
	
.cell	{
	background: #fff;
	}
	
	/*	Main Menu	*/

#globalnav	{
	width: 251px;
	height: 200px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	}

#globalnav #menu	{
	width: 251px;
	height: 200px;
	background: transparent url(img/menu.png) top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	}

#globalnav #menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	height: 50px;
	left: 0;
	}
	
#menu li, #menu a {
	height: 50px;
	display: block;
	}
	
#globalnav #menu li a {
	text-indent: -9999px;
	text-decoration: none;
	}
	
#parking	{left: 0px; width: 251px; top: 0;}
#paystations	{left: 0px; width: 251px; top: 50px;}
#map	{left: 0px; width: 251px; top: 100px;}
#contact	{left: 0px; width: 251px; top: 150px;}

#parking a:hover {background: transparent url(img/menu.png) 0 -200px no-repeat;}
#paystations a:hover {background: transparent url(img/menu.png) 0 -250px no-repeat;}
#map a:hover {background: transparent url(img/menu.png) 0 -300px no-repeat;}
#contact a:hover {background: transparent url(img/menu.png) 0 -350px no-repeat;}

	/*   Links 	*/

a:link	{
	color: #0155a4;
	font-weight: bold;
	}
	
a:visited	{
	color: #369;
	font-weight: bold;
	}
	
a:hover	{
	color: #000;
	font-weight: bold;
	}
	
	/*   Admin Styles	*/
	
#selectomatic	{
	background: #000;
	padding: 10px 20px;
	color: #fff;
	}
	
#selectomatic a	{
	color: #fff;
	}
