/* LISTING */
.listing ul {
	list-style-type: none;
	margin: 0 0 1em;
	padding: 0;
}

.listing li {
	margin: 0 0 0 0;
	padding: 12px 0 10px 110px;
	position: relative;
	min-height: 88px;
	border-bottom: 1px dotted #63c689;
}

body.werribee .listing li {
	border-color: #eba571;
}

body.healesville .listing li {
	border-color: #68b8c7;
}
body.melbourne .listing li {
	border-color: #63c689;
}

#column-layout .listing h2 {
	margin-bottom: 0.2em;
	font-size: 1.333em;
}

.listing li .image {
	position: absolute;
	left: 0;
	top: 14px;
	height: 88px;
	width: 100px;
	float: left;
	margin: 0 10px 5px 0;
	background-color: transparent !important;
}

.listing li .image .frame {
	background-image: url(../images/bg_listing-frame_global.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	height: 88px;
	width: 100px;
}

body.werribee .listing li .image .frame {
	background-image: url(../images/bg_listing-frame_werribee.png);
}

body.healesville .listing li .image .frame {
	background-image: url(../images/bg_listing-frame_healesville.png);
}

body.melbourne .listing li .image .frame {
	background-image: url(../images/bg_listing-frame_melbourne.png);
}

/* ############################################################ */

.listing li .image img {
	display: block;
	margin: 0 !important;
}

.listing li p.summary {
	font-size: 0.9167em;
	margin-bottom: 0;
}

.listing li .more {
	font-size: 0.9167em;
	background-image: url(../images/ico_action_global.gif);
	background-repeat: no-repeat;
	background-position: 0 0.48em;
	padding-left: 8px;
	display: block;
	font-weight: bold;
	float: left;
	margin-top: 2px;
}

body.werribee .listing li .more {
	background-image: url(../images/ico_action-werribee.gif);
}

body.healesville .listing li .more {
	background-image: url(../images/ico_action-healesville.gif);
}

body.melbourne .listing li .more {
	background-image: url(../images/ico_action-melbourne.gif);
}


#column-layout .listing li .more:link,
#column-layout .listing li .more:visited {
	text-decoration: none;
}

#column-layout .listing li .more:hover {
	text-decoration: underline;
}

#column-layout .listing li .more:active {
	text-decoration: none;
}



/* LISTING HORIZONTAL */
/* This is mainly for use by the Learning Experiences pages */

.listing_horizontal ul 
{
	margin:0px;
	padding:0px;
	list-style:none;
}

.listing_horizontal ul li
{
	margin:0px;
	padding:0px;
	list-style:none;
	float:left;
}

#column-layout .listing_horizontal ul li a:link, 
#column-layout .listing_horizontal ul li a:visited,  
#column-layout .listing_horizontal ul li a:active
{
	display:block;
	padding:5px;
	margin-right:3px;
	border:1px Solid #005528;
	text-decoration: none;
}

#column-layout .listing_horizontal ul li a:hover 
{
	text-decoration: underline;
}

#column-layout .listing_horizontal ul li.selected a 
{
	background-color:#005528;
	color: #FFFFFF;
	text-decoration: none;
}


/* RELATED LINKS */
.related-links,
.paging,
.paging-top,
.browse-by-geo {
	background-color: #ffffff;
	padding: 10px 10px 14px;
	margin-bottom: 15px;
	background-image: url(../images/bg_related-links-top_global.gif);
	background-repeat: no-repeat;
	position: relative;
	width:435px;
}

body.werribee .related-links,
body.werribee .browse-by-geo {
	background-image: url(../images/bg_related-links-top_werribee.gif);
}

body.healesville .related-links,
body.healesville .browse-by-geo {
	background-image: url(../images/bg_related-links-top_healesville.gif);
}

body.melbourne .related-links,
body.melbourne .browse-by-geo {
	background-image: url(../images/bg_related-links-top_melbourne.gif);
}

.paging {
	background-image: url(../images/bg_box-wide-top_global.gif);
	padding: 10px 10px 20px;	
	font-size: 0.9167em;
}

body.werribee .paging {
	background-image: url(../images/bg_box-wide-top_werribee.gif);
}

body.healesville .paging {
	background-image: url(../images/bg_box-wide-top_healesville.gif);
}

body.melbourne .paging {
	background-image: url(../images/bg_box-wide-top_melbourne.gif);
}


.paging-top {
	background-image: url(../images/bg_box-first-wide-top_global.gif);
	margin-top: 10px;
}

body.werribee .paging-top {
	background-image: url(../images/bg_box-first-wide-top_werribee.gif);
}

body.healesville .paging-top {
	background-image: url(../images/bg_box-first-wide-top_healesville.gif);
}

body.melbourne .paging-top {
	background-image: url(../images/bg_box-first-wide-top_melbourne.gif);
}



#column2 .related-links a:link,
#column2 .related-links a:visited,
#column2 .paging a:link,
#column2 .paging a:visited {
	text-decoration: none;
}

#column2 .related-links a:hover,
#column2 .paging a:hover {
	text-decoration: underline;
}

#column2 .related-links a:active,
#column2 .paging a:active {
	text-decoration: none;
}

#column2 .paging .previous,
#column2 .paging .next {
	font-weight: bold;
}

#column2 .paging ul li a,
#column2 .paging ul li span {
	margin: 0 3px;
}

#column2 .paging li.selected a,
#column2 .paging li.selected span {
	color: #000000;
}

#column2 .related-links h2,
#column2 .browse-by-geo h2 {
	font-size: 1.333em;
	margin-bottom: 7px;	
}

.related-links h3,
.browse-by-geo h3 {
	font-size: 0.9167em;
	margin: 0;
}

.related-links h3 {
	text-transform: none;
	font-weight: bold;
}

.related-links .summary {
	font-size: 0.9167em;
	margin: 0;
}

.related-links ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.related-links ul li {
	margin: 0 0 6px;
	padding: 0;
}

