@import url("reset.css");
@import url("navigation.css");

html {
 height: 100%;
}


body {
	text-align: center;
	font-size: 10px;
	font-family: arial, verdana, serif;
	margin: 0;
	background-image: url(/images/interface/wesley_mission_bg.gif);
	background-repeat: repeat-x;
}

latest {
	height: 48px;
	margin-bottom: 1px;
}


#wesley_mission_container {
	position: relative;
	width: 919px;
	text-align: left;
	padding: 0;
	margin: 0 auto;
	height: auto;
	font-size: 100%;
}

#wesley_mission_head {
	width: 919px;
	padding: 0;
	margin: 4px 0 0 0;
}

#wesley_mission_head #logo {
	width: 184px;
	height: 141px;
	padding: 0;
}

#logo {
	float: left;
 	border: none;
}

#right_header {
	width: 380px;
	float: right;
	text-align: right;
	height: 138px;
}

#headnav {
	/** float: left; -- turn it back to move navi to the left where it was*/
	float: right;
	margin-top: 10px;
	/*text-transform: uppercase;*/
}

#staff_sign_in{
	position: relative;
	float: right;
	margin-top: 1px;
	margin-right: 2px;
	display: none;
}

/*#headnav a {font-family: arial, verdana, serif; font-size: 1em; color: #429539;}
#headnav a:link {font-family: arial, verdana, serif; font-size: 1em; color: #429539;}
#headnav a:visited {font-family: arial, verdana, serif; font-size: 1em; color: #429539;}
#headnav a:hover {font-family: arial, verdana, serif; font-size: 1em; color: #666666;}
#headnav a:active {font-family: arial, verdana, serif; font-size: 1em; color: #666666;}
*/
#headnav a,
#headnav a:link,
#headnav a:visited,
#headnav a:active {
  font-family: arial, verdana, serif;
  font-size: 1.1em;
  color: #005ED1;
}
#headnav a:hover {
  color: #005ed0;
}


#navigation {
	margin-top: 0;
	margin-left: 0;
	width: 919px;
	height: 41px;
}

#search {
	float: right;
	margin-top: 30px;
	width: 190px;
	margin-right: 10px;
}


.searchbox {
	float: left;
	border: none;
	width: 132px;
	height: 16px;
	color: #666666;
	font-size: 1.1em;
	margin-top: 5px;
	margin-left: 6px;
	border: 0;
}

#searchfield {
	float: left;
	background:url(/images/interface/searchbox.gif) no-repeat;
	width: 149px;
	height: 25px;
	margin: 0;
}

.searchbut {
	float: right;
	margin: 0;

}

.searcher {
	float: left;
	width: 149px;
	height: 25px;
	margin-left: 1px;

}

.fontsize {
	margin-top: 30px;
	margin-right: 8px;
	float: right;
	width: 25px;
}

img {
	border: none;
}

/* Login Area Styles /---------------- */

#login {
	position: absolute;
	top: -91px;
	left: -364px;
	width: 365px;
	height: 90px;
	color: #ffffff;
	z-index: 9; /*z-index: 90000;*/
	background: transparent url('/images/interface/stafflogin2.gif') top right no-repeat;
	overflow: visible;
}


#login a#login-button {
	position: absolute;
	float: right;
	width: 146px;
	height: 70px;
	display: block;
	text-indent: -9999px;
	top: 90px;
	position: absolute;
	background-image: url(/images/interface/loginbutton.png);
	background-repeat: no-repeat;
	bottom: 0px;
	right: 0px;
}

#login #fauxhead {
	margin: 0;
	padding: 0;
	background-image: url(/images/interface/signinheadfaux.gif);
	width: 364px;
	height: 12px;
}

#login #fauxbot {
	margin: 0;
	padding: 0;
	background-image: url(/images/interface/signinbotbg.gif);
	height: 78px;
	width: 364px;
}

#login #signininner {
	height: 70px;
	width: 364px;
}

