﻿/**********************************************************************************************

	Title: Manila
	Date: June 2008 

***********************************************************************************************

		
	1. BASE
			1.1 Reset
			1.2 Default styles
			1.3 Basic styles
	
	2. LAYOUT
			2.1 Header
			2.2 Content
			2.3 Sidebar
		

***********************************************************************************************/


/* 1. BASE
-----------------------------------------------------------------------------------------------
===============================================================================================*/	



/* 1.1	Reset
-----------------------------------------------------------------------------------------------*/	


	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	
	body {
		line-height: 1;
	}
	
	ol, ul {
		list-style: none;
	}
	
	blockquote, q {
		quotes: none;
	}
	
	blockquote:before, 
	blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
	
	:focus {
		outline: 0;
	}
	
	ins {
		text-decoration: none;
	}
	
	del {
		text-decoration: line-through;
	}
	
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}


/* 1.2	Default styles
-----------------------------------------------------------------------------------------------*/	

	body {
		background: #f7f3ec;
		font: 62.5% Verdana, Arial, Helvetica, sans-serif;
		text-align: center;
	}
	
	html, body {
		height: 100%;
	}

	hr { 
		display: none;
	}
			
	strong {
		font-weight: bold;
	}
			
	em {
		font-style: italic;
	}
		
	abbr, acronym {
		border-bottom: 1px dotted #999; 
		cursor: help;
	}
	
	input, textarea, select {
		font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	}

	a {
		color: #0000ff;
		text-decoration: underline;
	}
	
	a:hover, 
	a:active {
		color: #ff0000;
		text-decoration: none;
	}
	

/* 1.3	Basic styles
-----------------------------------------------------------------------------------------------*/	

	.hide {
		display: none;
	}
	
	.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

	.clearfix {
		display: inline-block;
	}

	/* Hides from IE-mac \*/ 
	* html .clearfix {
		height: 1%;
	}

	.clearfix {
		display: block;
	}
	/* End hide from IE-mac */
	

/* 2. LAYOUT
-----------------------------------------------------------------------------------------------
===============================================================================================*/	
  #wrapper {
    width: 100%;
    min-height: 100%;
    background: #f7f3ec url('../images/bg-body.gif') center bottom repeat-x !important;
    display: block;
    overflow: hidden;
  }

	.container {
		width: 960px;
		position: relative;
		margin: 0 auto;
		text-align: left;
	}
	
	#header {
		background: white url('../images/bg-header.png') right top no-repeat;
		position: relative;/* z-index issue fix for IE7*/
		z-index: 1500;
	}
	
	#heading {
		float: left;
		padding: 35px 53px 0 90px;
		width: 120px;
		font: normal 2em Georgia, Garamond, serif;
		color: #bc9b6a;
	}
	
	#content {
		width: 286px; 
		padding-top: 35px;
		float: left;
	}
		
	#sidebar {
		width: 370px;
		float: right;
	}

/* 2.1	Header
-----------------------------------------------------------------------------------------------*/	

	#header h1, 
	#header h1 span,
	#header .logo a,
	#header .logo span {
		display: block;
		width: 439px;
		height: 72px;
		overflow: hidden;
		cursor: pointer;
	}
	
	#header h1,
	#header .logo {
		position: relative;
		float: left;
	}
		
	#header h1 span,
	#header .logo span {	
		position: absolute; 
		top: 0;
		left: 0;
		z-index: 10;
		background: url(../images/logo.gif) no-repeat;
	}
	
	#content-links {
		position: absolute;
		left: -1000em;
		text-align: left;
	}
	
	#topnav {
		padding-top: 50px;
		float: right;
		text-transform: uppercase;
		font: normal .9em Helvetica, sans-serif;
		letter-spacing: 1px;
	}
	
	#topnav li {
		display: inline;
		/*border-left: solid 1px #bc9b6a;*/
	}
	
	#topnav li a {
		color: #bc9b6a;
		padding: 0px 12px;
		text-decoration: none;
		font-size: 140%;
		font-weight: bold;
	}
	
	#topnav li a:hover {
		text-decoration: underline;
	}
	
	#topnav li.first {
		border-left: none;
	}
	
	#navigation {
		clear: both;
		background-color: #002f5b;
		text-transform: uppercase;
		font: normal .9em Helvetica, sans-serif;
