@charset "utf-8";
/* CSS Document */



/*--------------------------------
			GENERAL
--------------------------------*/

/* TinyMCE specific rules */
body.mceContentBody {
	background: #FFFFFF;
}
body {
	margin: 0;
	padding: 0;
	font-size:14px;
	color:#000;
}
img {
	border:none;
}
a {
	color:#D52022;
}
a:hover {
	color:#000;
}
a:active {
	outline: none;
}
a:focus {
	-moz-outline-style: none;
}
.bodytext_black {
	color:#000;
}
.bodytext_red {
	color:#FF0000;
}
h1 {
	color: #008fd5;
	margin:0;
	padding:0;
}
h2 {
	color:#000000;
}
h3 {
	color:#000000;
	font-size:18px;
}
.left {
	float:left;
}
.right {
	float:right;
}
/*--------------------------------
			STRUCTURE
--------------------------------*/

#container {
	width: 1000px;
	min-height: 300px;
	margin: auto;
	overflow:auto;
}
#main {
	overflow:auto;
	position:relative;
	color:#303030;
}
body#home #main {
	width:680px;
	float:right;
	margin:0;
}
#home_col_left {
	float:left;
	margin:0;
}
#breadcrumber {
/*	display:none;*/
}
body#child #main {
	min-height:800px;
	background-color: #FFFFFF;
	background-color: rgba( 255, 255, 255, 0.9);
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	padding: 10px 30px;
}
body#child #home_col_left {
	display:none;
}
body#home #col_1 {
	float:left;
}
body#child ol li {
	padding:5px 0 5px 0;
}
body#child #banner, body#child #sponsors {
	display:none;
}
#intro, #information {
	background-color: #FFFFFF;
	background-color: rgba( 255, 255, 255, 0.9);
	width:640px;
	margin: 0 0 15px 0;
	padding:20px;
	clear:both;
}
#intro {
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
#information {
	margin:15px 0 0 0;
}
#col_8 {
	float:left;
	width:270px;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 20px;
	padding-top: 10px;
	 margin: 0 0 15px;
	background-color: rgba( 255, 255, 255, 0.9);
	clear:both;
}
#col_4 {
	float:left;
	width:255px;
	background-color: #FFFFFF;
	background-color: rgba( 255, 255, 255, 0.9);
	padding:20px;
	clear:both;
}
#col_2 {
	float:left;
	width:255px;
	margin:0 0 15px 0;
	background-color: #FFFFFF;
	background-color: rgba( 255, 255, 255, 0.9);
	padding:20px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	min-height:388px;
	overflow:auto;
}
.heading_title {
	color:#505050 !important;
	font-size: 21px;
	font-weight: bold;
	text-decoration: none;
}
.heading_title:hover {
	color: #008FD5 !important;
}
#col_2 h2 {
	color:#444;
	font-size:22px;
}
#latest_news_content p {
	font-style:italic;
	font-size:12px;
	color:#7a7a7a;
}
/*--------------------------------
			HEADER
--------------------------------*/

#header {
	height:155px;
}
#nav {
	background:url(/images/bg_nav.png) no-repeat;
	height:67px;
	margin:0 0 25px 0;
}
#logo {
	float:left;
	text-indent: -9999px;
	background: url(/images/logo.png) no-repeat;
	display:block;
	width:521px;
	height:195px;
	clear:both;
	margin:0 0 0 -5px;
}
#logo_rotary {
	float:right;
	text-indent: -9999px;
	background: url(/images/logo_rotary.png) no-repeat;
	display:block;
	width:201px;
	height:185px;
}
/*--------------------------------
			HOME
--------------------------------*/
#banner {
	background:#FFF;
}
#slider {
	width:680px;
	height:274px !important;
	margin:0 0 15px 0;
}
#sponsor {
	height: 200px;
	width: 250px;
	margin: 20px auto 0 auto;
}
#sponsor img {

	
}
.major_sponsor {
	margin:10px 0 30px 0;
	
	
	}
#slider2 {
	width:250px !important;
	height:162px;
}
/*--------------------------------
			NEWS
--------------------------------*/	
.heading a {
	color:#379df3;
	font-size:21px;
	text-decoration:none;
	font-weight:bold;
}
.heading a:hover {
	color:#444444;
}
.tab_news {
	margin: 10px 0 0 0;
}
.tab_news td {
	padding: 5px 0;
}
/*--------------------------------
			FOOTER
--------------------------------*/

