@charset "UTF-8";
/* CSS Document */
/* all the pages */
html, body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size:14px;
	line-height:20px;
	color:#fff;
	background-color: #acdcf6;
	background-image: url(../images/bg_cloud.jpg);
	background-repeat: repeat-y;
	background-position: top;
}
 h1 {  
    margin: 0;  
    padding: 0;  
}
img{
    border: 0;
}
#page-container {  
    width: 850px;  
    margin: auto; 
}
/* header */
#header {  
	height: 206px;  
}
/* header_in */
#header_in { 
    width: 902px;
    background-color: #acdbf5;
	background-image: url(../images/header_in.jpg);
	background-repeat: no-repeat;
	height: 136px;  
}
/* menu animatabs for all insider pages */
#paper {
}
#paper h1{
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	margin-top: -14px;
	padding-left: 86px;
}
.animatedtabs{
    overflow: hidden;
    width: 100%;
    font-size: 12px; /*font of menu text*/
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	text-align: center;
}
.animatedtabs ul{
    list-style-type: none;
    margin: 0;
    margin-left: 280px; /*offset of first tab relative to page left edge*/
    padding: 0;
}
.animatedtabs li{
    float: left;
    margin: 0;
    padding: 0;
}
.animatedtabs a{
    height: 46px;
    float: left;
    position: relative;
    top: 5px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
    background: url(../images/tab-blue-left.png) no-repeat left top;
    margin: 0;
    margin-right: 3px; /*Spacing between each tab*/
    padding: 0 0 0 9px;
    text-decoration: none;

}
.animatedtabs a span{
    height: 46px;
    float: left;
    position: relative;
    display: block;
    background: url(../images/tab-blue-right.png) no-repeat right top;
    padding: 5px 14px 3px 5px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
    color: black;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.animatedtabs a span {float:none;}
/* End IE5-Mac hack */
.animatedtabs .selected a{
    background-position: 0 -125px;
    top: 0;
}

.animatedtabs .selected a span{
    background-position: 100% -125px;
    color: black;
    padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
    top: 0;
}

.animatedtabs a:hover{
    background-position: 0% -125px;
    top: 0;
}

.animatedtabs a:hover span{
    background-position: 100% -125px;
    padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
    top: 0;
}
/* index page */
#texts {
   width: 700px;
   margin: auto;
   font-size: 16px;
   text-shadow: 2px 2px 2px black; 
}
#texts p {
   text-align: center;
}
/* content */
#content {  
    width: 788px;
	margin: auto;
	background-color: transparent;
	padding: 20px 0px;
} 
#content img{
	margin-top: 10px;
}
#content h1 {  
    margin: 0;  
    padding: 0; 
    text-align: center;
} 
#content h2 {  
    margin: 0;  
    padding: 0;  
}
#content a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 2px 2px 2px black;
}
#content a:hover {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
    text-shadow: 2px 2px 2px black;
}
#content p {  
    margin: 0;  
    padding: 0;  
}
/* paper_ content */
#content_p {
    clear: both;
    width: 722px;
    height: auto;
    margin-left: 86px;
    background-image: url(../images/paper_bg.png);
    background-repeat: repeat-y;
}
#content_p h1{
    margin: 0;  
    padding: 0px 0px 20px 0px; 
    font-family: Tahoma, Arial, Helvetica, Sans-serif;
    text-align: center;
    color: black;
    font-size: 16px;
}
#content_p h2 {
    margin: 0;  
    padding: 0px 0px 20px 50px; 
    font-family: Tahoma, Arial, Helvetica, Sans-serif;
    text-align: left;
    color: black;
    font-size: 14px;
}
#content_p h3 {
    width: 400px;
    margin: 0;  
    padding: 0px 0px 20px 50px; 
    font-family: Tahoma, Arial, Helvetica, Sans-serif;
    text-align: left;
    color: black;
    font-size: 12px;
    line-height: 1px;
}
#content_p h4 {
    width: 400px;
    margin: 0;  
    padding: 0px 0px 20px 50px; 
    font-family: Tahoma, Arial, Helvetica, Sans-serif;
    text-align: left;
    color: black;
    font-size: 12px;
    font-weight: normal;
}
#content_p h5 {
    width: 600px;
    margin: 0;  
    padding: 0px 0px 0px 68px; 
    font-family: Tahoma, Arial, Helvetica, Sans-serif;
    text-align: center;
    color: black;
    font-size: 12px;
    font-weight: bold;
}
#content_p p{
    width: 646px;
    margin: auto;
    font-family: Arial, Verdana, Helvetica, Sans-serif;
    text-align: center;
    color: black;
    font-size: 12px;    
}
#content_p a {
    color: #003c8b;
    text-decoration: underline;
    font-weight: bold;
}
#content_p a:hover {
    color: #e26600;
    text-decoration: underline;
}
#content_p a:visited {
    color: #6f0039;
    text-decoration: underline;
}
/* paper_ all for */
#all {
    width: 500px;  
    margin-left: 5%;  
    font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size:12px;
	line-height:18px;
	color:#fff;
    padding-bottom: 20px;
}
#leftpic {
    float: left;
    width: 45%;
}
#leftpic h1{
    margin: 0;  
    padding: 0;
    padding-top: 8px;
}
#leftpic h2 {  
    margin: 0;  
    padding: 0px 0px 0px 5px;
    font-size: 12px;
    color: black;
    line-height: 30px;
}
#leftpic p {  
    margin: 0;  
    padding: 0px 0px 0px 5px;
    font-size: 12px;
    color: black;
    text-align: left;
    line-height: 26px;
}
/* right side text for activeties*/
#righttext {
    margin-left: 85%;
}
#righttext p {  
    width: 220px;
    margin: 0;  
    padding: 28px 5px 0px 5px;
    font-size: 12px;
    color: black;
    text-align: center;
}
#toptext {
    margin-left:52%
}
#toptext h1 {  
    margin: 0;  
    padding: 0; 
}
#toptext h2 {  
    margin: 0;  
    padding: 0;
    font-size:12px;
    color: black;
}
#toptext p {  
    margin: 0;  
    padding: 0;
    font-size:12px;
    color: black;
    text-align: left;
}
#rightpic {
    margin-left:55%
}
#rightpic h1{
    margin: 0;  
    padding: 0;
}
/*contact cotent*/
#content2 {
    width: 550px; 
    font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size:12px;
	line-height:18px;
	color: black;
    padding-bottom: 20px;
}
#cleft {
    float: left;
    width: 45%;
}
#cleft h2 {  
    margin: 0;  
    padding: 0px 0px 0px 35px;
    font-size: 12px;
    line-height: 30px;
}
#cleft p {  
    margin: 0;  
    padding: 0px 0px 0px 35px;
    font-size: 12px;
    line-height: 30px;
    text-align: left;
}
#cright{
    margin-left: 46%;
}
/* paper_ bottom for all insider pages*/
#paperbottom {
    width: 748px;
    height: 111px;
    padding: 0
    float: left;
    margin-left: -12px;
    position: relative;
    top: 226px;
}
/* paper_ bottom for contact us pages*/
#paperbottom2 {
    width: 748px;
    height: 111px;
    padding: 0
    float: left;
    margin-left: -12px;
    position: relative;
    top: 40px;
}
/* peacock */
#peacock {
    height: 186px;
}
#peacock h1{
    float: right;    
	position: relative;
    padding: 20px 0px 0px 0px;
}
/* wallaby */
#wallaby {
    height: 178px;
}
#wallaby h1{
    float: right;    
	position: relative;
	left: -500px;
	top: 40px;
}
/* croc */
#croc {
    height: 178px;
}
#croc h1{
    float: right;    
	position: relative;
	left: 90px;
	top: 50px;
}
/* native birds */
#bird {
    height: 178px;
}
#bird h1{
    float: right;    
	position: relative;
	left: 70px;
	top: -86px;
}
/* Prices */
#prices {
    margin-left: 25%;
}
#prices h1{
    padding: 0;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}
