/* dmg corporate */

/*font styles*/
h1 {display: none}

h2, h4, h5, p {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	margin: 1em 0 0 0;
	}
	
h2 {
	color: #002368;
	font-size:1.1em;
}

h3 {color:#333; 
	font-size:1em;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	margin: 0 0 0 0;
	}
	
h4 {color:#636; 
	margin: 1em 0 -.5em 0;
	}
	
#wide, #left, #right, #middle {
	font-size: .7em; 
	color: #666;
} 

.smaller {font-size: .9em; }

.showtype {font-size: .8em; }

a, a:visited {color: #0098B9}

a:hover {color:#002368}
.smallink, .smallink:visited {
	color: #0098B9;
	font-size:.9em;
}

.smallink:hover {
	color:#002368;
	font-size:.9em;
}

.footlink, .footlink:visited {color: #FFF}

.footlink:hover {color:#F4B642}

.white {color:#FFF}
.today {
border: 1px solid #F6BF59;
background-color:#FBE5BD;
}
.currmonth {
color:#333333;
}
.othermonth {
color:#CCCCCC;
}

#footer {
	font-size: .7em;
	color:#fff;
} 
li.arrow {
	list-style-image: url(images/gr_arrow.gif);
	line-height: 130%;
	margin-bottom: 2px;
	margin-left:-10px;
	margin-top: 2px;
}


/*sections*/
body {
	margin: 0;
/*	height: 100%;*/
	background: #E8E7E6;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 970px;
/*	height:100%;*/
	display:table;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
}
	
#header {
	width: 100%;
	height: 25px;
	background:#0098B9 url(images/hd_australasia.gif) no-repeat;
	background-position: 891px 8px;
	border-bottom:1px solid #FFF;
	}
	
#logoheader {
	width: 100%;
	height:78px;
	background:#F4B642 url(images/hd_arrow.gif) no-repeat;
	background-position: 928px 18px;
	}
	
#logo {
	float:left;
	height:78px;
	width:178px;
}

#title {
	padding: 25px 0 0 5px;
}
#titlehome {
	padding:2px 0 0 5px;
}

/*container divs*/
#content-container { 
	padding: 0 ;
	background: url(images/wrapper_bg.gif) repeat-y;
/*	height:100%;*/
}


#sub-container { 
	width: 792px;
	float: right;
	background-color:#FFF;
}
	
#wide {
	background-color:#FFF;
	color: #666;
	padding:20px 20px 20px 20px;
	line-height:130%;
	}
.wide_bg {
	background: url(images/wide_bg.gif) repeat-y;
	}
		
.column #right { 
	float: right;
	width: 177px;
	line-height:130%;
	}

.column #middle {
	background-color:#FFF;
	float: left;
	width: 614px;
	line-height:130%;
}
.column #left {
	width: 177px;
	display:table;
/*	background: #F4B642;*/
	float: left;
	background-color:#FFF;
}

/*.column #right div*/
.bluerow { 
	background-color:#002368;
	font-size:1em;
	font-weight:bold;
	line-height: 15px;
	color:#FFFFFF;
}

/*Latest News styles*/

.news-item {
	border-bottom: 1px dashed #0098b9; 
	display: block;
	margin: .8em;
	}

.full-story {
	padding: 0 2em .1em 0;
	margin-bottom: .7em;
	background: url(images/gr_arrow_rgt.gif) no-repeat top right;
	text-align: right;
	text-decoration:underline;
	}

/*double div!*/
.column #middle .double {
	padding:1.4em 1.4em 0 1.4em;
}/*to remove extra padding*/

.column #right div {
	/* padding: .5em 1em; */
}

/*Next Events Styles*/
.double .bluerow {padding:.5em 1em;}

.next-events {
	display: block; 
	padding: 1em;
	margin-bottom: 1em;
	}
	
.next-events #hmlogo {
	float:left; 
	display:block; 
	margin-right: 1em;
	height:120px;
	}
	
.next-events p {padding: 0; margin: 0 0 1em 0;}


.previous {
	padding: 0 0 .25em 2em;
	background: url(images/gr_arrow_lft.gif) no-repeat top left;
	text-align: left;
	text-decoration: underline;
	display:inline;
	}

.center {float: left; margin-left: 10.5em;}

