/*-------------------------------- styles common to all promo boxes ---------------------------------*/
.promo
{
	font-size:11px;
}

.promo h2
{
	height:25px;
	background-position:9px 9px;
	background-repeat:no-repeat;
	background-color:#F8CD67;
	border-top:4px solid #FF9F00;
	margin:0;
}

.promo h2 span
{
	left:-999px;
	position:absolute;
}

.promo .footer
{
	height:15px;
	border-top:1px solid white;
	background-color:#EEE5BA;
	font-size:10px;
	padding:3px 8px 1px 8px;
}

.promo .footer a,
.promo .footer a:link
{
	text-decoration:none;
	padding-right:12px;
	background-image:url(../img/arrow_blue_small.gif);
	background-repeat:no-repeat;
	background-position:right 4px;
}
.promo .footer a:hover
{
	color:#FF9F00;
	text-decoration:none;
	background-image:url(../img/arrow_orange_small.gif);
}



/*------------------------------------------ latest news ---------------------------------------------*/
.latest_news h2
{
	background-image:url(../img/home/latest_news.gif);
}

.latest_news a.article
{
	border-top:1px solid white;
	background-color:#F6EEC7;
	height:60px;
	display:table;
	width:100%;
	width:100%;
	display:block;
	text-decoration:none;
}
.latest_news a.article img
{
	float:left;
	height:60px;
	width:60px;
	border:0;
	background-image:url(../img/Netball-60x60.png);
}
.latest_news a.article .title
{
	border-left:8px solid #EEE5BA;
	background-color:#F6EEC7;
	font-size:11px;
	height:44px;
	display:block;
	padding:8px;
	text-decoration:none;
	margin-left:60px;
}

/* mouseover effect */
.latest_news a.article:hover
{
	cursor:hand;
	background-color:#FDF8CD;
}

.latest_news a.article:hover .title
{
	background-color:#FDF8CD;
	text-decoration:none;
	border-color:#F8CD67;
}

.latest_news .footer
{
	display:none;
}



/*------------------------------------------ events ---------------------------------------------*/

.events h2
{
	background-image:url(../img/home/events.gif);
	display:none;
}

.events a.event
{
	border-top:1px solid white;
	background-color:#F6EEC7;
	height:60px;
	display:table;
	width:100%;
	width:100%;
	display:block;
	text-decoration:none;
	background-image:url(../img/Netball-60x60.png);
	background-repeat:no-repeat;
}
.events a.event img
{
	float:left;
	height:60px;
	width:60px;
	border:0;
}
.events a.event .title
{
	border-left:8px solid #EEE5BA;
	background-color:#F6EEC7;
	font-size:11px;
	height:44px;
	display:block;
	padding:8px;
	text-decoration:none;
	margin-left:60px;
}

/* mouseover effect */
.events a.event:hover .title
{
	background-color:#FDF8CD;
	text-decoration:none;
	border-color:#F8CD67;
}
.events a.event:hover
{
	cursor:hand;
}
.events .footer
{
	display:none;
}



/*------------------------------------------ gallery ---------------------------------------------*/
.gallery
{
	background-color:#85A2AE;
	background-color:#7FA4B6;
	background-color:#F8DE9F;
	clear:both;
}
.gallery h2
{
	background-image:url(../img/home/latest_photos.gif);
	background-color:#85A2AE;
	background-color:#F8CD67;
}

.gallery .thumbnails
{
	padding:8px 0px 1px 8px;
	margin:0px;
}
.gallery .thumbnails .thumbnail 
{
	margin:0;
	padding-right:7px;
	padding-bottom:7px;
	display:block;
	float:left;
	width:62px;
	height:62px;
}
.gallery .thumbnails a img 
{
	width:60px;
	height:60px;
	border:solid 1px #FF9F00;
	margin:0px;
	padding:0;
}

/* mouseover effect */
.gallery .thumbnails a:hover 
{
	cursor:hand;
}
.gallery .thumbnails a:hover img 
{
	border:solid 1px #DC241F;
}

/* footer */
.gallery .footer 
{
	background-color:#7FA4B6;
	background-color:#85A2AE;
	border:none;
	clear:both;
	display:none;
}

.gallery .footer a,
.gallery .footer a:link
{
	background-image:url(../img/arrow_blue_small.gif);
}
.gallery .footer a:hover
{
	text-decoration:none;
	background-image:url(../img/arrow_white_small.gif);
	color:White;
}




/*------------------------------------------ about netball ---------------------------------------------*/
.about_netball
{
	background-color:#F4D487;
	clear:both;
	color:#874341;
}
.about_netball h2
{
	background-image:url(../img/home/about_netball.jpg);
	border:none;
	background-color:#FF9F00;
	height:91px;
	background-position:0px 0px;
}

.about_netball a.page 
{
	border-top:solid 1px white;
	width:100%;
	display:block;
	text-decoration:none;
	height:78px;
	background-image:url(../img/home/about_netball_shadow.gif);
	background-repeat:repeat-y;
	color:#874341;
}
.about_netball a.page .text 
{
	margin:0;
	padding:8px 8px 0 11px;
	float:left;
	font-size:11px;
	width:170px;
	display:table;
	text-decoration:none;
	border-right: solid 8px #F8BF53;
	height:70px;
}
.about_netball a.page .text h3 
{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:12px;
	color:#DC241F;
	text-decoration:none;
	margin-bottom:2px;
	padding-right:12px;
	background-image:url(../img/arrow_red_large.gif);
	background-repeat:no-repeat;
	background-position:right 4px;
}
.about_netball a.page .text .description 
{
	margin:0;
	padding:0;
}
.about_netball a.page .text .description p
{
	margin:0 0 5px 0;
	padding:0;
}
.about_netball a.page img 
{
	border:none;
	float:right;
	height:78px;
}


/* mouseover effect */
.about_netball a.page:hover
{
	cursor:hand;
	background-color:#FFF0B2;
	background-color:#F7E5A6;
	background-image:url(../img/home/about_netball_shadow_over.gif);
}
.about_netball a.page:hover .text
{
	border-right: solid 8px #FF9F00;
}

/* footer */


.about_netball .footer 
{
	background-image:url(../img/home/about_netball_footer_shadow.gif);
	background-repeat:no-repeat;
	background-color:#F8BF51;
	clear:both;
}

.about_netball .footer a,
.about_netball .footer a:link
{
	background-image:url(../img/arrow_red_small.gif);
	color:#DC241F;
}
.about_netball .footer a:hover
{
	text-decoration:none;
	background-image:url(../img/arrow_white_small.gif);
	color:white;
}



/*------------------------------------------ Register Your Interest ---------------------------------------------*/
.register h2
{
	background-image:url(../img/home/register_your_interest.gif);
	border-color:#861613;
	background-color:#B01D19;
}
.register .content
{
	padding:9px;
	background-color:#DC241F;
	height:71px;
	display:table;
	width:299px;
	color:White;
}

.register .instructions
{
	margin-bottom:5px;
}


.register .label
{
	float:left;
	font-weight:bold;
	padding-top:4px;
}
.register .textbox
{
	width:165px;
	border:1px solid #861613;
	height:13px;
	margin:0px;
	margin-left:5px;
	font-size:11px;
	padding:3px 2px 1px 2px;
	font-family:Verdana;
	color:#861613;
	float:left;
}
.register .submit_button
{
	margin-left:15px;
	margin-top:7px;
	float:left;
}

.register img
{
border:0;
}

.connect {
background:#87b2d3 url(../img/home/connect-bcg.png);
height: 116px;
}

.connect img {
margin: 42px 10px 10px 10px;
border:0;
}