.related-links .footer,
.paging .footer,
.browse-by-geo .footer {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(../images/bg_related-links-footer_global.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
	height: 14px;
	width: 455px;
}

body.werribee .related-links .footer,
body.werribee .paging .footer,
body.werribee .browse-by-geo .footer {
	background-image: url(../images/bg_related-links-footer_werribee.gif);
}

body.healesville .related-links .footer,
body.healesville .paging .footer,
body.healesville .browse-by-geo .footer {
	background-image: url(../images/bg_related-links-footer_healesville.gif);
}

body.melbourne .related-links .footer,
body.melbourne .paging .footer,
body.melbourne .browse-by-geo .footer {
	background-image: url(../images/bg_related-links-footer_melbourne.gif);
}

.paging-top .footer {
	background-image: url(../images/bg_box-first-wide-footer_global.gif);
}

body.werribee .paging-top .footer {
	background-image: url(../images/bg_box-first-wide-footer_werribee.gif);
}

body.healesville .paging-top .footer {
	background-image: url(../images/bg_box-first-wide-footer_healesville.gif);
}

body.melbourne .paging-top .footer {
	background-image: url(../images/bg_box-first-wide-footer_melbourne.gif);
}


/* WEBPOLL + DID YOU KNOW */
.webpoll,
.did-you-know,
.get-closer {
	background:white url(../images/bg_box-top_global.png) no-repeat scroll 0 0;
	float:left;
	margin:0 0 15px;
	width:228px;
}

body.werribee .webpoll,
body.werribee .did-you-know,
body.werribee .get-closer {
	background-image: url(../images/bg_box-top_werribee.png);
}

body.healesville .webpoll,
body.healesville .did-you-know,
body.healesville .get-closer {
	background-image: url(../images/bg_box-top_healesville.png);
}

body.melbourne .webpoll,
body.melbourne .did-you-know,
body.melbourne .get-closer {
	background:#E5F3E0 url(../images/bg_box-top_melbourne.png) top left no-repeat;
	width:228px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg_box-top_melbourne.png',sizingMethod='scale');	
}

.did-you-know .inner {
	padding:0;
}
.did-you-know .inner p {
	margin:10px 10px 5px;
}
.webpoll .footer,
.did-you-know .footer,
.get-closer .footer {
	background:transparent url(../images/bg_adopt-an-animal-footer.png) no-repeat scroll left top;
	height:31px;
	position:absolute;
	width:228px;
}

body.werribee .webpoll .footer,
body.werribee .did-you-know .footer,
body.werribee .get-closer .footer {
	background-image: url(../images/bg_related-links-footer_werribee.gif);	
}

body.healesville .webpoll .footer,
body.healesville .did-you-know .footer,
body.healesville .get-closer .footer {
	background-image: url(../images/bg_related-links-footer_healesville.gif);
}

body.melbourne .webpoll .footer,
body.melbourne .get-closer .footer {
	background-image: url(../images/bg_related-links-footer_melbourne.gif);
}

.webpoll {
	padding-bottom: 24px;
}

.webpoll h2{
	font-size: 1.3333em;
	margin: 0 0 5px;
}

.webpoll .question {
	font-size: 0.9167em;
	margin-bottom: 7px;
}

.webpoll .results ol,
.webpoll .options ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.webpoll .options ol {
	margin-bottom: 10px;
}

.webpoll .results ol li {
	margin: 0 0 5px;
	padding: 0;
	display: block;
	font-size: 0.9167em;
}

.webpoll .options ol li {
	margin: 0 0 5px;
	padding: 0;
	display: block;
	float: left;
	clear: left;
	width: 100%;
	font-size: 0.9167em;
}

.webpoll .options ol li label {
	float: left;
	margin-top: 1px;
	width: 180px;
}

.webpoll .options ol li input {
	float: left;
	width: 12px;
}

.webpoll .options .actions {
	clear: both;
	padding-top: 10px;
}

.webpoll .button {
	background-image: url(../images/btn_webpoll-submit_global.gif);
	width: 55px;
	border: none;
	margin: 0;
	cursor: pointer;
	padding: 22px 0 0;	
	float: left;		
	margin: 0 !important;	
}

body.werribee .webpoll .button {
	background-image: url(../images/btn_webpoll-submit_werribee.gif);
}

body.healesville .webpoll .button {
	background-image: url(../images/btn_webpoll-submit_healesville.gif);
}

body.melbourne .webpoll .button {
	background-image: url(../images/btn_webpoll-submit_melbourne.gif);
}

.webpoll .view-results {	
	background-image: url(../images/ico_action_global.gif);
	background-repeat: no-repeat;
	background-position: 0 0.45em;
	font-weight: bold;
	display: block;
	float: left;
	margin-left: 10px;
	margin-top: 4px;
	padding-left: 8px;
	font-size: 0.9167em;
}	

body.werribee .webpoll .view-results {	
	background-image: url(../images/ico_action-werribee.gif);
}

body.healesville .webpoll .view-results {	
	background-image: url(../images/ico_action-healesville.gif);
}

body.melbourne .webpoll .view-results {	
	background-image: url(../images/ico_action-melbourne.gif);
}

#container .webpoll .view-results:link,
#container .webpoll .view-results:visited {
	text-decoration: none;
}

#container .webpoll .view-results:hover {
	text-decoration: underline;
}

#container .webpoll .view-results:active {
	text-decoration: none;
}

.webpoll .results .option {
	display: block;
	float: left;
	clear: left;
	padding-right: 26px;
}

.webpoll .results .join {
	display: block;
	width: 178px;
	float: left;
	border: 1px solid #80d5a8;
	margin-right: 2px;	
	padding: 1px;	
}

.webpoll .results .join span {
	padding: 10px 0 0;	
	margin-right: 2px;
	background-repeat: repeat-x;
    overflow: hidden;	
    height: 0px !important;	
	display: block;
	background-image: url(../images/bg_webpoll-result_global.gif);	
}

body.werribee .webpoll .results .join span {
	background-image: url(../images/bg_webpoll-result_werribee.gif);
}

body.healesville .webpoll .results .join span {
	background-image: url(../images/bg_webpoll-result_healesville.gif);
}

body.melbourne .webpoll .results .join span {
	background-image: url(../images/bg_webpoll-result_melbourne.gif);
}

body.werribee .webpoll .results .join {
	border-color: #f4b48c;
}

body.healesville .webpoll .results .join {
	border-color: #81c7d4;
}

body.melbourne .webpoll .results .join {
	border-color: #80d5a8;
}

.webpoll .results .percentile {
	display: block;
	float: left;
	margin-top: -1px;
}

body.werribee .did-you-know {
	background-color: #fdf0e8;
}

body.healesville .did-you-know {
	background-color: #e1f4f8;
}

body.melbourne .did-you-know {
	float:left;
	width:228px;
}
body.werribee .did-you-know .footer {
	background-image: url(../images/bg_did-you-know-footer_werribee.gif);
}

body.healesville .did-you-know .footer {
	background-image: url(../images/bg_did-you-know-footer_healesville.gif);
}

body.melbourne .did-you-know .footer {
	background: url(../images/bg_did-you-know-footer_melbourne.gif) top left no-repeat;
	height:14px;
	width:228px;
}

#container .did-you-know h2 {
	font-size: 1.3333em;
	margin: 10px 0 5px 10px;
	color: #00a94f;
}

.did-you-know p {
	font-size: 0.9167em;
	color: #005528;
}

.did-you-know label {
text-align:right;
padding-right: 3px;
}

body.werribee .did-you-know p {
	color: #74340c;
}

body.healesville .did-you-know p {
	color: #014754;
}

body.melbourne .did-you-know p {
	color: #005528;
}

