body		{
		margin:			0;
		background-color:	#647D64;
		font-family:		Arial, Verdana, sans-serif;
		font-size:		14px;
		color:			#666;
		height:			100%;
		}

body a:link, body a:active, body a:visited { color: #996600; }

.content	{		
		position:		relative;
		width:			980px;
		margin-top:		10px;
		}

.spread		{
		top:			0px;
		left:			0px;
		margin:			0 0 0 0;
		}
	
.spread img	{
		float:			left;
		top:			0px;
		left:			0px;
		border:			0;
		}

.main		{
		position:		relative;
		background-color:	#FFF;
		min-height:		370px;
		width:			980px;
		margin:			0;
		}

.textWrap	{
		position:		absolute;
		margin:			0;		
		width:			730px;
		height:			85%;
		float:			left;
		left:			230px;
		top:			25px;
		}
		
.textMain	{
		position: 		relative; 
		border-top:		thin solid #CC9933; 
		border-left: 		thin solid #CC9933; 
		top: 			0px;
		float:			left;		
		width:			700px;
		text-align:		left;
		padding-left:		20px;
		padding-top:		20px;
		padding-right:		10px;
		font-size:		12px;
		}
		
.welcome	{
		position:		relative;
		margin:			0;
		float:			left;
		top:			231px;
		left:			30px;
		}

.dkBg		{
		position:		relative;
		background:		url('images/dkBg.jpg') repeat-x top;
		height:			97px;
		width:			980px;
		margin:			0;
		float:			left;
		top:			0px;
		}
		
.nav		{
		width:			219px;
		height:			66px;
		float:			left;
		list-style-type:	none;
		margin:			15px 0px 0px 0px;
		padding:		0;
		text-align:		left;
		}
		
.nav li		{
		margin:			0;
		padding:		0;
		}

.nav img	{
		float:			left;
		top:			0px;
		left:			0px;
		margin:			0;
		padding:		0;
		border:			0;		
		}
		
.subnav		{
		width:			165px;
		float:			left;	
		list-style-type:	none;
		margin:			60px 0px 0px 0px;
		padding:		0;
		}

.subnav img	{
		float:			right;
		top:			0px;
		left:			0px;
		border:			0;
		}
		
.navButtons	{
		width:			214px;
		float:			left;	
		list-style-type:	none;
		margin:			0px 0px 0px 0px;
		padding:		0;
		}

.navButtons img	{
		float:			right;
		top:			0px;
		left:			0px;
		margin-top:		2px;
		border:			0;
		}
		
/* homepage rollover buttons */
.trips:hover 	{ 
		display:		block;
		float:			left;
		margin-top:		2px;
		padding:		0;
		background-image: 	url('images/our_trips_over_btn.jpg'); 
		width:			214px;
		height:			24px;
		}		
.trips:hover img { visibility: hidden; }

.about:hover 	{ 
		display:		block;
		float:			left;
		margin-top:		2px;
		padding:		0;
		background-image: 	url('images/about_us_over_btn.jpg'); 
		width:			214px;
		height:			24px;
		}		
.about:hover img { visibility: hidden; }

.other:hover 	{ 
		display:		block;
		float:			left;
		margin-top:		2px;
		padding:		0;
		background-image: 	url('images/other_activities_over_btn.jpg'); 
		width:			214px;
		height:			24px;
		}		
.other:hover img { visibility: hidden; }

.home:hover 	{ 
		display:		block;
		float:			left;
		margin-top:		2px;
		padding:		0;
		background-image: 	url('images/home_over_btn.jpg'); 
		width:			214px;
		height:			24px;
		}		
.home:hover img { visibility: hidden; }
		
.contact	{
		float:			left;
		text-align:		center;
		color:			#336666;
		width:			219px;
		margin-top:		10px;
		}
		
.cardLogo	{
		margin:			5px 5px 5px 5px;
		border:			1px solid #999;
		}
		
.pic		{
		margin:			15px 0px 10px 15px;
		border:			2px solid #FFF;
		outline:		1px solid #999;
		}
		
.bioPic		{
		margin:			0px 15px 15px 0px;
		border:			2px solid #FFF;
		outline:		1px solid #999;
		}
		
.copyright	{
		position:		relative;
		width:			980px;
		height:			24px;
		font-size:		11px;
		color:			#000;	
		top:			5px;
		}
		
.preload 	{ display: none; }