body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #B7E0F2;
}

#topBorder{
	font-size: 0px;
	height: 5px;
	background-image: url(graphics/topBorderBg.gif);
	background-position: top;
	background-repeat: repeat-x;
	width: 100%;
}

#mainWrap{
	width: 900px;
	background-color: #5AB2DD;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

#logo_margins{
	margin-left: 100px;
	margin-top: 13px;
}

#secondaryWrap{
	width: 890px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-color: White;
	background-image: url(graphics/flowers_bottom_left.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#header{
	background-image: url(graphics/menu_bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 99px;
}

#header_topleftflowers{
	background-image: url(graphics/flowers_top_left.jpg);
	background-repeat: no-repeat;
	background-position: left-bottom;
	height: 99px;
	width: 30%;
	float: left;
}

#menu_items{
	background-image: url(graphics/menu_item_separator.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width: auto;
	height: 31px;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 31px;
	margin-top: 68px;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
}
#menuWrap
{
	width:220px;
	padding-left:100px;
	padding-top:5px;
	}
	
#menuWrapSub
{
	width:780px;
	padding-left:100px;
	padding-top:5px;
	}

.menuItems{
	background-image: url(graphics/menu_item_separator.jpg);
	background-repeat: no-repeat;
	background-position: left;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 11px 10px 0 10px;
	margin:0;
	float:right;
	height:25px;
	}
#commercial_center_picture{
	background-image: url(graphics/commercial.jpg);
	background-repeat: no-repeat;
	height: 283px;
}

#center_picture{
	background-image: url(graphics/mainpicture_frontpage.jpg);
	background-repeat: no-repeat;
	height: 324px;
}

#islandtransfers_center_picture{
	background-image: url(graphics/islandtransfers.jpg);
	background-repeat: no-repeat;
	height: 285px;
}

#scenictours_center_picture{
	background-image: url(graphics/scenictours.jpg);
	background-repeat: no-repeat;
	height: 272px;
}

#contactus_center_picture{
	background-image: url(graphics/contactus.jpg);
	background-repeat: no-repeat;
	height: 169px;
}

#content{
	margin-left: 5px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	width: 885px;
}

#content_half{
	width: 400px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
}

#content_half_st{
	width: 550px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
}

#contentHeaderText{
	font-size: 16px;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #010D79;
}

#contentText{
	font-size: 12px;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #010D79;
}

#contentText li{
	padding-top: 4px;
	padding-bottom: 4px;
}

#assoc_logos{
	width: 120px;
	float: left;
	margin-left: 10px;
	margin-top: 40px;
	text-align: center;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 8px;
}

#thirdColumn{
	height: 250px;
	width: 250px;
	float: left;
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 12px;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #010D79;
}

#footer{
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	height: 30px;
	background-image: url(graphics/topBorderBg.gif);
	color: White;
	font-size: 10px;
	line-height: 30px;
	clear: both;
	text-align: center;
	margin-top: 10px;
}

/* Form Stuff */

#formBox{
	background-color: #FAF0E6;
	width: 100%;
	float: left;
	margin-bottom: 5px;
}

#formItemLabel{
	width: 30%;
	text-align: right;
	float: left;
	font-size: 12px;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #010D79;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 0px;
}

#formItem{
	width: 65%;
	text-align: left;
	float: right;
	height: auto;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 5px;

}
