/* 
	Allpro Parking
	Master Screen CSS
	4/2009
	
	COLORS
	
		
 */

/* ------------------------ 
		reset
------------------------ */
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

.style1
{font-style:italic;}

	ol, ul {
		/*list-style: none;*/
	}
	/* tables still need 'cellspacing="0"' in the markup
	table {
		border-collapse: separate;
		border-spacing: 0;
	} */
		caption, th, td {
			text-align: left;
			font-weight: normal;
		}

	body {
		line-height: 1.3;
		color: #37342b;
		background: #fff url(/content/v1/us/img/bg6.png) repeat-x top;
		font-size: 62.5%;
		font-family: Arial, Helvetica, sans-serif;
	}
	
		a,
		a:visited,
		a:hover,
		a:active {
			color: #0153a0;
		}
		
			a:hover {
				text-decoration: none;
			}
	
		 #accessibility {
			position: absolute;
			left: -9999px;
		 }
	
		img.image-right {
			float: right;
			_display: inline;
			padding: .5em 0 .5em 15px;
		}
		
		img.image-left {
			float: left;
			_display: inline;
			padding: .5em 15px .5em 0;
		}
		

	#container {
	}
	
	
	
/* ------------------------ 
		head
------------------------ */
 #head { 
	width: 875px;
	height: 172px;
	position: relative;
	padding-top: 10px;
	}
	
.healthcare #head {
}
	
	#head p#welcome {
		left: 10px;
		color: #2b3c66;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 1em;
		display: block;

	}
	
	h1 {
		margin:  4px 0 0 14px;
		float: left;
		_display: inline;
	}
	
		h1 a {
			border: 0;
			background: url(/content/v1/us/img/ap_logo_navy.png) no-repeat;
			width: 169px;
			height: 135px;
			display: block;
			text-indent: -9999px;
			overflow: hidden;
		}
		
		.AllproParkingForHealthcare h1 a,
		.healthcare h1 a {
			background: url(/content/v1/us/img/aph_logo_navy.png) no-repeat;
		}
		
		div#comment {
			padding-top: 10px;
			float: right;
			display: block;
			font-weight: bold;
			font-size: 14px;
			color: #0068AF;
			text-align: right;
		}
		
			#comment a {
				text-decoration: none;
				color: #0068AF;
			}
			
			div#headicon {
			padding-top: -2px;
			float: right;
			display: block;
			font-weight: bold;
			font-size: 14px;
			color: #0068AF;
			text-align: right;
		}
			
			
			#guarantee a {
				margin-top: 0px;
				text-align: left;
				width: 206px;
				height: 61px;
				display: block;
				text-indent: -9999px;
				overflow: hidden;
				background: url(http://allproparking.com/content/v1/us/img/reserve_new.png) no-repeat;
			}
			
			.healthcare #comment #guarantee a {
			display:none;	
			}
