/**
 * Stylesheet
 *
 * Copyright Fusionary Media, 2004
 */


/* NORMALIZING styles
-------------------------------------------*/
body, div, ul, li, td, h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

div, span, img, form, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
}
table{
	border: 0px;
}



/* MAIN styles
-------------------------------------------*/
body{
	background: #00659e url(../images/bg_body.gif) 0 0 repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	color: #363636;
}

h1{
	font-size: 21px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #363636;
	margin:0px 0px 0px 0px;
	font-weight: normal;
}

h2{
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #363636;
	margin:10px 0px 0px;
}

p {
	padding:5px 0px 5px 0px;
	margin:0px 0px 5px 0px;
}


td{
	vertical-align: top;
}

a:link{color: #00659e;}
a:visited{color: #00659e;}
a:hover{color: #fe7c01;}
a:active{color: #fe7c01;}

dt{
	font-weight: bold;
}

hr {
	border: 0;
	width: 100%;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	margin: 0px;
	padding: 0px;
}

.clr {
	clear: both;
	height: 0px;
}
.clearfix:after { /*http://positioniseverything.net/easyclearing.html*/
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */






/* CONTAINER styles
-------------------------------------------*/
#container{
	width: 826px;
	position:relative;
	left: 50%;
	margin: 0px 0px 0px -413px;
	background: transparent url(../images/bg_header.gif) 0 0 no-repeat;
	padding-top: 1px;
}




/* HEADER styles
-------------------------------------------*/
#header{
	margin: -1px 54px 0px 54px;
	position: relative;
	height: 90px;
	padding-top: 1px;
	background: transparent url(../images/header_grass.gif) 95% 100% no-repeat;
}

	#header h1{
		position: absolute;
		top: 0px;
		left: 0px;
	}
	#header h1 a{
		display: block;
		height: 90px;
		width: 155px;
		background: transparent url(../images/logo_sm.gif) 0 0 no-repeat;
		letter-spacing : -1000em;
		text-indent: -100em;
	}
	/* Just for Opera, but hide from MacIE */ 
	/*\*/html>body #header h1 a { letter-spacing : normal; text-indent : -999em; overflow : hidden;} 
	/* End of hack */



	#nav, #nav li{
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	#nav{
		margin: 0px;
		padding: 0px;
		position: absolute;
		top: 0px;
		right: 10px;
		width: 311px;
		height: 29px;
		background: transparent url(../images/bg_nav.gif) 0 0 no-repeat;
	}	
		#nav li{
			display: inline;
			letter-spacing : -1000em;
			text-indent: -100em;
		}
		/* Just for Opera, but hide from MacIE */ 
		/*\*/html>body #header h1 a { letter-spacing : normal; text-indent : -999em; overflow : hidden;} 
		/* End of hack */


		#nav li a{
			display: block;
			float: left;
			height: 29px;
		}
			#nav-home a{
			width: 58px;
			background: transparent url(../images/bg_nav.gif) 0 0 no-repeat;}
			#nav-join a{
			width: 51px;
			background: transparent url(../images/bg_nav.gif) -58px 0 no-repeat;}
			#nav-mooolah-mania a{
			width: 121px;
			background: transparent url(../images/bg_nav.gif) -109px 0 no-repeat;}
			#nav-fun-facts a{
			width: 81px;
			background: transparent url(../images/bg_nav.gif) -230px 0 no-repeat;}

			#nav-home a:hover{
			background: transparent url(../images/bg_nav.gif) 0 -29px no-repeat;}
			#nav-join a:hover{
			background: transparent url(../images/bg_nav.gif) -58px -29px no-repeat;}
			#nav-mooolah-mania a:hover{
			background: transparent url(../images/bg_nav.gif) -109px -29px no-repeat;}
			#nav-fun-facts a:hover{
			background: transparent url(../images/bg_nav.gif) -230px -29px no-repeat;}


#content-wrapper{
	background: #fff url(../images/bg_content.gif) 0 0 repeat-y;
	width: 709px;
	margin-left: 54px;
	position: relative;
}

/* CONTENT styles
-------------------------------------------*/
#content{
	margin: 99px 0px 20px 30px;
	padding: 0px;
	width: 450px;
	float: left;
	display: inline;
	font-size: 13px;
}




#content ul.events, #content ul.events li{
	margin: 0px;
	padding: 0px;
}
#content ul.events{
	margin: 10px 0px 20px 0px;
	padding: 0px;
}
		#content ul.events li{
			list-style: none;
			padding: 0 0 0 15px;
			margin: 0 0 10px 0;
			background: transparent url(../images/bullet_green.gif) 0 2px no-repeat;
			line-height: 16px;
		}
			#content ul.events li strong{
				color: #0b3965;
				font-size: 16px;
			}


body.funfacts #content h3{
	font-size: 16px;
	color: #83b300;
	margin: 30px 0 10px 0;
}
body.funfacts #content ul, body.funfacts #content ul li{
	margin: 0px;
	padding: 0px;
}
body.funfacts #content ul{
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
		body.funfacts #content ul li{
			list-style: none;
			padding: 0 0 0 15px;
			margin: 0 0 10px 0;
			background: transparent url(../images/bullet_green.gif) 0 2px no-repeat;
			color: #025685;
			line-height: 16px;
		}
			body.funfacts #content ul li strong{
				font-size: 16px;
				color: #025685;
				font-weight: bold;
			}
	
