﻿@import url("au_search_results.css");

/********************************/
/* 1. Site components  */
/********************************/

#pageBody {
	width:100%;
	padding:0;
	margin:0;
	background-color:#82715f;
	background-image:url('Images/bg_body.gif');
	background-repeat:repeat-x;
	font-family: Palatino Linotype, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 75%;
}

#allContentsContainerTable {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	empty-cells:show;
	font-family: Palatino Linotype,Verdana,Arial,Helvetica,sans-serif;
}

#authoringContainer {
	width:100%;
}

#contentAreaContainer {
	width:100%;
	background-color:#fff;
	text-align:Left;
	position:relative;
	height:100%;
}

#content {
	padding:10px 20px 20px;
	height:100%;
}

#content HR {
	color:#cccccc;
	background:#cccccc;
	border:0;
	Height:1px;
	margin-left:0;
	margin-right:0;
}

#content H1 {
	font-family: Palatino Linotype, Verdana, Arial, Helvetica, sans-serif;
	font-size:140%;
	font-weight:normal;
	padding:0;
	margin:0;
	color:#333;
}

.ms-rteCustom-Header {
	font-family: Palatino Linotype, Verdana, Arial, Helvetica, sans-serif;
	font-size:125%;
	font-weight:bold;
	padding:0;
	margin:0;
	color:#333;
}

.ms-rteCustom-Orange {	
	font-weight:bold;
	color:#f28023;
	font-size:110%;
}

.ms-rteCustom-TableText {	
	color:#333;
}

#content table.alignTop td {
	vertical-align:top;
}

#content P {
	font-family: Palatino Linotype, Verdana, Arial, Helvetica, sans-serif;	
	padding:0;
	margin-top:0;
	margin-bottom:12px;
	color:#333;
}

#content li {	
	color:#333;
	margin-left:15px;
}

#breadcrumb {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#666;
	background-image:url('Images/bg_breadcrumb.gif');
	background-repeat:repeat-x;
	height:25px;
	padding:8px 0 0 10px;
}

#breadcrumb a{	
	font-family: Verdana, Arial, Helvetica, sans-serif !important;	
	color:#f28023;
	text-decoration:underline;
}

#breadcrumb a:visited {	
	color:#f28023;
	text-decoration:underline;
}

#breadcrumb a:hover {	
	color:#f28023;
	text-decoration:none;
}

#content .siteNote {
	font-size:95%;
	color:#666;
}

#content ul.pager li
{
	display:inline;
	font-family: Palatino Linotype, Verdana, Arial, Helvetica, sans-serif;	
	font-weight:bold;
	font-size:110%;
}

#content ul.pager li a:visited
{
	color:#333333;
	font-weight:normal;
}

#content ul.pager li a
{
	color:#333333;
	font-weight:normal;
}

#content a:visited.linkType1 {
	color:#333333;
	text-decoration:none;
}

#content a:hover.linkType1 {
	color:#333333;
	text-decoration:underline;
}

#content a.linkType1
{
	color:#333333;
	font-size:110%;
	font-weight:bold;
	text-decoration:none;
}

#content a.linkType2 {	
	font-family: Palatino Linotype, Verdana, Arial, Helvetica, sans-serif;	
	color:#f28023;
	text-decoration:underline;
}

#content a.linkType2:visited {	
	color:#f28023;
	text-decoration:underline;
}

#content a.linkType2:hover {	
	color:#f28023;
	text-decoration:none;
}

#content a:visited.linkType3 {
	color:#333333;
	text-decoration:none;
}

#content a:hover.linkType3 {
	color:#333333;
	text-decoration:underline;
}

#content a.linkType3
{
	color:#333333;
	text-decoration:none;
}

#content a:visited.linkType4 {
	color:#fff;
	text-decoration:none;
}

#content a:hover.linkType4 {
	color:#fff;
	text-decoration:underline;
}

#content a.linkType4
{
	color:#fff;
	text-decoration:none;
}

#content p a {	
	font-family: Palatino Linotype, Verdana, Arial, Helvetica, sans-serif;	
	color:#f28023;
	text-decoration:underline;
}

#content p a:visited {	
	color:#f28023;
	text-decoration:underline;
}

#content p a:hover {	
	color:#f28023;
	text-decoration:none;
}

/*Using child selector ">" so IE6 and below will not try to display this PNG background dropshadow.*/
#contentSideDropShadowLeft, #contentSideDropShadowRight {
	background-image:url('Images/bg_content_side_drop_shadow_left.png');
	background-repeat:repeat-y;
	background-position:right;
	width:7px;
}