#container .get-closer h2 {
	font-size: 1.3333em;
	margin: 0 0 5px;
	color: #000000;
}


.get-closer {
	position: relative;
}

.get-closer .inner {
	background-image: url(../images/bg_get-closer.jpg);
	background-repeat: no-repeat;
	background-position: 0 20px;
	height: 100px;
}

.get-closer .melbourne,
.get-closer .werribee,
.get-closer .healesville {
	background-image: url(../images/bg_get-closer-melbourne.gif);
	background-repeat: no-repeat;
	width: 67px;
	height: 0;
	padding-top: 72px;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 31px;
	left: 77px;
}

.get-closer .werribee {
	background-image: url(../images/bg_get-closer-werribee.gif);
	left: 7px;
}

.get-closer .healesville {
	background-image: url(../images/bg_get-closer-healesville.gif);
	left: 147px;
}

.get-closer .join {
	display: none;
}









.take-action {
	color:#005528;
	float:left;
	margin:0 0 10px;
}

.take-action .inner {
	background-color: #a7e0b3; 
	padding: 10px 10px 0;
	width:208px;
}

body.melbourne .take-action .inner {
	background-color: #a7e0b3;
	color: #005528;
	width:208px;
}

body.werribee .take-action .inner {
	background-color: #e7ccab;
	color: #74340c;
}

body.healesville .take-action .inner {
	background-color: #a9d7e1;
	color: #014754;
}

.take-action .footer,
.take-action .top {
	background-image: url(../images/bg_take-action-bottom_melbourne.png);
	background-repeat: no-repeat;
	background-position: 0 100%;
	display: block;
	height: 5px;
	width: 228px;
}

.take-action .top {
	background-image: url(../images/bg_take-action-top_melbourne.png);	
}

body.werribee .take-action .footer {
	background-image: url(../images/bg_take-action-bottom_werribee.png);
}

body.healesville .take-action .footer {
	background-image: url(../images/bg_take-action-bottom_healesville.png);
}

body.melbourne .take-action .footer {
	background-image: url(../images/bg_take-action-bottom_melbourne.png);
}

body.werribee .take-action .top {
	background-image: url(../images/bg_take-action-top_werribee.png);
}

body.healesville .take-action .top {
	background-image: url(../images/bg_take-action-top_healesville.png);
}

body.melbourne .take-action .top {
	background-image: url(../images/bg_take-action-top_melbourne.png);
}

.take-action ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.take-action li {
	margin: 0 0 5px;
	padding: 0;
	display: block;
	float: left;
	width: 100%;
	clear: left;
}

.take-action li a {
	padding: 1px 0 2px 22px;
	background-image: url(../images/ico_take-action_global.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	min-height: 17px;
	float: left;
}

body.werribee .take-action li a {
	background-image: url(../images/ico_take-action_werribee.gif);
}

body.healesville .take-action li a {
	background-image: url(../images/ico_take-action_healesville.gif);
}

body.melbourne .take-action li a {
	background-image: url(../images/ico_take-action_melbourne.gif);
}

#container .take-action li a:link,
#container .take-action li a:visited {
	text-decoration: none;
	font-weight: bold;
}

#container .take-action li a:hover {
	text-decoration: underline;
}

#container .take-action li a:active {
	text-decoration: none;
}

/* ADOPT AN ANIMAL */
#container #column2 #sub-column2 .adopt-an-animal .inner {
	color: #000000 !important;
}

.adopt-an-animal {
	background-image: url(../images/bg_adopt-an-animal-footer.png) !important;
	background-position: 0 100%;
	background-repeat: no-repeat;
	padding-bottom: 31px;
	margin: 10px 0 5px;
	float:left;
	width:228px;
}

.adopt-an-animal h2 {
	font-weight: normal;
	font-size: 1.3333em;
	margin: 0 0 8px 10px !important;
	padding: 10px 0 0;
	display: block !important;
	background-image: none;
}

.adopt-an-animal .inner {
	background-color: #ffffff !important;
	color: #000000;	
	background-image: none !important;
	padding-bottom: 0 !important;
	margin-bottom: -3px;
}

body.werribee .adopt-an-animal .sub-title { 
	color: #74340c;
}

body.werribee .adopt-an-animal .sub-title { 
	color: #014754;
}

.adopt-an-animal .image {
	position: relative;
	height: 88px;
	width: 100px;
	float: left;
	margin: 0 10px 5px 0;
	padding-left: 10px;
	background-color: transparent !important;
}

.adopt-an-animal .image .frame {
	background-image: url(../images/bg_adopt-an-animal-image.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	height: 88px;
	width: 100px;
}

.adopt-an-animal .content {
}

.adopt-an-animal .image img {
	display: block;
	margin: 0 !important;
}

.adopt-an-animal .adopt {
	width: 112px;
	clear: both;
	background-image: url(../images/btn_adopt-an-animal_global.gif);
}

body.werribee .adopt-an-animal .adopt {
	background-image: url(../images/btn_adopt-an-animal_werribee.gif);
}

body.healesville .adopt-an-animal .adopt {
	background-image: url(../images/btn_adopt-an-animal_healesville.gif);
}

body.melbourne .adopt-an-animal .adopt {
	background-image: url(../images/btn_adopt-an-animal_melbourne.gif);
}

/* GALLERY */
.gallery .nav-gallery {
	position: absolute;
	top: 112px;
	left: 10px;
	z-index: 25;
}

.gallery .nav-gallery .button {
	padding-top: 21px;
	width: 21px;
	float: left;
	margin-right: 5px;
	position: relative;
	z-index: 30;
}	

.gallery .nav-gallery .button:hover {
	background-position: 0 -21px;
}

.gallery .nav-gallery .previous {
	background-image:url(../images/btn_gallery-prev_global.png);
}

.gallery .nav-gallery .pause {
	background-image:url(../images/btn_gallery-pause_global.png);
}

.gallery .nav-gallery .next {
	background-image:url(../images/btn_gallery-next_global.png);
}

body.werribee .gallery .nav-gallery .previous {
	background-image:url(../images/btn_gallery-prev_werribee.png);
}

body.werribee .gallery .nav-gallery .pause {
	background-image:url(../images/btn_gallery-pause_werribee.png);
}

body.werribee .gallery .nav-gallery .next {
	background-image:url(../images/btn_gallery-next_werribee.png);
}

body.healesville .gallery .nav-gallery .previous {
	background-image:url(../images/btn_gallery-prev_healesville.png);
}

body.healesville .gallery .nav-gallery .pause {
	background-image:url(../images/btn_gallery-pause_healesville.png);
}

body.healesville .gallery .nav-gallery .next {
	background-image:url(../images/btn_gallery-next_healesville.png);
}

body.melbourne .gallery .nav-gallery .previous {
	background-image:url(../images/btn_gallery-prev_melbourne.png);
}

body.melbourne .gallery .nav-gallery .pause {
	background-image:url(../images/btn_gallery-pause_melbourne.png);
}

body.melbourne .gallery .nav-gallery .next {
	background-image:url(../images/btn_gallery-next_melbourne.png);
}

/* LANDING PAGE EVENTS */
.layout-landing-zoo #events,
.layout-3col #events {
	padding: 0;
	border-bottom: 1px solid #00a94f;	
}

