/*=====================================================*/
/* Global Reset
/*=====================================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	vertical-align:baseline;
	
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


:focus {
	outline: 0;
}


ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* { padding: 0; margin: 0; }

/*=====================================================*/
/* Global Style Definitions
/*=====================================================*/

p {
 color: #434343;
 line-height: 110%;
}

a:link { color: #4a2f91; text-decoration:none; border-bottom: 1px #4a2f91 dotted; font-style:italic;}
a:visited { color: #4a2f91; text-decoration:none; border-bottom: 1px #4a2f91 dotted; font-style:italic;}
a:hover { color: #4a2f91; text-decoration:none; border-bottom: 1px #4a2f91 solid; font-style:italic;}
a:active { color: #4a2f91; text-decoration:none; border-bottom: 1px #4a2f91 solid; font-style:italic;}

a.topnav { color: #333333; text-decoration: none; border:none; font-style: normal;}
a.topnav:hover { text-decoration: none; border:none; font-style: normal;}

a.topnavactive { color: #FFFFFF; text-decoration: none; border:none; font-style: normal;}
a.topnavactive:hover { text-decoration: none; border:none; font-style: normal;}

a.footerlink { color: #e9681a; text-decoration:none; border:none; font-style: normal;}
a.footerlink:hover { color: #e9681a; border-bottom: 1px dotted #e9681a; font-style: normal;}

a.perthlinkwhite { color: #ffffff; border-bottom: 1px #ffffff dotted; margin: 0px 30px 0px 0px; }
a.perthlinkwhite:visited { color: #ffffff; border-bottom: 1px #ffffff dotted; }
a.perthlinkwhite:hover {  color: #ffffff; border-bottom: 1px #ffffff solid; }

a.bunlinkwhite { color: #ffffff; border-bottom: 1px #ffffff dotted; }
a.bunlinkwhite:visited { color: #ffffff; border-bottom: 1px #ffffff dotted; }
a.bunlinkwhite:hover {  color: #ffffff; border-bottom: 1px #ffffff solid; }

a.imglink { text-decoration:none; border:none; }

/*=====================================================*/
/* Layout Definitions
/*=====================================================*/


body {
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 12px;
 background-image:url(../images/bodybg.jpg);
 background-repeat: repeat;
}

#bgwrapper { 
 margin: 0 auto;
 width: 100%;
 background-image:url(../images/bg.jpg);
}

#wrapper { 
 margin: 0 auto;
 width: 1000px;
}


#header {
 width: 960px;
 float: left;
 height: 170px;
 background-image: url(../images/header.jpg);
 background-repeat: no-repeat;
}

#header_leftshadow {
 width: 20px;
 float: left;
 height: 170px;
 background-image:url(../images/header_leftshadow.jpg);
}

#header_rightshadow {
 width: 20px;
 float: left;
 height: 170px;
 background-image:url(../images/header_rightshadow.jpg);
}
 
#navigation {
 float: left;
 width: 960px;
 height: 33px;
 margin: 0px 20px 0px 20px;
 background-image: url(../images/nav_bg.jpg);
}

#leftcolumn { 
 margin: 15px 15px 15px 20px;
 padding: 0px;
 height: 100%;
 width: 584px;
 float: left;
 background-image:url(../images/content_welcome_bg.jpg);
 background-repeat:repeat-y;
}

#leftcolumn_about { 
 margin: 15px 16px 15px 20px;
 padding: 0px;
 height: 100%;
 width: 345px;
 float: left;
}

.leftcolumn_about_inner { 
 margin: 0px 0px 16px 0px;
 padding: 0px;
 height: 100%;
 width: 345px;
 float: left;
 background-image:url(../images/content_about_bg.jpg);
 background-repeat:repeat-y;
}

#centrecolumn_about { 
 margin: 15px 0px 0px 0px;
 padding: 0px;
 height: 100%;
 width: 345px;
 float: left;
 background-image:url(../images/content_about_bg.jpg);
 background-repeat:repeat-y;
}

#rightcolumn { 
 float: right;
 margin: 15px 20px 15px 0px;
 padding: 0px;
 height: 100%;
 width: 361px;
 display: inline;
 background-image:url(../images/content_news_bg.jpg);
 background-repeat:repeat-y;
}

#rightcolumn_about { 
 float: right;
 margin: 15px 20px 15px 0px;
 padding: 0px;
 height: 100%;
 width: 238px;
 display: inline;
 background-image:url(../images/content_aboutpool_bg.jpg);
 background-repeat:repeat-y;
}

#footerwrap { 
 width: 100%;
 height: 90px;
 clear: both;
 background-image:url(../images/footer_bg.jpg);
 background-repeat:repeat-x;
}

#footer {
 margin: 0 auto;
 width: 960px;
}

p.footertext {
 color:#a7a7a7;
 line-height: 160%;
}

#footerphone { 
 margin: 11px 15px 0px 0px;
 padding: 0px 0px 0px 66px;
 float: left;
 height: 80px;
 background-image:url(../images/footer_phone.jpg);
 background-position:left top;
 background-repeat:no-repeat;

}