#contentTopDropShadowLeft, #contentTopDropShadowRight {
	background-image:url('Images/bg_top_side_drop_shadow_left.png');
	background-repeat:no-repeat;
	background-position:right;
	width:7px;
}

#contentSideDropShadowRight {
	background-image:url('Images/bg_content_side_drop_shadow_right.png');
	background-position:left;
}

#contentTopDropShadowRight {
	background-image:url('Images/bg_top_side_drop_shadow_right.png');
	background-position:left;
}

/********************************/
/* Top Business Units Links  */
/********************************/

#topBusinessUnitsContainer {
	width:100%;
	height:30px;
}

ul#topBusinessUnits {	
	margin:0 20px 0 0;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:95%;
}

ul#topBusinessUnits li {
	float:right;
	list-style:none;
	background-image:url('Images/sp_top_business_units.gif');	
	background-repeat:no-repeat;
	background-position:left;
	padding:0 6px;	
	height:26px;
}

ul#topBusinessUnits li.selected {
	background-image:url('Images/bg_top_bu_selected.gif');
	background-repeat:no-repeat;	
	height:30px;
	width:195px;
	padding:0;
}

ul#topBusinessUnits li.selected a, ul#topBusinessUnits li.selected a:visited {
	color:#fff;
	font-weight:bold;
	text-align:center;
}

ul#topBusinessUnits li.noSeparator {
	background-image:none;
}

ul#topBusinessUnits li.last {
	padding-right:0;
}

ul#topBusinessUnits li a, ul#topBusinessUnits li a:visited, ul#topBusinessUnits li a:hover {
	margin-top:5px;
	display:block;
}

ul#topBusinessUnits li a, ul#topBusinessUnits li a:visited {
	color:#60513a;
	text-decoration:none;
}
ul#topBusinessUnits li a:hover {
	color:#333;
}


/*******************************************/
/* 2. Top, second, third level navigation */
/*******************************************/

#navBarContainer {
	width:100%;
}

#topLevelNav {
	width: 100%;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:url('Images/TopNavBackground.gif');
	background-repeat:repeat-x;
	background-position:bottom;
	height:29px;
}

.topNavItem {
	height:29px;
	margin:0;
	padding:0;
	background-image:url('Images/TopNavRight.gif');
	background-repeat:no-repeat;
	background-position: right bottom;
	border-right: 1px #fff solid;
}

.topNavItem a, .topNavItem a:visited {
	display:block;
	height:19px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;	
	background-image:url('Images/TopNavLeft.gif');
	background-repeat:no-repeat;
	background-position: left bottom;
	font-weight:bold;
}

.topNavItemSelected {
	height:29px;
	margin:0;
	padding:0;
	background-image:url('Images/TopNavRight_Selected.gif');
	background-repeat:no-repeat;
	background-position: right bottom;
	border-right: 1px #fff solid;
}

.topNavItemSelected a:visited {
	display:block;
	height:19px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;	
	background-image:url('Images/TopNavLeft_Selected.gif');
	background-repeat:no-repeat;
	background-position: left bottom;
	font-weight:bold;
}

.topNavItemSelected a {
	display:block;
	height:25px;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;	
	background-image:url('Images/TopNavLeft_Selected.gif');
	background-repeat:no-repeat;
	background-position: left bottom;
	font-weight:bold;
}


.topNavItemHover a:visited {
	color:#333;
}


.topNavItemHover a {
	color:#333;
}

#secondLevelNav {
	background-image:url('Images/SecondNavBackground.gif');
	background-repeat:repeat-x;
	height:20px;	
	width: 100%;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
}

.secondNavItem {
	height:20px;
	margin:0;
	padding:0;
}

.secondNavItem a:visited {
	display:block;
	height:18px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	color: #FFFFFF;
}

.secondNavItem a {
	display:block;
	height:18px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	color: #FFFFFF;
}

.secondNavItemHover a:visited {
	color:#333;
}


.secondNavItemHover a {
	color:#333;
}

.spacer20px {
	height:20px;
	width:100%;
	clear:both;
}


/********************************/
/* 3. Site header section  */
/********************************/

#bannerContainer {
	width:100%;	
}

#middleContent {
	margin:5px 20px 0px;
	vertical-align:baseline;
	display:block;
}

#siteLogo {
	float:left;
}

#rightInfo {
	padding-top:10px;
	float:right;
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#f28023;
	font-size:120%;	
	font-weight:bold;
}