#footer {
	height: 42px;
	line-height: 42px;
	width: 1000px;
	margin: auto;
	color:#eae9e7;
	font-size:12px;
}
#footer a {
	color:#eae9e7;
	text-decoration:none;
}
#footer a:hover {
	color:#f4c205;
	text-decoration:none;
}
#footer ul {
	list-style:none;
	margin:0;
	padding:0;
}
#footer li {
	float:left;
}
#footer li a {
	padding: 0 10px;
	color:#eae9e7;
	text-decoration:none;
	border-right: 1px solid #eae9e7;
}
#footer li a.last {
	border-right:0;
}
#footer .left {
	margin-left:10px;
}
/* ---------------------------
        CONTACT PAGE STYLES 
-----------------------------*/

#contact td {
	vertical-align:middle;
	padding: 2px 0;
	font-size:11px;
	color:#666;
}
#contact a {
	padding-top: 3px;
}
#contact input[type="text"], #contact select, #contact textarea {
	width: 280px!important;
}
#contact textarea {
	resize:none;
}
.cap_wrap img {
	margin-top: 3px;
	margin-bottom:3px;
	padding-left: 1px;
	clear:both;
	float:left;
}
.cap_wrap {
	font-size: 10px;
	float:left;
}
.cap_wrap2 {
	font-size: 10px;
	margin-left:129px;
	float:left;
}
.cap_wrap2 img {
	margin-top: 3px;
	margin-bottom:3px;
	padding-left: 1px;
	clear:both;
	float:left;
}
.txt {
	font-size: 11px;
	color: #000000;
	border: 1px solid #D8D8D8;
	width: 150px;
	height:17px;
}
.txthint {
	font-size: 11px;
	font-style: italic;
	color: #999999;
	border: 1px solid #D8D8D8;
	width: 150px;
	height:17px;
}
.txt, textarea.txtarea, select {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #CCC;
	width: 277px;
}
textarea.txtarea {
	width: 277px;
	height:70px;
}
#messageline {
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
	float:left;
}
#securitycode_error {
	float:left;
	clear:both;
}
label.error {
	color: #FF3333;
	float:right;
	font-size:11px;
	display:block;
	width: 277px;
	clear:right;
	text-align:right;
}
input, textarea, select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
/* ---------------------------
        CONTACT PAGE STYLES 
-----------------------------*/

#frmTGRegister, #frmRecoverPWD, #formContact {
	width:414px;
	margin-top:20px;
}
#login_home {
	float:right;
	width:385px;
}
#login_home input[type="text"], #login_home input[type="password"] {
	width: 140px;
	height:25px;
	line-height:25px;
	padding: 0 6px;
	border-radius:2px;
	background:#ededed !important;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	float:left;
	border:none;
	margin-right:5px;
}
#login_home input[type="submit"] {
	background: #000;
	border: 0 none;
	color: #0086DB;
	display: block;
	padding: 0 10px;
	border-radius:2px;
	height:25px;
	line-height:25px;
	float:left;
	text-transform:uppercase;
	color:#fff;
}
#login_home input[type="submit"]:hover {
	background:#004fa1;
	color:#fff;
}
form label {
	clear:both;
	float:left;
	font-size:11px;
	padding: 5px 0;
	width: 130px;
	color: #333333;
}
form span {
	font-size:11px;
}
textarea, input[type="text"], select, input[type="password"] {
	width: 277px;
	background-color: #ffffff !important;
	border: 1px solid #DCDCDC;
	padding: 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	float:left;
}
#formContact input[type="submit"], #viewrecord input[type="submit"], #btnSubmitArtworks {
	background-color: #000 !important;
	background-image: none !important;
	border: 0 none;
	border-radius: 0 0 0 0;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px !important;
	font-weight: bold;
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration:none;
	margin: 10px 0 0 0;
	float:left;
}
#formContact input[type="submit"]:hover, #viewrecord input[type="submit"]:hover, #btnSubmitArtworks:hover {
	background-color: #a9a8a7 !important;
	text-decoration:none;
}
#social_button {
	margin:-10px 0 0 20px;
}
#scroller_sponsors {
	background-color: rgba(255, 255, 255, 0.9);
}
#hobsonsbaycfs {
	background: url(/images/39377-CB-DefibForLife-WA45.jpg) no-repeat;
	width:250px;
	height:176px;
	float:left;
	margin-left:30px;
	margin-top:-175px;
}
.term li {
	padding-top:10px;
	padding-buttom:5px;
}
#show_share_this {
	display:none;
}
.latest_news_logo {
	margin:0 20px 0 0;
}
.latest_news_logo:hover {
	opacity:0.8;
}
.terms td {
	padding:10px;
}
body#home #scroller_sponsors {
	display:none;
}
