﻿body, table
{
	background: #ffffff;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
}

table { margin-bottom: 15px; }

/* tables */

td 
{ 
	border: solid 1px #b5e0aa;
	padding: 3px 5px 3px 5px;
}

/* headings */
h1, .Heading1
{
	font-size: 20px;
	font-family: Arial, Sans-Serif;
	/*color: #427634;*/
	margin: 0 0 10px 0;
	padding : 0 0 0 0;
	font-weight: normal;
	text-transform: capitalize;
	color: #3B3C3F;
}

h2,h3,h4, .Heading2, .Heading3, .Heading4
{
	font-family: Arial, Sans-Serif;
	/*color: #000000;*/
	color: #3B3C3F;
	margin: 10px 0 7px 0;
	padding : 0 0 0 0;
	font-weight: normal;
	text-transform: capitalize;
}

h2, .Heading2 { font-size: 18px; }
h3, .Heading3 { font-size: 16px; }
h4, .Heading4 { font-size: 14px; }

/* Paragraphs */
p, .Para
{
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}

/* Hyperlinks */
a
{
	text-decoration: none;
	color: #36A324;
}

a:hover
{
	color: #73ce5b;
}

/* lists */
ul
{
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 20px;
	border: 0;
	outline: 0;
}

li 
{
	background-image: url(Graphics/tick.png);
	background-repeat: no-repeat;
	background-position: 0 0.2em;
	margin: 2px 10px 0 10px;
	padding-left: 25px;
	line-height: 20px;
	border: 0;
	outline: 0;
}	
			
/* simple classes */
.NoBorder { border: none; }

.ClearBoth { clear: both; }

.Clear 
{ 	border: medium none;
	clear: both;
	float: none;
	font-size: 0;
	height: 0;
	line-height: 0;
}

.ExtraLargeText { font-size: 16px; }
.BigText { font-size: 14px; }
.HugeText { font-size: 30px; line-height: 30px; }
.NormalText { font-size: 12px; }
.SmallText { font-size: 10px; }		

.Central { text-align: center; }

.PicLeft { float:left; padding: 0 10px 0 0; border: none; }
.PicRight { float:right; padding: 0 0 0 10px; border: none; }

