/* Import the reset stylesheet */
@import url("reset.css");

/********** STRUCTURAL PROPERTIES ***********/
body {
    background: #e6f1fc;
    font-family: Helvetica, Arial, "Myriad Pro", verdana;
    font-size: 12px;
    color: #3f3f3f;
}
#top-line {
    height: 3px;
    background-color: #6699cc;
    border: none;
    margin:0;
    padding:0;
}
#container {
    width: 1000px;
    margin: auto;
    background-color: white;
    border-bottom: 1px solid #e5e9ee;
    border-left: 1px solid #e5e9ee;
    border-right: 1px solid #e5e9ee;
    padding: 0 30px 30px 30px;
}
#header {
    height: 76px;
}
.top_level {
    clear: both;
    background-color: #6699cc;
    height: 30px;
}
#main-content {
    
}
#left-column {
    width: 205px;
    background-color: #305376;
    float: left;
    height: 304px;
    color: #fff;
    padding: 0 10px
}
#menu-column {
    width: 238px;
    float: left;
    color: #fff;
    padding: 0;
    padding-bottom: 1px;
    background: #fff url(/images/context-menu-bg.png) repeat-y bottom left;
}
#center-column {
    float: left;
    padding: 0 5px;
}
#content-column {
	margin-left: 243px;
}
#right-column {
    float:right;
    width: 386px;
}
#sitemap {
     clear: left;
}
#footer {
    width: 1000px;
	background: #305376;
	height: 60px;
    padding: 10px 30px 30px 30px;
    margin: 10px auto 20px auto;
    color: #fff;
}
/********** LINK PROPERTIES ***********/
a:link, a:visited {
    color: #f68412;
    text-decoration: none;
}
a:hover, a:active {
    color: #0055a5;
}
/********** HEADER PROPERTIES ***********/
.logo {
    padding-top: 10px;
    display:block;
}
#right-controls {
    width: 290px;
    float: right;
}
#tab-nav {
    background: transparent url(/images/top-tab.png) no-repeat top left;
    height: 31px;
    font-weight: bold;
}
#tab-nav li {
    float: left;
    list-style: none;
    text-align: center;
    line-height: 31px;
    padding: 0 10px;
}
#tab-nav a:link, #tab-nav a:visited {
    color: #fff;
}
#tab-nav a:hover, #tab-nav a:active {
    color: #fff;
    text-decoration: underline
}
#phone-details {
    clear: left;
    background: url(/images/icon-telephone.png) no-repeat 95px 10px;
    height: 26px;
    line-height: 26px;
    font-size: 24px;
    padding-left: 135px;
    padding-top: 10px;
}
/********** NAVIGATION PROPERTIES ***********/
.top_level li {
    float: left;
    list-style: none;
}
.top_level li a:link, .top_level li a:visited {
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    padding: 7px 20px;
}
.top_level li a:hover, .top_level li a:active {    
	height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    padding: 7px 20px;
    background-color: #305376;
}
/***** HIDE SOME MENUS FROM THE TOP NAVIGATION *****/
.top_level .page_id_180 {
	display:none;
}
.top_level .page_id_181 {
	display:none;
}
.top_level .page_id_182 {
	display:none;
}

