body {
    background-color: #38341e;   
    color: #000;    
    font-family: arial, "lucida console", sans-serif;
    font-size: 10px;
    padding: 0;
    margin: 0;
    text-align: center;
}

img { border: none; }
#thumbs {
	position:relative;
	top:-45px;left:-10px;
	float:right;
	z-index:999999;
}
.thumb {
	border:2px solid #fff;
	
}
.para1 { 
    line-height: 9px;
    margin: 6px 0 10px 0;  
}
.para1a { 
    line-height: 14px;
    margin: 6px 0 10px 0;
	font-size:13px;
}
.para { 
    line-height: 9px;
    font-size: 10px; 
    font-weight: normal;
    margin: 0 0 0 0;
    padding: 8px 0 8px 0;
}
.line {  
    line-height: 9px;  
    font-size: 10px; 
    font-weight: normal; 
    padding:0;
    margin: 2px 0 2px 0;
}
P.head1 {
    font-size: 12px; 
    font-weight:  bold;
    margin: 0;
    padding: 12px 0 8px 0;
}
P.head1a {
    font-size: 16px; 
    font-weight:  bold;
    margin: 0;
    padding: 12px 0 8px 0;
}
P.head3 {
    font-size: 10px; 
    margin: 0 0 0 12px;
    padding: 8px 0 8px 0;
}
FORM {
    padding:0;
    margin:0;  
}

#mainContainer { 
    background-color: rgb(142,126,85);  
    width: 800px;
    margin-left:auto;
    margin-right:auto;
    text-align: left;
    overflow: hidden;
	min-height:603px;
    border: 1px solid rgb(0,0,0);
}

#topBar {
    background: url('/images/zebra.png') no-repeat; 
    width: 800px;         
    height: 60px;
}
#protected {
    width: 56px;
    height: 56px;
    margin: 2px 2px 0 0;
    float: right;  
}
#menuBar {   
    width: 800px;  
    height: 15px;
    background-color: rgb(79, 68,46); 
    color: rgb(250, 250, 250);  
    margin: 0px 0px 4px 0px; 
    font-size: 10px; 
    text-align: right;
    float: left;
}
#logo {
    background: url('/images/logo.png') no-repeat;  
    width: 258px;
    height: 64px;
    margin: -53px 0 0 8px;
    float: left;  
}
A {text-decoration:none; margin: 0 0 0 0;}
A:visited { color: rgb(250, 250, 250);  }    
A:link { color: rgb(250, 250, 250); }
A:hover { color: rgb(134, 109, 45);  }   

#leftPanel {
    width: 167px;
    margin:0;
    float: left;  
    text-align: left;
}
#homeBox {
    background-color: rgb(87, 73, 41); 
    color: rgb(250, 250, 250);  
    width: 167px; 
    height: 54px;
    margin: 0 0 4px 0px;
    float: left;   
}
.sideBlock {
    width: 167px; 
    height: 24px;
    margin-bottom: 4px;  
    color: rgb(250, 250, 250);  
    background-color: rgb(98, 84, 50);
	float: left;
}

#leftPanel ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#leftPanel ul li {
	padding:5px;
    color: rgb(250, 250, 250);  
    background-color: rgb(98, 84, 50);
	margin-bottom:4px;
	padding-left:12px;
}

#leftPanel ul li ul li{
	padding:2px;
    color: rgb(250, 250, 250);  
	margin-bottom:0px;
	padding-top:2px;
	padding-bottom:2px;
	border-left:4px solid #d55c35;
	margin-left:4px;
}

#subscribe {
    background: url('/images/face.png') no-repeat; 
    background-color: rgb(79, 68,46); 
    height: 124px;
    width: 167px;  
    margin: 0 0 4px 0;  
    color: rgb(250, 250, 250); 
    float: left;
}
.inputBox {
    width: 115px;
    height: 18px;
    margin: 0 0 0 12px;
    padding:0;
    float:left;
}

.submitButton {
    background-color: rgb(144, 120, 55);  
    font-size: 10px;  
    width: 26px;
    margin: 1px 0 0 4px;
    height:18px;
    float:left;    
    text-align: center;
    line-height: 18px;
	border:0px;
}

#walkSafari {
    background: url('/images/sunset.png') no-repeat;   
    background-color: rgb(79, 68,46); 
    height: 138px;
    width: 167px; 
    margin-bottom: 4px;  
    font-size: 10px;
    text-align: left;
    color: rgb(250, 250, 250); 
    float: left; 
	cursor:pointer;
}
#safariText {    
    padding: 0  8px 0 12px;
}
#scubaTrips {
    background: url('/images/turtle.png') no-repeat;   
    background-color: rgb(79, 68,46); 
    width: 167px;  
    height: 138px;   
    margin-bottom: 4px; 
    color: rgb(250, 250, 250);  
    overflow:visible;
    float: left;
	cursor:pointer;
}
#scubaText {    
    padding: 0  8px 0 12px;
}

#emailTrips {
    background: url('/images/sky.png') no-repeat;   
    background-color: rgb(79, 68,46); 
    width: 167px;  
    height: 138px;   
    margin-bottom: 4px; 
    color: rgb(250, 250, 250);  
    overflow:visible;
    float: left;	
	text-align:center;
	cursor:pointer;
}
#emailText {    
    padding: 0  8px 0 12px;
}

