
@import url(common.css);

/* --- Subpage styles -- */

#body_content {
	 
	background-image: url(/images/navbar.gif);
        background-repeat: repeat-y;
		border-bottom: none;
	min-height:600px;
  	height:auto !important;
  	height:600px;
}

/* --- Side navigation bar -- */

#body_navbar {
		float: left;
	margin: 0; 
	width: 175px;
	padding-top: 15px; 
	padding-left: 0px;
	text-align: left;
}

#body_navbar hr {
        padding: 0;
	margin: 5px 13px;
        border: 0;
        height: 1px;
        color: #E6E6E6;
        background-color: #E6E6E6;
}

ul#mainnav {
	font-family: tahoma, verdana, sans-serif;
	list-style-type: none;
	margin: 0px;
	padding: 9px 13px 8px 10px;
	font-size: 12px;
}
			
ul#mainnav .menuOn {
	border: 1px solid #AEAEA6;
	background-color: #F0EEE4;
}
			
ul#mainnav .menuOn:hover {
	padding: 3px 5px;
}
			
ul#mainnav li {
	display: inline;
}
			
ul#mainnav a {
	margin: 0px 0px 7px 0px;
	padding: 3px 5px;
	color: #B31B1B;
	text-decoration: none;
	display: block;
}
			
ul#mainnav a:hover {
	background-color: #F0EEE4;
}
			
			
#body_navbar h1 {
	margin-bottom: 10px;
	margin-top: 15px;
	font-size: 12px;
	margin-left: 13px;
	color: #94948F;
	font-family: 'Trebuchet MS', verdana, sans-serif;
	font-weight: normal;
}
		
ul#audience {
	padding: 0;
	margin: 0;
	font-family: tahoma, verdana, sans-serif;
	font-size: 12px;
	list-style-type: none;
}
			
ul#audience li {
	background: url(/images/pointer_small.gif) no-repeat 8px 8px;
        padding: 3px 0px 4px 16px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
}
			
ul#audience a {
	color: #333333;
	margin: 0;
	padding: 2px;
	text-decoration: none;
	
}
			
ul#audience a:hover {
	color: #B31B1B;
}
			
/* --- Main body content styles --- */

#body_main {
		width: 623px;
		padding: 0;
	float: left;
}

#body_main_content {
	text-align: left;
	padding-left: 8px; 
	padding-right: 3px; 
	padding-top: 10px;
	
}


#body_breadcrumbs {
		margin: 0;
	color: #999999;
}

#body_breadcrumbs a:link, a:visited, a:active {
	color: #999999;
	text-decoration: underline;
}

#body_breadcrumbs a:hover {
	text-decoration: none;
}

#body_main_content h1, #body_main_content h2, #body_main_content h3 {
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', verdana, sans-serif;
	margin-top: 10px;
	text-align: left;
	color: #777777;
}

#body_main_content h1, #body_main_content h2 {
	font-weight: normal;
}

#body_main_content h3, #body_main_content h4 {
	font-weight: bold;
}

#body_main_content h1 {
	font-size: 22px;
}

#body_main_content h2 {
	font-size: 17px;
}

#body_main_content h3 {
	font-size: 14px;
}

#body_main_content h4 {
	font-size: 11px;
}

#body_main_content input, #body_main_content select, #body_main_content textarea, #body_main_content tbody {
	font-size: 12px;
}

#body_main_content ul {
	list-style-type: square;
}

#body_main_content ul.nodots {
	list-style-type: none;
}

#body_main_content .red {
	color: #B31B1B;
}

#body_main_content .center {
        text-align: center;
}

#body_main_content .floatleft, #body_main_content .floatright {
	margin: 3px;
}

#body_main_content .floatleft {
	float: left;
}

#body_main_content .floatright {
	float: right;
}

#body_main_content .left {
	text-align: left;
}

#body_main_content .right {
	text-align: right;
}

#body_main_content img {
        border: solid #AEAEA6 1px;
        margin: 3px;
}

#body_main_content .noborder {
        border: none;
}

#body_main_content .border {
        border: solid #AEAEA6 1px;
}

#body_main_content .vtop {
        vertical-align: top;
}

#body_main_content .fullwidth {
        width: 99%;
}

#body_main_content .halfwidth {
        width: 50%;
}

