

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { 
display : block; }

audio[controls], canvas, video { 
display : inline-block; 
*display : inline; 
*zoom : 1; }

/* root */

html {
overflow-y : scroll;
background : rgb(255,255,255); 
 }

body { 
margin : 0 auto;
padding : 0;
width:100%;
font: 100%/1.4 freight-sans-pro,sans-serif;
color : rgb(40,40,40); 
background-color : transparent; }

button, 
input, 
select, 
textarea { 
font-family : "Helvetica Neue", Helvetica, Arial, sans-serif; 
color : rgb(40,40,40); }

/* h tags */

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
font-family : "Helvetica Neue", Helvetica, Arial;
font-weight : bold; }

h1 { 
margin-bottom : .75em;
font-size : 3em; /* 48 / 16 = 3 */
line-height : 1.2; }

h2 { 
margin-bottom : .75em;
font-size : 2em; /* 36 / 16 = 2 */
line-height : 1.2; }

h3 { 
margin-bottom : 1em;
font-size : 1.5em; /* 24 / 16 = 1.5 */
line-height : 1.3; }

h4 { 
margin-bottom : 1.25em;
font-size : 1.25em; /* 20 / 16 = 1.25 */
line-height : 1.25; }

h5 { 
margin-bottom : 1.5em;
font-size : 1em; /* 16 / 16 = 1 */ }

h6 { 
font-size : 1em; /* 16 / 16 = 1 */ }

/* typography */

p, 
ol, 
ul, 
dl, 
address { 
margin-bottom : 1.5em; 
font-size : 1em; /* 16 / 16 = 1 */ }

p {
hyphens : auto; 
 }

ul, 
ol { 
margin : 0 0 1.5em -24px; 
padding : 0 0 0 24px; }

li ul, 
li ol { 
margin : 0;
font-size : 1em; /* 16 / 16 = 1 */ }

dl, 
dd { 
margin-bottom : 1.5em; }

dt { 
font-weight : normal; }

blockquote  { 
margin : 0 0 1.5em -24px; 
padding-left : 24px; 
border-left : 1px solid rgb(200,200,200);
font-style : italic; }

blockquote:before, 
blockquote:after, 
q:before, 
q:after {
content : '';
content : none; }

abbr[title] { 
border-bottom : 1px dotted; 
cursor : help; }

b, strong { 
font-weight : bold; }

dfn { 
font-style : italic; }

hr { 
display : block; 
margin : 1em 0; 
padding : 0;
height : 1px; 
border : 0; 
border-top : 1px solid rgb(204,204,204); }

ins { 
background-color : rgb(240,240,240); 
color : rgb(0,0,0); 
text-decoration : none; }

mark { 
background-color : rgb(240,240,240); 
color: rgb(0,0,0); 
font-style : italic; 
font-weight : bold; }

pre, 
code, 
kbd, 
samp { 
font-family : monospace, monospace; 
_font-family : 'courier new', monospace; 
font-size : .875em; 
line-height : 1.5; }

pre { 
white-space : pre; 
white-space : pre-wrap; 
word-wrap : break-word; }

q { 
quotes : none; }

q:before, 
q:after { 
content : ""; 
content : none; }

small { 
font-size : 1em; /* 16 / 16 = 1 */ }

sub, sup { 
font-size : 75%; 
line-height : 0; 
position : relative; 
vertical-align : baseline; }

sup { 
top : -.5em; }

sub { 
bottom : -.25em; }

/* links */

a { 
color : rgb(23,119,175); }

a:visited { 
color : rgb(40,40,40); }

a:focus { 
outline : thin dotted; 
color : rgb(0,0,0); }

a:hover, 
a:active { 
outline : 0; }

/* images*/

figure {
margin-bottom : 1.5em; }

figure img,
figure object,
figure embed {
margin-bottom : .75em;
max-width : 100%; }

figcaption {
display : block;
font-weight : normal; }

img {
border : 0; }

svg:not(:root) {
overflow : hidden; }

/* tables */

table { 
border-collapse : collapse;
border-spacing : 0;
margin-bottom : 1.4em; 
width : 100%;
font-size : .875em; /* 14 / 16 = .875 */ }

th, td, caption { 
padding : .25em 10px .25em 5px; }

tfoot { 
font-style : italic; }

caption { 
background-color : transparent; }



/* Colors for form validity */
input:valid, 
textarea:valid   {  
/* Styles */ }

input:invalid, 
textarea:invalid {
-webkit-box-shadow : 0 0 2px rgb(255,0,0); 
-moz-box-shadow : 0 0 2px rgb(255,0,0);
box-shadow : 0 0 2px rgb(255,0,0); }

.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid {
background-color : rgb(240,221,221); }

/* banner */

header h1 a {
	background:url(../images/logo-small.gif);
	width:170px;
	height:81px;
	display:block;
	margin-right:130px;
	
}

/*header h1 a:hover {
	background-position:0 -81px;
}
*/
header h1 span {
	display:none;
}

header h1 {
	margin:0px;
}

header h2 {
	margin:0px;
	float:left;
	font-weight:100;
	font-size:35px;
	margin-top:30px;
	padding-left:10px;
	padding-bottom:15px;
	font-family: freight-sans-pro,sans-serif;

}

.more header h2 {
	display:none;
}

.home header h2 {
	display:none;
}

header h2 strong {
	display:block;
}

