/* flight arrivals */
div#flights {	position: relative;
}

table#flight-arrivals, table#flight-departures {
	font-size: 15px;
	border: 2px solid #FFED81;
	border-collapse: collapse;
	width: 100%;}
#flights h2 {
	font-size: 20px;
	margin: 1em 0 0.5em 0;
	}	
table#flight-arrivals th,table#flight-departures th {background-color: #fffdef;padding: 3px 6px; }
table#flight-arrivals td, table#flight-departures td {background-color: white;font-size: 14px;font-weight:normal; padding: 5px 10px; border: 2px solid #FFED81;}
a:link {color: #7d3131;}
a:visited {color: #7d3131;}
a:hover {color: #000;}
a:active {color: #7d3131;}
#toolbox p.text {	margin-top:20px;}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	font-family: arial, helvetica, san-serif;
	}
#wrapper {
	width: 760px;
	text-align: left;
	margin: 0 auto;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: url(assets/bg.jpg) repeat;
	}
#top {
	width: 760px;
	height: 145px;
	background-image: url(assets/top.jpg);
	background-repeat: no-repeat;
	}
#top img { margin-left: 285px;
padding-top: 10px;
	display: block;
	border: 0;
	}
#rim-top {
	width: 100%;
	height: 48px;
	background: url(assets/rim-top.gif) repeat-x;
	}
#rim-bottom {
	width: 100%;
	height: 24px;
	background: url(assets/rim-bottom.gif) repeat-x;
	}	
#content {
	width: 606px;
	float: right;
	position: relative;
	}
#nav {width: 151px;}
#navcontainer {
  border-right: 1px solid #000;
  padding: 0px;
  font-family: arial, sans-serif;
  background-color: #000;
  color: #333;
}
#navcontainer ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  border: none;
}
#navcontainer li {
  border-bottom: 0px solid #000;
  margin: 0;
	border-top: 1px solid #000;
  
}
#navcontainer li a {
  display: block;
  padding: 4px 4px 4px 10px;
	width: 136px;
  background-color: #7d3131;
  color: #ffed81;
  text-decoration: none;
	font-weight: bold;
}
#navcontainer li a:hover {
  border-left-color: #1c64d1;
  border-right-color: #5ba3e0;
  background-color: #ffed81;
  color: #7d3131;
}
#navcontainer li li {
  border-top: 1px solid #000;
  border-bottom: 0;
  margin: 0;
}
#navcontainer li li a {
  background-color: #7d3131;
  padding: 4px 4px 4px 25px;
	width: 121px;
}
#navcontainer li li li a {
  background-color: #7D7D31;
	background-color: #7d3131;
  padding: 4px 4px 4px 40px;
	width: 106px;
}
#logo-left {
	display: block;
	margin: 20px auto 10px auto;
	}
#address-left {
	padding: 8px;
	font-weight: bold;
	text-align: center;
	}	
/*toolbox*/
#toolbox {padding: 20px;}
h1 {margin: 0 0 0.5em 0; font-size: 24px; color: #858C9F; clear: left;}
h2 {margin: 0 0 0.5em 0; font-size: 18px; color: #B7025F;}
#toolbox p {margin: 0 0 1em 0;}
.imageright img, .imageleft img {display: block;}
.imageright {
	float: right;
	position: relative;
	margin: 0 0 10px 10px;
	}
.imageleft {
	float: left;
	position: relative;
	margin: 0 10px 10px 0;
	}
.imagecaption {
	font-size: 11px;
	background: #fef9e7;
	padding: 3px;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	}

#copyright {font-size: 11px; margin: 0 auto; padding: 1em 0;}
#copyright a:link {color: #333;}
#copyright a:visited {color: #333;}
#copyright a:hover {color: #000;}
#copyright a:active {color: #333;}

.clearer {
 height:1px;
 overflow:hidden;
 margin-top:-1px;
 clear:both;
}



/* Image Upload Icons */
.pdf, .txt, .doc, .ppt, .xls {
	width:18px;
	padding:0 13px 0 0;
	background-repeat: no-repeat;
	background-position: right;
	}
.pdf {background: url(images/file-ext/pdf.png);}
.txt {background: url(images/file-ext/txt.png);}
.doc {background: url(images/file-ext/doc.png);}
.ppt {background: url(images/file-ext/ppt.png);}
.xls {background: url(images/file-ext/xls.png);}
.zip {background: url(images/file-ext/zip.png);}

/* contant nav */
#cat-list {}
#cat-list a {
	display: block;
	float: left;
	position: relative;
	padding: 2px 4px;
	margin: 2px 5px 2px 0;
  background-color: #ffed81;
  color: #7d3131;
	border: 1px solid #7d3131;
	text-decoration: none;
	}
#cat-list a:hover {
  background-color: #7d3131;
  color: #ffed81;
	}	

/*images in business listings */
p.text {padding-top: 12px;clear: left; padding-top: 0.5em; position: relative; display: inline;}
.text img {margin: 5px 0 12px 10px; position: relative;	}
.details {clear: left; display: block;margin-top: 0.5em; font-weight: bold}
hr {}
.list-img {display: block; float: right; position: relative; margin: 0; display: inline;}
h3 {margin: 0;}
