/*********************/
/* BASIC */
/*********************/

body {
	font-family:  Arial, sans-serif;
	font-size: 62.5%;
	margin-top:10px;
	padding: 0;
	background-color: #FFFFFF;
}

#wrapper {
width:760px;
margin-left:auto;
margin-right:auto;
border-left:1px solid #000000;
border-right:1px solid #000000;
}

p,h1,h2,h3,h4,h5,h6,ol,ul {
	margin: 0px;
	padding: 0px;
}

br.clear {
	height:1px;
	clear:both;
	line-height: 1px;
	background-color: #00CC33;
}


/*********************/
/* BANNER STYLES */
/*********************/

#banner {
	background: url(images/bg/banner_bg.jpg) repeat-x left top;
	position: relative;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

/*********************/
/* ANNOUNCEMENT STYLES */
/*********************/

#announce {
	float: left;
	width: 166px;
	border-top: 10px solid #294E56;
	margin-top: 3px;
	background: url(images/bg/announce_bg.jpg) repeat-x left top;
	margin-left: 3px;
	line-height: 95%;
	margin-right: 3px;
}

#announce h2 {
	font-size: 14px;
}
#announce a {
	font-size: 12px;
	display: block;
	text-decoration: none;
	color: #102536;
	padding: 3px 5px;
	border-bottom: 1px solid #14556B;
}
#announce .title {
	font-weight: bold;
	display: block;
}
#announce a:hover {
	background-color: #5F9794;
	color: #FBEF99
}

#announce ul {
	list-style:none;
}

#announce li {
	display: inline; /* for IE 7 and earlier white space bug */
}

/* double-margin-bug */
#announce {
	height: 1px;
}

/* following hack makes entire area of link
clickable in IE. This gives those links "layout" */
#announce a {
	height: 1px;
}

/*********************/
/* MAIN NAV */
/*********************/

#nav {
	margin-bottom: 0px;
	position: absolute;
	top: 75px;
	left: 5px;
}

#nav li {
	list-style-type: none;
	padding: 0px;
	margin: 0;
	float: left;
}

#nav a {
	display: block;
	font-size: 11px;
	color: #D6ECAE;
	text-decoration: none;
	background-color: #294E56;
	padding: 2px 2px 2px 3px;
	width: 8em;
	text-align:center;
	/*margin-left: 2px;*/
	border-right: 1px solid #73AFB7;
	border-bottom: 1px solid #73AFB7;
	font-weight: bold;
	margin-bottom: 2px;
}

#nav a:hover {
	background: #73AFB7;
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	color: #FBEF99;
}

/*highlight "you are here" buttons*/

body#where #nav a#whereLink, 
body#island_events  #nav a#island_eventsLink,
body#ganza #nav a#ganzaLink,
body#gallery #nav a#galleryLink,
body#learn #nav a#learnLink,
body#history #nav a#historyLink {
	background: #73AFB7;
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	color: #FBEF99;
}


#logo {
	background: url(images/bg/banner_flower.jpg) no-repeat right top;
	height: 100px;
}

/*********************/
/* SIDEBAR */
/*********************/
#sidebar{
float:left;
width:160px;
margin-top:10px;
}

#secondary{
float:right;
width:180px;
background-color:#294E56;
margin-top:10px;
}

#secondary * {
color:#FFF;
} 

#secondary h3 {
font-size:1.5em;
background:#73AFB7;
padding:3px 5px 3px 10px;
}

#secondary h4 {
font-size:1.2em;
margin:10px 10px 5px 10px;
}

#secondary p {
font-size:1.2em;
margin:3px 10px 10px 10px;
}

#secondary ul {
	margin: 10px 0 0 0;
	padding: 0;
	list-style:none;
}

#secondary li {
	font-size:1.2em;
	font-weight: bold;	
	margin-left: 20px;
}

#news {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 1.2em;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
}

#news li {
	display: inline;
}

#news .title {
	font-weight: bold;
	display: block;
	color: #666666;
}

#news a {
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #000000;
	color: #73AFB7;
	line-height: 110%;
	background: #FFFFFF url(images/bg/bg_link.png) no-repeat right top;
}
/* hack for IE 6 < to make entire block clickable */
* html #news a {
	height: 1px; 
}

#news a:hover {
	color: #000000;
	background-image: url(images/bg/bg_link_h.png);
}

/*********************/
/* MAIN */
/*********************/

#main{
margin-left:170px;
margin-right:190px;
}

#main_sidebar{
margin-left:170px;
margin-right:10px;
}

