
/* ---------------------------- Home Page ------------------------------------ */
.home .main_column 
{
	width:433px;
	float:left;
}
.home .secondary_column 
{
	width:317px;
	float:left;
	background-color:#DC241F;
}

/* ---- promo boxes ---------*/

.home .latest_news, 
.home .events 
{
	float:left;
	width:216px;
}
.home .events 
{
	border-left:solid 1px white;
}
.home .events h2 
{
	display:block;
}
.home .events .footer 
{
	display:block;
}
.home .latest_news .footer 
{
	display:block;
}

.home .gallery 
{
	background-color:#85A2AE;
	background-color:#97B8C6;
}
.home .gallery  h2
{
	background-image:url(../img/home/gallery.gif);
	border-color:#657B84;
	border-color:#829FAB;
	background-color:transparent;
}
.home .gallery .thumbnails 
{
	padding: 7px 0 0px 7px;
}
.home .gallery .thumbnails .thumbnail 
{
	padding-right:9px;
	padding-bottom:1px;
	padding-top:0px;
	height:62px;
	width:62px;
	display:block;
	position:relative;
}
.home .gallery .thumbnails .thumbnail a 
{
	border:solid 1px #00496E;
	height:60px;
	width:60px;
	display:block;
}
.home .gallery .thumbnails .thumbnail a img 
{
	border:none;
	height:60px;
	width:60px;
}
.home .gallery .thumbnails a:hover 
{
	border:solid 1px white;
}
.home .gallery .footer 
{
	display:block;
	background-color:transparent;
}


/* ---------------------------- IFNA ------------------------------------ */
.ifna_page #section_heading 
{
	background-image:url(../img/section_headings/section_header_pic.jpg);
}
.ifna_page #section_heading h1 
{
	background-image:url(../img/section_headings/ifna.gif);
}

/* ---------------------------- IFNA Members ------------------------------------ */

.members_page #section_heading 
{
	background-image:url(../img/section_headings/section_header_pic.jpg);
}
.members_page #section_heading h1 
{
	background-image:url(../img/section_headings/ifna_members.gif);
}

.members_page .members_box 
{
	background-color:#00496E;
	font-size:10px;
	color:#CFDBE2;
	font-weight:bold;
}
.members_page .members_box h2
{
	height:25px;
	/*background-image:url(../img/members/box_header.gif);*/
	background-position:9px 9px;
	background-repeat:no-repeat;
	background-color:#00496E;
	border-top:none;
	margin:0;
	padding:10px 10px 0 10px;	
}

.members_page .members_box h2 span
{
   font-size:60%;
   /*padding:10px;
	left:-999px;
	position:absolute;*/
}
.members_page .members_box select
{
	width:195px;
	margin: 5px 0px 13px 10px;
	color:#00496E;
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	font-size:12px;
	font-weight:normal;
	
}




/* ---------------------------- Netball ------------------------------------ */
.netball_page #section_heading 
{
	background-image:url(../img/section_headings/section_header_pic.jpg);
}
.netball_page #section_heading h1 
{
	background-image:url(../img/section_headings/netball.gif);
}

/* ---------------------------- News ------------------------------------ */
.news_page #section_heading 
{
	background-image:url(../img/section_headings/section_header_pic.jpg);
}
.news_page #section_heading h1 
{
	background-image:url(../img/section_headings/news.gif);
}

.news_page h3 
{
	font-size:13px;
	margin-top:0px;
	margin-bottom:0.5em;
}
.news_page .date 
{
	font-size:11px;
	padding:10px 15px 0px 15px;
}
.news_page .content .article 
{
	border-bottom:solid 1px #7FA4B6;
	display:table;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
	width:100%;
}
.news_page .content .article img 
{
/*	border:solid 8px #7FA4B6;*/
}
.news_page .content .article a:hover 
{
	color:#DC241F;
}

/* Search News box */
.news_page .search_news 
{
	background-color:#00496E;
	font-size:10px;
	color:#CFDBE2;
	font-weight:bold;
}
.news_page .search_news h2
{
	height:25px;
	background-image:url(../img/news/search_news_stories.gif);
	background-position:9px 9px;
	background-repeat:no-repeat;
	background-color:#00496E;
	border-top:none;
	margin:0;
}

.news_page .search_news h2 span
{
	left:-999px;
	position:absolute;
}

.news_page .search_news .form
{
	padding:9px;
}

.news_page .search_news .string,
.news_page .search_news .category
{
	margin-bottom:9px;	
}

.news_page .search_news .label
{
	width:65px;
	float:left;
	margin-right:5px;
	padding-top:3px;
}

.news_page .search_news .string input,
.news_page .search_news select
{
	font-size:11px;
	color:#00496E;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, Sans-Serif;	
	float:left;
}
.news_page .search_news .string,
.news_page .search_news .category,
.news_page .search_news .year
{
	height:20px;
}
.news_page .search_news .string input
{
	width:118px;
	display:table;
}
.news_page .search_news .category select
{
	width:123px;
	display:table;
}
.news_page .search_news .year select
{
	width:56px;
	display:table;
	margin-right:9px;
}



