﻿body 
{
	font-family: Arial, helvetica, Sans-Serif;
    font-size: 10pt;
    color: #666666;
	margin: 0px;
}

h1
{
    font-size: 2em;
    color: #a3b024;
}

h2
{
    font-size: 1.6em;
    color: #a3b024;
}

h2.underline
{
	border-bottom: 1px solid #a3b024;
}

h3
{
    font-size: 1.2em;
}

h3.company_colour
{
    color: #a3b024;
}

.inline_heading4
{
	font-size: 1.1em;
}

.company-strong
{
	font-weight: bold;
    color: #a3b024;
}

.alt-colour
{
	color: #8064a2;
}

img
{
	border: 0px;
}

a
{
	color: #8c971f;
}

a:hover
{
    text-decoration: none;
    color: #c0cd38;
    font-size: 10pt;
}

a:active
{
    text-decoration: none;
    color: #8c971f;
    font-size: 10pt;
}

a:visited
{
    text-decoration: none;
    color: #8c971f;
    font-size: 10pt;
}

.site_button
{
	font-weight: normal;
	font-size: 1em;
	width: 100px;
	background-color: #A3B024;
	border: #fff ridge 2px;
	color: #FFFFFF;
	cursor: pointer;
}

/* ------------ Navigation ------------- */
.navigation_container
{
	padding-top: 40px;
}

#nav
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}