#photoarea {
	background:url(../images/urban.jpg) 50% 0px repeat-x;
	height:205px;
	width:100%;
	clear:both;
}

#photoareaMore {
	background:url(../images/urbanMore.jpg) repeat-x;
	height:100%;
	width:100%;
	clear:both;
	border-bottom:3px #fff solid;
	
}

.more #photoareaMore {
	height:205px;
}


.info-content {
	float:left;
	margin-top:20px;
	width:400px;
}

.icon {
	width:78px;
	height:40px;
	background:url(../images/symbols.png);
	float:left;
	margin-right:10px;
}

.lightbulb {
	background:url(../images/symbols.png);
	background-position:0 0px;
}

.card {
	background:url(../images/symbols.png);
	background-position:0 -150px;
}

.buttons {
	background:url(../images/symbols.png);
	background-position:0 -300px;
}

.check {
	background:url(../images/symbols.png);
	background-position:-75px 0px;
}

.timer {
	background:url(../images/symbols.png);
	background-position:-75px -150px;
}

.clock {
	background:url(../images/symbols.png);
	background-position:-75px -300px;
}

.coin {
	background:url(../images/symbols.png);
	background-position:0 -450px;
	margin-top:-5px;
}

.cell {
	background:url(../images/symbols.png);
	background-position:-75px -450px;
	margin-top:-5px;
}


.contentrule {
	border-top:20px #065264 solid;
	border-bottom:5px #065264 solid;
}

.other-option {
}

.step {
	clear:both;
	margin-bottom:20px;
	padding-top:30px;
	
}

.home .content {
	padding:10px;
}

.home #maincontent p {
	margin:12px 0px 0px 0px;
	color:#333333
}

.home #menu {
	margin-top:-30px;
	margin-bottom:30px;
}

.home #maincontent h5 {
	margin:12px 0 0 0;
}

.home #maincontent h4 {
	margin:5px 0 0 0;
}

#morecontent {
	float:left;
	position:relative;
	padding:10px;
}

#morecontent p {
	margin:12px 0px 0px 0px;
}

#morecontent h5 {
	margin:12px 0 0 0;
}

#morecontent h4 {
	margin:5px 0 0 0;
}

.steps {
	width:100%;
	margin-right:10px;
}

.map {
	width:100%;
	float:left;
}

.map h6 {
	margin:15px 0 0 0;
}

.map img {
	margin:15px 0 15px 0;
}

.extra {
	background-color:#333;
} 

.moreinfo {
	display:block;
	margin-top:20px;
	padding-top:30px;
	padding-right:50px;
	border-bottom:1px solid #333;
}

.stepinfo {
	display:block;
	float:left;
	width:300px;
	
}

#photoarea.clouds {
	background:url(../images/sky.png);
	height:70px;
}

#photoarea h3 {
	margin:0px;
	font-size:30px;
	padding:0px 0px 0px 10px;
	color:#fff;
	font-family: freight-sans-pro,sans-serif;
	text-shadow : 1px 1px 4px rgba(0, 0, 0, .2);
}

#photoarea h5 {
	margin:0px;
	font-size:17px;
	padding:0px 0px 0px 10px;
}


/* main */

#menu {
	float:left;
	margin-left:0px;
	width:400px;
	padding:0px 10px;
}

.home #menu {
	padding:0px;
}

#main a {
	padding:3px 5px;
	color:#dac8ab;
	text-decoration:none;
	border-radius:3px;
	display:block;
	float:left;
	margin-right:10px;
	margin-top:5px;
}

#main2 a {

	padding:3px 5px;
	color:#333333;
	text-decoration:none;
	border-radius:3px;
	display:block;
	float:left;
	margin-right:10px;
	margin-top:5px;
	}

#main2 a.link {
background-color:#96ba3e;
	
}

#main a.more {
	background-color:#cc0033;
}

#main a.info {
	background-color:#cc0033;
}

#main a.survey {
	background-color:#cc0033;
}

#main a.video {
	background-color:#cc0033;
}

#main a.faq {
	background-color:#cc0033;
}


#main a.IPS {
	background-color:#999999;
}

#main a:hover {
color:#ffffff;
	background-color:#3399cc;
}

#main2 a:hover {
color:#ffffff;
	background-color:#333333;
}
footer {
	border-top:5px #fff solid;
	background-color:#dac8ab;
	clear:both;
	color:#333333;
	font-size:12px;
	padding-left:0px;
}

footer a {
	color:#000;
}

footer h2 a {
	width:180px;
	height:180px;
	float:left;
	display:block;
	background:url('../images/parking_logo.png') no-repeat;
	font-size:12px;
}

footer h2 a span {
	display:none;
}

footer h4 {
	margin:0px 0px 0px 0px;
	padding:30px 0px 0px 0px;
	color:#333333;
	font-size:12px;
}

footer small {
	color:#cc0033;
}

footer p a {'
	color:#FFF;
}

footer ul {
	list-style:none;
}

footer li {
	display:inline;
}

footer li:after {
	padding:0px 0px 0px 8px;
	margin:0px 5px 0px 0px;
	content: '·'
}

footer li:last-child:after {
	border:0px;
	content: ''
}



/* global elements */

.clearfix:before, 
.clearfix:after { 
content : "\0020"; 
display : block; 
height : 0; 
overflow : hidden; }

.clearfix:after { 
clear : both; }

