/* 
	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;
}

	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/bg.jpg) 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 { 
	background: url(/content/v1/us/img/bg-head.jpg) no-repeat;
	width: 875px;
	height: 144px;
	position: relative;
	padding-top: 24px;
	}
	
	#head p#welcome {
		position: absolute;
		top: 5px;
		left: 10px;
		color: #fff;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 1.2em;
		display: block;
	}
	
	h1 {
		margin:  13px 0 0 20px;
		float: left;
		_display: inline;
	}
	
		h1 a img {
			border: 1px solid #0042b1;
		}
		
		p#comment {
			padding-top: 1em;
			float: right;
			display: block;
			width:210px;
			color: #433a3a;
			font-size: 1.6em;
			text-align: right;
			font-weight: bold;
			line-height: 1.1;
		}
		
			p#comment a {
				padding-top: .5em;
				margin-top: .5em;
				color: #0053a0;
				border-top: 1px solid #a4bbda;
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: .9em;
				display: block;
				text-decoration: none;
				text-align: left;
				background: url(/content/v1/us/img/arrows.gif) no-repeat right 12px;
				padding-right: 3px;
			}

			
/* ------------------------ 
		content
------------------------ */
 #content {
 	width: 980px;
 	background: url(/content/v1/us/img/bg-left.jpg) no-repeat bottom left;
 }	
 
 	#navigation {
		width: 157px;
		float: left;
		_display: inline;		
		padding-bottom:270px;
	}
	
		#mainNav {
			position: absolute;
			top: 142px;
			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: 1px solid #aec068;
					padding: 0 15px;
					_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/dropdown.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 6px 0 3px;
			padding: 0;
			font-weight: bold;
			height: auto;
			border-bottom: 1px solid #0053A0;
			font-size: 1.1em;
		}

			#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: #e7f2f9;
					text-decoration: none !important;
				}
				
	 
 	#inner-content {
		font-size: 1.1em;
		float: left;
		_display: inline;
		/*min-width: 670px;
		_width: 670px;*/
		width: 670px;
		border: 1px solid #e7ddd5;
		background: #fff;
		padding: 20px;
		margin: 6px 5px;
		min-height: 400px;
		_height: 400px;
		font-size: 1.2em;
	}
 
		h2,
		h3#LeafTitle {
			text-transform: uppercase;
			font-size: 1.5em;
			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;
		}
/* five cities */
	
	#five-cities {
		width: 459px;
		float: left;
		_display: inline;
		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: .5em 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;
			}
			
			#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 #dcdfc4;
			background: #dcdfc4;
			letter-spacing: 2px;
			text-transform: uppercase;
			text-align: left;
			padding: .2em 6px .2em 6px;

		}
	
	
		#lotinfotable td {
			border: 1px solid #dcdfc4;
			background: #fff;
			padding: 6px 6px 6px 6px;

		}
		
		#lotinfotable .even td {
			background: #f5f6e8;
		}
		
	
	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;
		background: #f0e75c url(/content/v1/us/img/bg-footer.jpg) repeat-x top;
	}
	
		#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 */

