body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../images/background-main2.jpg);
	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;
}

div#container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/* background: #FFFFFF; */
	background-image: url(../images/usairports_backrepeat.gif); 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index:1;
	
}

div#header {
height: 145px; width: 970px;
	 
	padding: 0 0px 0 0px;  /* 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. */
}

div#headerleft {
float: left;
width: 442px;
height: 135px;
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
}

div#headerright {
float: left;
width: 508px;
height: 85px;
/* background: url(../images/masthead_bar.jpg) 0px 0px  repeat-x; */
}

div#headerright p {
margin-left: 10px;
}


div#headerrightbottom {
float: left;
width: 508px;
height: 60px;
/* background: url(../images/masthead_bar.jpg) 0px 0px  repeat-x; */
}

div#headerimage {
height: 220px; width: 980px;
background-color:#FFFFFF;
}

div#topnav { 

left: 0px;
height: 30px; width: 820px;
/* background-color:#000000; */
z-index:99;
/* position:relative; */
margin-top:-70px;
margin-bottom: 55px;
margin-left:50px; 
	padding: 0 0px 0 50px;  /* 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. */
}

div#mainContent {
	padding: 0px 60px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/* background: #FFFFFF; */
	margin-left: 50px;

	
}

div#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}

div#footerwhite {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/* background:#FFFFFF; */
}

div#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 */
}

div#calloutbox {
	border-style:solid;
	border-width:1px;
	border-color:#113485;
	background-color:#eeeeee;

	font-weight:bold;
	margin-top:25px;
	margin-left:25px;
	margin-right:0px;
	margin-bottom:25px;
	font-size:12px;
	float:right;
	width:250px;
	color:#000000;
	padding:15px;

}

div#rightcolumn {
	border-style:solid;
	border-width:0px;
	border-color:#113485;
	background-color:#ffffff;

	font-weight:bold;
	margin-top: 65px;
	/* margin-left:25px; */
	margin-left:3px;
	margin-right:0px;
	margin-bottom:250px;
	font-size:12px;
	float:right;
	width:270px;
	color:#000000;
	padding:5px;

}

div#rightcolumnboxed {
	border-style:solid;
	border-width:1px;
	border-color:#113485;
	background-color:#ffffff;

	font-weight:bold;
	margin-top: 35px;
	/* margin-left:25px; */
	margin-left:25px;
	margin-right:0px;
	margin-bottom:150px;
	font-size:12px;
	float:right;
	width:250px;
	color:#000000;
	padding:10px;

}


.redbox {
margin: 0px 0px 0px 15px;
padding:0px;
background-color:#e71c3a;
width:220px;
text-align:left;
}
.redbox ul{
margin: 0px;
padding:5px; 
}

.redbox li {
margin: 0px;
padding:0px;
line-height:25px;
list-style:none;
}

.redbox a {
color: #FFFFFF;
text-decoration: none;
font-size: 16px;
display: block;
background: #e71c3a;
padding-left:5px;
}

.redbox a:hover {
color: #FFFFFF;
text-decoration: none;
font-size: 16px;
display: block;
background: #000000;
}


div#leftnav {
	border-style:solid;
	border-width:0px;
	border-color:#113485;
	background-color:#eeeeee;

	font-weight:bold;
	margin-top:25px;
	margin-left:5px;
	margin-right:0px;
	margin-bottom:25px;
	font-size:12px;
	
	width:145px;
	color:#000000;
	padding:10px;
	float:left; 
	overflow:auto;
	

}

.boxheading {
font-size: 16px;
}

.smalltext {
font-size: 11px;
}

.bluetext {
	color: #23478C;
	font-weight: bold;
}

.redtext {
	color: #e71c3a;
	font-weight: bold;
}
.title {font-size: 15px; font-weight:bold;}

h1 {font-size: 16px; margin-top:0px;}
h2 {font-size: 14px; margin-top:15px;}
h3 {font-size: 13px; }

.date-font	{ color: #000000; font: 11px verdana, arial, sans-serif; font-weight: bold }

a {font-family: Arial, Verdana, Helvetica, sans-serif; color: #113485; text-decoration: underline}
a:hover {font-family: Arial, Verdana, Helvetica, sans-serif; color: #000000; text-decoration: underline}

a.redlink {font-family: Arial, Verdana, Helvetica, sans-serif; color: #e71c3a; text-decoration: underline}
a.redlink:hover {font-family: Arial, Verdana, Helvetica, sans-serif; color: #000000; text-decoration: underline}


a.calloutlink {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #113485; text-decoration: underline}
a.calloutlink:hover {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000000; text-decoration: underline}

.rightimage {
	border: 0px;
	margin-left:10px;
	float:right;
}

.leftimage {
	border: 0px;
	margin-right:10px;
	float:left;
}

.ProdTable {
	text-align: left;
	vertical-align: top;
	padding: 3px;
	border: thin solid #999999;
	font-size: 12px;
}
div#bottomcalloutbox {

	border-style:solid;
	border-width:1px;
	border-color:#113485;
	background-color:#eeeeee;

	font-weight:bold;
	margin-top:25px;
	margin-left:25px;
	margin-right:25px;
	margin-bottom:25px;
	font-size:12px;
	color:#000000;
	padding:15px;
}

div#date-location {
	float:right;
	margin-top: 5px;
	margin-right: 10px;
}