@charset "UTF-8";
/* CSS Document */

	* {
		margin: 0px;
		padding: 0px;
	}
	body {
		background-image: url(../images/tile.jpg);
		background-repeat: repeat;
		background-position: 0px 0px;
	
	}
	
	a, a:hover {	
		/* hack for flash overlaying links not getting cursor */
		cursor: pointer;
	}
	
	#mainContent {
		width:1000px;
		height: 800px;
		background-repeat: no-repeat;
		background-position: 0px 0px;		
	}	
	
	#miguelBadge{
		width: 270px;
		height: 175px;
		position: absolute;
		top: 2px;
		left: 708px;
		z-index:5;
	}
	
	#pledgeMap {
		width: 666px;
		height: 418px;
		position:absolute;	
		top: 144px;
		left: 224px;
		z-index: 20;		
	}
	
	#iwsw div {
		width:300px;
	}
	
	#iwsw div img { 
		float:right;
	}
	
	#pledgeBubble {
		width:300px;
	}
	#pledgeBubble img { 
		float:right;
	}
	#pledgeBubble h3 {
	font-size:medium;
	font-weight:bold;
	margin-bottom:0;
	font-family:Arial,sans-serif;
	}
	
	
	/* NAV Section */
	#nav {
		position: absolute;
		top: 120px;
		left: 20px;
	}
	
	#nav ul {
		list-style: none;
	}
	
	#nav ul a {
		display: block;	
		width: 160px;
		text-indent: -5000px;
		background-repeat: no-repeat;
		background-position: 0px 0px;	
	}
	
	a#nav_home {
		height: 49px;
		background-image: url(../images/nav_home.jpg);			
	}
	
	a#nav_home:hover {
		background-position:0 -49px;
	}	
	
	a#nav_miguel {
		height: 41px;
		background-image: url(../images/nav_miguel.jpg);			
	}
	
	a#nav_miguel:hover {
		background-position:0 -41px;
	}	
	
	a#nav_facts {
		height: 34px;
		background-image: url(../images/nav_facts.jpg);			
	}
	
	a#nav_facts:hover {
		background-position:0 -34px;
	}	
	
	a#nav_pledge {				
		height: 33px;
		background-image: url(../images/nav_pledge.jpg);			
	}
	
	a#nav_pledge:hover {
		background-position:0 -33px;
	}
	
	a#nav_spread {				
		height: 65px;
		background-image: url(../images/nav_spread.jpg);			
	}
	
	a#nav_spread:hover {
		background-position:0 -65px;
	}		
	
	/* End NAV Section */
	
	/* Bottom Nav Section */
	
	#bottomNav {	
		width:581px;
		height:151px;
		z-index:15;				
	}
	
	#bottomNav ul {
		list-style:none;
	}
	
	#bottomNav li {
		display: inline;
		float:left;
	}
	
	#bottomNav ul li a {
		display:block;
		height:151px;
		text-indent: -5000px;			
	}
	
	#bottomNav ul li a:hover {
		background-position:0 -151px;
	}		
	
	a#botNav_facebook {
		width: 109px;
		background-image: url(../images/botNav_facebook.png);			
	}	
		
	a#botNav_flickr {
		width: 78px;
		background-image: url(../images/botNav_flickr.png);

	}
	
	a#botNav_youtube {
		width: 98px;
		background-image: url(../images/botNav_youtube.png);			
	}
	
	a#botNav_amorim {
		width: 106px;
		background-image: url(../images/botNav_amorim.png);			
	}
	
	a#botNav_amorim:hover {
		background-position:0 0;		
	}
	
	a, img, div {
		behavior: url("iepngfix.htc");
	}
		
	/* End Bottom Nav Section */