#rightInfo .ms-long {
	width:120px;
}

#rightInfoLinks {
	color:#60513a;
	font-size:75%;
	font-weight:normal;	
}

#rightInfoLinks a:visited {
	color:#60513a;
	text-decoration:none;
}

#rightInfoLinks a:hover {
	color:#333;
	text-decoration:none;
}


#rightInfoLinks a {
	color:#60513a;
	text-decoration:none;
}


#toolBox {
	text-align:right;
	margin-right:20px;
	height:21px;
}

.rightLinks {
	float:right;
}

#siteActions {
	float:right;	
}


#searchBox {
	padding-top:10px;
	padding-bottom:5px;
}

.searchTextBox td.ms-sbcell{
	border:none;
}

.searchTextBox td.ms-sbgo{
	padding:0;
}

.searchTextBox td.ms-sbcell .ms-sbplain{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #60513a;
	border-width: 1px;
	border-style: solid;
	border-left-color: #7D6954;
	border-top-color: #7D6954;
	border-right-color: #CEC7BF;
	border-bottom-color: #CEC7BF;
	margin-right:10px;
}

#searchBox .ms-sbtable-ex {
	width:0px;
}

#searchBox .ms-sbLastcell {
	width:0px;
}


/*******************************************/
/* 4. Footer style */
/*******************************************/

#siteFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	width:100%;
	background-color:#82715f;
	font-size:80%;
	padding-top:5px;
	padding-bottom:20px;
}

#siteFooter .footerLeft {
	width:32%;
	float:left;
}

#siteFooter .footerRight {
	width:68%;
	float:right;
	text-align:right;
}

#siteFooter .footerLinks {
	list-style-type:none;
}

#siteFooter .footerLinks {
	margin:0;
	padding:0;
}


#siteFooter .footerLinks li {
	display:inline;
}

#siteFooter .footerLinks li a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration:none;
}

#siteFooter .footerLinks li a:hover {
	text-decoration:underline;
}

#siteFooter .footerLinks li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration:none;
}



/****************************
 Main content DIVs
****************************/

#introPara {
	clear:both;
	width:100%;
}

#mainContentLeft {
	padding-right:15px;
}

#mainContentRight {
	margin-left:15px;
}

#mainContentRight iframe{
}

#mainContentRight.landingMargins .ms-PartSpacingVertical {
	margin-top:3px;
}


#mainContentBottom {
	clear:both;
	text-align:center;
	margin-top:20px;
}

#mainContentLeft #subContent {
	background-image:url('Images/bg_sub_content.jpg');
	background-repeat:no-repeat;
	margin-top:20px;
}

#mainContentLeft #subContent2 {
	background-image:url('Images/bg_sub_content.jpg');
	background-repeat:no-repeat;
	margin-top:0px;
}

#mainContentLeft #subContentAcct {
	background-image:url('Images/bg_sub_content_accountants.png');
	background-repeat:no-repeat;
	margin-top:0px;
}

#mainContentLeft .subContentAcctRedBox {
	background-image:url('Images/bg_sub_content_acct_red_box.jpg');
	background-repeat:no-repeat;
	margin-top:0px;
}

#mainContentLeft .subContentAcctGreenBox {
	background-image:url('Images/bg_sub_content_acct_green_box.jpg');
	background-repeat:no-repeat;
	margin-top:0px;
}

#mainContentLeft #subContent.greenBG {
	background-image:url('Images/bg_sub_content_green.png');
}

#mainContentLeft #subContent.blueBG {
	background-image:url('Images/bg_sub_content_blue.png');
}

#mainContentBottomLinks #subContent {
	background-image:url('Images/bg_sub_content_wide.jpg');
	background-repeat:no-repeat;
	margin-top:20px;
}

#mainContentBottomLinks #subContent2 {
	background-image:url('Images/bg_sub_content_wide.jpg');
	background-repeat:no-repeat;
	margin-top:12px;
}

#mainContentBottomLinks #subContentAcct {
	background-image:url('Images/bg_sub_content_accountants_wide.png');
	background-repeat:no-repeat;
	margin-top:12px;
	height: 90px;
}

#mainContentBottomLinks #subContentAcct.blueBG {
	background-image:url('Images/bg_sub_content_blue_wide.png');
}

#mainContentLeft #subContent .item,
#mainContentBottomLinks #subContent .item,
#mainContentBottomLinks #subContent2 .item,
#mainContentBottomLinks #subContentAcct .item {
	margin:0;
}