body.werribee .layout-landing-zoo #events,
body.werribee .layout-3col #events {
	border-color: #e86717;
}

body.healesville .layout-landing-zoo #events,
body.healesville .layout-3col #events {
	border-color: #018da8;
}

body.melbourne .layout-landing-zoo #events,
body.melbourne .layout-3col #events {
	border-color: #00a94f;
}


.layout-landing-zoo #events h2,
.layout-3col #events h2 {
	font-weight: normal;
	font-size: 1.3333em;
	margin: 0 0 0 10px;
	padding: 0;
	display: block;
	background-image: none;
}

.layout-landing-zoo #events .vevent,
.layout-3col #events .vevent {
	padding: 2px 0 10px 10px;
	font-size: 0.9167em;
	float: none;
	clear: both;
}

#sub-column2 #events .vevent {
	padding: 5px 0 5px 10px;
}

.layout-landing-zoo #events .vevent .details,
.layout-3col #events .vevent .details {
	display: block;
}

.layout-landing-zoo #events .vevent .details abbr,
.layout-3col #events .vevent .details abbr {
	border-bottom: none;
}

.layout-landing-zoo #events .button,
.layout-3col #events .button {
	margin-left: 10px;
}

#event-search {
	margin: 5px 0 5px 10px;
}

#event-search select {
	float: left;
	margin: 0 2px 0 0 !important;
}

body.werribee select {
	border-color: #f4b48c;
}

body.healesville select {
	border-color: #81c7d4;
}

body.melbourne select {
	border-color: #77d297;
}

#event-search .year {
	width: 51px;
}

#event-search .month {
	width: 79px;
}

#event-search .day {
	width: 39px;
}

.datepicker {
	width: 19px;
	padding-top: 20px;
	float: left;	
	margin: 0 2px 0 0 !important;
	background-image: url(../images/btn_datepicker_global.gif);	
}

body.werribee .datepicker {
	background-image: url(../images/btn_datepicker_werribee.gif);
}

body.healesville .datepicker {
	background-image: url(../images/btn_datepicker_healesville.gif);
}

body.melbourne .datepicker {
	background-image: url(../images/btn_datepicker_melbourne.gif);
}

.datepicker:hover {
	background-position: 0 -20px;
}

#event-search input.button {
	width: 20px;
	border: none;
	margin: 0;
	cursor: pointer;
	padding: 20px 0 0;	
	float: left; 
	margin: 0 !important;
	background-image: url(../images/btn_go_global.gif);	
}

body.werribee #event-search input.button {
	background-image: url(../images/btn_go_werribee.gif);
}

body.healesville #event-search input.button {
	background-image: url(../images/btn_go_healesville.gif);
}

body.melbourne #event-search input.button {
	background-image: url(../images/btn_go_melbourne.gif);
}
	
#event-search input.button:hover {
	background-position: 0 -20px;
}

/* LANDING PAGE NEWS */
.layout-landing-zoo #news,
.layout-3col #news {
	padding: 0;
	border-bottom: 1px dotted #60c587;
}

body.werribee .layout-landing-zoo #news,
body.werribee .layout-3col #news {
	border-color: #f1a771;
}

body.healesville .layout-landing-zoo #news,
body.healesville .layout-3col #news {
	border-color: #68b8c7;
}

body.melbourne .layout-landing-zoo #news,
body.melbourne .layout-3col #news {
	border-color: #63c689;
}


.layout-landing-zoo #news h2,
.layout-3col #news h2 {
	font-weight: normal;
	font-size: 1.3333em;
	margin: 0 0 0 10px;
	padding: 0;
	display: block;
	background-image: none;
}

.layout-landing-zoo #news .hentry,
.layout-3col #news .hentry {
	padding: 2px 0 10px 10px;
	font-size: 0.9167em;
	min-height: 1em;
}

#sub-column2 #news .hentry {
	padding: 5px 0 5px 10px;
}

.layout-landing-zoo #news .hentry .details,
.layout-3col #news .hentry .details {
	display: none;
}

.layout-landing-zoo #news .hentry .button,
.layout-3col #news .hentry .button {
	display: none;
}

.layout-landing-zoo #news .more,
.layout-3col #news .more {
	margin-left: 10px;
	display: block;
}


/* LANDING PAGE SUBSCRIBE */
.layout-landing-zoo #subscribe,
.layout-3col #subscribe {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #00a94f;
	font-size: 0.9167em;
}

body.werribee .layout-landing-zoo #subscribe,
body.werribee .layout-3col #subscribe {
	border-color:#E86717;
	float:right;
	width:218px;
}

body.healesville .layout-landing-zoo #subscribe,
body.healesville .layout-3col #subscribe {
	border-color: #018da8;
	float:left;
	width:228px;
}

body.melbourne .layout-landing-zoo #subscribe {
	border-color:#00A94F;
	float:right;
	margin:5px 0 0 0;
	width:218px;
}

body.melbourne .layout-3col #subscribe {
	border-color:#00A94F;
	float:right;
	margin:20px 0 0 0;
	width:218px;
}

.layout-landing-zoo #subscribe h2,
.layout-3col #subscribe h2 {
	display: none;
}




/* ANIMAL PROFILE */
.profile-detail dl {
	margin: 0;
	padding: 0;
}

.profile-detail dt,
.profile-detail dd {
	display: block;
	margin: 0;
	padding: 0;
}

.profile-detail dt {
	font-size: 1.3333em;
	text-transform: uppercase;
	color: #00a94f;
}

body.werribee .profile-detail dt {
	color: #e86717;
}

body.healesville .profile-detail dt {
	color: #018da8;
}

body.melbourne .profile-detail dt {
	color: #00a94f;
}



.profile-detail {
	padding: 0 10px;
}

.profile-detail dd {
	color: #005528;
	font-size: 0.9167em;
	margin-bottom: 10px;
}	

body.werribee .profile-detail dd {
	color: #74340c;
}

body.healesville .profile-detail dd {
	color: #014754;
}

body.melbourne .profile-detail dd {
	color: #005528;
}

#container .profile-detail a:link,
#container .profile-detail a:visited {
	font-weight: bold;
	text-decoration: none;
}

#container .profile-detail a:hover {
	font-weight: bold;
	text-decoration: underline;
}

#container .profile-detail a:active {
	font-weight: bold;
	text-decoration: none;
}


.gallery-large {
	margin-bottom: 20px;
}

