/********* Reset Broswer CSS ************************/


html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, img, ol, ul, li, table, tbody, tfoot, thead, tr, th, td, hr {
	margin: 0;
	padding: 0;
}
.neg-left-margin {
	margin-left: -6px;
}


a img { border: none; }


/********* Standard styles CSS ************************/
body {
	font-size:76%;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	background-color:#106592;
}

p, table, li {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em; /* do not change this value! */
}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #508db3;
	padding: 0px 3px 3px 3px;
	margin-bottom: 10px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #d06e15;
	margin-bottom: 10px;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #7C7C7C;
	padding-bottom: 5px;
	padding-left: 5px;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #024c78;
	font-weight: bolder;
	padding-bottom: 0px;
}
h4 a {
	text-decoration: none;
}
h4 a:hover {
	text-decoration: underline;
}

a {
	text-decoration: underline;
	color: #000;
}

hr {
	border: 0;
	width:90%;
	color: #777777;
	background-color: #777777;
	height: .95px;
}

.formfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
	background-color: #fff;
	border: 1px solid #d1c4a2;
	padding-left: 2px;
}
.formlabel {
	width: 35%;
	font-weight: bold;
	color: #7C7C7C;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #fff;
	border: 2px outset #ccc;
}

/******************* ID's specific to the site **********************/

#container {
	width:970px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/content-bg.gif);
	background-repeat: repeat-y;
}

#header {
	height: 104px;
	width: 970px;
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
	position: relative;
	border: 0px;
}

#header ul {
	list-style-type: none;
	position: absolute;
	left: 460px;
	top: 5px;
	color: #4f4945;
	height: 21px;
}

#header ul img{
	padding-right:7px;
}

#header li {
	float: left;
	margin-right: 30px;
	padding-left: 7px;
	padding-top: 10px;
	background-image: url(../images/header-menu-dots.gif);
	background-repeat: no-repeat;
}
#header #searchform {
	padding-top: 4px;
}

#header a {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}
#header form {
	margin: 0px;
	padding: 0px;
}
.sitesearch {
	background-color: #fff;
	border: 1px solid #50b3d2;
	padding: 2px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	height: 17px;
}
#searchbutton {
	margin: 0px;
	padding: 0px;
}

#flash{
	background-image: url(../images/flash-bg.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 290px;
	width: 718px;

}
#flightinfo {
	background-image: url(../images/flightinfo-bg.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 290px;
	width: 252px;
}
#flightinfo h2 {
	color: #fff;
	margin: 27px 0px 0px 45px;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
}
#flightinfo form {
	margin: 27px 25px 17px 45px;
	padding: 0px;
}
.flightsearch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #fff;
	font-weight: bold;
	background-image: url(../images/bg-flightsearch.gif);
	background-repeat: repeat-x;
	width: 130px; /* total 135 */
	padding: 3px 0px 4px 3px;
	border: 1px solid #96b7e5;
}
#flightinfo h3 {
	color: #fff;
	background-image: url(../images/arrow-blue.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}
#flightinfo p {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 120%;
}
#flightinfo a {
	color: #fff;
	text-decoration: none;
}
#flightinfo a:hover {
	color: #fff;
	text-decoration: underline;
}

#nav {
	height:71px;
	width:970px;
	margin-right: auto;
	margin-left: auto;
	background-color:#faf8f3;
}

#content {
	background-image: url(../images/bg-sand.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 970px;
	border: 0px;
}
#contentTop {

}


#padding {
	/*
	margin: 20px 35px 20px 27px;
	*/
	margin: 0px 35px 20px 27px;
}

#padding ul {
	list-style-type: none;
	padding-top: 15px;
}

#padding li {
	margin-left: 0px;
	padding-left: 10px;
	padding-bottom: 5px;
	background-image: url(../images/arrow-submenu.gif);
	background-repeat: no-repeat;
}

#submenu {
	border: 0px;
	width: 243px;
	text-align: left;
	float: left;
	margin-bottom: 15px;
	background-image: url(../images/submenu-bg.jpg);
	background-repeat: repeat-y;
}

#submenu a {
	text-decoration: none;
}
#submenu a:hover {
	text-decoration: underline;
}

#submenu ul {
	padding-top: 0px;
	padding-left: 25px;
	padding-right: 25px;
	list-style: none;
}

#submenu ul li {
	margin-left: 0px;
	padding-left: 10px;
	padding-bottom: 5px;
	background-image: url(../images/arrow-submenu.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#submenu ul ul li {
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	background-image: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

#submenu ul ul ul li {
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	background-image: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

#submenu h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #424347;
	text-transform: uppercase;
	padding-top: 20px;
	padding-left: 25px;
}

#submenu #top {
	background-image: url(../images/submenu-top.jpg);
	background-repeat: no-repeat;
}

#contentbesidesubmenu {
	padding-top:10px;
	width: 72%;
	float: right;
}

#contentbesidesubmenu ul li {
	list-style-type:none;
}

#contentwithoutsubmenu {
	padding-top: 10px;
}

#breadcrumbs {
	color: #b25507;
	margin-bottom: 20px;
}

#breadcrumbs a {
	color: #b25507;
	text-decoration: underline;
}

#breadcrumbs a:hover {
	color: #000;
	text-decoration: underline;
}

