/************* GENERAL STYLES ***/
* { margin: 0; padding: 0; }

html, body {
	text-align: center;
	font-size: 11px;
	font-family: "Lucida Grande", verdana, arial, sans-serif;
	color: #444;
	background: #fff; }


	/*** FONT STYLES ***/	
	h1 { 
		font-size: 18px; 
		font-weight: bold;
		color: #17b6e8;
		margin: 10px 0 10px 0; }
		
	h2 { 
		font-size: 18px; 
		font-weight: normal;
		color: #17b6e8;
		margin: 10px 0 10px 0;
		padding: 0 0 10px 0;
		border-bottom: 1px solid #17b6e8; }

	h3 { 
		font-size: 15px; 
		font-weight: normal;
		color: #17b6e8;
		margin: 5px 0 5px 0; }
	
	a:link, a:visited { color: #17b6e8; }
	a img { border: none; }
	
	p { margin-bottom: 16px; }
	
	a:focus, a:hover, a:active { outline:none; }


/************* STRUCTURE STYLES ***/
#wrapper {
	width: 852px;
	margin: 0 auto; }
	
	p.language {
		width: 852px;
		height: 40px;
		float: left;
		margin: 0;
		text-align: right;
		line-height: 40px; }
	
	/*** NAVIGATION ***/
	ul#nav { 
		width: 852px;
		height: 44px;
		margin: 0 auto;
		float: left;
		list-style: none; }
		
		ul#nav li { 
			float: left; 
			height: 44px; }
			
	#navigation {
		width: 852px;
		height: 44px;
		float: left; }
	
	ul#nav1 { 
		width: 729px;
		height: 22px;
		float: left;
		list-style: none; }
		
		ul#nav1 li { 
			float: left; 
			height: 22px; }
		
	ul#nav2 { 
		width: 729px;
		height: 22px;
		float: left;
		list-style: none; }
		
		ul#nav2 li { 
			float: left; 
			height: 22px; }
			
	#navigation img.leave {
		width: 123px;
		height: 44px;
		float: right; }
			
	/*** CONTENT WRAPPER ***/
	#contentWrapper {
		width: 852px;
		min-height: 400px;
		float: left;
		padding: 0 0 50px;
		background: #f6f5f9; }
		
		/*** LEFT COLUMN ***/
		#leftColumn {
			width: 506px;
			float: left; }

			/*** HEADER ***/
			#header {
				width: 506px;
				height: 174px;
				float: left; }

			/*** CONTENT ***/
			#content {
				width: 486px;
				padding: 0 10px;
				float: left;
				text-align: justify; }
				
				#content li {
					margin: 0 0 0 15px; }
				
		/*** RIGHT COLUMN ***/
		#rightColumn {
			width: 346px;
			float: left; }
			
			/*** SIDE NAV ***/
			#sideNav {
				width: 346px;
				float: left; }
				
				#sideNav img { float: left; }
				
				#sideNav img.hunky {
					width: 204px;
					margin: 5px 0 10px 71px; }
				
			/*** NEWS ***/
			#news {
				width: 326px;
				padding: 0 10px;
				float: left;
				text-align: justify; }
		
			/*** POLL ***/
			#poll {
				width: 326px;
				padding: 0 10px;
				float: left;
				text-align: justify; }

				#pollChoices {
					border: none; }
					
				#pollContent p {
					margin: 0 10px 10px 0; }
							
				#poll input {
					margin: 0 10px 5px 0; }
					
			/*** PAYPAL ***/
			#paypal {
				width: 346px;
				float: left;
				margin: 20px 0 10px; }
					
			/*** SPONSORS ***/
			#sponsors {
				width: 346px;
				float: left;
				margin: 10px 0 0;
				text-align: left; }
			
				.slideshow,
				.slideshow2 {
					width: 346px;;
					height: 250px;
					float: left;
					margin: 0 0 20px;
					overflow: hidden; }
					
					.slideshow img,
					.slideshow2 img { width: 346px; }
					
				.slideshowMarquee,
				.slideshow2Marquee {
					width: 344px;;
					height: 200px;
					float: left;
					margin: 0 0 5px;
					overflow: hidden;
					background: #fff;
					border: 1px solid #ccc; }
					
					.slideshowMarquee marquee,
					.slideshow2Marquee marquee { display: none; }
					
					.loading { background: url(../images/loader.gif) center center no-repeat #fff; }
					
					.slideshowMarquee img,
					.slideshow2Marquee img { 
						width: 344px;
						margin: 0 0 70px; }

		/*** LINKS ***/
		.linksArticles {
			padding: 5px 5px 5px 5px;
			text-align: left;
			float: left;
			list-style: none; }
			
		.linksArticles li {
			height: 20px; }
			
		.linksArticles a:link, .linksArticles a:link, .linksArticles a:visited {
			color: #17b6e8; }		

		/*** PRONTO POP UP STYLING ***/
			div#pronto_section {
				display: none;
				position: fixed;
				top: 50px;
				left: 50px;
				width: 200px;
				height: 120px;
				padding: 10px;
				border: solid 3px #e6e6e6;
				background-color: #ffffff;
				font-color: red;
				text-align:center;
			}
			
			div#close_button {
				float: right;
				background-color: #ffffff;
				border:1px solid red;
				color:red;
				padding:2px;
				width: 10px;
				font-color: red;
				font: normal normal 11px Helvetica, Arial, sans-serif;
			}
		
		
	/*** FOOTER ***/
	#footer {
		width: 852px;
		background: url(../images/footer_bg.jpg) top left repeat-x #68d6f9;
		text-align: left;
		float: left;
		line-height: 1.5; }
		
			#footer p { 
				font-size: 8px;
				color: #fff;
				margin: 5px 0 0 10px; }
				
				#footer a:link, #footer a:hover, #footer a:visited {
					text-decoration: underline;
					color: #fff; }

			#footer p.poweredby { 
				float: right;
				margin: 7px 10px 0 0;
				text-align: right; }
		
			#footer p.poweredby a { margin: 0 0 0 20px; }
			
			#footer p.charityLogo {
				float: left;
				margin: 7px 0 5px 10px; }
				
		/*#footer #sponsorAds {
			width: 832px;
			height: 200px;
			float: left;
			margin: 10px; }		
			
			#footer #sponsorAds img {
				height: 200px;
				float: left;
				margin: 0 30px 0 201px; }
				
			#footer #sponsorAds object {
				height: 200px;
				float: left;
				border-right: 1px solid #000;
				margin: 0 0 0 331px; }*/
				
/*** GALLERY STYLES ***/
#gallery {
	width: 100%;
	float: left;
	padding: 0;
	background: none; }
	
	#gallery ul li { 
		width: 75px;
		float: left;
		margin: 0 7px 7px 0; }
		
		#gallery ul li a {
			width: 75px;
			height: 75px;
			float: left;
			margin: 0;
			overflow: hidden; }


/*** CLEARFIX ***/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

.clearfix { display: inline-block; }

html[xmlns] .clearfix { display: block; } /* SAFARI FIX */

* html .clearfix { height: 1%; } /* IE6 FIX */