.gallery-large img {
	display: block;
	margin-bottom: 10px;
}

.gallery-large .button {
	padding-top: 32px;
	width: 350px;	
	float: left;
	margin-right: 4px;
}

.gallery-large .button:hover { 
	background-position: 0 -32px; 
}

.gallery-large .adopt {
	background-image: url(../images/btn_adopt-me_global.gif);
}

body.werribee .gallery-large .adopt {
	background-image: url(../images/btn_adopt-me_werribee.gif);
}

body.healesville .gallery-large .adopt {
	background-image: url(../images/btn_adopt-me_healesville.gif);
}

body.melbourne .gallery-large .adopt {
	background-image: url(../images/btn_adopt-me_melbourne.gif);
}


.gallery-large .buy-gift {
	background-image: url(../images/btn_buy-me-a-gift_global.gif);
	margin-right: 0;	
}

body.werribee .gallery-large .buy-gift {
	background-image: url(../images/btn_buy-me-a-gift_werribee.gif);
}

body.healesville .gallery-large .buy-gift {
	background-image: url(../images/btn_buy-me-a-gift_healesville.gif);
}

body.melbourne .gallery-large .buy-gift {
	background-image: url(../images/btn_buy-me-a-gift_melbourne.gif);
}

.layout-3col #column2 h2 {
	font-size: 1.3333em;
}



/* LISTS */
.lists {
	border-top: 1px dotted #63c689;
	border-bottom: 1px dotted #63c689;
	margin-bottom: 10px;
	padding: 10px 0;
}

body.werribee .lists {
	border-color: #eba571;
}

body.healesville .lists {
	border-color: #68b8c7;
}

body.melbourne .lists {
	border-color: #63c689;
}



.lists .list {
	float: left;
	width: 217px;
	padding-right: 10px;
}

.lists .list ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.lists .list ul li {
	padding-left: 8px;
	background-image: url(../images/ico_action_global.gif);
	background-repeat: no-repeat;
	background-position: 0 0.45em;
}

body.werribee .lists .list ul li {
	background-image: url(../images/ico_action-werribee.gif);
}

body.healesville .lists .list ul li {
	background-image: url(../images/ico_action-healesville.gif);
}

body.melbourne .lists .list ul li {
	background-image: url(../images/ico_action-melbourne.gif);
}


/* RELATIVES */
.relatives {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.relatives li {
	margin: 0 10px 10px 0;
	display: block;
	padding: 0 0 1.1em;
	float: left;
	position: relative;
}

.relatives li.last {
	margin-right: 0;
}

.relatives li .image .frame {
	background-image: url(../images/bg_relative-frame_global.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	height: 91px;
	width: 105px;	
}

body.werribee .relatives li .image .frame {
	background-image: url(../images/bg_relative-frame_werribee.png);
}

body.healesville .relatives li .image .frame {
	background-image: url(../images/bg_relative-frame_healesville.png);
}

body.melbourne .relatives li .image .frame {
	background-image: url(../images/bg_relative-frame_melbourne.png);
}

.relatives li .location {
	padding: 22px 0 0 0;
	width: 22px;
	display: block;
    overflow: hidden;
	cursor: pointer;
    background-repeat: no-repeat;
	background-position: 0 0;
    height: 0px !important;
	position: absolute;
	right: 5px;
	top: 69px;
}

.relatives li .location:hover { 
	background-position: 0 -22px; 
}

.relatives li h3 {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 105px;
	font-size: 1em;
	background-image: none;
}

.relatives li h3 a {
	background-image: none;
}

#container .relatives li h3 a:link,
#container .relatives li h3 a:visited {
	text-decoration: none;
}

#container .relatives li h3 a:hover {
	text-decoration: underline;
}

#container .relatives li h3 a:active {
	text-decoration: none;
}

#container .relatives li h3.werribee a {
	color: #74340c;
}

#container .relatives li h3.healesville a {
	color: #014754;
}

#container .relatives li h3.melbourne a {
	color: #005528;
}


.highlight {
	font-weight: bold;
}


/* IMAGE LIST */
.image-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.image-list li {
	margin: 0 15px 10px 0;
	display: block;
	padding: 0 0 1.1em;
	float: left;
	position: relative;
}

.image-list li.last {
	margin-right: 0;
}

.image-list li .image .frame {
	background-image: url(../images/bg_image-list-frame_global.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	height: 54px;
	width: 63px;	
}

body.werribee .image-list li .image .frame {
	background-image: url(../images/bg_image-list-frame_werribee.png);
}

body.healesville .image-list li .image .frame {
	background-image: url(../images/bg_image-list-frame_healesville.png);
}

body.melbourne .image-list li .image .frame {
	background-image: url(../images/bg_image-list-frame_melbourne.png);
}

.image-list li h3 {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 63px;
	font-size: 0.9167em;
	background-image: none;
	text-transform: none !important;
}


.image-list li h3 a {
	background-image: none;
}

#container .image-list li h3 a:link,
#container .image-list li h3 a:visited {
	text-decoration: none;
}

#container .image-list li h3 a:hover {
	text-decoration: underline;
}





/* FORMS */
.form {
	border-top: 1px solid #00a94f;
	padding: 10px 0;	
	display: block;
}

body.werribee .form {
	border-color: #e86717;
}

body.healesville .form {
	border-color: #018da8;
}

body.melbourne .form {
	border-color: #00a94f;
}

.form form {
	margin: 0;
	padding: 0;
}

#container .form .section h2 {
	margin-bottom: 10px;
}

.form .section {
	clear: both;
	margin-bottom: 15px;
	border-bottom: 1px dotted #53c27f;
	padding-bottom: 10px;
}

body.werribee .form .section {
	border-color: #eba571;
}

body.healesville .form .section {
	border-color: #68b8c7;
}

body.melbourne .form .section {
	border-color: #63c689;
}

.form .legend {
	display: block;
	width: 14.5em;
	float: right;
	color: #005528;
}

.form .required {
	padding: 5px 0 0 0;
	width: 5px;
	display: block;
    overflow: hidden;
    background-repeat: no-repeat;
	background-position: 0 0;
    height: 0px !important;
	background-image: url(../images/ico_required_global.gif);
}

body.werribee .form .required {
	background-image: url(../images/ico_required_werribee.gif);
}

body.healesville .form .required {
	background-image: url(../images/ico_required_healesville.gif);
}

body.melbourne .form .required {
	background-image: url(../images/ico_required_melbourne.gif);
}

.form .legend .required {
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}

.form .row {
	clear: both;
	margin-bottom: 5px;
}

.form label {
	width: 123px;
	margin-right: 5px;
	margin-top: 2px;
	float: left;
	display: block;
	position: relative;	
}

.textfield,
textarea {
	/* float: left; */
	display: block;
	border: 1px solid #77d297;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
}

