/* CSS Document */
body
{
	font-family:Arial, Georgia, "Times New Roman", Times, serif;
	background: #000000;
	font-size:12px;
	margin-left:auto;
	margin-right:auto;
	text-align:justify;

}

div#site-wrapper
{	
	margin-left:auto;
	margin-right:auto;
	width:760px;
}

div#site-background{
	background:white;
	border:#F9F47C solid 2px;
	width:756px;
}

div#header
{
	background:url(../images/barbados_header_airport.png) no-repeat;
	width:756px; 
	height:120px;
}

div#menu
{
	width: 756px;
	padding: 2px 0px 2px 0px;
	font-size: 11px;	
	text-align:center;

}

#menu a{
	color: #4C5639;
	text-decoration: none;
	padding: 5px 0px 5px 0px;
	font-style: italic;
	text-align:center;
}

#menu a:hover{
	color: #FFDE00;
	text-decoration: none;
	font-style: italic;
}

/* Side Navigation*/
div#side-menu
{
	width: 140px;
	padding: 5px 0px 2px 2px;
	color: black;
	font-size: 12px;	


}

#side-menu a{
	color: #4C5639;
	text-decoration: none;
	text-align:center;
}

#side-menu a:hover{
	color: #000000;
	background: #FFFFFF;
	width:142px;
	height:100%;
}

#side-menu hr{
	color: #000000;
	width:100%;

}

div#bookmarks
{
	color: #D6560D;
	height:35px;
}

div#contentContainer
{
width:736px;
padding:0px 5px 0px 5px;
}

#podLeft
{
width:150px;
float: left;
background:#EBEBEB url(../images/right-bottom-bg.png) bottom no-repeat;
}

.podLeftContentBg
{
width:144px;
background-color:#B6B6B6;
margin-left:auto;
margin-right:auto;
margin-top:3px;
margin-bottom:3px; 
}
.podLeftContent
{
padding-left:2px;
padding-right:5px;
margin-left:0px;
margin-right:0px;
}


#podRight
{
width:170px;
float: right;
background:#EBEBEB url(../images/right-bottom-bg.png) bottom no-repeat;
}

.v-spacer{height:25px;}

.podRightContent
{
padding-left:5px;
padding-right:5px;
}



#podMiddle
{
margin-left:5px;
width:405px;
float:left;
background:#EBEBEB url(../images/right-bottom-bg.png) bottom repeat-x;
}

.podMiddleContent
{
padding-left:10px;
padding-right:10px;
}

#podMiddleExtended{
	margin-left:5px;
	width: 580px;
	float: left;
	background:#EBEBEB url(../images/right-bottom-bg.png) bottom repeat-x;
}

.podMiddleExtendedContent{
	padding-left:10px;
	padding-right:10px;
}

.menu
{
width:138px;
background-color:#999999 50%;
}

#footer{ 

background:white url(../images/menu-bg.png);
width: 756px;

text-align:center;
}

.SectionHeader
{background-color:#CCCC99;
color:#1C1C82;
font-weight:bold;
font-size:13px;
padding:3px;
margin-bottom:3px;
}

.clearBoth{
	clear: both; height: 0;
}