#login .textbox {
	width: 127px;
	height: 22px;
	padding: 5px 0 0 4px;
	display: inline;
	background-image: url(/images/interface/signinformtextbox.gif);
	background-repeat: no-repeat;
	border: none;
	border-color: transparent;
}


#login .signlink {
	margin-top: 8px;
	margin-left: 12px;
	float: left;
}

#login .signlink a, a:link, a:visited {
	color: #444444;
	font-size: 1.2em;
}

#login .signlink a:hover, a:active {
	color: #888888;
	font-size: 1.2em;
}



#flashhead {
	width: 920px;
	height: 240px;
	padding: 0;
	margin: 3px 0;
}


#content_featurtes_container {
	height: 162px;
	margin: 25px 2px 0 2px;
	padding: 0;
}

.feature {
	width: 211px;
	height: 164px;
	float: left;
	margin-right: 20px;
}

.feature_image {
	margin-top: 22px;
}

.headimage{
	width: 920px;
	height: 240px;
	margin: 0;
	padding: 0;
	background-image: url(/images/interface/html_version.jpg);
	background-repeat: no-repeat;
}

.boxtop {
	background-image: url(/images/interface/feature_top.gif);
	height: 5px;
	margin: 0;
	padding: 0;
	width: 211px;
	background-repeat: repeat-x;
	background-position: bottom;
}

.boxbot {
	background-image: url(/images/interface/feature_bot.gif);
	background-repeat: repeat-x;
	height: 5px;
}

.boxleft {
	background-image: url(/images/interface/feature_left.gif);
	background-repeat: repeat-y;
	width: 5px;
	float: left;
}

.boxright {
	background-image: url(/images/interface/feature_right.gif);
	background-repeat: repeat-y;
	width: 5px;
	float: right;
}

.clear {
	clear: both;
}

.boxmid {
	float: left;
	padding-left: 10px;
	margin-top: 8px;
}

.boxmidhead{
	height: 5px;
	background-color: #3491b7;
}

.boxmidcontent {
	background-color: #7bb7d0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}

.boxmidcontent .inner {
	color: #ffffff;
	font-weight: normal;
	text-align: right;
	margin-right: 15px;
	margin-left: 2px;
	padding-top: 15px;
	font-family: arial, verdana, serif;
	font-size: 1.2em;
}

#main_content_container{
	margin-left: 2px;
	margin-top: 25px;
	width: 919px;
  	height: auto !important;
  	min-height: 290px;
	height: 290px;

}

#wesley_mission_brisbane_news {
	float: left;
	margin: 0;
	padding: 0;
	width: 215px;
	height: auto !important;
	min-height: 190px;
	height: 190px;
	background-image: url(/images/interface/newsbg.gif);
	background-repeat: repeat-x;
}

.news_inner{
	width: 148px;
	margin: 9px 11px 9px 11px;
	padding: 18px;
	height: auto !important;
	min-height: 184px;
	font-family: arial, helvetica, serif;
	height: 184px;
	font-size: 10px;
	line-height: 16px;
	color: #333333;
}

.news_text {
	font-size: 1.2em;
	font-weight: normal;
	color: #333333;
}

.news_inner h2 {
	margin: 0;
	padding: 0;
	display: inline;
	font-weight: bold;
	color: #000000;
}