body.werribee .textfield,
body.werribee textarea {
	border-color: #f4b48c;
}

body.healesville .textfield,
body.healesville textarea {
	border-color: #81c7d4;
}

body.melbourne .textfield,
body.melbourne textarea {
	border-color: #77d297;
}

textarea {
	width: 260px;
}

.textfield {
	width: 198px;
}

.form .row .required {
	position: absolute;
	right: 0;
	top: 5px;
}

.form .actions {
	padding-left: 128px;
}

.form .send-to-a-friend {
	background-image: url(../images/btn_send-to-a-friend_global.gif);
	width: 110px;
	border: none;
	margin: 0;
	cursor: pointer;
	padding: 22px 0 0;
	display: block;	
}

body.werribee .form .send-to-a-friend {
	background-image: url(../images/btn_send-to-a-friend_werribee.gif);
}

body.healesville .form .send-to-a-friend {
	background-image: url(../images/btn_send-to-a-friend_healesville.gif);
}

body.melbourne .form .send-to-a-friend {
	background-image: url(../images/btn_send-to-a-friend_melbourne.gif);
}


#sub-column1 .vcalendar dl,
#sub-column1 .vcalendar .description,
#sub-column1 .vcalendar .more {
	font-size: 0.9167em;
	color: #000000;
}

.vcalendar dl {
	margin: 0;
	padding: 0;
}

.vcalendar dl dt {
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 0;
	clear: both;
	float: left;
}

.vcalendar dl dd {
	display: block;
	float: left;
	margin: 0 0 0 5px;
}

.vcalendar .description {
	display: block;
	clear: both;
	margin-top: 2px;
}

.vcalendar .date,
.vcalendar .date-label {
	display: none;
}

#container .vcalendar a:link,
#container .vcalendar a:visited {
	text-decoration: none;
}

#container .vcalendar a:hover {
	text-decoration: underline;
}

#container .vcalendar a:active {
	text-decoration: none;
}

#container .vcalendar dl a {
	color: #000000;
}



/* EVENT FORMS */
.event-form {
	margin-bottom: 10px;
	width: 456px;
	padding: 0;
}

.event-form .top {
	background-image: url(../images/bg_event-form-top.png);
	background-repeat: no-repeat;
	width: 456px;
	height: 4px;
}

.event-form .bottom {
	background-image: url(../images/bg_event-form-bottom.png);
	background-repeat: no-repeat;
	width: 456px;
	height: 4px;
	background-position: 0 100%;
}

.event-form .inner {
	background-color: #ffffff;
	padding: 9px 10px 10px;
}

.event-form fieldset {
	padding: 0;
	border: 0;
	margin: 0;
}

.event-form fieldset legend {
	font-weight: bold;
	font-size: 1.3333em;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	color: #005528;
}

body.werribee .event-form fieldset legend {
	color: #74340c;
}

body.healesville .event-form fieldset legend {
	color: #014754;
}

body.melbourne .event-form fieldset legend {
	color: #005528;
}

.event-form label {
	font-size: 0.9167em;
	color: #000000;
}

.event-form input,
.event-form select {
	color: #666666;
}

.event-form .checkbox-group {
	clear: both;
	margin-bottom: 5px;
}

.event-form .checkbox {
	width: 205px;
	margin-right: 10px;
	float: left;
}

.event-form .checkbox input {
	float: left;
}

.event-form .checkbox label {
	float: left;
	margin-top: 2px;
}

.event-form .where {
	width: 209px;
	float: left;
	margin-bottom: 10px;
}

.event-form .where select,
.event-form .where label {
	display: block;
	width: 100%;
}

.event-form .when {
	float: left;
	width: 209px;
	margin-left: 10px;
	margin-bottom: 10px;	
}

.event-form .when .from,
.event-form .when .to {
	width: 102px;
	float: left;
}

.event-form .when .from {
	margin-right: 5px;
}

.event-form .when .from label,
.event-form .when .to label {
	display: block;
}

.event-form .when .from input,
.event-form .when .to input {
	display: block;
	width: 75px;
	float: left;
	padding: 2px 2px 1px;
}

.event-form .what {
	clear: both;
}

.event-form .actions {
	border-top: 1px dotted #7fd4a7;
	padding-top: 10px;
}

body.werribee .event-form .actions {
	border-color: #f4b48c;
}

body.healesville .event-form .actions {
	border-color: #81c7d4;
}

body.melbourne .event-form .actions {
	border-color: #7fd4a7;
}

.event-form .datepicker {
	margin: 0 0 0 2px !important;
}

.search-for-events {
	background-image: url(../images/btn_search-for-events_global.gif); 
	width: 118px;
	border: none;
	margin: 0;
	cursor: pointer;
	padding: 22px 0 0;	
}

body.werribee .search-for-events {
	background-image: url(../images/btn_search-for-events_werribee.gif); 
}

body.healesville .search-for-events {
	background-image: url(../images/btn_search-for-events_healesville.gif); 
}

body.melbourne .search-for-events {
	background-image: url(../images/btn_search-for-events_melbourne.gif); 
}




/* TABS */
.tabs {
	clear: both;
}

.tabs ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.tabs ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

.tabs ul li a {
	display: block;
	float: left;
	margin-right: 2px;
	font-size: 0.9167em;
	cursor: pointer;
}

#container .tabs ul li a:link,
#container .tabs ul li a:visited {
	color: #00a94f;
	text-decoration: none;
	font-weight: bold;
}

#container .tabs ul li a:hover {
	text-decoration: underline;
}

#container .tabs ul li a:active {
	text-decoration: none;
}

body.werribee #container .tabs ul li a:link,
body.werribee #container .tabs ul li a:visited {
	color: #e86717;
}

body.healesville #container .tabs ul li a:link,
body.healesville #container .tabs ul li a:visited {
	color: #018da8;
}

body.melbourne #container .tabs ul li a:link,
body.melbourne #container .tabs ul li a:visited {
	color: #00a94f;
}


.tabs ul li a .left {
	width: 5px;
	height: 29px;
	float: left;
	background-image: url(../images/bg_tabs-left.png);
	background-repeat: no-repeat;
}

body.werribee .tabs ul li a .left {
	background-image: url(../images/bg_tabs-left_werribee.png);
}

body.healesville .tabs ul li a .left {
	background-image: url(../images/bg_tabs-left_healesville.png);
}

.tabs ul li a .right {
	width: 5px;
	height: 29px;
	float: left;
	background-image: url(../images/bg_tabs-right.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
}

body.werribee .tabs ul li a .right {
	background-image: url(../images/bg_tabs-right_werribee.png);
}

body.healesville .tabs ul li a .right {
	background-image: url(../images/bg_tabs-right_healesville.png);
}

.tabs ul li a .middle {
	background-color: #e5f3e0;
	height: 10px;
	display: block;
	float: left;
	padding: 8px 6px 11px;
}

body.werribee .tabs ul li a .middle {
	background-color: #fbe6d9;
}

body.healesville .tabs ul li a .middle {
	background-color: #e0f3f7;
}

#container .tabs ul li.selected a {
	color: #005528 !important;
}