/**** BREADCRUMB *****/
.breadcrumb-background {
	border: 1px solid #e5e9ee;
	background: #e6f1fc;
	margin: 5px 0;
}
.breadcrumb-directions {
	font-weight: bold;
	color: #73787b;
	width: 100px;
	float: left;
	height: 20px;
	line-height: 20px;
	margin: 5px 0 0 5px;
}
#breadcrumb {
	height: 20px;
	line-height: 20px;
	margin: 5px 0;
}
#breadcrumb li {
	float: left;
	list-style: none;
}
#breadcrumb li a:link, #breadcrumb li a:visited {
	background: transparent url(/images/breadcrumb-menu-off.png) no-repeat center left;
	color: #73787b;
	padding-left: 16px;
	padding-right: 10px;
}
#breadcrumb li a:hover, #breadcrumb li a:active {
	background: transparent url(/images/breadcrumb-menu-on.png) no-repeat center left;
	color: #305376;
	padding-left: 16px;
	padding-right: 10px;
}
.latest-news-button {
	border: 1px solid #e5e9ee;
	background: #e6f1fc;
	margin: 5px 0;
	display: block;
	text-align: center;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
}
#menu-column h3 {
	background-color: #305376;
	font-size: 16px;
	padding: 10px;
	margin-right: 25px;
}
#menu-column ul li a:link, #menu-column ul li a:visited {
	color: #305376;
	height: 36px;
	line-height: 36px;
	display: block;
	font-size: 14px;
	padding-left: 12px;
	background: transparent url(/images/context-menu-level1.png) no-repeat left top;
}
#menu-column ul li a:hover, #menu-column ul li a:active {
	background: transparent url(/images/context-menu-hover.png) no-repeat left bottom;
	color: #fff;
}
#menu-column ul li.current a {
	background: transparent url(/images/context-menu-hover.png) no-repeat left bottom;
	color: #fff;
}
#menu-column ul li ul li {
	width: 213px;
}
#menu-column ul li ul li a:link, #menu-column ul li ul li a:visited {
	color: #73787b;
	height: auto;
	line-height: 20px;
	display: block;
	font-size: 12px;
	padding-left: 34px;
	background: transparent url(/images/context-menu-level2-off.png) no-repeat 16px 2px;
}
#menu-column ul li ul li a:hover, #menu-column ul li ul li a:active {
	background: transparent url(/images/context-menu-level2-on.png) no-repeat 16px 2px;
	color: #305376;
}
#menu-column ul li ul li.current a {
	background: transparent url(/images/context-menu-level2-on.png) no-repeat 16px 2px;
	color: #305376;
	font-weight: bold;
}
#menu-column ul li ul li ul li {
	width: 213px;
}
#menu-column ul li ul li ul li a:link, #menu-column ul li ul li ul li a:visited {
	color: #73787b;
	height: auto;
	line-height: 20px;
	display: block;
	font-size: 12px;
	padding-left: 44px;
	background: transparent url(/images/context-menu-level3-off.png) no-repeat 26px 2px;
	font-weight: normal;
}
#menu-column ul li ul li ul li a:hover, #menu-column ul li ul li ul li a:active {
	background: transparent url(/images/context-menu-level3-on.png) no-repeat 26px 2px;
	color: #305376;
}
#menu-column ul li ul li ul li.current a {
	background: transparent url(/images/context-menu-level3-on.png) no-repeat 26px 2px;
	color: #305376!important;
	font-weight: bold;
}
/********** MAIN CONTENT PROPERTIES ***********/
#left-column h2 {
    font-size: 30px;
    font-weight: normal;
    margin: 45px 0 0 0;
    margin-bottom: 35px;
}
#left-column p {
    font-size: 16px;
    margin: 25px 0;
}
#left-column p a:link {
    color: #fff;
    text-decoration: underline;
}
ul.latest-news {
    
}
ul.latest-news li {
    border-bottom: 1px solid #c7c7c7;
    list-style: none;
}
ul.latest-news li h3 {
    font-size: 18px;
    font-weight: normal;
    padding: 10px 0;
}
ul.latest-news li h3 a:link, ul.latest-news li h3 a:visited {
    color: #3f3f3f;
}
ul.latest-news li h3 a:hover, ul.latest-news li h3 a:active {
    color: #0055a5;
}
ul.latest-news li p {
    font-size: 12px;
    line-height: 18px;
    padding: 8px 0;
}
#content-column h1 {
	font-family: helvetica, arial, verdana;
	font-size: 22px;
	color: #305376;
	font-weight: normal;
	padding: 5px 0;
}
#content-column h2 {
	font-family: helvetica, arial, verdana;
	font-size: 18px;
	color: #f68b20;
	font-weight: normal;
	padding: 5px 0;
}
#content-column h3 {
	font-family: helvetica, arial, verdana;
	font-size: 16px;
	color: #f68b20;
	font-weight: normal;
	padding: 5px 0;
}
#content-column h4 {
	font-family: helvetica, arial, verdana;
	font-size: 14px;
	color: #f68b20;
	font-weight: normal;
	padding: 5px 0;
}
#content-column h5, #content-column h6 {
	font-family: helvetica, arial, verdana;
	font-size: 12px;
	color: #f68b20;
	font-weight: normal;
	padding: 5px 0;
}
#content-column p {
	line-height: 18px;
	padding: 7px 0;
}

