/* global elements
 * ------------------------------------------------------------------------- */
 
 body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(../images/bg-wood.jpg);
	background-repeat: repeat;
	background-attachment:fixed;
    background-position:center;
	text-align:left;
}

#wrapper{margin-left: auto; margin-right: auto; position: relative; width: 1050px; height:900px !important; z-index: 1; padding: 0px;}


#logo{
	position:absolute;
	left:302px;
	top:74px;
	z-Index:50;
	display: block;
}

#main-nav{
	position:absolute;
	left:124px;
	top:219px;
	z-Index:60;
	display: block;
}

#bg-ocean{
	position:absolute;
	left:124px;
	top:272px;
	z-Index:1;
	display: block;
}

#left-text-box{
	padding-right: 20px;
	overflow: auto;
	width: 350px;
	height: 400px;
	position:absolute;
	left:163px;
	top:312px;
	z-Index:300;
	display: block;
}

#footer{
	overflow: auto;
	width: 513px;
	height: 40px;
	position:absolute;
	left:268px;
	top:765px;
	z-Index:300;
	display: block;
}

#right-pic{
	position:absolute;
	left:580px;
	top:311px;
	z-Index:300;
	display: block;
}

#right-shadow{
	position:absolute;
	left:559px;
	top:292px;
	z-Index:290;
	display: block;
}


/* Hide/Show code
 * ------------------------------------------------------------------------- */
.hide { display:none !important; }
.show { display:block !important; }


/* fonts
 * ------------------------------------------------------------------------- */
 
h1 { font-size:1.2em; color:#006e95; }
h2 { font-size:18px; color:rgb( 81, 47, 21 ); margin-bottom:10px !important; margin-top:0px; }
h3 { font-size:18px; color:rgb(140, 179, 218); margin-bottom:10px !important; margin-top:0px; }


h1 span, h2 span, h3 span { display:none; }
body.sitemap h3 { margin-bottom:5px !important; line-height:1.0em; }

a.whiteButton { font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 18px; color: rgb( 250, 250, 250 ); text-decoration: none; }
a.whiteButton:hover	{ font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 18px; color: rgb( 0, 0, 0 ); text-decoration: none; }

body, td, input, a { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	color: rgb( 250, 250, 250 );
}

.header { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 18px;
	text-decoration: none;
	color: rgb( 129, 145, 154 );
}

.whiteBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	text-decoration: none;
	color: rgb( 250, 250, 250 );
}	

.whiteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	color: rgb( 250, 250, 250 );
}


.menuCategory {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 800;
	line-height: 22px;
	text-decoration: none;
	color: rgb( 250, 250, 250 );
}

.menuItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	text-decoration: bold;
    color: rgb( 81, 47, 21 );
}


.menuItem2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	text-decoration: bold;
	color: rgb(140, 179, 218);

}


.brownText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	color: #663c16;
}

.brownBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	text-decoration: none;
	color: #663c16;
}

.black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	color: rgb( 0, 0, 0 );
}


/* Home Page
 * ------------------------------------------------------------------------- */
 #flash-music{
	position:absolute;
	width: 275px;
	height: 20px;
	left:386px;
	top:794px;
	z-Index:1000;
	display: block;
}


/* Mailing List
 * ------------------------------------------------------------------------- */
 #mailingForm{
	position:absolute;
	left:185px;
	top:413px;
	z-Index:1000;
	display: block;
}
 
 
 /* Menus
 * ------------------------------------------------------------------------- */
  #sub-nav{
	position:absolute;
	left:124px;
	top:281px;
	z-Index:1050;
	display: block;
}