body.werribee #container .tabs ul li.selected a {
	color: #74340c !important;
}

body.healesville #container .tabs ul li.selected a {
	color: #014754 !important;
}

body.melbourne #container .tabs ul li.selected a {
	color: #005528 !important;
}

#container .tabs ul li.selected a .left {
	background-image: url(../images/bg_tabs-left-selected.png);
}

#container .tabs ul li.selected a .middle {
	background-color: #ffffff;
}

#container .tabs ul li.selected a .right {
	background-image: url(../images/bg_tabs-right-selected.png);
}



/* SEARCH RESULTS */
.results-header {
	margin-top: 20px;
}

.results-header h2 {
	font-weight: bold;
}

.results-header p {
	color: #000000;
	font-size: 0.9167em;
	margin: 0;
}




/* PAGING */
.paging {
	text-align: center;
}

.paging ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.paging ul li {
	display: inline;
}





/* CONTENT IMAGE */
.content-image {
	margin-bottom: 10px;
	width: 160px;
}

.content-image img {
	display: block;
}

.content-image .frame {
	background-image: url(../images/bg_content-image-frame_global.png);
	background-repeat: no-repeat;
	width: 160px;
	height: 124px;
	display: block;
	position: absolute;
}

body.werribee .content-image .frame {
	background-image: url(../images/bg_content-image-frame_werribee.png);
}

body.healesville .content-image .frame {
	background-image: url(../images/bg_content-image-frame_healesville.png);
}

body.melbourne .content-image .frame {
	background-image: url(../images/bg_content-image-frame_melbourne.png);
}

.intro .content-image .frame {
	background-image: url(../images/bg_content-image-intro-frame_global.png);
}

body.werribee .intro .content-image .frame {
	background-image: url(../images/bg_content-image-intro-frame_werribee.png);
}

body.healesville .intro .content-image .frame {
	background-image: url(../images/bg_content-image-intro-frame_healesville.png);
}

body.melbourne .intro .content-image .frame {
	background-image: url(../images/bg_content-image-intro-frame_melbourne.png);
}

.floatleft {
	float: left;
	margin: 0 10px 10px 0;
}

.floatright {
	float: right;
	margin: 0 0 10px 10px;
}

.centre {
	margin: 0 auto 10px;
	float: none;
}



/* DATA TABLES */
table.data {
	border-collapse: collapse;
	border-top: 10px solid #ffffff;
	border-left: 10px solid #ffffff;
	border-bottom: 9px solid #ffffff;
	border-right: 9px solid #ffffff;	
	margin-bottom: 10px;
	width:100% !important;
}

table.data th {
	background-color: #80d5a8;
	color: #005528;
	font-weight: normal;
	text-align: left;
	padding: 8px 10px;
	border-right: 1px solid #ffffff;	
	border-bottom: 1px solid #ffffff;
	
}

body.werribee table.data th {
	background-color: #f4b48c;
	color: #74340c;
}

body.healesville table.data th {
	background-color: #81c7d4;
	color: #004754;
}


table.data td {
	padding: 8px 10px;
	border-right: 1px solid #ffffff;		
	border-bottom: 1px solid #ffffff;	
	background-color: #e5f3e0;
	display: table-cell !important;
	
	
}

table.data tr {
display:table-row !important;
}

table.data td p {
text-align:left !important;
}


body.werribee table.data td {
	background-color: #f9d9c5;
}

body.healesville table.data td {
	background-color: #cfe9ef;
}


table.data .title td,
table.data .title th {
	background-color: #00a94f;
	color: #ffffff;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.1667em;
	background-image: url(../images/bg_datatable-top_global.gif);
	background-repeat: no-repeat;
}

body.werribee table.data .title td,
body.werribee table.data .title th {
	background-color: #e86717;
	background-image: url(../images/bg_datatable-top_werribee.gif);
	color: #ffffff;
}

body.healesville table.data .title td,
body.healesville table.data .title th {
	background-color: #018da8;
	background-image: url(../images/bg_datatable-top_healesville.gif);
	color: #ffffff;	
}



/* GOOGLE MAPS */
.google-map {
	background-image: url(../images/bg_google-maps_melbourne.jpg);
	background-repeat: no-repeat;
	height: 348px;
	padding: 40px 40px 40px 41px;
	margin: 0 0 20px;
}

body.werribee .google-map {
	background-image: url(../images/bg_google-maps_werribee.jpg);
}

body.healesville .google-map {
	background-image: url(../images/bg_google-maps_healesville.jpg);
}

body.melbourne .google-map {
	background-image: url(../images/bg_google-maps_melbourne.jpg);
}

.google-map .map-wrapper {
	background-color: #ffffff;
	margin: 0;
	padding: 10px;
	background-image: url(../images/bg_google-maps-footer_melbourne.jpg);
	background-repeat: no-repeat;
	background-position: 0 100%;
}

body.werribee .google-map .map-wrapper {
	background-image: url(../images/bg_google-maps-footer_werribee.jpg);
}

body.healesville .google-map .map-wrapper {
	background-image: url(../images/bg_google-maps-footer_healesville.jpg);
}

body.melbourne .google-map .map-wrapper {
	background-image: url(../images/bg_google-maps-footer_melbourne.jpg);
}



.google-map #Directions {
	height: 238px;
	overflow: auto;	
}

.google-map #Map {
	height: 238px;
	border: 1px solid #000000;	
}


.google-map #inputAddress {
	width: 282px;
}

.google-map input.get-directions {
	width: 20px;
	border: none;
	margin: 0;
	cursor: pointer;
	padding: 20px 0 0;	
	float: left;		
	margin: 0 0 0 3px;
	background-image: url(../images/btn_go_global.gif);	
}

body.werribee .google-map input.get-directions {
	background-image: url(../images/btn_go_werribee.gif);
}

body.healesville .google-map input.get-directions {
	background-image: url(../images/btn_go_healesville.gif);
}

body.melbourne .google-map input.get-directions {
	background-image: url(../images/btn_go_melbourne.gif);
}
	
.google-map input.get-directions:hover {
	background-position: 0 -20px;
}

.google-map .google { 
	background-image: url(../images/btn_google-maps_global.gif); 
	width: 92px;
	float: right;
}

body.werribee .google-map .google { 
	background-image: url(../images/btn_google-maps_werribee.gif); 
	width: 92px;
}

body.healesville .google-map .google { 
	background-image: url(../images/btn_google-maps_healesville.gif); 
	width: 92px;
}