#main_fullpage{
margin-left:10px;
margin-right:10px;
}

h1 {
/*	color: #294E56;  */
	color: #999999;	
	margin-top: 10px;
	font-size: 2.4em;
  border-top: 4px solid #294E56;
	line-height: 100%;
}
.section {
	display: inline;
/*	color: #ff0000; */		
  color: #999999; 
	font-weight: bold;
}

.floatRight {
	float: right;
	margin: 5px 10px 2px 15px;
}
img.floatRight {
	border: 1px solid #000000;
}

.floatLeft {
	float: left;
	margin: 5px 10px 2px 0px;
}
img.floatLeft {
	border: 1px solid #000000;
}

p {
	color: #000000;
	font-size: 1.4em;
	top-margin: 0px;
	margin-bottom: 10px;	
}

h2 strong {
	color: #ff0000;
}

#main_fullpage p{
  margin: 1em;
}

#main a {
	color: #152D6A;
	text-decoration: none;
	font-weight: bold;
	/*border-bottom: 2px dotted #008000;*/
}

#main a:hover {
	color: #ff0000;
}

#main ul {
	padding-left: 25px;
	list-style-type:square;
}
#main li {
	margin-left: 15px;
	margin-top: 5px;
	font-size: 1.4em;
}

#main_fullpage a {
	color: #152D6A;
	text-decoration: none;
	font-weight: bold;
	/*border-bottom: 2px dotted #008000;*/
}

#main_fullpage a:hover {
	color: #ff0000;
}

#main_fullpage ul {
	padding-left: 25px;
	list-style-type:square;
}
#main_fullpage li {
	margin-left: 15px;
	margin-top: 5px;
	font-size: 1.4em;
}

#main_fullpage a.external {
	color: #152D6A;
	background-image: url('images/globe.png');
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 18px;
	border-bottom: medium none;
}
#main_fullpage a.external:hover {
	color:#ff0000;
	background-position: right -24px;
	background-color: #FFF;
}

h2 {
	color: #008000; 
	font-size: 1.9em;
	margin-top: 10px;
	overflow: hidden;
	padding-top: 0px;
/*	background: url(images/bg/bg_h2.gif) repeat-x left bottom;*/
}


.sidebar {
	width: 200px;
	float: right;
	margin: 10px;
	border: solid 1px #fdd041;
	border-top-width: 5px;
	padding: 10px;
	background-color: #fbef99;
}

.sidebar h3 {
	margin: 0;
	text-align: center;
}

.sidebar ul {
	margin: 10px 0 0 0;
	padding: 0;
}

.sidebar li {
	margin-left: 1.5em;
}

/*CSS Hacks for Internet Explorer */

/* fix the over extended h2 borders */
* html h2 {
	zoom: 1;
}

* html .sidebar {
/* double margin bug fix */
	display: inline;
/* IE 5 box-model fix */
	width: 222px;
	w\idth: 200px; 
}

/*********************/
/* FOOTER */
/*********************/
#footer {
	margin-top: 5px;
	margin-left:0px;
	margin-bottom:opx;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;	
	padding: 5px 5px 5px 5px;
	margin-right: 0px;
}

		
/*********************/
/* COPYRIGHT */
/*********************/

#copyright {
	padding-left: 5px;
	padding-bottom:15px;
	margin-bottom:15px;
	border-top: 1px solid #000;
	background-color: #86B500;
	font-weight: bold;
	color: #000000;
}

/*********************/
/* LEGAL */
/*********************/
#legal a {
	color: #0000ff;
	background: url(images/email.gif) no-repeat left center;
	padding-left: 20px;
	margin-left: 10px;
}

/*********************/
/* HOME PAGE */
/*********************/
#gohome a {
	float: right;
	color: #0000ff;
	background: url(images/left.gif) no-repeat left center;
	padding-left: 20px;
	margin-right: 10px;
}

/*********************/
/* Table Layout */
/*********************/

table { 
	border-collapse: collapse;
	width: 100%;
	font-family:  Arial, sans-serif;
	color: #000000;
	font-size: 1.4em;
	text-align: left;
}

caption {
	text-align: right;
}

thead {
	font-family:  Arial, sans-serif;
	color: #000000;
}

td,th {
	border: 1px solid #000000;
	padding: 3px 5px 2px 5px;
}

th {
	background: url(images/th_bg.png) no-repeat left top;
	text-align: left;
	1px solid #000000;
	
}

tr.alt td {
	background-color: #e0e0e0;
}