#mainPanel {
    width: 629px;
    float: right;
    padding: 0;
    margin: 0 0 4px 0;  
}
#bigAdvert { 
    width: 629px; 
    height: 0px;
    margin: 0 0 0 0;  
    float: right;
	position:relative;
	top:-198px;
	left:0px;
}
#imgContainer {
    width: 629px; 
    height: 198px;
    margin: 0 0 0 0; 
	position:relative;
	top:0px;
	left:0px;
}
#textArea {
    position: relative;
    background: url('/images/trees2.png') no-repeat;
    background-position: bottom right; 
    background-color: rgb(221, 200, 149); 
    width: 629px; 
    height: 100%;
    min-height: 423px;
    float: right;
}
#text {
    padding: 10px;
	font-size:110%;
}
.red {
    color: rgb(213, 92, 53); 
}
#footer {    
    text-align: center; 
    padding: 0;
    margin:0; 
    height: 25px;
    width: 629px;
    background-color: rgb(79, 68, 46); 
    font-family: arial, "lucida console", sans-serif;
    font-size: 10px;
    line-height: 24px;
    float: right;
}

#footer A:visited { color: rgb(134, 109, 45);  }  
#footer A:link { color: rgb(134, 109, 45);  }
#footer A:hover { color: rgb(250, 250, 250); }

/*- Menu Tabs 11--------------------------- */
#menuTabs { 
    height: 20px;     
    margin: 178px 0 0 4px;
    font-size:93%;
    line-height:11px;
    font-weight: bold;
    text-align:center;
    float:left; 
}
#menuTabs ul { 
    margin: 0px 0px 0px 0px; 
    padding:0px;
    list-style:none;
    float:left; 
}
ol {
	list-style:none;
	margin:0px;
}
#menuTabs li { 
    display:inline;
    margin:0;
    padding:0;
}
#menuTabs a {
    margin: 0;
    padding:0;
    text-decoration:none;
    float:left;     
}
#menuTabs a span {
    float:left;
    display:block;
    background:url('/images/tabright11.png') no-repeat left top;
    padding:5px 6px 6px 10px;    
    margin: 0 0 0 0; 
    color:#000;
}
#menuTabs a span.active {
	color:#fff;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menuTabs a span {float:none;}
/* End IE5-Mac hack */
#menuTabs a:hover span {
    color:#FfF;
}

#menuTabs IMG#tabStart{
    position: relative;
    padding:0 0 0 0; 
    margin: 0px -8px 0 2px;
    float: left;  
}
#menuTabs IMG#tabEnd {
    padding:0; 
    margin: 0px -4px 0 0;
    float: left;
}

/*- Menu Tabs 11--------------------------- */


#menuTabs2 {
	padding-top:6px;
	padding-left:5px;
    height: 20px;     
    margin: 0 0 0 0px;
    font-size:93%;
    line-height:11px;
    font-weight: bold;
    text-align:center;
	background-color:#4f442e;
	border-bottom:3px solid #8e7e55;

}
#menuTabs2 ul { 
    margin: 0px 0px 0px 0px; 
    padding:0px;
    list-style:none;
    float:left; 
}
#menuTabs2 li { 
    display:inline;
    margin:0;
    padding:0;
}
#menuTabs2 a {
    margin: 0;
    padding:0;
    text-decoration:none;
    float:left;     
}
#menuTabs2 a span {
    float:left;
    display:block;
    background:url('/images/tabright12.png') no-repeat left top;
    padding:5px 6px 6px 10px;    
    margin: 0 0 0 0; 
    color:#000;
}
#menuTabs2 a span.active {
	color:#fff;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menuTabs2 a span {float:none;}
/* End IE5-Mac hack */
#menuTabs2 a:hover span {
    color:#FfF;
}

#menuTabs2 IMG#tabStart{
    position: relative;
    padding:0 0 0 0; 
    margin: 0px -6px 0 2px;
    float: left;  
}
#menuTabs2 IMG#tabEnd {
position: relative;
left:-2px;
    padding:0; 
    margin: 0px -8px 0 0;
    float: left;
}

.foot{
	width:790px;
}
.designBy{
	clear:both;
	text-align:right;
	width:798px;
}
.designBy A:visited { color:  rgb(79, 68, 46);  }  
.designBy A:link { color:  rgb(79, 68, 46);  }
.designBy A:hover { color: rgb(250, 250, 250); }
.active {color:white;}
h1 {
	line-height:20px;
	text-indent:-9999px;
	background-repeat: no-repeat;
	margin:0px;
	padding:0px;
}
h3 {
	text-indent:-9999px;
}
p {line-height:14px;}
b,strong {text-transform: uppercase;}

#text A {text-decoration:none; margin: 0 0 0 0;}
#text A:visited { color: #d55c35;  }    
#text A:link { color: #d55c35; }
#text A:hover { color: #4f442e;  } 
.normal_list{
	list-style-type: decimal;
	margin-left:24px;
}
#text ul {
	margin-left: 0;
	padding-left: 0;
}
#text ul li {
	background: url("/images/bullet.png") no-repeat left 1px;
	margin-bottom: .5em;
	padding-left: 15px;
	list-style: none;
}
#back li{
	background: url("/images/bullet_back.png") no-repeat left 1px;
	margin-bottom: .5em;
	padding-left: 15px;
	list-style: none;	
}
#propImg{
	border:1px solid #4f442e;
}
.propImg {
	border:1px solid #4f442e;
}
hr {
	color:#d55c35;
	height:1px;
}