@charset "utf-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #CEE7FF;
}
#container {
	width: 880px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #0000FF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	color: #0000FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	height: 77px;
}
#welcome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0000FF;
	height: 20px;
	width: 880px;
	z-index: 6;
	visibility: visible;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
#navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0000FF;
	text-align: center;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0000FF;
	border-right-color: #0000FF;
	border-bottom-color: #0000FF;
	border-left-color: #0000FF;
	background-color: #DEDFDE;
}
#mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: -25px;
}
#parking {
	width: 500px;
	padding-top: 10px;
	z-index: 3;
	visibility: visible;
	margin-top: 20px;
	margin-bottom: 10px;
	text-decoration: none;
}
#booking-form{
	position: absolute;
	top: 135px;
	margin-top: 50px;
	margin-left: 575px;
	padding : 5px;
	background-color: #DEDFDE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-right: 10px;
}

h1 {
	color: #0000FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 20px;
	margin-top: 0px;
	}

h3 {
	color: #0000FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	font-size: 14px;
	}

h4 {
	color: #0000FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	font-size: 12px;
	}
	
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0000FF;
} 
.parking_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	text-decoration: none;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.section_heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0000FF;
}


a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#airports {
	width: 860px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0000FF;
	border-bottom-color: #0000FF;
	
}
#secondary-content {
	width: 880px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	
}

#breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 300px;
	height: 25px;
	margin-top: 5px;
	margin-left: 10px;
}