#footerbinoc { 
 margin: 11px 15px 0px 30px;
 padding: 0px 0px 0px 66px;
 float: left;
 height: 80px;
 background-image:url(../images/footer_binoc.jpg);
 background-position:left top;
 background-repeat:no-repeat;
}

#footercredit { 
 float: right;
 margin: 11px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 height: 80px;
 display: inline;
}
 

/*=====================================================*/
/* Navigation Definitions
/*=====================================================*/

#nav li {
 display: block;
 height: 33px;
 margin: 0px;
 padding: 0px;
 letter-spacing: 2px;
 float: left;
 text-align: center;
 line-height: 33px;
}

#nav li:hover a.topnav{
 color: #FFFFFF;
}

#nav li:hover {
 background-image: url(../images/nav_hover.jpg);
 background-repeat:repeat-x; 
 color: #FFFFFF;
}

.navactive {
 background-image: url(../images/nav_hover.jpg);
 background-repeat:repeat-x; 
 color: #FFFFFF;
}

span.topnav {
 padding: 10px 17px 10px 17px;
}

span.topnavactive {
 padding: 10px 17px 10px 17px;
 color:#FFFFFF;
}

span.topnav:hover {
 color: #FFFFFF;
 padding: 10px 17px 10px 17px;
}

/*=====================================================*/
/* Content Definitions
/*=====================================================*/

.contentheader {
 height: 39px;
 width: 100%;
 background-image:url(../images/header_bg.jpg);
 background-repeat:repeat-x;
}

.welcomewrap {
 width: 100%;
 height: 100%;
 float: left;
 background-image:url(../images/content_welcome_bot.jpg);
 background-position:bottom;
 background-repeat:no-repeat;
}

.aboutwrap {
 width: 100%;
 height: 100%;
 background-image: url(../images/content_about_bot.jpg);
 background-position:bottom;
 background-repeat:no-repeat;
}

.poolwrap {
 width: 100%;
 height: 100%;
 background-image: url(../images/content_aboutpool_bot.jpg);
 background-position:bottom;
 background-repeat:no-repeat;
}

.welcomeimage {
 width: 179px;
 height: 149px;
 float: left;
 background-image:url(../images/content_helphand.jpg);
 background-repeat:no-repeat;
}

.welcomeblurb {
 width: 386px;
 height: 134px;
 padding: 10px 14px 5px 5px;
 float:left;
 background-image:url(../images/content_welcome_blurbbg.jpg);
 background-position:bottom;
 background-repeat:no-repeat;
}

.recimage {
 width: 179px;
 height: 149px;
 float: left;
 background-image:url(../images/content_REC.jpg);
 background-repeat:no-repeat;
}

ul.mainlist {
 list-style-type: disc;
 list-style-image: url(../images/li.gif);
 list-style-position: outside;
 line-height:200%;
 color: #434343;
}

.listdiv {
 margin: 15px 0px 0px 15px;
}

.welcomecontent {
 padding: 20px;
}

.aboutcontent {
 padding: 20px;
}

.aboutcontentprofile {
 padding: 0px;
}

.aboutpoolcontent {
 padding: 0px 15px 20px 20px;
}
 
/*=====================================================*/
/* News Definitions */


.newswrap {
 width: 100%;
 height: 100%;
 background-image:url(../images/content_news_bot.jpg);
 background-position:bottom;
 background-repeat:no-repeat;
}

.newsitemwrap {
 height: auto;
 width: 346px;
 padding: 0px 0px 15px 0px;
}

.fullnewsitemwrap {
 height: auto;
 width: 584px;
 padding: 0px 0px 15px 0px;
}

.newsinfowrap {
 background-image:url(../images/newsunderline.jpg);
 background-position: bottom center;
 background-repeat:no-repeat;
 line-height: 120%;
 padding: 10px 14px 5px 14px;
}

.fullnewsinfowrap {
 background-image:url(../images/fullnewsunderline.jpg);
 background-position: bottom center;
 background-repeat:no-repeat;
 line-height: 120%;
 padding: 10px 14px 5px 14px;
} 

.newstitle {
 color:#000000;
 font-weight: bold;
}

.newsdate {
 color: #999999;
 font-size:11px;
}

.dlheader {
 padding-top: 10px;
 color: #999999;
 font-size:11px;
}