.ErrorLabel, .Highlight { color: #ff0000; font-weight: bold; }
.Tip { color: #00498d; font-size: 11px; font-weight: bold; }

.Spacing20 { width: 100%; height: 20px; }
.Spacing { width: 100%; height: 10px; }
.Spacing5 { width: 100%; height: 5px; }
.Spacing2 { width: 100%; height: 2px; }
.Spacing8 { width: 100%; height: 8px; }
.Separator { clear: both; width: 100%; margin: 0 0 20px 0; padding-top: 20px; border-bottom: solid 2px #dcdcdc; }

.hidden { display: none; }
.unhidden { display: block; }

.Bold { font-weight: bold; }

.Overflow { overflow: auto; }

.ThreeCol { float:left; width: 33%; }

/* Standard warnings */
.InfoMsg , .ErrorMsg, .WarningMsg
{	
	background: #badd97 url(Graphics/info1.gif) no-repeat;
 	padding: 8px 10px 8px 40px;
	min-height: 40px;
	color: #000000;
	font-style: normal;
	border: solid 1px #dcdcdc;
}

.ErrorMsg
{	
	background: #badd97 url(Graphics/error.gif) no-repeat;
}

.WarningMsg
{
	background: #badd97 url(Graphics/warning.gif) no-repeat;
}

/* top section */
.Wrapper
{
	width: 900px;
	margin: 0 auto 0 auto;
}
	

#Social
{
	float: right;
	width: 180px;
	height: 30px;
	padding-top: 10px;
}	


/* navigator */
.NavMan
{
	background: transparent;
	width: 900px;
	margin: 0 auto 0 auto;
}
	
#Navigator
{
	width: 100%;
	background-color: transparent;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	float: left;
	width: 450px;
	margin-top: 60px;
}

#Navigator a
{
	display: block;
	float: left;
	color: #c0c0c0;
	height: 30px;
	margin: 0 21px 0 0;
}

#Navigator a:hover
{
	color: #73ce5b;
}
	

/* standard button */
.Btn
{
	border: solid 1px #808080;
	height: 30px;
	width: 120px;
	color: #000000;
	display:block;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	background: #c0c0c0;
}		
.Btn:hover
{
	background: #73ce5b;
	color: #000000;
}	

/* content section */
.ContentHolder { width: 100%; background-color: #ececec; }

#Content, #ContentStripe, #Contact
{
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 20px 10px 10px 10px;
	color: #202020;
	background-color: #ffffff;
}

#ContentStripe
{
	background: #ffffff url(Graphics/stripe.gif) repeat-y;
}
	

/* contact */
#ContactForm
{
	width: 40%;
	float:left;
	padding-right: 12%;
	border-right: solid 1px #dcdcdc;
}

#ContactMap
{
	float: right;
	width: 40%;
	padding-left: 5%;
	font-size: 14px;
}	

/* footer */
#Footer
{
	clear: both;
	color: #dcdcdc;
	background: #68B519; /* #06070B url(Graphics/bg.gif) repeat-x;*/
	text-align: left;
	border-top: solid 2px #06070B;
}

#Footer a { color: #06070B; }
#Footer a:hover { text-decoration: underline; }

.FooterPanel
{
	width: 900px;
	margin: 0 auto 0 auto;
	padding-top: 10px;
	font-size: 12px;
}

.fnav { font-size: 15px; margin-bottom: 25px;margin-bottom: 20px; }
	
.flinks { float: left; width: 75%; }

.fcopy { float: left; width: 33%; text-align: left; font-size: 10px;}
.fsocial { float: left; width: 33%; text-align: center; }
.fcredits { float: right; width: 33%; text-align: right; font-size: 10px; }

#Suburbs
{
	background: transparent url(Graphics/overlay.png) repeat;
	width: 100%;
	height: 100%;	
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
}	

#Suburbs p
{
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	line-height: 15px;
}

#Suburbs a { color: #68B519; }

.Inner
{
	background: #ffffff;
	color: #303030;
	padding: 1% 1% 1% 1%;
	position: relative;
	top: 5%;
	left: 5%;
	width: 88%;
	height: 88%;
	overflow: scroll;
}

/* ajax loader */
.AjaxLoader, .AjaxLoaderCentral
{
	background-color: #ffffff;
	padding: 50px 50px 50px 50px;
	text-align: center;
	font-style: italic;
	border: solid 1px #BC1C28;
	position: fixed;
	top: 40%;
	left: 50%;
}

.AjaxLoaderCentral
{
	top: 40%;
	left: 43%;
}
	

.TwoCol
{ float: left; width: 49%; }

/* grids */
.Grid { width: 100%; font-size: 12px; }

.GridRow { background-color: #ffffff; color: #000000; border-bottom: solid 1px #808080; vertical-align:text-top; }

.GridAlternateRow { background-color: #dcdcdc; color: #000000;  border-bottom: solid 1px #808080; vertical-align: text-top; }

.GridHeading { background-color: #BC1C28; color: #ffffff; font-weight: normal; }

/* gallery */
#Gallery
{
	background-color: #101010;
	padding: 12px 12px 12px 12px;
}

.grow
{
	width: 100%;
	height: 172px;
}
	
.gimg, .gimgr
{
	background-color: #000000;
	border: solid 5px #000000;
	text-align: center;
	width: 200px;
	height: 150px;
	overflow: hidden;
	margin-right: 12px;
	float: left;
	line-height: 150px;
}

.gimgr { margin-right: 0; }


#Gallery img { border: none; }

/* master page */
#TopLine
{
	margin: 0 0 0 0;
	background-color: #68B519; /* #CDCDCD;*/
	width: 100%;
	border-bottom: solid 2px #cecece;
	height: 50px;
	line-height: 50px;
	font-size: 26px;
}

#Logo
{
	width: 400px;
	height: 50px;
	float: left;
}

#Freecall
{
	float: right;
	width: 500px;
	text-align: right;
}

#Freecall a { color: #ffffff; }	

#Banner
{
	background: #06070B url(Graphics/bg.gif) repeat-x;
	width: 100%;
	height: 300px;
}

.Polaroid
{
	z-index: 1000;
	overflow: visible;
	height: 302px;
	width: 445px;
	float: right;
	padding-top: 30px;
}	

.BannerQuotation
{
	background: transparent url(Graphics/big-quote-open.png) no-repeat scroll;
	float: left;
	width: 400px;
	height: 90px;
	padding-top: 50px;
	margin-top: 60px;
	line-height: 30px;
}

.BannerQuotation h1
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 30px;
	text-align: center;
	text-transform: lowercase;
	font-size: 24px;
	color: #68B519;
}
	
/* main content pages */
.ContentPics
{
	float: right;
	width: 445px;
	text-align: center;
}

.ContentPics img { border: solid 10px #dcdcdc; margin: 0 auto 0 auto; }

.ContentText
{
	float: left;
	width: 425px;
}

.SixCol { width: 16%; float: left; }

/* home page */
#HomeText
{
	width: 438px;
	float: left;
	text-align:justify;
}

#MapCanvas
{
	width: 441px;
	float: right;
	border: solid 2px #68B519;
}
		
.BoxHighlight
{
	border: 1px dotted #808080;
	padding: 10px 10px 10px 10px;
	font-size: 14px;
}			

/* on holidays */
#OnHols
{
    background: transparent url(Graphics/overlay.png) repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
display:none;
}

#OnHols div
{
    background: #ffffff;
    border: 3px solid #c0c0c0;
    padding: 2% 2% 2% 2%;
    width: 40%;
    height: 40%;
    position: relative;
    top: 21%;
    left: 26%;
}        
