/* Headers */

h2
	{
	font-size: 15px;
	font-weight: bold;
	line-height: 24px;
	}


/* Menu segments */

#mainmenu
	{
	background-image: url('../images/mainMenuBGHome.gif');
	}

#submenu
	{
	background-image: url('../images/subMenuBGHome.gif');
	}

#mainmenu ul li a
	{
	color: #EEEEEE;
	text-decoration: none;
	}

#mainmenu ul li a:hover, #mainmenu ul li.current, #mainmenu ul li.currentlast
	{
	color: #FFFFFF;
	background: url('../images/menuArrowWhite.gif') no-repeat bottom;
	}



/* Content segments */

#content
	{
	padding: 0;
	height: 335px;
	background: url('../images/homeSeascape.gif') no-repeat bottom;
	}


/* Strap line */

#strap
	{
	position: absolute;
	margin: 0;
	padding: 0;
	top: 250px;
	left: 28px;
	color: #FFFFFF;
	font-size: 23px;
	font-weight: bold;
	line-height: 28px;
	}

#strap li
	{
	float: left;
	margin-right: 6px;
	list-style: none;
	}



/* Footer segment */

#footer
	{
	background-image: url(../images/footerHomeBG.gif);
	}

#footer #corner
	{
	background: url(../images/footerHomeCorner.gif) no-repeat bottom right;
	}