﻿
/* layout */
#container
{
	margin: 0 auto;
	padding: 0;
	min-height: 100%;
	overflow: hidden;
	position: relative;	
}

* html #container {
	height: 100%;
	overflow: visible;
	}

.clearer
{
	clear:both;
}
.spacer
{
	margin-top: 15px;
}
.large_spacer
{
	margin-top: 50px;
}

.gallery_photo_credit
{
    font-size:90%;
}

.centre_content
{
	width: 960px;
	margin-right: auto;
	margin-left: auto;		
	position:relative;
	margin-top:0px;
	padding:0px;
}
.centre_continer
{
	margin-right: 30px;
	margin-left: 30px;		
}
.header
{
	margin-bottom: 33px;
}
.main_nav_container
{
	width:100%;
	padding:0px;
	margin:0px;
	position:relative;
}
.main_nav
{
	float:left;
	margin-left:174px;
}

.main_nav ul
{
	margin:0px;
	padding:0px;
	list-style-type:none;
	position:relative;
}
.main_nav li
{
	margin: 0px;	
	padding:0px;
	float:left;
	position:relative;	
	list-style-type:none;	
}

.main_nav a
{
	display:block;	
	background-position: 0 0px; 
	width:120px;
	padding:0px;
	overflow:hidden;
	height:30px;
	text-align:center;
	text-decoration:none;
}

.main_nav a:hover,
.main_nav a.active
{
	background-position: 0 -30px; 
}

.nav_home a
{
	background:url(../_include/images/BUTTON-home.jpg) no-repeat top left;
	background-position: 0 0px; 	
}
.nav_home_active a
{
	background:url(../_include/images/BUTTON-home.jpg) no-repeat top left;
	background-position: 0 -30px; 
}
.nav_about a
{
	background:url(../_include/images/BUTTON-about.jpg) no-repeat top left;
	background-position: 0 0px; 	
}
.nav_about_active a
{
	background:url(../_include/images/BUTTON-about.jpg) no-repeat top left;
	background-position: 0 -30px; 
}
.nav_testimonials a
{
	background:url(../_include/images/BUTTON-testimonials.jpg) no-repeat top left;
	background-position: 0 0px; 	
}
.nav_testimonials_active a
{
	background:url(../_include/images/BUTTON-testimonials.jpg) no-repeat top left;
	background-position: 0 -30px; 
}
.nav_faq a
{
	background:url(../_include/images/BUTTON-faq.jpg) no-repeat top left;
	background-position: 0 0px; 	
}
.nav_faq_active a
{
	background:url(../_include/images/BUTTON-faq.jpg) no-repeat top left;
	background-position: 0 -30px; 
}
.nav_gallery a
{
	background:url(../_include/images/BUTTON-gallery.jpg) no-repeat top left;
	background-position: 0 0px; 	
}
.nav_gallery_active a
{
	background:url(../_include/images/BUTTON-gallery.jpg) no-repeat top left;
	background-position: 0 -30px; 
}
.nav_contact a
{
	background:url(../_include/images/BUTTON-contact.jpg) no-repeat top left;
	background-position: 0 0px; 	
}
.nav_contact_active a
{
	background:url(../_include/images/BUTTON-contact.jpg) no-repeat top left;
	background-position: 0 -30px; 
}



.side_nav
{
	float:left;
	
}
.side_nav ul
{
	margin-left:0px;
	list-style-type:none;
	position:relative;
}
	
.side_nav li
{
	margin-left: 0px;
	float:left;
	position:relative;	
	list-style-type:none;	
}
.side_nav a
{
	display:block;	
	background-position: 0 0px; 
	width:174px;
	padding:0px;
	overflow:hidden;
	color:#fff;
	height:80px;
	text-align:center;
	text-decoration:none;
}


.nav_possum a
{
	background:url(../_include/images/Buttons_Possum_1.png) no-repeat top left;
	background-position: 0 0px; 	
}
.nav_possum_active a,
.nav_possum a:hover,
.nav_possum a.active
{
	background:url(../_include/images/Buttons_Possum_1.png) no-repeat top left;
	background-position: 0 -80px; 	
}

.nav_panda a
{
	background:url(../_include/images/Buttons_Panda_2.png) no-repeat top left;
	background-position: 0 0px; 	
}
.nav_panda_active a,
.nav_panda a:hover,
.nav_panda a.active
{
	background:url(../_include/images/Buttons_Panda_2.png) no-repeat top left;
	background-position: 0 -80px; 	
}

.nav_bilby a
{
	background:url(../_include/images/Buttons_Bilby_3.png) no-repeat top left;
	background-position: 0 0px; 	
}
.nav_bilby_active a,
.nav_bilby a:hover,
.nav_bilby a.active
{
	background:url(../_include/images/Buttons_Bilby_3.png) no-repeat top left;
	background-position: 0 -80px; 	
}


.nav_duck a
{
	background:url(../_include/images/Buttons_Duck_4.png) no-repeat top left;
	background-position: 0 0px; 	
}
.nav_duck_active a, 
.nav_duck a:hover,
.nav_duck a.active
{
	background:url(../_include/images/Buttons_Duck_4.png) no-repeat top left;
	background-position: 0 -80px; 	
}
.nav_parrot a
{
	background:url(../_include/images/Buttons_Parrot_5.png) no-repeat top left;
	background-position: 0 0px; 	
}
.nav_parrot_active a,
.nav_parrot a:hover,
.nav_parrot a.active
{
	background:url(../_include/images/Buttons_Parrot_5.png) no-repeat top left;
	background-position: 0 -80px; 	
}
.nav_wombat a
{
	background:url(../_include/images/Buttons_Wombat_6.png) no-repeat top left;
	background-position: 0 0px; 	
}
.nav_wombat_active a,
.nav_wombat a:hover,
.nav_wombat a.active
{
	background:url(../_include/images/Buttons_Wombat_6.png) no-repeat top left;
	background-position: 0 -80px; 	
}

.nav_turtle a
{
	background:url(../_include/images/Buttons_Turtle_7.png) no-repeat top left;
	background-position: 0 0px; 	
}
.nav_turtle_active a,
.nav_turtle a:hover,
.nav_turtle a.active
{
	background:url(../_include/images/Buttons_Turtle_7.png) no-repeat top left;
	background-position: 0 -80px; 	
}



.main_color
{
	background-color: #F5F7F6; 
}

.room_color
{
	background-color: #E7F0DB; 
}

.content_container
{
	float:left;	
	width : 660px;	
	padding: 30px;
}

.right_column
{
	float:right;
	width:220px;
}
.right_column_spacer
{
	display:block;
	margin-bottom:300px;
}
.left_column
{
	float:left;
	width:410px;
	min-height:650px;
	margin-right: 10px;
}

.list_item
{
	margin-bottom: 30px;
}
.testimonials p
{
	margin-bottom: 0px;
}

.testimonial_hightlight
{
	margin-top:15px;
	margin-bottom:150px;
}



/* FOOTER */
#footer 
{
	background-color: #FFFFFF;
	font-size:90%;
	height:45px;
	color: #555555;
	margin: -20px auto 0 auto;
	padding: 0;
	width: 990px;
	position: relative;
	bottom: 0;	
}


#footer a:hover 
{
	color:#555555;
	font-weight:bold;
}
#footer a 
{
	color:#555555;
	font-weight:bold;
}


.footer_container
{
	float:left;	
	margin-left:171px;
	margin-top:10px;
	position:absolute;
	width:720px;
}
.footer_left
{
	float:left;
	text-align:left;
	width:240px;
}
.footer_center
{
	float:left;
	text-align:center;
	width:240px;	
}
.footer_right
{
	float:right;
	text-align:right;
	width:240px;	
}

.textBox
{
	width:550px;
}