#content-column ul {
	margin: 10px 20px;
	line-height: 20px;
}
#content-column blockquote {
	border: 5px solid #f6dfc9;
	background: #fcf6ef;
	padding: 15px;
	color: #4b4b4b;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0;
}
#content-column blockquote h1 {
	font-family: helvetica, arial, verdana;
	font-size: 22px;
	color: #305376;
	font-weight: normal;
	padding: 10px 0;
}
#content-column blockquote h2 {
	font-family: helvetica, arial, verdana;
	font-size: 18px;
	color: #f68b20;
	font-weight: normal;
	padding: 8px 0;
}
#content-column blockquote h3 {
	font-family: helvetica, arial, verdana;
	font-size: 16px;
	color: #f68b20;
	font-weight: normal;
	padding: 5px 0;
}
#content-column blockquote h4 {
	font-family: helvetica, arial, verdana;
	font-size: 14px;
	color: #f68b20;
	font-weight: normal;
	padding: 5px 0;
}
#content-column blockquote h5, #content-column blockquote h6 {
	font-family: helvetica, arial, verdana;
	font-size: 12px;
	color: #f68b20;
	font-weight: normal;
	padding: 5px 0;
}
#content-column blockquote p {
	padding: 7px 0;
	line-height: 18px;
}
#content-column blockquote p.right {
	margin: 4px 0;
	color: #f68412;
	text-align: right;
}
#content-column form {
	margin: 0;
	padding: 0;
	float: left;
}
#content-column form fieldset {
	padding: 10px 0;
	margin: 0;
	border: 0;
}
#content-column form fieldset.hidden {
	border: 0;
}
#content-column form fieldset legend {
	font-weight: bold;
	font:normal 25px arial;
	color:#FF8500;
}
#content-column form label {
	margin: 0 0 0 5px;
	padding-top: 5px;
}
#content-column form label.qflabel {
	display: block;
	float: left;
	width: 120px;
	padding: 5px 0 0 0;
	margin: 5px 0 0 0;
	text-align: right;
}
#content-column form input, #content-column form select {
	width: auto;
	border: 1px solid #e5e9ee;
	background: #e6f1fc;
}
#submit {
	width: 100px!important;
	border: 1px solid #e5e9ee;
	background: #e6f1fc;
}
#content-column form textarea {
	overflow: auto;
	width: 320px;
	border: 1px solid #e5e9ee;
	background: #e6f1fc;
	font: 12px Arial, Helvetica, sans-serif;
}
#content-column form br {
	clear: left;
}
#content-column form div.qfelement{
	display: inline;
	float: left;
	margin: 5px 0 0 10px;
	padding: 0;
}
#content-column form span.error, #content-column form span.required {
	color: #FF8500;
}
#content-column form div.error, #content-container form div.error {
	border: 1px solid #e5e9ee;
	background: #fff;
	padding: 5px;
	width: 320px;
}
#contactdetails {
	line-height: 16px;
	float:right;
	margin: 10px 0 10px 10px;
	padding: 10px;
	width: 260px;
	border: 1px solid #e5e9ee;
	background: #e6f1fc;
}
#columnOne {
	margin-top: 20px;
}
#columnTwo {

}
/********** MEMBER BOX PROPERTIES ***********/
#memberBox {
	background-color: #305376;
	font-size: 16px;
	color: #fff;
	padding: 2px 10px;
	margin-bottom: 10px;
}
#memberBox a:visited, #memberBox a:link {
	color: #fff;
}
/********** DOCUMENT TABLE PROPERTIES ***********/
#document_list_navigation {
	width: 100%;
}
.documents_table {
	border: 1px solid #305376;
	border-collapse: collapse;
	width: 100%;
}
.documents_table th {
	background-color: #305376;
	color: #fff;
	padding: 10px;
	font-weight: normal;
	text-align: left;
}
.documents_table td {
	padding: 7px 10px;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #305376;
}
.documents_table td.documents_size {
	width: 110px;
}
.documents_table caption {
	display:none;
}
/********** HOMEPAGE SITEMAP PROPERTIES ***********/
#sitemap h3 {
	color: #305376;
	font-size: 18px;
	padding: 10px 0 5px 10px;
}
.sitemap-list {
	width: 200px;
	float: left;
}
.sitemap-list ul {
	padding: 10px 0 0 20px;
}
.sitemap-list ul li {
	line-height: 20px;
	list-style: none;
	background: #fff url(/images/bullet.png) no-repeat 0 3px;
	padding: 0 0 0 20px;
}
.sitemap-list ul li a:link, .sitemap-list ul li a:visited {
	color: #3f3f3f;
}
.sitemap-list ul li a:hover, .sitemap-list ul li a:active {
	text-decoration: underline;
}
/********** COACHES LIST ***********/
.coaches {
	width: 100%;
	margin: 10px 0;
}
.coaches tr th {
	text-align: left; 
	color: #5484b5;
	font-size: 14px;
	text-transform: uppercase;
}
.coaches tr td {
	border-collapse: collapse;
	border-spacing: 0px 0px;
	margin: 10px 0;
	background: #E0D9D3;
	vertical-align: center;
	text-align: left;
	height: 76px;
}
.image {
	width: 100px;
}
.companyName {

}
.suburb {
	width: 130px;
}
.state {
	width: 80px;
}
.phone-details {
	width: 160px;
	line-height: 16px;
}
.internet-details {
	width: 160px;
}
.redirect-arrow {
	background: #E0D9D3 url(/images/redirect-arrow.jpg) no-repeat top right;
	display: block;
	height: 31px;
	line-height: 31px;
	padding-right: 30px; 
	color: #5484b5;
	font-size: 14px;
	text-transform: uppercase;
	
}
/********** FOOTER PROPERTIES ***********/
#international {
	text-align: center;
	float: right;
	width: 130px;
}
#footer-nav {
	margin: 25px 0 0 0;
}
#footer-nav li {
	float: left;
	list-style: none;
}
#footer-nav li a:link, #footer-nav li a:visited {
	color: #fff;
}
#footer-nav li a:hover, #footer-nav li a:active {
	text-decoration: underline;
}
#footer p {
	clear: left;
	padding: 10px 0 0 0;
}