#prices h3{
    padding: 0;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
#prices p{
    text-align: left;
    padding-top: 6px;
}
#aaa {
    width: 400px;
    font-size: 12px;
    color: black;
    background: #000;
    text-align: center;
}
#aaa td {
    background: #fff;
}
/* footer for all pages */
#footer {
    width: 880px;
	background-image: url(../images/grass.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 20px 0px 0px 0px;
	height: 140px;
	font-family: Arial, Tahoma, Helvetica, Sans-serif;
	font-size: 16px;
	color: #fff;
	text-align:center;
	margin: auto;
	position: relative;
	left: -18px;
	text-shadow: 2px 2px 2px black;
}
#footer a {
   color: #c9c9c9;
   text-decoration: none;
   text-shadow: 2px 2px 2px black;
}
#footer a:hover {
	color: #CF0;
	text-decoration: underline;
	text-shadow: 2px 2px 2px black;
}
#footer a:visited {
	color: #CF0;
	text-decoration: underline;
	text-shadow: 2px 2px 2px black;
}
#copyright_a {
    margin: auto;
    float: left;
    position: relative;
    left: 260px;
    padding: 20px 0px 0px 0px;
    text-shadow: 2px 2px 2px black;
}
#copyright {
    margin: auto;
    padding: 20px 0px 0px 0px;
}