/* ------------ Master page styles (taken from old template --------- */

	/* xp theme */
	.CustomTabStyle .ajax__tab_header {font-family:verdana,tahoma,helvetica;font-size:11px;background:url('images/tab-line.gif') repeat-x bottom;}
	.CustomTabStyle .ajax__tab_outer {padding-right:0px;background:url('images/tab-right.gif') no-repeat right top;height:21px;}
	.CustomTabStyle .ajax__tab_inner {padding-left:3px;background:url('images/tab-left.gif') no-repeat;}
	.CustomTabStyle .ajax__tab_tab {height:21px;padding:3px;margin:0;background:url('images/tab.gif') repeat-x;}
	.CustomTabStyle .ajax__tab_hover .ajax__tab_outer {background:url('images/tab-hover-right.gif') no-repeat right top;}
	.CustomTabStyle .ajax__tab_hover .ajax__tab_inner {background:url('images/tab-hover-left.gif') no-repeat;}
	.CustomTabStyle .ajax__tab_hover .ajax__tab_tab {background:url('images/tab-hover.gif') repeat-x;}
	.CustomTabStyle .ajax__tab_active .ajax__tab_outer {background:url('images/tab-active-right.gif') no-repeat right top;}
	.CustomTabStyle .ajax__tab_active .ajax__tab_inner {background:url('images/tab-active-left.gif') no-repeat;}
	.CustomTabStyle .ajax__tab_active .ajax__tab_tab {background:url('images/tab-active.gif') repeat-x;}
	.CustomTabStyle .ajax__tab_body {font-family:verdana,tahoma,helvetica;font-size:10pt;border:1px solid #999999;border-top:0;padding:8px;background-color:#ffffff;}

	/* scrolling */
	.ajax__scroll_horiz {overflow-x:scroll;}
	.ajax__scroll_vert {overflow-y:scroll;}
	.ajax__scroll_both {overflow:scroll}
	.ajax__scroll_auto {overflow:auto}

	/*Modal Popup*/
	.modalBackground {
		background-color:Gray;
		filter:alpha(opacity=70);
		opacity:0.7;
	}

	.modalPopup {
		background-color:#ffffdd;
		border-width:3px;
		border-style:solid;
		border-color:Gray;
		padding:3px;
		width:250px;
	}

	.sampleStyleA {
		background-color:#FFF;
	}

	.sampleStyleB {
		background-color:#FFF;
		font-family:monospace;
		font-size:10pt;
		font-weight:bold;
	}

	.sampleStyleC {
		background-color:#ddffdd;
		font-family:sans-serif;
		font-size:10pt;
		font-style:italic;
	}

	.sampleStyleD {
		background-color:Blue;
		color:White;
		font-family:Arial;
		font-size:10pt;
	}

	/*Popup Control*/
	.popupControl{
		background-color:White;
		position:absolute;
		visibility:hidden;
	}

	/*Error message Style*/
	.validation_error
	{
		color: #FF0000;
		
	}

	.error_icon
	{
		vertical-align: middle;
	}

/* ----------- Page Specific Styles ------------ */

	#promo
	{
		margin-top: 30px;
	}
	
	.promo_panel
	{
		padding: 6px 0px 12px;
	}

	/* ---------- Home Page ------------- */
		#imageset
		{
			text-align: center;
		}
		
	/* ---------- Locations Page -------------- */
		ul#locations
		{
			 margin: 0px 0px 0px -25px;
			 padding: 0px;
			 width: 342px;
			 list-style-type: none;
		}
		ul#locations li
		{
			float: left; width: 100px; margin:  0px 14px 0px 0px; padding: 0px;
		}

		#location_byline
		{
			text-align: right;
			padding: 22px 20px 0px 0px;
			clear: both;
		}

		.explode_location_pic
		{
            float: right;
			background-color: #fff; 
			border: #a3b024 solid 2px;
			text-align: center;
			padding: 6px;
			margin-right: -20px;
			display: inline;
		}

		.nuclear_location_pic
		{
			 background-color: #fff;
			 border: #a3b024 solid 2px;
			 text-align: center; 
			 position: absolute; padding: 6px;
			 min-height: 240px;
			 top: 0px;
			 left: 0px;	/* take it back to cover the list */
			 width: 607px;
			 z-index: 99;
		}		
			
	/* ---------- About Us Page ------------- */

		#contentabout
		{
			padding-top: 50px;
		}

	/* ---------- We Are Family Page -------- */
/*
		#wearefamilyheading
		{
			border-bottom: 1px solid #a3b024;
			overflow: hidden;
		}

		h2#wearefamily
		{
			color: #8064A2;
			display: inline;
		}
*/		
		#familyStoryBtn
		{
			float: right;
		}

		#wearefamilycontent
		{
			clear: both;
			width:590px
		}
		
		#wearefamily_awafimg
		{
			float: left;
		}
		
		#wearefamily_awafimg img
		{
			padding: 20px 20px 20px 0px;
		}
		
		#wearefamily_contenttext
		{
			float: left;
			width: 300px;
		}
		
		#australiafamily	/* sidebar */
		{
			padding-top: 40px;
		}

	/* ---------- Images Page -------- */

		#contentimages
		{
			overflow: hidden;
			height: 330px;
			margin-left: -30px;
			w\idth: 596px; /* IE7 hack */
		}
		
		#imageslist
		{
			float: left;
			width: 185px;
		}
		
		#imagesitem
		{	
			text-align: center;
			margin: 10px -25px 0px 0px;
		}
		
		.accordianContainer 
		{
			overflow: hidden!important;
		}
		
		.accordionContent {
			margin: 0px;
			padding: 0px;
			overflow: hidden;
		}

	/* ---------- Vouchers and purchase related Pages -------- */
		#voucher_portrait
		{
			position: absolute;
			right: 0;
			top: 110px;
		}
		
		#voucher_portrait_text
		{
			color: #a3b024;
			font-size: 0.9em;
			position: absolute;
			right: 35px;
			top: 75px;
			width: 100px;
		}

		#contentpurchase
		{
			padding: 0px 20px 0px 40px;
		}
		
		#purchase_steps
		{
			margin-bottom: 25px;
		
		}
		
		.purchase_cost
		{
			font-size: 9pt;
		}
		
		.button_floatright
		{
			float: right;
		}

	/* ---------- Privacy, refunds and security policy pages -------- */
		#contentprivacy, #contentrefundpol, #contentsecuritypol
		{
			padding: 0px 40px;
		}
		
	/* ---------- The Experience Pages -------- */
	.contentexperience
	{
		position: relative;
		width: 558px;	
	}
	
	.experience_tabs
	{
		margin-top: 30px;
	}
	
	.experience_panel
	{
		float: left;
	}
	
	/* ---------- Products Pages -------- */
	.contentproducts
	{
		position: relative;
		width: 610px;
		margin-left: -20px;
		margin-top: -10px;
		margin-right: -20px;
	}
	
	.products_tabs
	{
		margin-top: 30px;
	}
	
	.products_panel
	{
	}
		
/* ------------ Footer --------------*/

	a.footref
	{
		text-decoration: none;
		color: #8c971f;
		font-size: 8pt;
	}

	a:hover.footref
	{
		text-decoration: none;
		color: #c0cd38;
		font-size: 8pt;
	}

	a:active.footref
	{
		text-decoration: none;
		color: #8c971f;
		font-size: 8pt;
	}

	a:visited.footref
	{
		text-decoration: none;
		color: #8c971f;
		font-size: 8pt;
	}

	.footer
	{
		padding-top: 5px;
	}
	
	#ssl_link
	{
		float: left;
	}

	#footer_links
	{
		text-align: center;
	}
	
	#footermain .linkimg
	{
		padding: 10px;
	}
