@charset "utf-8";
/********************************* 
			Page Layout  
**********************************/
body {
	background-image:url(/images/floral-background.png);
	background-color: #b7cd15;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #666666;
	height: 100%;
}
#container {
	margin: 0 auto;
	width: 979px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
	background-color: #053F48;
}
#banner-hp {
	height:187px;
	background-image: url(/images/banner-hp.jpg);
	background-repeat: no-repeat;
	background-color:#06414f;
}
#banner-vic {
	height:198px;
	background-image:url(/images/walk-banner-vic.jpg);
	background-repeat: no-repeat;
	background-color:#06414f;
}
#banner-nsw {
	height:198px;
	background-image:url(/images/walk-banner-nsw.jpg);
	background-repeat: no-repeat;
	background-color:#06414f;
}
#banner-act {
	height:198px;
	background-image:url(/images/walk-banner-act.jpg);
	background-repeat: no-repeat;
	background-color:#06414f;
}
#side_bar {
	background-color:#FFF;
	float: left;
	padding: 0px;
	width: 184px;
	padding-top: 15px;
}
#side_bar ul li {
	padding-bottom: 6px;
	line-height: 12px;
	padding-left: 10px;
}
#content {
	padding: 0px 20px;
	border-left: 1px dotted #CCCCCC;
	margin-top: 15px;
	margin-left: 205px;
	min-height:720px;
}
#content_image {
	margin-left: 0px;
}
#text-box {
	/*position: relative;*/
	background-color:#FFFFFF;
	min-height:1250px;
}
#text-box-2 {
	width:592px;
	margin-top:20px;
	margin-left:0px;
	padding-bottom:20px;
}
#footer {
	padding: 30px 50px 30px 50px;
	background-color: #FFF;
}
.displace {
	position: absolute;
	left: -5000px;
}
.flash-banner {
	margin-top:121px;
	margin-left:737px;
	background-color:#06414f;
}
/********************************* 
			Text Styles 
**********************************/
.copyright {
	border-top: 1px dotted #CCCCCC;
	font-size:12px;
	text-align: center;
}
.copyright a {
	color: 	#5E5E5E;
	text-decoration: none;
	font-weight: bold;
}
.image_right {
	float: right;
}
#content ol, #content ul {
	padding-left: 23px;
	padding-bottom: 10px;
}
li {
	line-height:20px;
}
#content ol {
	list-style-type: decimal
}
#content ul {
	list-style-type: disc
}
#content li {
	padding-bottom: 3px;
}
#content li a:link, #content li a:visited {
	color:#01559D;
	font-weight:bold;
	text-decoration:underline;
}
/********************************* 
		Main Navigation Bar
**********************************/
#nav_bar {
	left: -15px;
	position: relative;
	width: 1010px;
	z-index:1;
}
#nav_content {
	height: 42px;
	background-image:url(../images/nav-bg.jpg);
	background-repeat:repeat-x;
	padding-left:15px;
}
#nav_bar ul li {
	float: left;
	line-height: 12px;
}
#nav_bar ul li ul {
	position:absolute;
	left:-999em;
}
#nav_bar a {
	color:#FFFFFF;
	display:block;
	font-size:12px;
	font-weight:bold;
	padding: 14px 26px 16px;
	text-decoration:none;
}
#nav_bar a:hover {
	display: block;
	font-weight:bold;
	background-color: #004781;
}
#nav_bar ul li ul {
	background-color: #004781;
	width: 14.5em;
	z-index: 1;
}
#nav_bar ul li ul li {
	display: block;
	width: 100%;
	border-right: none;
	background-color:#0058a4;
	border-bottom: 1px solid #004781;
	z-index: 1;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
#nav_shadow {
	height: 16px;
	background-image: url('../images/nav-shadow.png');
	background-repeat: no-repeat;
}
a {
	text-decoration: underline;
	color: inherit;	
}
a:hover {
	text-decoration: none;	
}
/********************************* 
	Inside Sub Navigation Bar
**********************************/

	#sub_nav_inside {
	height: 90px;
	margin-left:18px;
	}
	
	#sub_buttons {
		height: 90px;
		background-image:url(../images/sub_background.jpg);
		background-repeat:no-repeat;
		position:relative;
	}
	#sub_buttons a {
		display: block;
		width: 296px;
		height: 63px;
		text-decoration: none;
		position: absolute;
	}
	#sub_buttons a:hover {
		background-position:-296px 0;
	}
	#sub_buttons .displace {
		position: absolute;
		left: -5000px;
	}
	#sub_buttons .donate {
		background: url('/images/sub_donate_now.jpg');
		left: 322px;
		top: 0px;
	}
	#sub_buttons .enter {
		background: url('/images/sub_enter_now.jpg');
		left: 0px;
		top: 0px;
	}
	#sub_buttons .login {
		background: url('/images/sub_member_login.jpg');
		left: 647px;
		top: 0px;
	}
/********************************* 
		Side Bar Navigation
**********************************/
#side_bar a.rollover {
	display: block;
	width: 184px;
	height: 39px;
	text-decoration: none;
}
#side_bar a.rollover:hover {
	background-position: -184px 0;
}
#side_bar .displace {
	position: absolute;
	left: -5000px;
}
#side_bar .walkers {
	background: url('/images/nav_walker-runners.jpg');
}
#side_bar .fundraisers {
	background: url('/images/nav_top_fundraisers.jpg');
}
#side_bar a.msstory {
	background: url('/images/nav_msstory.jpg');
}
#side_bar a.story {
	background: url('/images/nav_story.jpg');
}
#side_bar a.msstory:hover {
	background-position: -184px 0;
}
/*********************************
		Home Page
*********************************/
#home_content {
	background-repeat: no-repeat;
	background-color: #FFF;
	position: relative;
	color: #5e5e5e;
	height: 790px;
}
#important_info {
	height: 200px;
}
#important_info a {
	display: block;
	width: 369px;
	height: 59px;
	text-decoration: none;
	position: absolute;
}
#important_info a:hover {
	background-position: -369px 0;
}
#important_info .displace {
	position: absolute;
	left: -5000px;
}
#important_info .info {
	background: url('/images/important-info.jpg');
	background-repeat:no-repeat;
	top: 185px;
	left:315px;
}

#fundraising_info {
	height:160px;
	padding: 0px 20px 0 20px;
}
#fundraising_info h1 {
	font-size: 21px;
	font-weight: bold;
	padding-bottom: 5px;
	color: #5e5e5e;
}
#fundraising_info h2 {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 7px;
	margin-top:0px;
	color: #5e5e5e;
}
#fundraising_info td {
	padding-bottom: 5px;
}
#fundraising_info div {
	float: left;
}
#fundraising_info .table_num {
	width: 15px;
}
#fundraising_counter {
	padding-right: 30px;
}
#fundraising_counter span {
	font-size: 50px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
}
#fundraising_leaderboard {
	width: 490px;
}
#fundraising_leaderboard div {
	width: 245px;
}
/************************************
		PDF Download button
*************************************/
a.pdf_button
{
	background:url("/images/icons/file_pdf.png") no-repeat scroll 5px 3px #EEEEEE;
	border:1px solid #CCCCCC;
	color:#444;
	padding:11px 12px 11px 31px;
	text-decoration:none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;  
}
a.pdf_button:hover 
{
	background-color: #DDD;
	color: #000;
	border-color: #AAA;
}    
a.pdf_button:active {
	background-color: #AAA;
	color:#EEE;
	border-color: #CCC;
}