#mainContentLeft #subContent .subContentImage,
#mainContentBottomLinks #subContent .subContentImage,
#mainContentBottomLinks #subContent2 .subContentImage,
#mainContentBottomLinks #subContentAcct .subContentImage {
	padding-left:15px;
}

#mainContentLeft #subContent .whitespace,
#mainContentBottomLinks #subContent .whitespace,
#mainContentBottomLinks #subContent2 .whitespace,
#mainContentBottomLinks #subContentAcct .whitespace {
	margin:0;
}

#mainContentLeft #subContent .subContentSeparator,
#mainContentBottomLinks #subContent .subContentSeparator,
#mainContentBottomLinks #subContent2 .subContentSeparator,
#mainContentBottomLinks #subContentAcct .subContentSeparator {
	background-image:url('Images/sub_content_saperator.gif');
	width:1px;
	height:90px;
	background-repeat:no-repeat;
}

#mainContentBottomLinks #subContentAcct .subContentSeparator {
    background-image:url('Images/sub_content_accountants_saperator.gif');
}

#mainContentLeft #subContent.blueBG .subContentSeparator,
#mainContentBottomLinks #subContentAcct.blueBG .subContentSeparator {
    background-image:url('Images/sub_content_blue_seperator.png');
}

#mainContentLeft #subContent .subContentText,
#mainContentBottomLinks #subContent .subContentText,
#mainContentBottomLinks #subContent2 .subContentText,
#mainContentBottomLinks #subContentAcct .subContentText {
	font-family: Palatino Linotype, Verdana, Arial, Helvetica, sans-serif;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
}

#mainContentBottomLinks #subContentAcct .subContentText.simpleLink
{
	font-style:italic;			
}

#mainContentLeft #subContent.blueBG .subContentText,
#mainContentBottomLinks #subContentAcct .subContentText {
    color:#fff;
}

#mainContentBottomLinks #subContentAcct.blueBG .subContentText {
    height:90px;
}

#mainContentLeft #subContent .subContentTitle {

}

#mainContentLeft #subContent .subContentText a, 
#mainContentLeft #subContent .subContentText a:visited, 
#mainContentBottomLinks #subContent .subContentText a, 
#mainContentBottomLinks #subContent .subContentText a:visited, 
#mainContentBottomLinks #subContent2 .subContentText a, 
#mainContentBottomLinks #subContent2 .subContentText a:visited,
#mainContentBottomLinks #subContentAcct .subContentText a, 
#mainContentBottomLinks #subContentAcct .subContentText a:visited {
	color:#60513A;
	font-size:120%;
	font-weight:bold;
	text-decoration:none
}

#mainContentBottomLinks #subContentAcct .subContentText.simpleLink a,
#mainContentBottomLinks #subContentAcct .subContentText.simpleLink a:visited
{
	font-weight:normal;
	font-style:normal;			
}


#mainContentLeft #subContent.blueBG .subContentText a, 
#mainContentLeft #subContent.blueBG .subContentText a:visited, 
#mainContentBottomLinks #subContentAcct .subContentText a, 
#mainContentBottomLinks #subContentAcct .subContentText a:visited {
    color:#fff;
}

#mainContentLeft #subContent .subContentText a:hover,
#mainContentBottomLinks #subContent .subContentText a:hover,
#mainContentBottomLinks #subContent2 .subContentText a:hover {
	color:#f28023;
}

#mainContentLeft #subContent.blueBG .subContentText a:hover, 
#mainContentBottomLinks #subContentAcct .subContentText a:hover {
    color:#fff;
    text-decoration:underline;
}

#mainContentLeft a.link {
	color:#60513A;
	text-decoration:none;
}

#mainContentLeft a.link:hover {
	color:#f28023;
}


#linksPageContentTop {
	background-image:url('Images/bg_box_drop_shadow_top.gif');
	background-repeat:no-repeat;
	background-position:center;
	height:25px;
	width:100%;
}

#linksPageContentMiddle {
	background-image:url('Images/bg_box_drop_shadow_sides.gif');
	background-repeat:repeat-y;
	background-position:center;
	width:100%;
	text-align:center;
}

#linksPageContentBottom {
	background-image:url('Images/bg_box_drop_shadow_bottom.gif');
	background-repeat:no-repeat;
	background-position:center;
	height:18px;
	width:100%;
}

#linksPageLinks {
	padding:25px 50px;
	text-align:left;
}