#content ol.steps,#content ol.steps li{
	margin: 0px;
	padding: 0px;
}
#content ol.steps{
	margin: 10px 0px 0px 0px;
}
		#content ol.steps li{
			padding: 5px 0 0 45px;
			margin: 0 0 10px 0;
			list-style: none;
			min-height: 46px;
			_height: 46px;
			vertical-align: middle;
		}
				#content ol.steps li.one{
					background: #fff url(../images/list_one.gif) 0 0 no-repeat;
				}
				#content ol.steps li.two{
					background: #fff url(../images/list_two.gif) 0 0 no-repeat;
				}
				#content ol.steps li.three{
					background: #fff url(../images/list_three.gif) 0 0 no-repeat;
				}


	#content h1{
		width: 709px;
		height: 99px;
		margin: 0px;
		padding: 0px;
		letter-spacing : -1000em;
		text-indent: -100em;
		position: absolute;
		top: 0px;
		left: 0px;
	}
	/* Just for Opera, but hide from MacIE */ 
	/*\*/html>body #content h1 { letter-spacing : normal; text-indent : -999em; overflow : hidden;} 
	/* End of hack */

	h1#hdr-mooolah-mania{
		background: transparent url(../images/hdr_mooolah_mania.gif) 0 0 no-repeat;
	}
	h1#hdr-mooolah-toolkit{
		background: transparent url(../images/hdr_mooolah_toolkit.gif) 0 0 no-repeat;
	}
	h1#hdr-at-your-branch{
		background: transparent url(../images/hdr_at_your_branch.gif) 0 0 no-repeat;
	}
	h1#hdr-fun-facts{
		background: transparent url(../images/hdr_fun_facts.gif) 0 0 no-repeat;
	}
	h1#hdr-how-doi-join{
		background: transparent url(../images/hdr_how_doi_join.gif) 0 0 no-repeat;
	}
	h1#hdr-events{
		background: transparent url(../images/hdr_events.gif) 0 0 no-repeat;
	}

	#content h2{
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 16px;
		color: #025685;
	}


	#content div.fun-fact{
		margin: 0 0 10px 0;
		padding: 0 0 10px 0;
		/*border-bottom: 1px solid #a5d1ed;*/
	}
		#content div.fun-fact p{
			margin: 0px 0px 5px 0px;
			padding: 0px;
		}
		#content div.fun-fact h2{
			color: #83b300;
		}
		
		#content div.recent{
			margin-top: 30px;
			font-size: 16px;
		}
			#content div.recent h2{
				font-size: 20px;
				margin-bottom: 10px;
			}
	

#content .bighover{
	cursor: pointer;
}


#content .moolah-activity{
	background: #fff url(../images/bg_mania_activities.gif) 0 0 no-repeat;
	margin: 0px 0px 10px 0px;
	height: 101px;
	padding: 15px 15px 0px 15px;
	position: relative;
}
	#content .soopahover{
		background: #fff url(../images/bg_mania_activities.gif) 0 -130px no-repeat;	
		cursor: pointer;
	}
	#content .moolah-activity p{
		margin: 0px;
		padding: 0px;
		width: 305px;
	}
	#content .moolah-activity p.date{
		color: #e22d18;
		font-size: 14px;
		font-weight: bold;
		margin: 0px;
		padding: 0px;
	}
	#content .moolah-activity h3{
		color: #00659e;
		font-size: 18px;
	}
	#content .moolah-activity a.mania-activity-download{
		position: absolute;
		right: 27px;
		top: 15px;
		border: 1px solid #c9cac4;
		border-bottom: 2px solid #a2a29d;
		border-right: 2px solid #a2a29d;
	}



/* SIDEBAR styles
-------------------------------------------*/
#sidebar{
	margin: 99px 35px 20px 0px;
	padding: 0px;
	background: #fff;
	width: 190px;
	float: right;
	display: inline;
}




/* FOOTER styles
-------------------------------------------*/
#footer{
	clear: both;
	margin: 0px 60px 0px 54px;
	padding: 30px 0px 0px 0px;
	background: transparent url(../images/bg_footer.gif) 0 0 no-repeat;
	color: #ccebff;
	font-size: 13px;
	line-height: 1.5em;
}
	#footer a, #footer strong{
		color: #fff;
	}

	#footer p{
		margin: 0px;
		padding: 0px;
	}

	#footer-note{
		background: #127cb8;
		font-size: 12px;
		margin-bottom: 10px;
	}
		#footer-note p{
			background: #127cb8;
			margin: 0 10px;
			text-align: center;
		}
	
	#footer p.copyright{
		float: left;
		color: #6eaad1;
	}

	#footer p.branch-locator{
		float: right;
	}

	
	#footer .macbank-logo{
		float: right;
		letter-spacing : -1000em;
		text-indent: -100em;
	}
	/* Just for Opera, but hide from MacIE */ 
	/*\*/html>body #footer .macbank-logo { letter-spacing : normal; text-indent : -999em; overflow : hidden;} 
	/* End of hack */
		#footer .macbank-logo a{
			margin: 5px 0 0 0;
			display: block;
			width: 195px;
			height: 40px;
			background: transparent url(../images/logo_macbank.gif) 0 0 no-repeat;
		}