/* ------------------------ 
		content
------------------------ */
 #content {
 	width: 980px;
 	background: url(/content/v1/us/img/bg-left4.png) no-repeat top left;
	margin-top:38px;
 }		

 	#navigation {
		width: 157px;
		float: left;
		_display: inline;		
		padding-bottom:270px;
	}
	
		#mainNav {
			position: absolute;
			top: 195px;
			left: -1px;
			display: block;
			width: 980px;
			
			
		}
		
			#mainNav li {
				display: block;
				float: left;
				padding: 3px 0;
				font-size: 1.2em;
				height: 24px;
			}
			
				#mainNav li a{
					text-decoration: none;
					font-weight: bold;
					color: #0153a0;
					border-right: 0px solid #ffffff;
					padding: 0 10px;
					_width: auto;
				}
				
					#mainNav li a:hover {
						color: #000;
						}				
			
				/* single drop down styles */		
				#mainNav ul { /* all lists */
					list-style: none;
					z-index: 90;
					font-size: 90%;
					z-index: 101;
					margin-top: 3px;
					background: url(/content/v1/us/img/dropdown2.png) no-repeat bottom right;
					_background: #f0e85a;
					padding: .5em 0;
					*margin: 21px 0 0 -105px;
				}

					#mainNav ul li {
						float: none;
						width: 149px; /* width needed or else Opera goes nuts */
						display: block;
						text-indent: 0;
						_display: inline;
						height: auto;
						padding: 0;
						line-height: 1.1;
						
					}
						ul#mainNav ul li a {
							font-size: 85%;
							display: block;
							text-indent: 0;
							padding: .5em 15px ;
							text-decoration: none;
							_margin-top: -1px;
							border: 0;
					}
						
							ul#mainNav ul li a:hover {
								
							}
								
						#mainNav li ul { /* second-level lists */
							position: absolute;
							left: -999em;  /*using left instead of display to hide menus because display: none isn't read by screen readers */
						}
						
						#mainNav li:hover ul, #mainNav li.sfhover ul { /* lists nested under hovered list items */
							left: auto;
						}			
						
						/* IE 7 drop down fix, nav will stick when you change focus on the page otherwise */
							#mainNav li.hover,
							#mainNav li:hover,
							#mainNav a:hover {
								*position: static;		
						}
						
			/* inner page side nav */
				
		#navigation ul.innerSideNav li {
			float: none;
			margin: 0 8px 10 12px;
			padding: 0;
			font-weight: bold;
			height: auto;
			border-bottom: 1px solid #0053A0;
			font-size: 1.1em;
			line-height: 12px;
		}

			#navigation ul.innerSideNav li a {
				padding: 1em 5px;
				display: block;
				color: #0053a0;
				text-decoration: none;
				border: 0;
				_position: relative;
			}
			
				#navigation ul.innerSideNav li a:hover {
					background: #FFFFFF;
					text-decoration: none !important;
					width:147px;
				}
				
	#LeafContent ul {
		margin-left: 25px;
	} 
 	#inner-content {
		font-size: 1.1em;
		float: left;
		_display: inline;
		/*min-width: 670px;
		_width: 670px;*/
		width: 670px;
		background: #fff;
		padding: 20px;
		margin: 1px -3px;
		min-height: 400px;
		_height: 400px;
		font-size: 1.2em;
	}
 
		h2,
		h3#LeafTitle {
			text-transform: uppercase;
			font-size: 1.8em;
			font-weight: bold;
			color: #433a3a;
			margin-bottom: .5em;
			border-bottom: 1px solid #ccc;
		}
		
		h3 {
			text-transform: uppercase;
			font-size: 1.2em;
			font-weight: bold;
			color: #433a3a;
		}
		
		#inner-content p {
			padding: .5em 0;
		}
		
		#LeafContent li {
			padding: .6em;
		}
		
		
/*CTAS*/

#ctas {
		width: 715px;
		float: left;
		_display: inline;
		padding-bottom: 0px;
	
	}
	
	
#newmap {
		width: 660px;
		height:275px;
		padding-bottom:5px;
		background-position:left;
		background: url(/content/v1/us/img/map_bg4.png) no-repeat bottom;

	}

#newmap h3 {
			padding: .6em 10px;
	
		}
		
		#newmap ol {
			margin-left: 1px;
			list-style: none;
			padding-top: 68px;
			font-size: .9em;
			margin-top: -10px;
			}
		
			#newmap li {
				display: block;
				height: 25px;
				padding-left: 70px;
				font-size:14px;
				font-weight: bold;
				text-transform: uppercase;
					
			}
			
				#newmap li a {
					color: #063058;
					padding-right: 20px;
					text-decoration: none;
					background: url(/content/v1/us/img/small_arrow.png) no-repeat right;
				}
				
				#newmap li a span {
					color: #0153a0;
				}
				
				
	#newmap2 {
		width: 448px;
		height:340px;
		float: left;
		padding-bottom: -8px;
		margin-top:0px;

	}	
	
	
		
		#newmap2 ol {
			margin-left: -14px;
			list-style: none;
			padding-top: 70px;
			font-size: 15.5px;
			margin-top: -10px;
			}
		
			#newmap2 li {
				display: block;
				padding-left: 90px;
				font-weight: bold;
				text-transform: uppercase;
					
			}
			
				#newmap2 li a {
					color: #063058;
					padding-right: 15px;
					text-decoration: none;
					background: url(http://allproparking.com/content/v1/us/img/newblue_arrow.png) no-repeat right;
				}
				
				#newmap2 li a span {
					color: #0153a0;
				}
				
				#newmap2 li.one {
					height: 30px;
				}
				
				#newmap2 li.two {
					height: 30px;
				}
				
				#newmap2 li.three {
					height: 30px;
				}
				
				#newmap2 li.four {
					height: 30px;
				}
				
				#newmap2 li.five {
					height: 30px;
				}
				
				#newmap2 li.six {
					height: 30px;
					}
					
				#newmap2 li.seven {
					height: 30px;
					}
					
					#newmap2 li.eight {
					height: 30px;
					}
	
		
	
	
	
	
	
	
	
	
	
	
	
		
		