/*		height: 17px;*/
		line-height: 18px;
		letter-spacing: 3.1px;
/*		overflow: hidden;*/
		position: relative;/* z-index issue fix for IE7*/
		z-index: 1500;
	}
	
	#navigation ul {
		float: left;
		text-align: left;
    padding-left: 76px;
		width: 600px;
    z-index: 100;
	}
		
	#navigation li {
		display: inline;
		border-left: solid 1px #fff;
		position: relative;
	}
	
	#navigation li a {
		color: #bc9b6a;
		padding: 0 4px 0 15px;
		text-decoration: none;
		font-size: 120%;
	}
	
	#navigation li.first {
		border-left: none;
	}
	
	#navigation ul ul li {
		display: block;
		color: white;
		border: none;
	}
	
	#navigation ul ul li a {
		color: white;
		display: block;
		padding: 3px 16px;
		line-height: 1.2;
		letter-spacing: 1px;
		text-transform: none;
		font-size: 1.2em;
	}
	
	#navigation ul ul li a:hover {
		background-color: #fff;
		color: black;
	}
	
	#navigation ul ul {
		position: absolute;
		top: -1000em;
		left: -1000em;
		z-index: 10;
		width: 135px;
		float: none;
		text-align: left;
		background: transparent url('../images/bg-dropdown.png');
		padding: 10px 0;
	}
	
	#navigation ul li:hover ul, #navigation ul li.sfhover ul {
		top: 10px;
		left: -1px;
	}
	
	#switch {
		float: right;
		color: #fff;
	}
	
	.switchOpen {
		background: url('../images/bullet-close.gif') right top no-repeat;
	}

	.switchClose {
		background: url('../images/bullet-open.gif') right top no-repeat;
	}
	
	#switch a {
		padding-right: 25px;
		text-decoration: none;
		color: #fff;
	}

/* 2.2	Content
-----------------------------------------------------------------------------------------------*/	

	#flash {
    height: 402px;
		display: block;
    overflow: hidden;
	}

  #flash-bottom {
    background-color: #ebe7dc;
    height: 10px;
    display:block;
  }

	#main {
		background: url('../images/bg-main-map.png') center top no-repeat !important;
	}
	#main #main-shadow {
		background: url('../images/bg-main.png') left top repeat-x;
	}
	
	#content {
		color: #838383;
		line-height: 1.8;
		font-size: 1.1em;
	}
  
    #content.weather {
      width: 430px;
    }
      #content.weather table { margin-top: 20px; border:1px solid #A09F9D!important;}
      #content.weather th, #content.weather td { padding: 3px 5px; border-left:1px solid #A09F9D;	border-bottom:1px solid #A09F9D;} 
      #content.weather th  {background: #5BC4BE; color: #fff;}


/* 2.3	Sidebar
-----------------------------------------------------------------------------------------------*/	
  #sidebar .info {
    padding: 35px 35px 10px 10px;
		color: #838383;
		line-height: 1.8;
		font-size: 1.1em;
  }
    #sidebar .info strong {
      color: #002F5B;
    }
    #sidebar .info p {padding-bottom: 5px;}
   
    
	#sidebar .box {
		background: #bc9b6a url('../images/bg-sidebar.gif') left top repeat-x;
		padding: 40px 40px 35px;
		width: 305px;
	}
	
	#sidebar .box img {
		display: block;
		margin-bottom: 4px;
	}
	
	#left-image {
		display: block;
		float: left;
	}
	
	#right-image {
		display: block;
		float: right;
	}