

/* redefine standard html markup */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0 0 5px 0;
	padding:0;
	color: #666;
	background: #fff url(/images/background_main.gif) top right no-repeat;
}



/* set body text, heading and link style */

a {color: #BB0010;text-decoration: none;}
a:link {color: #BB0010;}
a:visited {color: #BB0010;}
a:hover {color: #ff0000;text-decoration: underline;background-color: #eee;}

p {
	font-size:11px;
}

h1 {
	font-size:18px;
}
h2 {
	font-size:14px;
	color: #BB0010;
	margin: 6px 0;
	font-weight: bold;
}
h3 {
	font-size:12px;
	color: #333;
}
h4 {
	font-size:11px;
	color: #000;
}
h5 {
	font-size:16px;
	color: #333;
}

ul {
	list-style-type: disc;
	margin-left:9px;
	padding-left:12px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
img {
	border: 0;
}

.clr{
	clear:both;
}

/* DIVs */

#container {
	width:930px;
	margin-top:13px;
	margin-bottom:auto;
	margin-right:auto;
	margin-left:auto;
	background-color:#fff;
}


#head_border{
	border-top: 1px solid #fff;
	/*
	border-bottom: 1px solid #BB0010;
	*/
}
#head_banner{
	color: #999;
	background: #fff url(/images/header_background.gif) top right no-repeat;
	padding: 10px 0;
}
#logo{
	margin: 10px 0 10px 22px;
}
#head_banner_address{
	float: right;
	margin: 25px 10px 0 0;
	font-size: 9px;
}
#head_melbourne{
	float: left;
	margin: 0px 20px 0 0;
}
#head_sydney{
	float: left;
	margin: 0px 0px 0 0;
	border-left: 1px solid #bbb;
	padding-left: 20px; 
}
#nav_tools{
	clear: both;
	padding: 45px 0 0 0;
}			
#head_banner_address a, #head_banner_address a:link, #head_banner_address a:visited  {
	color: #999;
}			
#head_banner_address a:hover  {
	color: #BB0010;
}			


#head_menu{
	/*height: 25px;*/
	padding: 5px 0 1px 3px;
	background-color: #333;
}
#search{
	float: right;
	padding-right: 15px;
}


#fp_banner{
}


#fp_left{
	float: left;
	width: 282px;
	margin: 15px 0 10px 10px;
}
.fp_pub_promo{
	margin: 20px 0 30px 0;
}
		
.column_head{
	border-top: 1px solid #BB0010;
	border-bottom: 1px dotted #888;
}
.faded{
	color: #888;
}
.faded2{
	color: #aaa;
}
.text_normal {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

		
#fp_middle{
	float: left;
	width: 282px;
	margin: 15px 0 30px 20px;

}
#fp_news {
	margin: 0 6px 0 4px;
}
#fp_news a {
	font-weight: bold;
}
#fp_news h3 a,#fp_news h3 a:link,#fp_news h3 a:visited {
	color: #000;
}
#fp_news p {
	margin: 8px 0;
}
.fp_date{
	background-image:url(images/bullet_date.gif);
	background-repeat:no-repeat;
	padding-left: 15px;
	color: #999;
	font-size: 10px;
	margin-top: -1px;
}
.divider{
	border-bottom: 1px dashed #888;
}

#fp_profile {
	border: 1px solid #666;
	font-size: 10px;
	margin-top: 20px;
}
#fp_profile h2 {
	color: #fff;
	background-color: #666;
	margin: 0;
	padding: 2px;
}
#fp_profile h2 a, #fp_profile h2 a:link, #fp_profile h2 a:visited {
	color: #fff;
}
#fp_profile h2 a:hover {
	color: #cc0000;
}
#fp_profile h3 {
	margin: 0;
}
#fp_profile h3 a, #fp_profile h3 a:link, #fp_profile h3 a:visited {
	color: #000;
}
#fp_profile h4 {
	margin: 0;
}


