/* Homepage CSS Document */

/* page titles */
#title_welcome {
display:block;
width:234px;
height:45px;
margin:0;
background:url(../images/home_title_welcome.gif) no-repeat;
}

#title_welcome span, #home_latest_news span, #home_upcoming_events span {
display:none;
}

#home_wrapper {
clear:both;
}
#home_wrapper_news {
width:446px;
float:left;
}
#events_wrapper {
width:215px;
}
#nz {
float:left;
clear:none;
width:100px;
height:142px; 
background:url(../images/home_nz.gif) no-repeat;
}

/* main page content styles here */
#home_page_content {
width:510px;
float:left;
font-size:0.6875em;
line-height:1.37em;
padding:9px 0;
}

#find_out {
padding:7px 0 0 18px;
background:url(../images/home_arrow.gif) bottom left no-repeat;
}


/* Right hand column from here */
#home_right {
float:left;
clear:none;
margin-left:7px;
}
#home_latest_news {
display:block;
width:446px;
height:35px;
margin:0;
background:url(../images/home_latest_news.gif) no-repeat;
}
#home_upcoming_events {
display:block;
width:217px;
height:35px;
margin:0;
background:url(../images/home_upcoming_events.gif) no-repeat;

}