#body_main_content .lightgraybg {
        background-color: #F9F9F9;
}

#body_main_content .automargin {
	margin-left: auto;
	margin-right: auto;
}

#body_main_content .nomargin {
	margin-top: 0px;
	margin-bottom: 0px;
}

#body_main_content .icon {
	vertical-align: text-bottom;
	border: none;
}

#body_main_content .gradientbox, #body_main_content .box {
	background-color: #F9F9F9; 
	padding: 3px; 
	margin-top: 15px; 
	margin-bottom: 15px; 
}

#body_main_content .gradientbox {
	background-image: url(/images/graybox-bg.gif);
        background-repeat: repeat-x;
}

#body_main_content .box {
	margin-left: auto;
	margin-right: auto;
	border: solid #EEEEEE 1px;
}

#body_main_content .cornerbox {
	background-image: url(/images/left-top-corner-box.jpg); 
	background-repeat: no-repeat; 
	background-position: top left; 
	padding-top: 10px;
}

#body_main_content ul.anchorlinks {
        list-style-image: url(/images/arrow.gif);
        margin-top: 5px;
        margin-bottom: 5px;
}

#body_main_content table tr {
	vertical-align: top;
}

#body_main_content table.border {
	border-spacing: 0px;
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #b4b3b3 #b4b3b3 #b4b3b3 #b4b3b3;
	border-collapse: separate;
}

#body_main_content table.border th, #body_main_content table.border td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #b4b3b3 #b4b3b3 #b4b3b3 #b4b3b3;
}

#body_main_content hr {
	padding: 0;
	margin: 0;
	border: 0;
	width: 100%;
	height: 1px;
	color: #E6E6E6;
	background-color: #E6E6E6;
	margin-top: 10px;
	margin-bottom: 10px;
}

#body_main_content .small {
	font-size: 80%;
}

/* --- General link styles --- */

#body_main_content a:link, #body_main_content a:visited, #body_main_content a:active {
	text-decoration: none;
	color: #B31B1B;	
}

#body_main_content a:hover {
	border-bottom: dotted #B31B1B 1px;
	color: #B31B1B;
}

#body_main_pic {
	float: left; 
	clear: both; 
	width: 205px; 
	height: 135px;
}

#body_header {
		background-image: url(/images/header/sydneyharbor.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width: 775px;
	height: 158px;
	padding-left: 10px;
	float: left;
	background-color: #F0EEE4;
	text-align: left;
}

#body_header h1 {
	font-family: 'Trebuchet MS', verdana, sans-serif;
	font-size: 26px;
	font-weight: normal;
	margin: 0;
	color: white;
	/*padding-top: 4.8em;*/
	padding-top: 125px;
}

/* -- Related information styles -- */

#body_relatedinfo {
		margin-top: 20px;
	float: left;
	width: 150px;
	text-align: left;
	padding-left: 5px;
	font-size: 11px;
}

#body_relatedinfo h1 {
	font-size: 11px;
	background-color: #AEAEA6;
	display: block;
	padding: 3px;
	margin-bottom: 0px;
}

#body_relatedinfo ul {
	list-style-type: none;
	padding: 0;
	margin-top: 5px;
	margin-left: 0px;
	width: 95%;
}

#body_relatedinfo li {
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: solid #E6E6E6 1px;
}

#body_relatedinfo li li {
	font-size: 85%;
	margin-left: -15px;
	border: none;
	margin-bottom: -5px;
}

#body_relatedinfo a:link, a:visited, a:active {
        color: #B31B1B;
        text-decoration: none;
}

#body_relatedinfo a:hover {
        color: white;
        background-color: #B31B1B;
}

#body_contact {
	float: right;
}

#footer_container {
	text-align: center;
	padding: 0;
	margin: 0;
	padding-bottom: 5px;
}

#footer_content {
	/*height: 60px;*/
	padding-top: 15px;
	padding-right: 5px;
	text-align: right;
	border-top: solid #AEAEA6 1px;
	/*border-bottom: solid #AEAEA6 1px;
	border-right: solid #AEAEA6 1px;
	border-left: solid #AEAEA6 1px;*/
}

#footer_logo {
	float: left; 
	/*margin-bottom: -7px;*/
	padding-left: 70px;
}

.center {
        text-align: center;
}