#fp_right{
	float: left;
	width: 282px;
	margin: 15px 0 10px 20px;

}
.fp_career_col1{
	width: 185px;
}
.fp_career_col2{
	width: 80px;
	text-align:right; 
	padding-right: 10px;
}
.row_odd{
	background-color: #eee;
}
.row_padd{
	padding: 3px;
}
.fp_event{
	clear:both;
	background-color: #eee;
	color: #999;
	padding: 5px;
	margin: 12px 0;
	font-size: 10px;
	height: 55px;
}
.fp_event h3 {
	margin: 2px 0;
	color: #000;
	font-size: 11px;
}
.fp_event h3 a,.fp_event h3 a:link, .fp_event h3 a:visited {
	color: #444;
}

.fp_event_rsvp_no {
	z-index: 100;
	position: absolute;
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	margin: 10px 5px 0px 225px;
	width: 50px;
	text-align: center;
}

#footer{
	clear: both;
	background-color: #fff;
	font-size: 9px;
	color: #999;
	padding: 10px;
}
.footer_melbourne{
	float: left;
	padding: 10px 16px;
}
.footer_sydney{
	float: left;
	border-left: 1px solid #ccc;
	padding: 10px 16px;
}
.footer_web{
	float: left;
	border-left: 1px solid #ccc;
	padding: 82px 10px 10px 10px;
}
.footer_tools{
	float: right;
	text-align: right;
	padding: 10px 10px 10px 10px;
}


#footer_new{
	clear: both;
	font-size: 9px;
	color: #fff;
	padding: 40px 0px 10px 10px;
	width: 930px; height: 84px; 
	background: #fff url(/images/footer-new.gif) top right no-repeat;
}
#footer_new a, #footer_new a:link, #footer_new a:visited {
	color: #fff;
}
#footer_new a:hover {
	color: #666;
}
.footer_tools_new{
	float: right;
	text-align: right;
	padding: 10px 5px 10px 10px;
}



/* top menu */
#nav, #nav ul {
	font-size: 11px;
	width: 680px;
	list-style: none;
	line-height: 100%;
	font-weight: bold;
	padding: 0;
	margin: 0;
	z-index: 100;
}
#nav {
	margin-left: 12px;
}

#nav ul li ul {
	background-color: #ccc;
}

#nav a {
	display: block;
	/*width: 110px;*/
	color: #fff;
	text-decoration: none;
	padding: 4px 10px 8px 10px;
	font-weight: bold;
}
#nav a:hover {
	background: none;
	color: #bbb;
}

#nav a.daddy {
	background: #666 url(/images/rightarrow2.gif) center right no-repeat;
}
#nav a.daddy:hover {
	background-color: #000;
}

#nav li {
	float: left;
	padding: 0;
}

#nav li ul li {
	border-bottom: 1px solid #888;
}

#nav li ul {
	font-size: 11px;
	position: absolute;
	left: -999em;
	height: auto;
	width: 150px;
	font-weight: normal;
	margin: 0;
	text-align: left;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	/*opacity: .98;
	filter: alpha(opacity=98);*/
}

#nav li li {
	width: 150px;
}

#nav li ul a {
	color: #fff;
	width: 150px;
	background: #666;
	padding: 5px 10px;
	display: block;
}

#nav li ul ul {
	margin: -20px 0 0 159px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	color: #ff0000;
}

#nav li:hover, #nav li.sfhover {
	background: none;
	color: #fff;
	background: url(images/red_3x3.gif) bottom left repeat-x;
}	


#body_left{
	float: left;
	width: 292px;
	margin: 15px 20px 20px 0px;
}


#body_right{
	float: left;
	width: 570px;
	margin: 15px 0 10px 15px;
}



#left_menu, #left_menu ul {
	color: #fff;
	font-size: 10px;
	width: 292px;
	list-style: none;
	line-height: 100%;
	font-weight: bold;
	padding: 0;
	margin: 0;
	z-index: 100;
	background-color: #666;
}
#left_menu{
	margin: 15px 0;
}

#left_menu a,#left_menu a:visited {
	display: block;
	width: 268px;
	color: #fff;
	background-color: #666;
	text-decoration: none;
	padding: 8px 10px 8px 14px;
	font-weight: bold;
}
#left_menu a:hover {
	background-color: #999;
}
#left_menu li {
	padding: 0;
}

#left_menu_droplist {
	margin: 0 0 20px 14px;
}