a.stronger {font-weight: bold; color: #000000; font-size: 1.2em;}
a.stronger:link {font-weight: bold; color:#000000;}
a.stronger:visited {font-weight: bold; color:#000000;}
a.stronger:hover {font-weight: bold; color:#2e4b21;}
a.stronger:active {font-weight: bold; color:#2e4b21;}

.news_inner h1 a {font-weight: bold; color:#000000;}
.news_inner h1 a:link {font-weight: bold; color:#000000;}
.news_inner h1 a:visited {font-weight: bold; color:#000000;}
.news_inner h1 a:hover {font-weight: bold; color:#2e4b21;}
.news_inner h1 a:active {font-weight: bold; color:#2e4b21;}

#footer {
	width: 100%;
	background-color: #ddead8;
	height: auto !important;
	min-height: 250px;
	height: 250px;
	font-size: 10px;
}

#footer_container {
	position: relative;
	width: 940px;
	text-align: left;
	padding: 0;
	margin: 0 auto;
}

#footer h1 {
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 1.95em;
}

#footer_inner_text _map h1 {
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 1.95em;
}

#footer_news_box {
	position: absolute;
	z-index: 1002;
	width: 222px;
	left: 8px;
	top: -11px;
	height: auto !important;
	min-height: 151px;
	height: 151px;
	background-image: url(/images/interface/socialbox.gif);
	background-repeat: no-repeat;

}

a.join {font-weight: bold; color:#555555; font-size: 1.4em; text-decoration: none;}
a.join:link {font-weight: bold; color:#555555; text-decoration: none;}
a.join:visited {font-weight: bold; color:#555555; text-decoration: none;}
a.join:hover {font-weight: bold; color:#555555; text-decoration: none;}
a.join:active {font-weight: bold; color:#555555; text-decoration: none;}

#footer_map {
	position: absolute;
	width: 710px;
	left: 247px;
	top: 22px;
	line-height: 16px;
	height: auto !important;
	min-height: 220px;
	height: 220px;
	font-size: 10px;
}



.footer_news_mid {
	position: relative;
	height: auto !important;
	min-height: 142px;
	height: 142px;
}

#wesley_mission_brisbane_information {
	float: left;
	width: 660px;
	margin: -30px 0 0 30px;
	height: auto !important;
	min-height: 240px;
	height: 240px;
}


#wesley_mission_brisbane_information_level2 {
	float: left;
	width: 919px;
	margin: 0;
	height: auto !important;
	min-height: 240px;
	height: 240px;
}

.final_content {
	float: left;
	width: 352px;
	height: auto !important;
	min-height: 200px;
	height: 200px;
	color: #333333;
	line-height: 1.75;
	font-size: 1.2em;
	margin-bottom: 30px;
}
.final_content h1 {
	color: #000000;
}

.final_content a {font-weight: normal; font-size: 1.1em; color:#005ed1;}
.final_content a:link {font-weight: normal; font-size: 1.1em; color:#005ed1;}
.final_content a:visited {font-weight: normal; font-size: 1.1em; color:#3C9AFF;}
.final_content a:hover {font-weight: normal; font-size: 1.1em; color:#5c7ea7;}
.final_content a:active {font-weight: normal; font-size: 1.1em; color:#5c7ea7;}

.final_content_wesley_mission {
	float: left;
	width: 622px;
	height: auto !important;
	min-height: 200px;
	height: 200px;
	color: #333333;
	line-height: 1.75;
	font-size: 1.2em;
}

.final_content_wesley_mission h1 {

}

.info_box {
	float: right;
	width: 280px;
	height: auto !important;
	min-height: 200px;
	height: 200px;
	color: #333333;
	line-height: 1.75;
	font-size: 1.2em;
}

.info_box h1 {
	font-size: 1.8em;
	color: #000000;
	font-weight: normal;
	display: inline;
	line-height: 20px;
}

.final_content h1 {
	font-size: 1.8em;
	color: #000000;
	font-weight: normal;
	display: inline;
	line-height: 20px;
}

.big {
	font-weight: bold;
	font-size: 1.7em;
	display: inline;
}

.footer_inner_text {
	position: absolute;
	top: 35px;
	left: 10px;
	font-size: 10px;
}

.facebook_text {
	float: left;
	line-height: 32px;
	margin-left: 10px;
	color: #555555;
	font-size: 10px;
	margin-top: 7px;
}


.footer_headlines {
	font-weight: bold;
	font-size: 1.9em;
	display: inline;
	padding-left: 10px;
}

.footer_inner_text h3 {
	font-size: 1.9em;
	font-weight: normal;
	display: inline;
	line-height: 24px;
}

#footer_map h3 {
	font-size: 1.9em;
	font-weight: normal;
	display: inline;
	line-height: 24px;
}


.innerdiv {
	float: left;
	margin-right: 6px;
	margin-top: 15px;
}

.pixelpusher {
	margin-left: 0;
	margin-top: 1px;
}

.searchsubmit {
	float: left;
}

#main_content_container hr  {
	color: #429539;
	background-color: #429539;
	height: 1px;
	width: 100%;
}


#footer_map ul li {
	list-style: none;
	background-image: url(/images/interface/lilinks.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	font-size: 1.2em;
}

.quicklinks1{
	float: left;
	width: 160px;
	margin-left: 0;
	font-size: 11px;
	margin-top: 15px;
}
.quicklinks1 a {font-size: 11px; color: #000000; text-decoration: underline; line-height: 18px; }
.quicklinks1 a:link {font-size: 11px; text-decoration: underline;}
.quicklinks1 a:visited {font-size: 11px; text-decoration: underline;}
.quicklinks1 a:hover {font-size: 11px; text-decoration: underline;}
.quicklinks1 a:active {font-size: 11px; text-decoration: underline;}

.quicklinks2 a {font-size: 11px; color: #000000; text-decoration: underline; line-height: 18px; }
.quicklinks2 a:link {font-size: 11px; text-decoration: underline;}
.quicklinks2 a:visited {font-size: 11px; text-decoration: underline;}
.quicklinks2 a:hover {font-size: 11px; text-decoration: underline;}
.quicklinks2 a:active {font-size: 11px; text-decoration: underline;}

.quicklinks3 a {font-size: 11px; color: #000000; text-decoration: underline; line-height: 18px; }
.quicklinks3 a:link {font-size: 11px; text-decoration: underline;}
.quicklinks3 a:visited {font-size: 11px; text-decoration: underline;}
.quicklinks3 a:hover {font-size: 11px; text-decoration: underline;}
.quicklinks3 a:active {font-size: 11px; text-decoration: underline;}

.quicklinks2 {
	float: left;
	width: 160px;
	margin-left: 25px;
	font-size: 11px;
	margin-top: 15px;
}

.quicklinks3 {
	float: left;
	width: 140px;
	margin-left: 25px;
	font-size: 11px;
	margin-top: 15px;
}

.quicklinks4 {
	float: left;
	width: 190px;
	font-size: 11px;
	margin-top: 15px;
}
.align-left { float:left; margin: 0 15px 15px 0; }
#headnavitems li {
	float: left;
	margin: 0 5px 0 5px;
}

#main_content_container h1,
#main_content_container h2,
#main_content_container h3,
#main_content_container h4,
#main_content_container h5,
#main_content_container h6{
	margin-bottom: 0.5em;
	font-weight: bold;
	display: inline;
}
#main_content_container h1 {
	margin-bottom: 15px;
	font-size: 1.8em;
}
#main_content_container h2 {
	font-size: 1.6em;
	display: block;
}
#main_content_container h3 {
	font-size: 1.4em;
	display: block;
}
#main_content_container h4 {
	font-size: 1.3em;
	display: block;
}
#main_content_container h5 {
	font-size: 1.2em;
	display: block;
}
#main_content_container h6 {
	font-size: 1.0em;
	display: block;
}

b {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
em {
	font-style:italic
}
.final_content ol {
	list-style-type: decimal;
	margin-left: 18px;
}
.final_content ul {
	padding-left: 5px;
}

.final_content li ul li {
	background-image: url(/images/interface/licontentlevel2.gif);	
	background-repeat: no-repeat;	
	padding-left: 12px;	
}
.final_content ul li {
	background-image: url(/images/interface/licontentlevel2.gif);	
	background-repeat: no-repeat;	
	padding-left: 12px;	
}
.final_content ol li {
	background-image: none;	
	padding-left: 0;
}

.unitinglogo {
	background-image:url(/images/interface/unitingcareqld.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:100%;
	height:49px;
	margin-top:5px;
	padding-top:55px;
	padding-bottom:30px;
}
div.unitinglogo a:link, div.unitinglogo a:visited, div.unitinglogo a:active {
	text-decoration:none;
	font-size:11px;
	color:#000000;
}
div.unitinglogo a:hover {
	text-decoration:underline;
	font-size:11px;
	color:#000000;
}