.newscontent, .tmce p {
 padding: 5px 14px 5px 12px;
 }
 
.newsreadmore {
 margin: 5px 14px 5px 12px;
 }
 
.allnewsreadmore {
 margin: 5px 14px 5px 0px;
}
 
/*=====================================================*/
/* Profile Definitions */

.profileleft {
 float:left;
}

.pro_title {
 font-weight: bold;
 color:#000000;
 padding: 14px 5px 5px 5px;
}

.pro_blurb {
 padding: 4px 5px 5px 5px;
}

.profilereadmore {
 margin: 5px 14px 5px 5px;
 }
 
.profilewrap {
 width: 345px;
 height: inherit;
 padding: 0px 0px 10px 0px;
 clear: both;
}

.fullprofilewrap {
 width: 584px;
 height: inherit;
 padding: 0px 0px 10px 0px;
}

.profileright {
 width: 265px;
 min-height: 109px;
 float:left;
 background-image:url(../images/profile_titlebg.jpg);
 background-position:top;
 background-repeat:no-repeat;
}

.fullprofileright {
 width: 504px;
 height: inherit;
 float:left;
 background-image:url(../images/fullprofile_titlebg.jpg);
 background-position:top;
 background-repeat:no-repeat;
}

.rightalign {
 text-align: right;
 padding: 0px 15px 15px 15px;
} 

/*=====================================================*/
/* Contact Definitions */

.contact_keys {
 width: 315px;
 height: 110px;
 float: left;
}

.contact_keysleft {
 background-image:url(../images/content_keys.jpg);
 background-repeat:no-repeat;
 width: 120px;
 height: 110px;
 float: left;
}

.contact_keysright {
 width: 195px;
 height: 110px;
 background-image:url(../images/contact_keystitlebg.jpg);
 background-position:top;
 background-repeat:no-repeat;
 float: left;
}

.contact_mail {
 width: 269px;
 height: 110px;
 float: left;
}

.contact_mailleft {
 background-image:url(../images/content_mail.jpg);
 background-repeat:no-repeat;
 width: 120px;
 height: 110px;
 float: left;
}

.contact_mailleft_bunbury {
 background-image:url(../images/content_phone.jpg);
 background-repeat:no-repeat;
 width: 120px;
 height: 110px;
 float: left;
}

.contact_mailright {
 width: 134px;
 height: 110px;
 background-image:url(../images/contact_mailtitlebg.jpg);
 background-position:top;
 background-repeat:no-repeat;
 float: left;
}

#contactcontainer {
 padding: 0px;
 margin: 17px 0px 0px 0px;
 width: 321px;
 border-bottom:none;
 border-top:none;
 border-left:none;
}

.fieldset {
 border:none;
 padding: 0px;
}

label {
 display: block;
}

label span {
 width: 8em;
 margin-left: 0px;
 float: left;
 padding: 4px 0px 0px 0px;
}

#submit {
 margin-left: 98px;
 background-image:url(../images/contact_submit.jpg);
 background-repeat:no-repeat;
 width: 64px;
 height: 30px;
 color: #434343;
}

input { 
 width: 210px;
 height: 22px;
 background-image:url(../images/contact_inputbg.jpg);
 color:#999999; 
 border:none;
 padding: 4px;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 12px;
}

textarea { 
 background-image: url(../images/contact_msgbg.jpg);
 background-repeat:no-repeat;
 color:#999999; 
 border:none;
 padding:4px;
 height:112px;
 width: 210px;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 12px;
}

.contactheader {
 float: left;
}

.locationperth {
 width: 124px;
 height: 25px;
 float: right;
 background: url(../images/locationperth.jpg) no-repeat;
 padding: 14px 0px 0px 12px;
}

.locationbunbury {
 width: 124px;
 height: 25px;
 float: right;
 background: url(../images/locationbunbury.jpg) no-repeat;
 padding: 14px 0px 0px 12px;
}

.perthlink {
 margin: 0px 30px 0px 0px;
} 

/*=======================================================*/
/*		Profile Page Definitions						 */
/*=======================================================*/

.awardswrap {
 background-image:url(../images/fullprofunderline.jpg);
 background-position: bottom left;
 background-repeat:no-repeat;
 line-height: 120%;
 padding: 10px 14px 5px 0px;
}

/*=======================================================*/
/*		Newsletter Page Definitions						 */
/*=======================================================*/

.pdfdownload {
 margin: 10px 0px 0px 0px;
}

.fullheaderwrap {
 background-image:url(../images/fullnewsunderline.jpg);
 background-position: bottom center;
 background-repeat:no-repeat;
 line-height: 120%;
 padding: 0px 14px 5px 0px;
}