/* five cities */
	
	#five-cities {
		width: 459px;
		float: left;
		padding-bottom: 7px;
		background: url(/content/v1/us/img/wide-bg.gif) no-repeat bottom;

	}
		#five-cities h3 {
			padding: .6em 10px;
			background: url(/content/v1/us/img/wide-head.gif) no-repeat top;
		}
		
		#five-cities ol {
			margin-left: 1px;
			list-style: none;
			background: url(/content/v1/us/img/map-numbers.gif) no-repeat;
			padding-top: 17px;
			font-size: .9em;
			margin-top: -10px;
			}
		
			#five-cities li {
				display: block;
				height: 33px;
				padding-left: 33px;
				font-weight: bold;
				text-transform: uppercase;
					
			}
			
				#five-cities li a {
					color: #063058;
					padding-right: 15px;
					text-decoration: none;
					background: url(/content/v1/us/img/yellow-arrows.gif) no-repeat right;
				}
				
				#five-cities li a span {
					color: #0153a0;
				}
				
				#five-cities li.three {
					height: 31px;
				}
				
				#five-cities li.four {
					height: 32px;
				}
				#five-cities li.six {
					height: 34px;
					}
					
				#five-cities li.seven {
					height: 25px;
					}
/* ------------------------ 
		news
------------------------ */	
p.news-date {
	padding: 0 0 1em 0;
}
	#newsList dl {
		margin: .2em 0;
		padding: .5em 0 1em 0;
		border-bottom: 1px solid #cacbb4;
		}
		
			#newsList dt,
			#newsDetail h3 {
				display: inline;
				text-transform: inherit;
			}
		
				#newsList dt a {
					font-weight: bold;
					font-size: 1.1em;
					text-decoration: none;
				}
					#newsList dt a:hover {
						text-decoration: underline;
					}
		
			#newsList dd.newsdate,
			#newsDetail p.news-date {
				display: inline;
				font-size: .9em;
				padding-left: 5px;
			}
			
			
			
			
			
			
			
			
			/* pagination */
div.pagination {
	floaT: right;
}
#container div.pagination ul {
	list-style: none;
	margin: 1.5em 0 0 0;
	position: relative;
	top: -1.5em;
}
	
	div.pagination ul li {
		display: block;
		float: left;
		_displaY: inline;
		margin: 0 1px 0 0;
		font-size: .9em;
	}
		div.pagination ul li span {
			font-weight: bold;
			padding: 2px 5px;
			border: 1px solid #ccc;
			background:#0153A0;
			color: #fff;
			display: block;
		} 
	
		div.pagination ul li a {
			padding: 2px 5px;
			border: 1px solid #fff;
			display: block;
		}
			div.pagination ul li a:hover {
				border: 1px solid #ccc;
				text-decoration: none;
			}
	
		
		

 
/* ------------------------ 
		locations
------------------------ */	

#navigation ol,
#navigation ul.locations {
	padding: 1.6em 15px 1em 15px;
	list-style: none;
}

	body #navigation ol li,
	#navigation ul.locations li {
		padding-bottom: 1em;
		font-size: 1.1em;
		*height: 1%;
	}
		#navigation ul.locations li {
			font-weight: bold;
			
		}
	
		#navigation dt, {
			position: relative;
			font-weight: bold;
		}
		
		
			#navigation .locations dt {
				padding-left: 18px;
			}
			
			#navigation .locations dt span.number {
				margin-left:-18px;
				position:absolute;
				font-weight: normal;
			}
			
			
			/* lots */
			
			#lotInformation p#back {
				float: right;
			}
			
				#lotInformation p#back a {
					background: url(/content/v1/us/img/back.gif) no-repeat left;
					padding: 1px 0 2px 10px;
				}
			
			#lotInformation p#address {
				padding-bottom: 1em;
			}
			
				#lotInformation p#address a {
					background: url(/content/v1/us/img/map-icon.gif) no-repeat right;
					padding: 3px 20px 2px 0;
				}
				
			#lotInformation h4,
			#LeafContent h4 {
				font-weight: bold;
				font-size: 1.2em;
			}
			
			#LeafContent ul {
		margin-left: 45px;
		line-height:12px;
	} 
	
	#LeafContent ol {
		margin-left: 45px;
		line-height:1px;
	} 
			
			#lotInformation li,
			#leafContent li {
				margin-left: 30px;
				list-style: disc;
			}
			
			#lotInformation td {
				padding: 0 15px 0 0;
			}
			
			/* area detail */
			
			#areaDetail p {
				padding: 0;
			}
				
