/* @override http://www.mmop.org.au/css/main-structure.css */
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	color:#111111;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	line-height:15px;
}
#wrapper {
	width:100%;
	min-height:600px;
	background:url(../images/bg_2.jpg) #000;
	background-repeat: repeat-y;
}

/* @group HEADER REGION */
#header-structure {
	width:1000px;
	height:309px;
}
#logo-region {
	float:left;
	width:385px;
	height:288px;
}
#feature-structure {
	float:right;
	width:537px;
}
#search-region {
	height:53px;
	width:537px;
	text-align:right;
}
#feature-region {
	width:537px;
	height: 234px;
}	
/* @end */


/* @group CONTENT AREA */
#content-structure {
	width:983px;
	padding:0px 0px 10px 17px;
	border: solid 0px;
	background-color: #fff;
}
#sidepanel-structure {
	width:385px;
	float: left;
}
#content-region {
	width:537px;
	float: right;
	padding: 0px;
	margin: 0px;
}
#news-region {
	float:left;
	width:162px;
}
#address-region {
	float:left;
	width:200px;
}

#address-region img {
	margin-left: -17px;
}
#volunteer-region {
	float:left;
	width:165px;
	height: 81px;
}
/*#volunteer-region a {
	background: url(../images/volunteer.gif) no-repeat;
	width:165px;
	height: 81px;
}
#volunteer-region a:hover {
	background: url(../images/volunteer-over.gif) no-repeat;
}*/
	
/* @end*/

/* @group MENU AREA */
#menu-region1 {
	float: left;
	width: 106px;
}
#menu-region2 {
	float: left;
	width: 78px;
}
#menu-region3 {
	float: left;
	width: 90px;
}
#menu-region4 {
	float: left;
	width: 111px;
}

/* @end*/

/* @group CSS CLEARFIX HACK */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */

