@charset "utf-8";
/*
	 ENTOURAGE MGI
	 BY: TOM O"KEEFE
	 www.tomsdesignport.com
*/

/* CHARTER NAVIGATION */
#charter_navbg{
	background-image:url(../background/charter_nav.png);
	background-repeat:no-repeat;
	position:absolute;
	margin-top:135px;
	margin-left:45px;
	z-index:499;	
	width:700px;
	height:41px;
	}

#charter_nav{
	position:absolute;
	margin-top:150px;
	margin-left:45px;
	list-style:none;
	width:700px;
	height:40px;
	
	z-index:500;
}

#charter_nav li{
display:inline;
font-weight:bold;
font-size:16px;
	}
#charter_nav li.charter1{margin:0 15px 0 0;}
#charter_nav li.charter2{margin:0 15px 0 0;}
#charter_nav li.charter3{margin:0 15px 0 0;}
#charter_nav li.charter4{margin:0 15px 0 0;}


/* Top Navigation Dividers */
#divider1{position:absolute;
	z-index:100;
	margin:-220px 0 0 165px;
	width:21px;
	height:34px;
	}
#divider2{position:absolute;
	z-index:100;
	margin:-220px 0 0 280px;
	width:21px;
	height:34px;
	}
#divider3{position:absolute;
	z-index:100;
	margin:-220px 0 0 445px;
	width:21px;
	height:34px;
	}
#divider4{position:absolute;
	z-index:100;
	margin:-220px 0 0 580px;
	width:21px;
	height:34px;
	}

/* Top Navigation Links */

a.home{
	position:absolute;
	z-index:1000;
	margin:-210px 0 0 90px;
	
	width:65px;
	height:16px;
	
	display: block;
	background-repeat: no-repeat;
	background-image:url(../buttons/home.png);
}
a.home:hover{
	background-image:url(../buttons/home2.png);

}

a.about{
	position:absolute;
	z-index:1000;
	margin:-210px 0 0 195px;

	width:72px;
	height:16px;
	
	display: block;
	background-repeat: no-repeat;
	background-image:url(../buttons/about.png);
}
a.about:hover{
	background-image:url(../buttons/about2.png);

}

a.charters{
	position:absolute;
	z-index:1000;
	margin:-210px 0 0 310px;
	
	width:121px;
	height:16px;
	
	display: block;
	background-repeat: no-repeat;
	background-image:url(../buttons/charters.png);
}
a.charters:hover{
	background-image:url(../buttons/charters2.png);

}

a.fishing{
	position:absolute;
	z-index:1000;
	margin:-210px 0 0 475px;
	
	width:96px;
	height:16px;
	
	display: block;
	background-repeat: no-repeat;
	background-image:url(../buttons/fishing.png);
}
a.fishing:hover{
	background-image:url(../buttons/fishing2.png);

}

a.contact{
	position:absolute;
	z-index:1000;
	margin:-210px 0 0 610px;
	
	width:105px;
	height:16px;
	
	display: block;
	background-repeat: no-repeat;
	background-image:url(../buttons/contact.png);
}
a.contact:hover{
	background-image:url(../buttons/contact2.png);

}

