@charset "UTF-8";
body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #eee url(images/bg2.jpg) repeat-x;
	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: #000;
}
a {
	color: #039;
}
#container {
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#header {
	background: #ddd; 
	margin: 0;
	padding: 0;
}
#header #flashContainer {
	height: 170px;
}
#navbar {
	background: #8ba4bf url(images/nav_bg_off.jpg) repeat-x;
	margin: 0;
	padding: 0;
}
#navbar table {
	margin: 0 auto; /* centers the table */
}
#navbar td {
	margin: 0;
	padding: 0;
	height: 35px;
}
#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #fff;
}
#mainContent h1,
#mainContent h2,
#mainContent h3 {
	margin: 0;
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent h1 {
	padding: 0 0 3px 0;
	margin-bottom: 12px;
	color: #16426e;
	font-size: 120%;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #366BA1;
}
#mainContent h2 {
	padding: 7px 0 3px 0;
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
	color: #16426e;
}
#mainContent h3 {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
#footer {
	width: 880px;  /* use same width here as container above */
	background: #eee;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#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: 5px 13px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 80%;
	color: #666;
}

/* Styles for navbar */

#navbar table {
	border-left: 1px solid #fff;
}
#navbar td a {
	display: block;
	height: 17px;
	padding: 9px 15px;
	text-decoration: none;
	border-right: 1px solid #fff;
	color: #fff;
	text-transform: uppercase;
	font-size: 90%;
}
#navbar td a:hover {
	background-color: #477aa8;
}

/* State navigation for navbar */

#tabPease #navbar td#navPease a,
#tabAbout #navbar td#navAbout a,
#tabAdvantage #navbar td#navAdvantage a,
#tabDirections #navbar td#navDirections a,
#tabContact #navbar td#navContact a,
#tabHome #navbar td#navHome a {
	background: url(images/nav_bg_on.jpg) repeat-x;
	color: #16426e;
}


/* Styles for subnav (left side navigation) */

div#subnav {
	font-family: Arial, Helvetica, sans-serif;
	width: 149px;
	border-bottom: 1px dotted #BECBD8;
}

div#subnav ul {
  background-color: #fff;
  list-style-type: none;
  padding:0;
  margin:0;
}

div#subnav ul li {
  margin: 0;
  padding: 0;
  display: block;
  border-top: 1px dotted #BECBD8;  /*lines */
}

div#subnav ul li#lineoff {
  border-top: none;  /*lines */
}

div#subnav ul li#on {
	background-color: #BECBD8;
}

div#subnav ul li a {
  display: block;         /* lines extend to right, make area clickable */
  color: #002A54;
  padding: 9px 5px 5px 5px;
  margin:0;
  text-decoration: none;
  height: 1%;
  /*height:15px;            hint for IE, alternatively remove whitespace from HTML */ 
}

div#subnav ul ul {  /* turn off all secondary menus, use state navigation styles below to turn on correct sections */
  display: none;
}

div#subnav ul ul li a {
  color: #366BA1;
  background-color: #ECF0F3;
  padding: 4px 3px 4px 12px;
  border-top: none;				/* indent level 1 */
}

div#subnav ul ul ul li a {
  background-color: #ECF0F3;
  padding-left: 30px;     /* indent level 2 */
}

/* State navigation styles for side nav */

#tabPease.pgTradeport div#subnav ul li#subTradeport a,
#tabPease.pgAirports div#subnav ul li#subAirports a,
#tabPease.pgPortsHarbors div#subnav ul li#subPortsHarbors a,
#tabPease.pgGolfCourse div#subnav ul li#subGolfCourse a,

#tabAbout.pgNewsEvents div#subnav ul li#subNewsEvents a,
#tabAbout.pgHistory div#subnav ul li#subHistory a,
#tabAbout.pgBoard div#subnav ul li#subBoard a,
#tabAbout.pgPublic div#subnav ul li#subPublic a,
#tabAbout.pgFacilities div#subnav ul li#subFacilities a,
#tabAbout.pgContact div#subnav ul li#subContact a,

#tabAdvantage.pgEconomic div#subnav ul li#subEconomic a,
#tabAdvantage.pgFinancial div#subnav ul li#subFinancial a,
#tabAdvantage.pgBusiness div#subnav ul li#subBusiness a,

#tabDirections.pgDirections div#subnav ul li#subDirections a,

#tabContact.pgFacilities div#subnav ul li#subFacilities a,
#tabContact.pgNoise div#subnav ul li#subNoise a,
#tabContact.pgSitemap div#subnav ul li#subSitemap a {
  background-color: #becbd8;
}

/* Turn on correct secondary nav items in left nav bar */

#tabPease.pgTradeport div#subnav ul li#subTradeport ul,
#tabPease.pgPortsHarbors div#subnav ul li#subPortsHarbors ul,
#tabAbout.pgNewsEvents div#subnav ul li#subNewsEvents ul,
#tabAbout.pgPublic div#subnav ul li#subPublic ul,
#tabAbout.pgFacilities div#subnav ul li#subFacilities ul {
	display: block;
}

/* Apply state navigation color to secondary list that was just turned on */

#tabPease.pgTradeport div#subnav ul li#subTradeport ul li a,
#tabPease.pgPortsHarbors div#subnav ul li#subPortsHarbors ul li a,
#tabAbout.pgNewsEvents div#subnav ul li#subNewsEvents ul li a,
#tabAbout.pgPublic div#subnav ul li#subPublic ul li a,
#tabAbout.pgFacilities div#subnav ul li#subFacilities ul li a {
  background-color: #ecf0f3;
}

div#subnav ul li a:hover {   /* rollover effect */
  color: #fff;
  background-color: #366BA1 !important;
}

/* Styles for home page content */

#mainContent table {
	width: 100%;
}

#mainContent td#homeRight {
	width: 213px;
}
#mainContent td#homeLeft {
	width: 607px;
}

/* Styles for rounded corner box */

.roundedBoxContainer {
	
}
.roundedBoxUR {
	float: left;
	color: #666;
	background-image: url(images/roundedBox-Right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.roundedBoxUL {
	width: 385px;
	margin: 0;
	padding: 0 9px 0 9px;
	background-image: url(images/roundedBox-Left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.roundedBoxUL h2 {
	margin: 0;
	padding: 0 0 10px 0;
	float: left;
	text-transform: uppercase;
}
.roundedBoxUL p {
	margin: 0;
	padding: 0 0 10px 0;
}
.roundedBoxUL p.headerLink {
	margin: 0;
	padding: 9px 0 10px;
	text-align: right;
	font-size: 90%;
}
.roundedBoxLL {
	margin: 0;
	padding: 0 0 0 9px;
	background-image: url(images/roundedBox-Left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.roundedBoxLL span {
	display: block;
	padding: 0 9px 9px 0;
	background-image: url(images/roundedBox-Right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

p.headerLink a {
	text-decoration: none;
}
.smallText {
	font-size: 80%;
}
.floatRight {
	float: right;
	margin: 0 0 10px 15px;
}
.blueBox {
	padding: 5px 15px;
	background-color: #C3D0E0;
}

table#availableProperties td {
	padding: 0 20px 25px 0;
}
table#availableProperties td h3 {
	padding: 0;
}
table#availableProperties td img {
	margin-top: 3px;
	border: 1px solid #000;
}