#content1 {
	width:267px;
	height:264px;
	float:left;
}

#content1 p {
	margin-left: 15px;
}


#content1 ul {
	width: 212px;
	margin-left: 30px;
}


#content1 li {
	height: 126px;
}

#content1 h2 {
	padding-bottom: 10px;
}

#content1 h2 a{
	color: #508db3;
	text-decoration:none;
}

#content1 h2 a:hover{
	color: #508db3;
	text-decoration:underline;
}

#content2 {
	width:264px;
	height:264px;
	float:left;
}

#content2 ul {
	width: 212px;
	margin-left: 27px;
}

#content2 li {
	height: 126px;
}

#content2 p {
	margin-left: 15px;
}

#content2 h2 {
	padding-bottom: 10px;
}

#content2 h2 a{
	color: #508db3;
	text-decoration:none;
}

#content2 h2 a:hover{
	color: #508db3;
	text-decoration:underline;
}

#content3 {
	width:206px;
	height:264px;
	float:left;
	padding-left: 20px;
}
#content3 ul li ul li {
	height: 38px;
	margin-bottom: 27px;
}
#content3 ul ul {
	margin-top: 0px;
}

#content3 h3 {
	margin-top: 10px;
}

#content3 h3 a{
	color: #7C7C7C;
	text-decoration:none;
}

#content3 h3 a:hover {
	text-decoration:underline;
}

#contentBanner {
	width:190px;
	height:264px;
	float:left;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 23px;
}

.iconImg {
	float: left;
	margin-top: 5px;
	margin-right: 13px;
}

.clearboth {
	clear:both;
}

#footer {
	width:970px;
	margin-left:auto;
	margin-right:auto;
	background-color:#faf8f3;
	height: 161px;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	clear: both;
}

#footerClear {

}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer #sitejump {
	float: left; 
	padding-top: 23px; 
	padding-left: 35px; 
	margin: 0px;
}

#footer #footerlinks {
	padding: 25px 52px 25px 40px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #fff;
	line-height: 200%;
}

#webfidstable {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #212322;
}
#webfidstable th {
	background-color: #fff;
	color: #323232;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	border-top: 1px solid #eccbaa;
	border-bottom: 1px solid #eccbaa;
	padding: 4px 2px;
}
#webfidstable th a {
	color: #323232;
	text-decoration: none;
}
#webfidstable th a:hover {
	color: #323232;
	text-decoration: underline;
}
#webfidstable td {
	padding: 2px;
}
#webfidstable .row1 {
	background-color: #f9f8f3;
}
#webfidstable .row2 {
	background-color: #efe8d5;
}

dl {
	padding: 10px;
	margin: 0px;
}
dl dt {
	float: left;
	width: 25%;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #508db3;
	margin: 0 3px 0 0;
	padding: 1px 10px 0 0;
}

dl dd {
	margin: 0 0 0 20%;
	padding: 1px 0 5px 0;
}
.navcolor1{ /* home */
	background-color:#b8cf26;
	height:12px;
	width:50px;
}
.navcolor2{ /* parking */
	background-color:#cc0a33;
}
.navcolor3{ /* info */
	background-color:#efef30;
}
.navcolor4{ /* shopping */
	background-color:#7e02a5;
}
.navcolor5{ /* ground transportation */
	background-color:#048ac2;
}
.navcolor6{ /* about LCPA */
	background-color:#e9ac36;
}
.navcolor7{ /* business opportunities */
	background-color:#5b9c2c;
}
#footer-wifi {
	width:970px;
	margin-left:auto;
	margin-right:auto;
	background-color:#faf8f3;
	height: 52px;
	background-repeat: no-repeat;
	clear: both;
	background-image: url(../images/wifi-footer.jpg);
}
#content-wifi {
	background-repeat: no-repeat;
	background-position: center top;
	width: 970px;
	border: 0px;
	background-image: url(../images/content-wifi-bg.gif);
}
#content-main-wifi {
	width:716px;
	float:left;
	padding-left: 40px;
	padding-top: 8px;
}
#content-main-wifi td {
	padding-bottom: 6px;
}
#content-main-wifi #form1 table {

}


#container-wifi {
	width:970px;
	margin-left:auto;
	margin-right:auto;
	background-color:#faf8f3;
	background-image: url(../images/container-wifi-bg.gif);
	background-repeat: repeat-y;
}
#contentTopWifi {
	background-image: url(../images/wifi-main-graphic.jpg);
	background-repeat: no-repeat;
	width: 970px;
	height: 280px;
}
#alert{
	position:absolute; height:67px; width:523px; top:36px; left:417px;
	background-image:url(../images/alert_bg.gif); background-repeat:no-repeat; background-position:top;
}
#alert2{
	position:absolute; height:67px; width:523px; top:36px; left:417px;
	background-image:url(../images/alert_bg2.gif); background-repeat:no-repeat; background-position:top;
}
#alert #icon, #alert2 #icon{
	position:absolute; top:8px; left:10px;
}
#alert #alertText, #alert2 #alertText{
	position:absolute; left:154px; top:11px; font-size:11px; line-height:13.5px; width:354px;
}
#alert #alertText a, #alert2 #alertText a{
	text-decoration:underline;
}
#alert #link a, #alert2 #link a{
	display:block; position:absolute; height:60px; width:146px; top:0px; left:0px;
}