#left_menu ul li ul {
	margin: 0 0 10px 30px;
	width: 230px;
}
#left_menu ul li ul a,#left_menu ul li ul a:visited {
	display: block;
	width: 230px;
	color: #fff;
	background-color: #888;
	text-decoration: none;
	padding: 8px 10px 8px 14px;
	font-weight: bold;
}
#left_menu ul li ul a:hover {
	background-color: #aaa;
}


.left_item_odd, .left_item_even {
	font-size: 10px;
	padding: 6px;
	background-color: #eee;
	color: #666;
}
.left_item_even {
	background-color: #fff;
}
.left_item_odd a, .left_item_odd a:link, .left_item_odd a:visited, .left_item_even a, .left_item_even a:link, .left_item_even a:visited  {
	color: #333;
	font-weight: bold;
}
.left_item_odd a:hover, .left_item_even a:hover {
	color: #bb0010;
}

#left_related_links{
	margin-left: 10px;
}	
.link_list{
	margin: 12px 0;
}

#body_right_content{
	margin: 0 0 10px 10px;
}

#body_right_content h1 {
	font-size: 24px;
	font-weight: normal;
	color: #bb0010;
}
#body_right_content h3 {
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
	color: #777;
}
#body_right_content ul{
	margin-left: 40px;
	/*list-style-image: url(/images/double_arrow.png)*/
	list-style-type: square;
}

.body_quote{
	font-size: 14px;
	font-weight: bold;
	margin-left: 15px;
	color: #888;
	margin-top: 40px;
}
.body_quote_author{
	font-size: 14px;
	font-weight: bold;
	text-align:right;
	color: #888;
	margin-bottom: 40px;
}
.red{
	color: #bb0010;
}

#paging_top{
	float:right;
	width: 140px;
	text-align:right;
	margin: 28px 8px 12px 0;
}
#paging_bottom{
	text-align:right;
	margin: 40px 12px 12px 0;
}
.download_pdf{
	margin-top: 6px;
	
}

.more_info{
	background-color: #666;
	color: #fff;
	padding: 4px;
	margin: 10px 0; 
	font-size: 14px;	
	font-weight: bold;
}
.more_info_details{
	float:left; width: 470px;
}
.more_info_details a,.more_info_details a:visited  {
	color: #000;
}
.more_info_photo{
	float:left; width: 75px;
	margin-left: 7px;
}
.page_spacer{
	padding: 15px 0;
}

/**profile definitions **/

#profile_photo{
	float: left;
	width: 65px;
	margin: 20px 0 0 0px;
	border-bottom: 10px solid #BB0010;
}
#profile_details{
	float: left;
	width: 430px;
	margin: 20px 0 0 20px;
}

#profile_office{
	float: right;
	color: #BB0010;
	font-weight: bold;
}

#profile_areas{
	clear: both;
	padding: 10px 0 20px 0;
	border-bottom: 1px dashed #999;
}

#profile_text{
	margin: 20px 0 20px 0;
}

#profile_print{
	text-align: right;
}

#people_left{
	float: left;
	padding-right: 20px;
	padding-bottom: 50px;
	margin-top: 20px;
}
#people_search{
	padding-bottom: 40px;
	border-bottom: 1px dashed #666;
	margin-bottom: 20px;
}
#people_search h4{
	margin-bottom: 5px;
}
.people_form_field{
	width: 190px; 
	font-size: 11px;
}
#people_browse{
	padding-top: 10px;
}

#people_features{
	float: left;
	padding-bottom: 30px;
}

#people_search_table{
	margin-bottom: 50px;
}

a.link_selected , a.link_selected:link, a.link_selected:visited  {
	font-weight: bold;
	text-decoration: underline;
	color: #333;
	background-color: #eee;
	padding: 5px;
}
a.link_selectedhover {
	font-weight: bold;
	text-decoration: underline;
	color: #cc0000;
	padding: 5px;
}

#areas_subsections{
	float: right;
	width: 150px;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 5px;
	margin: 10px;
}
#areas_subsections ul {
	margin-top: 8px;
	margin-left: 8px;
}
.contact_space {
	clear: both;
	height: 10px;
	margin: 2px 0;
}

.contactus_office{
	float: left;
	width: 220px;
}

#fp_promo_AMLcount{
	position: absolute;
	margin: 73px 0 0 23px;
	font-size: 14px;
	font-weight: bold;
	color: #473d2d;
}