/* ------------------------ 
		manage account
------------------------ */
				
#manageAccountOptions {
	list-style-type: disc;
	margin-left: 20px;
}

	#manageAccountOptions li {
		padding: .3em 0;
	}

/* ------------------------ 
		monthly permits
------------------------ */

#allAreas {
	display: block;
	padding: 1em 0;
}
	
	#allAreas li {
		display: inline;
		padding: 0 10px 0 0;
	}

	#lotinfotable {
		margin: 1em 0;
		border-collapse: collapse;
		font-size: .9em;
		width: 100%;
	}
	
		#lotinfotable th {
			font-weight: bold;
			color: #;
			border: 1px solid #c1d3e5;
			background: #c1d3e5;
			letter-spacing: 2px;
			text-transform: uppercase;
			text-align: left;
			padding: .2em 6px .2em 6px;

		}
	
	
		#lotinfotable td {
			border: 1px solid #c1d3e5;
			background: #fff;
			padding: 6px 6px 6px 6px;

		}
		
		#lotinfotable .even td {
			background: #d1dfed;
		}
		
	
	h5.terms {
		font-weight: bold;
		display: inline;
	}
	
		h5.terms a {
		padding-right: 18px;
		background: url(/content/v1/img/printer.gif) no-repeat right ;
		}
	
	#termsScroll {
		border:1px inset #E7DDD5;
		height:200px;
		margin:1em 0;
		overflow:auto;
		padding:0 10px;
		clear: both;
	}
	
	#terms {
		font-size: 1.1em;
		line-height: 1.5;
		padding: 10px;
		background: #fff;
		
	}
	
	#terms ol {
			margin-left: 25px;
			list-style: decimal
		}
	
		#terms p, #terms li {
			padding: .5em 0;
		}
		
		#terms p.print {
			text-align: center;
			font-weight: bold;
		}
	
span.error {
	color: #f00;
	font-weight: bold;
}

#initialRegistrationForm ol li {
	padding: .5em 0;
list-style: decimal;
margin-left: 25px;
margin-right: 10px;
}

/* ------------------------ 
		footer
------------------------ */
 	#footer {
		clear: both;
		padding: 1em 10px;
		color: #545120;
	}
	
		#footer li {
			display: inline;
			text-transform: uppercase;
			padding-right: 10px;
		}
		
		#footer li.last {
			
		}
	
			#footer a {
			
				text-decoration: none;
				}
				
				#footer a:hover {
					text-decoration: underline;
				}
				
	
/* ------------------------ 
		EASY CLEARING 
------------------------ */
.clear { clear:both;}
.clearfix:after { 
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {
height:1%;
}
*+html .clearfix {
height:1%;
}
.clearfix {
display:block;
}
/* End hide from IE-mac */

	.h7 {
			padding: 0em 8px;
			color: #fff;
			height:43px;
			background: url(http://allproparking.com/content/v1/us/img/blog_header2.jpg);
		}


.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
 
.white_content {
	display: none;
	position: absolute;
	top: 15%;
	left: 15%;
	width: 50%;
	height: 50%;
	padding: 25px;
	border: 0px solid black;
	background-color:transparent;
	z-index:1002;
	overflow:visible;
}

.black_overlay2{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
 
.white_content2 {
	display: none;
	position: absolute;
	top: 15%;
	left: 15%;
	width: 50%;
	height: 50%;
	padding: 25px;
	border: 0px solid black;
	background-color:transparent;
	z-index:1002;
	overflow:visible;
}
