/* 

  Default HTML Tags 

*/

body {
	background-image: url(../images/bg_internal.jpg);
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#4e4e4e;
	line-height:normal;
	background-repeat: repeat-x;
	background-color: #CCCCCC;
}
table {
	clear: both;
}
a	{
    text-decoration:	none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FF6600;
}

a:hover	{
    color:	#FF6600;
    text-decoration:	underline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

	hr {
	color: #999999;
	height: 1px;

}

H1 {
	font-weight: normal;
	font-size: 22px;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #e33609;
	margin-bottom: 18px;
	margin-top: 0px;
	text-transform: uppercase;
}

H3 {
	font-family:Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-style: normal;
	padding: 0px 0px 0px 0px;
	margin-bottom: 5px;
	margin-top: 0px;
}



/*****************************************************************/


/* 

  CSS DIV STYLES

*/
   
#divWrapper {
	width: 770px;
	margin: 30px auto;
	/*overflow: hidden;*/
	background-color: #FFFFFF;
}


#divHeader {
	position: relative;
	height: 123px;
	background-image: url(../images/bac_header.gif);
	background-repeat: no-repeat;
	
}

#divContent {
    clear: both;
    position: relative;
}

#navigation-main {
	height: 36px;
	background-image: url(../images/bac_nav.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;	
	}
	
	

#divHeading {
	position:absolute;
	left:182px;
	top:-31px;
	width:185px;
	height:20px;
	background-color: #E9E9E9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	padding-top: 8px;
	padding-right: 3px;
}

#contentMain {
	background-color: #FFFFFF;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
	background-image: url(../images/bg_blur.jpg);
	background-repeat: no-repeat;
}

#contentMainInternal {
	width: 772px;
	padding: 0px;
	height: 320px;
	/*overflow: auto;*/
	background-color: #FFFFFF;
}


#content {
	float: right;
	width: 360px;
	padding: 10px 20px 1px 10px;
	background: url('http://www.theaec.net.au/images/bac_text.gif') right top no-repeat;
	height: 390px;
	/*overflow: auto;*/
}


#divSearch {
	width:275px;
	height:67px;
	text-align: right;
	float: right;
}

.formSearchTextBox{
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	height: auto;
	width: auto;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

#quickLinks {
	float: right;
	padding: 35px 25px 0px 0px;
}


/*****************************************************************/

/* 

  CSS TEXT STYLES

*/


.sidebar-node H3 {
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #CC0000;
	BORDER-BOTTOM: #FFFFFF 1px solid;
	padding: 0px 0px 0px 0px;
}


.TextFooter{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CCCCCC;
	text-decoration:none;

} 
       
.TextFooter:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;

}

.TextGrey{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#e33609;
	text-decoration:none;
	font-weight: bold;
} 
       
.TextGrey:hover{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #333333;
}


.Text_GreenHeading{
	font-weight: normal;
	font-size: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-style: normal;
	color: #FF6600;
	margin-bottom: 10px;
	margin-top: 0px;
}

.Text_RedBody {

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
}


.TextFooterLeft {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
}


.form_text {
    FONT-SIZE: 11px;
    COLOR: #333333;
    TEXT-DECORATION: none;  
    font-family: Arial, Helvetica, sans-serif;
}


.Text_BlueHeading {

	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#0066CC;
	text-decoration:none;
}

.Text_GreyBody {

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#333333;
	text-decoration:none;
}

.floatright
		{
	float: right;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
	}
		
.floatleft
		{
	float: left;
	margin-top: 4px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;

		}	
		
		.quicklinks
		{
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
	left: 550px;
	top: 13px;
	}
		
		
#divBanner {
	height: 159px;
}
#divBannerHome {
	height: 152px;
}

#rhs-navigation
{
	float: right;
	width: 190px;
	margin-bottom: 0px;
	clear: both;
	padding-bottom: 25px;
	padding-top: 45px;
}
#contentLarge {
	float: left;
	width: 510px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 25px;
	padding-left: 0px;
}

#contentLargeFull {
	float: left;
	width: 710px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 25px;
	padding-left: 0px;
}

#divFooter {
	width: 750px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: 25px;
	clear: both;
	background-image: url('../images/bac_footer.gif');
	background-repeat: no-repeat;
}

#divHead_top {
	width: 770px;
	height: 5px;
	background-image: url('../images/footer_top.gif');
	background-repeat: no-repeat;
}




/*****************************************************************/

/* 

  CSS TEXT STYLES

*/

.Text_OrangeHeading {

	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#e8390a;
	text-decoration:none;
}


.Text_OrangeSubHeading {

	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#e8390a;
	text-decoration:none;
}

.Text_GreenSubHeading {

	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FF6600;
	text-decoration:none;
}


.Text_GreyBody {

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#333333;
	text-decoration:none;
}

.Text_GreyBodyMedium {

	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#333333;
	text-decoration:none;
}

.Text_LatestNews {

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ff6600;
	text-decoration:none;
}



.Text_DateOrange {


	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#FF6600;
	text-decoration:none;
}


.Text_OrangeBody {

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#FF6600;
	text-decoration:none;
}

.Text_GreyBodySmall {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#333333;
	text-decoration:none;
	line-height: 12px;
}

.Text_GreyExtrSmall {



	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#333333;
	text-decoration:none;
}



.floatright
		{
	float: right;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;

		}
		
.floatleft
		{
	float: left;
	margin-top: 4px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;

		}
		
.hr {
	color: #333333;
	background-color: #c0c0c0;
	height: 1px;

}

li 
{
    list-style-image: none;
    list-style-position: outside;
}

ol 
{
    list-style-position: outside;
    list-style-type: upper-alpha;
}


.head {
	height: 88px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
}



.image {
	padding-right: 10px;
	padding-top:10px;
	float:left;
}
.image img {
	border: 4px solid #e5e5e5;
}

#contentMainLeft {
	width: 505px;
	padding: 0px;
	padding-left: 5px;
}

#contentMainRight {
	width: 210px;
	height: auto;
	float: right;
	padding-right: 7px;
}


#contentButtons {
	padding-top: 15px;
	float: right;
	padding-right: 0px;
}