.next {
	padding: 0 2em .25em 0;
	background: url(images/gr_arrow_rgt.gif) no-repeat top right;
	text-align: right;
	text-decoration: underline;
	display:inline;
	}
	
.dotted {border-top: 1px dashed #0098b9; height: 1px;}

/*Border Styles*/
.dotbot {border-bottom: 1px dashed #C3C1BE; height: 1px;}
.borders {
	border: 1px solid #C3C1BE;
}
/*Media Styles*/
.mediaheading {
	width:100%;
	background-color:#E6E4E3;
	font-size: .9em;
	margin-top:20px;
	}
.mediaheading div{
	padding:5px;
	}

#footer {
	clear:both;
	width:100%;
	height:27px;
	}
	
#footer div {
	clear:right;
	border-top: 1px solid #FFF;
	background-color:#0098B9;
}

/*navigation elements*/
#left ul {
	padding:0;
	margin:0;
	background-color:#FFF;
}

#left ul li{
	list-style:none;
	display:block;
}
#left ul li a:link, #left ul li a:visited {
	color: #322E26;
	text-decoration:none;
	line-height: 2.25em;
	padding-left: 1.5em;
	height:26px;
	background: url(images/bg_nav.gif) no-repeat 0 -130px;
	display:block;
}

#left ul li.odd a:link, #left ul li.odd a:visited {
	color: #322E26;
	text-decoration:none;
	line-height: 2.25em;
	padding-left: 1.5em;
	height:26px;
	background: url(images/bg_nav.gif) no-repeat 0 0;

}
#left ul li.even a:link, #left ul li.even a:visited {
	color: #322E26;
	text-decoration:none;
	line-height: 2.25em;
	padding-left: 1.5em;
	height:26px;
	background: url(images/bg_nav.gif) no-repeat 0 -26px;

}
#left ul li.down a:link, #left ul li.down a:visited {
	color: #322E26;
	text-decoration:none;
	line-height: 2.25em;
	padding-left: 1.5em;
	height:26px;
	background: url(images/bg_nav.gif) no-repeat 0 -78px;

}
#left ul li.on a:link, #left ul li.on a:visited {
	color: #322E26;
	text-decoration:none;
	line-height: 2.25em;
	padding-left: 1.5em;
	height:26px;
	background: url(images/bg_nav.gif) no-repeat 0 -52px;
	cursor:default;

}
#left ul.level_02 li.subon a:link, #left ul.level_02 li.subon a:visited {
	color: #322E26;
	text-decoration:none;
	line-height: 2.25em;
	padding-left: 1.5em;
	height:26px;
	background: url(images/bg_nav.gif) no-repeat 0 -104px;
	cursor:default;
}

#left ul li a:hover, #left ul li a:link.current,  #left ul li a:visited.current {
	background: url(images/bg_nav.gif) no-repeat 0 -104px;
}

#left ul li.odd a:hover, #left ul li.odd a:link.current,  #left ul li.odd a:visited.current {
	background: url(images/bg_nav.gif) no-repeat 0 -52px;
}
#left ul li.even a:hover, #left ul li.even a:link.current,  #left ul li.even a:visited.current {
	background: url(images/bg_nav.gif) no-repeat 0 -52px;
}

#left li.navtitle {
 	color:#FFF;
	font-weight:bold;
	background-color:#002368;
	height:26px;
}

#left li.navtitle div {
padding: 6px 0 0 6px;
}



/*2nd level menu*/
#left ul li ul.level_02 li a:link, #left ul li ul.level_02 li a:visited{
	display: block; /*change this to "display:none" to hide the submenu*/
	padding: 0 0 0 1.5em;
	background: url(images/bg_nav.gif) no-repeat 0 -130px;
	}

#left ul li ul.level_02 li a:hover, #left ul li ul.level_02 li a:link.current{
	display: block; /*change this to "display:none" to hide the submenu*/
	padding: 0 0 0 1.5em;
	background: url(images/bg_nav.gif) no-repeat 0 -104px;
}
.wrapleft{
	float:left;
	border:0;
}
.wrapright{
	float:right;
	border:0;
}
/*hacks*/
.clearing {margin: 0; clear: both; height: 1%; overflow:hidden;}