body.melbourne .google-map .google { 
	background-image: url(../images/btn_google-maps_melbourne.gif); 
	width: 92px;
}

.google-map .header {
	margin-bottom: 8px;
}

.google-map label {
	float: left;
	font-size: 1.3333em;
	text-transform: uppercase;
	margin-right: 10px;
}

.google-map h2 {
	background-image: url(../images/txt_google-heading_melbourne.gif);
	background-repeat: no-repeat;
	width: 254px;
	height: 0;
	padding-top: 19px;
	margin: 0 0 13px;
	overflow: hidden;
	display: block;	
}

body.werribee .google-map h2 {
	background-image: url(../images/txt_google-heading_werribee.gif);
}

body.healesville .google-map h2 {
	background-image: url(../images/txt_google-heading_healesville.gif);
}





/* ANIMAL SELECTOR */
.browse-by-alphabet ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
}

.browse-by-alphabet ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

.browse-by-alphabet ul li a,
.browse-by-alphabet ul li span {
	float: left;
	display: block;
	padding: 0 5px 0 5px;
	font-weight: bold;
	background-image: url(../images/bg_vert-bar_global.gif);
	background-repeat: no-repeat;
	background-position: 100% 3px;
	font-size: 0.9167em;
}

.browse-by-alphabet ul li.first a,
.browse-by-alphabet ul li.first span {
	padding-left: 0;
}

.browse-by-alphabet ul li.last a,
.browse-by-alphabet ul li.last span {
	padding-right: 0;
	background-image: none;
}

.browse-by-alphabet ul li span {
	color: #00a94f;
}

#sub-column1 .browse-by-alphabet ul li a:link,
#sub-column1 .browse-by-alphabet ul li a:visited {
	text-decoration: none;
}

#sub-column1 .browse-by-alphabet ul li a:hover {
	text-decoration: underline;
}

#sub-column1 .browse-by-alphabet ul li a:active {
	text-decoration: none;
}

.search-by-keyword .textfield {
	padding: 4px 3px 3px;
	color: #005528;
	background-color: #e5f3e0;
	font-size: 0.9167em;
	margin-right: 3px;	
}

.search-by-keyword .button {
	background-image: url(../images/btn_inline-search_global.gif); 
	background-color: transparent;
	width: 57px;
	border: none;
	margin: 0;
	cursor: pointer;
	padding: 22px 0 0;	
}

body.werribee .search-by-keyword .button {
	background-image: url(../images/btn_inline-search_werribee.gif); 
}

body.healesville .search-by-keyword .button {
	background-image: url(../images/btn_inline-search_healesville.gif); 
}

body.melbourne .search-by-keyword .button {
	background-image: url(../images/btn_inline-search_melbourne.gif); 
}

.browse-by-geo ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: right;
	width: 93px;
}

.browse-by-geo ul li {
	display: inline;
}

.browse-by-geo ul li a {
	border-bottom: 1px dotted #72ce97;
	font-weight: bold;
	padding: 4px 4px;
	display: block;
}

.browse-by-geo ul li.first a {
	padding-top: 0;
}

.browse-by-geo ul li.last a {
	border-bottom: none;
}

#container .browse-by-geo ul li a:link,
#container .browse-by-geo ul li a:visited {
	text-decoration: none;
}

#container .browse-by-geo ul li a:hover {
	text-decoration: underline;
}

#container .browse-by-geo ul li a:active {
	text-decoration: none;
}





/* SEARCH LISTING */
.text-listing ul {
	list-style-type: none;
	margin: 0 0 1em;
	padding: 0;
}

.text-listing li {
	margin: 0 0 0 0;
	padding: 0 0 10px;
	position: relative;
	border-bottom: 1px dotted #63c689;
}

body.werribee .text-listing li {
	border-color: #eba571;
}

body.healesville .text-listing li {
	border-color: #68b8c7;
}

body.melbourne .text-listing li {
	border-color: #63c689;
}

#column-layout .text-listing h3 {
	margin-bottom: 0.2em;
	font-size: 0.9167em;
	font-weight: bold;
	text-transform: none;
}

#column-layout .text-listing h3 a:link,
#column-layout .text-listing h3 a:visited {
	text-decoration: none;
}

#column-layout .text-listing h3 a:hover {
	text-decoration: underline;
}

#column-layout .text-listing h3 a:active {
	text-decoration: none;
}

.text-listing li p.summary {
	font-size: 0.9167em;
	margin-bottom: 0;
}

#sub-column2 table {
	width:228px;
	float:left;
}



.clearfix:after,
#header:after,
#header .inner2:after,
#footer:after,
#footer .inner:after,
#global:after,
#title-site:after,
#column-layout:after,
#features:after,
#features li .inner:after,
#features li .inner2:after,
.intro:after,
.row:after,
#subscribe:after,
#event-search:after,
#sub-column1:after,
#sub-column2:after,
.listing li:after,
.webpoll li:after,
.take-action:after,
.webpoll .options ol li:after,
.webpoll .options:after,
.webpoll:after,
.related-links:after,
.did-you-know:after,
.gallery-large:after,
.lists:after,
.take-action:after,
.take-action .inner:after,
.box:after,
.section:after,
.vcalendar dl:after,
.event-form .checkbox-group:after,
.event-form fieldset:after,
.tabs:after,
.calendar:after,
.calendar .label:after,
.key:after,
.key .inner:after,
.paging:after,
.google-map .header:after,
.browse-by-geo:after,
.form:after,
.listing ul li:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix,
#header,
#header .inner2,
#footer,
#footer .inner,
#global,
#title-site,
#column-layout,
#features,
#features li .inner,
#features li .inner2,
.intro,
.row,
#event-search,
#sub-column1,
#sub-column2,
.listing li,
.webpoll li,
.webpoll .options ol li,
.webpoll .options,
.webpoll,
.related-links,
.gallery-large,
.lists,
.section,
.vcalendar dl,
.event-form .checkbox-group,
.event-form fieldset,
.tabs,
.calendar,
.calendar .label,
.key,
.key .inner,
.paging,
.google-map .header,
.browse-by-geo,
.form,
.listing ul li {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix,
#header,
#header .inner2,
#footer,
#footer .inner,
#global,
#title-site,
#column-layout,
#features,
#features li .inner,
#features li .inner2,
.intro,
.row,
#event-search,
#sub-column1,
#sub-column2,
.listing li,
.webpoll li,
.webpoll .options ol li,
.webpoll .options,
.webpoll,
.related-links,
.gallery-large,
.lists,
.section,
.vcalendar dl,
.event-form .checkbox-group,
.event-form fieldset,
.tabs,
.calendar,
.calendar .label,
.key,
.key .inner,
.paging,
.google-map .header,
.browse-by-geo,
.form,
.listing ul li {display:block;}
/* End hide from IE Mac */
.inner h2 {
	margin:0 0 10px 0;
}