#linksPageLinks table.linksPageLinkItems {
	margin-left:15px;
}

#linksPageLinks table.linksPageLinkItems td {
	font-family: Palatino Linotype, Verdana, Arial, Helvetica, sans-serif;	
	font-size:110%;
	vertical-align:baseline;
	padding-bottom:10px;
}

#linksPageLinks table.linksPageLinkItems td a, #linksPageLinks table.linksPageLinkItems td a:visited {
	color:#60513A;
	text-decoration:none;
}

#linksPageLinks table.linksPageLinkItems td a:hover {
	color:#f28023;
}

#linksPageBackButton {
	text-align:right;
	padding:0 30px 5px 0;
}

#linksPageBorder {
	border-top:1px #000 solid;
	border-bottom:1px #000 solid;
	padding-top:4px;
	margin:-10px -20px -20px;
}

#linksPageBorderLeft {
	background-color:#fff;
	border-left:1px #000 solid;
	border-bottom:1px #000 solid;
	border-top:1px #000 solid;
}

#linksPageBorderRight {
	background-color:#fff;
	border-right:1px #000 solid;
	border-bottom:1px #000 solid;
	border-top:1px #000 solid;
}


#linksPageBorder #mainContentBottom {
	padding:0 15px;
	margin-top:5px;
}

#xlinksPageBannerImage {
	padding:0 20px;
	width:906px;
}

#content td.ms-gb {
	border-bottom:1px #28023 solid !important;
	background-color:#fff !important;
}

/****************************
 Consultants Listing
****************************/
.consultantSuburbRow {
	background-color:#fff;
	border-bottom-style:solid;
	border-bottom-color:#f28023;
	border-bottom-width:1px;
}

.consultantSuburbHeader {
	font-weight:bold;
	color:#60513A;
}

.consultantName {
	font-weight:bold;
}

.consultantQualification {
	color:#666;
	font-weight:normal;
}

.consultantDetails {
	color:#333;
}

.consultantWebsite a, .consultantWebsite a:visited {
	color:#f28023;
	text-decoration:underline
}

.consultantWebsite a:hover {
	text-decoration:none
}

.consultantPicture{
	width:20%;
	font-weight:normal;
}

/****************************
 Grey boxes
****************************/

#mainContentRight .sumLinkBox {
	background-image:url('Images/bg_sub_content_narrow.jpg');
	background-repeat:no-repeat;
	margin-top:20px;
}

#mainContentRight .sumLinkBox .item,
#mainContentRight .sumLinkBox .whitespace {
	margin:0;
}

#mainContentRight .sumLinkBox .subContentImage {
	padding-left:15px;
}

#mainContentRight .sumLinkBox .subContentText {
	font-family: Palatino Linotype, Verdana, Arial, Helvetica, sans-serif;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
}

#mainContentRight .sumLinkBox .subContentText a, 
#mainContentRight .sumLinkBox .subContentText a:visited {
	color:#60513A;
	font-size:120%;
	font-weight:bold;
	text-decoration:none
}

#mainContentRight .sumLinkBox .subContentText a:hover {
	color:#f28023;
}

#mainContentRight .gbContainer{
	height:90px;
	width:258px;
	text-align:left;
	background-image:url('Images/bg_grey_box_middle.jpg');
	background-repeat:repeat-x;
}

#mainContentRight .gbMiddleContainer{
	height:100%;
	float:left;
	width:228px;
}

.gbLeftEdge{				
	background-image:url('Images/bg_grey_box_left.jpg');
	background-position:left top;
	width:15px;
	height:100%;
	float:left;
}

.gbRightEdge{	
	background-image:url('Images/bg_grey_box_right.jpg');			
	background-position:right top;
	width:15px;
	height:100%;
	float:left;
}

.gbMiddle{				
	height:100%;
	float:left;
	text-align:center;
	vertical-align:middle;
}

.gbMiddle a {
	color:#60513A;
	font-size:120%;
	font-weight:bold;
	text-decoration:none;
	padding-left:5px;	
}

.gbMiddle a:hover {
	color:#f28023;
}


/****************************
 Consultant Profile
****************************/
.cpItemLabel {
	color:#675c53;
	font-weight:bold;
}

.cpDetailsBlock {
	margin-top:10px;
}

.cpTeamHeading {
	color:#ffffff;
	font-weight:bold;
	font-size:1.3em;
	background-color:#696969;
	background-image:url('Images/SecondNavBackground.gif');
	background-repeat:repeat-x;
	background-position: left top;
	height:24px;
	text-align:center;	
	padding-top:3px;
}