/* ---------------------------- Events ------------------------------------ */
.events_page #section_heading 
{
	background-image:url(../img/section_headings/section_header_pic.jpg);
}
.events_page #section_heading h1 
{
	background-image:url(../img/section_headings/events.gif);
}
.events_page h3 
{
	font-size:13px;
	margin-top:0px;
	margin-bottom:0.5em;
}
.events_page .date 
{
	font-size:11px;
	padding:10px 15px 0px 15px;
}
.events_page .content .event 
{
	border-bottom:solid 1px #7FA4B6;
	display:table;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
	width:100%;
}
.events_page .content .event img 
{
/*	border:solid 8px #7FA4B6;*/
}
.events_page .content .event a:hover 
{
	color:#DC241F;
}

/* ---------------------------- Members Only ------------------------------------ */
.membersOnly_page #section_heading 
{
	background-image:url(../img/section_headings/section_header_pic.jpg);
}
.membersOnly_page #section_heading h1 
{
	background-image:url(../img/section_headings/membersOnly.gif);
}

#login {list-style:none; margin:0;padding:0;}
#login label {display:-moz-inline-box; display:inline-block; width:120px;}
#login .loginButton { position:relative; left:123px; }
#login li { margin-bottom:5px; }



/* ---------------------------- UPDATED Members Section ------------------------------------ */
.memberLanding_page, fullMembers_page, membersArea_page, associateMembers_page #section_heading 
{
	background-image:url(../img/section_headings/section_header_pic.jpg);
}

.memberLanding_page #section_heading h1 
{
	background-image:url(../img/section_headings/membersOnly.gif);
}
.fullMembers_page #section_heading h1 
{
	background-image:url(../img/section_headings/membersOnly.gif);
}
.membersArea_page #section_heading h1 
{
	background-image:url(../img/section_headings/membersOnly.gif);
}

.associateMembers_page #section_heading h1 
{
	background-image:url(../img/section_headings/membersOnly.gif);
}

.membersDisclaimer p {font-size:90%;}
.acrobatHead h3 {font-size:100%;padding-top:10px;}


/* ---------------------------- Newsletter ------------------------------------ */
.newsletter_page #section_heading 
{
	background-image:url(../img/section_headings/section_header_pic.jpg);
}
.newsletter_page #section_heading h1 
{
	background-image:url(../img/section_headings/newsletter.gif);
}

.newsletter_page .promo
{
	margin-bottom:50px;
}
.newsletter_page .promo h2
{
	background-image:url(../img/download_newsletters.gif);
}

.newsletter_page .promo .content {
	background-color:#F8DE9F;
	font-size:11px;
	padding:8px;
	border-bottom:solid 1px white;
}
.newsletter_page .promo .newsletter {
	font-size:10px;
	border-bottom:solid 1px white;
	padding:7px 8px;
	background-color:#F8DE9F;
}
.newsletter_page .promo a {
	font-size:11px;
}
.newsletter_page .promo a:hover {
	color:#DC241F;
}

/* ---------------------------- Contact Us ------------------------------------ */
.contact_us_page #section_heading 
{
	background-image:url(../img/section_headings/section_header_pic.jpg);
}
.contact_us_page #section_heading h1 
{
	background-image:url(../img/section_headings/contact_us.gif);
}

.contact_us_page .promo h2
{
	background-image:url(../img/general_enquiries.gif);
}

.contact_us_page .promo .content {
background-color:#F8DE9F;
padding:8px;
	border-bottom:solid 1px white;
}
.contact_us_page .promo a:hover {
	color:#DC241F;
}


/* ---------------------------- Search page ------------------------------------ */
.search_page #section_heading 
{
	background-image:url(../img/section_headings/section_header_pic.jpg);
}
.search_page #section_heading h1 
{
	background-image:url(../img/section_headings/search_results.gif);
}
.search_page #main_area .content
{
	padding:10px 15px;
}
.search_page #main_area .content .filename
{
	font-weight:bold;
}
.search_page #main_area .content .filesize,
.search_page #main_area .content .last_modified
{
	font-size:11px;
	color:#7FA4B6;
}
.search_page #main_area .content
{
	padding:10px 15px;
}
.search_page #sub_nav .advanced_search
{
	padding:9px;
}
.search_page #sub_nav .search_button
{
	margin-top:9px;
}
.panel_search h2
{
	font-size:14px;
	padding-bottom:0px;
	margin-bottom:0px;
}
/*----- baseline -----*/
#nav .baseline 
{
/*	background-color:#DC241F;*/

}
/* ---------------------------- Terms & Conditions page ------------------------------------ */
.terms_page #section_heading 
{
	background-image:url(../img/section_headings/section_header_pic.jpg);
}
.terms_page #section_heading h1 
{
	background-image:url(../img/section_headings/terms.gif);
}
.terms_page #main_area .content
{
	padding:10px 15px;
}