#mainContentRight .cpUsefulLinksBox{
	text-align:left;
	margin-top:10px;
}

#mainContentRight .cpUsefulLinksHeader{
	background-image:url('Images/useful_links_top.png');
	background-repeat:no-repeat;
	height:43px;
	padding-top:10px;
	text-align:center;
	color:#60513A;
	font-size:120%;
	font-weight:bold;
	text-decoration:none

}

#mainContentRight .cpUsefulLinksBox UL{
	margin-top:0px;
	margin-left:0px;
	padding-left:20px;
	padding-bottom:20px;
	list-style-image:url('Images/bullet_arrow_right_orange.gif');	
	background-image:url('Images/useful_links_bottom.png');
	background-position: left bottom;
	background-repeat:no-repeat;
}

#mainContentRight .cpUsefulLinksBox UL LI{
	padding-left:5px;
	margin-top:5px;
}

/****************************
 PFS Home Page
****************************/

#homeContainer
{
    padding-left: 30px;
    padding-right: 30px;    
}

#accountant
{
    float:right;
    padding: 0px;
    width: 235px;
    height: 52px;
    background-image: url('/style library/AustralianUnity/Images/button_red.png');    
    background-repeat:no-repeat;
}	

#accountant p
{
    margin-bottom: 2px;
    padding-top: 2px;
}	

#accountant a
{
    text-decoration: none;
}

#homeContent
{
	padding-left: 30px;		
	padding-right: 20px;	
	width: 100%;
}

/* New site action styles */
#toolBox {
	text-align:right;
	height:21px;
	width: 944px;
	margin: 0 auto;
}

.rightLinks {
	float:right;
}

#siteActions {
	float:right;	
}

table .ms-siteaction {
	width: auto;
}

/* 2011 AU standard banner styles overwrite */
html,body{
	background: #82715F url(Images/bg_body.gif) repeat-x !important;	
}

html, body, #aspnetForm {	
	/*background: #82715F url(Images/bg_body.gif) repeat-x;*/
}

a img {
    border:none;
}

hr {
    display:block;
}

h1.homepage {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:120%;	
	font-weight:bold !important;
	line-height:normal;
}

h3.NavTitle {
	font-family:Georgia,Utopia,Palatino,'Palatino Linotype',serif;
	font-size:1.70em !important;
	line-height:23px;
	color:#e47628;
	font-weight:normal !important;
	margin:0;
}

#container #globalFooter {
	background:url('globalAssets/images/backgrounds/footerBg.jpg') repeat-x top;
}

#container #globalFooter ul li {
	background:url('globalAssets/images/icons/utility-divider.gif') no-repeat 0 7px;
}

#container #globalHeader {
	/*font-size: 75%;*/
}

#globalHeader .wrapper {
	/*padding:10px !important;*/
}

#globalHeader #nav {
	right:auto;
	left: 230px;
}

#globalHeader #nav li {
	background:url('globalAssets/images/backgrounds/nav-divider.gif') no-repeat 0 0;
}

#globalHeader #nav li.x5 a {
	background:url('globalAssets/images/icons/plusminus.gif') no-repeat 90px 20px;
}

#globalHeader #pnsMenu {
	height:265px;
	background:#efebe8 url('globalAssets/images/backgrounds/headerDDbg.jpg') repeat-x top;
	font-family: Verdana;
}

#globalHeader #pnsMenu .wrapper .col ul {
	list-style-image:none;
}

#globalHeader #pnsMenu .wrapper .col ul li a {
	background:url('globalAssets/images/icons/bulletpoint.gif') no-repeat 0 8px;
}

#globalHeader .utilitiesHolder {
	left:278px;
	width:700px;
}

#globalHeader .utilitiesHolder li {
	background:url('globalAssets/images/icons/utility-divider.gif') no-repeat 0 7px;
}	

#globalHeader .utilitiesHolder li .input-search {  
    height: 18px !important;    
    padding-top: 4px !important;
    line-height: normal !important;
	background:url('globalAssets/images/sprites/header.gif') no-repeat 0 -44px;
	font-size: 1em;
	font-family: Arial;
}

#globalHeader .utilitiesHolder li .input-search-go {
	background:url('globalAssets/images/sprites/header.gif') no-repeat 0 -66px;
}

#globalHeader .utilitiesHolder li a.login {
	background:url('globalAssets/images/sprites/header.gif') no-repeat 0 0;
}
