@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0; padding: 0;
}

body {
	background: #6da549 url('bg.png') repeat-x;
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
}

a, a:hover, a:visited {
	color: #cee3a7;
	text-decoration: none;
}

a:hover {
	color: white;
}

/* Malarkey Image Replacement, courtesy of:
**     http://www.stuffandnonsense.co.uk/archives/examples/malarkey-method-example.html
*/
.mir { letter-spacing : -1000em; } 
/* Just for Opera, but hide from MacIE */
/*\*/html>body .mir { letter-spacing : normal; text-indent : -999em; overflow : hidden;}
/* End of hack */ 


h1.mir {
	width: 920px;
	height: 30px;
	background: url('welcome_to_aitc.png') top left no-repeat;
	margin: 40px auto;
}

ul#provinces {
	list-style: none;
	width: 700px;
	margin: auto;
	text-align: center;
}

ul#provinces li {
	display: inline;
	margin: 10px;
	line-height: 200%;
}

div#map_container {
	position: relative;
	margin: auto;
	width: 742px;
	height: 492px;
	clear: both;
}

#ext1 {
	position: absolute;
	width: 298px;
	height: 124px;
	top: 350px;
	left: -300px;
	background: url(sheep_berries.png) no-repeat;
}

#ext2 {
	position: absolute;
	width: 276px;
	height: 113px;
	top: 350px;
	right: -300px;
	background: url(ladybug_fruit.png) no-repeat;
}

#sidebar {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 150px;
	height: 50px;

}

.sidebar_item {
	margin: 5px;
	background: #f6d786;
	border: 2px solid #e0922c;
}

	.sidebar_item h2 {
		font: bold 10pt Georgia, "Times New Roman", Times, serif;
		color: #ffffff;
		margin: 0;
		padding: 2px;
		background: #e0922c;
		text-align: center;
	}
	
	.sidebar_item ul {
		padding: 0;
		margin: 0;
		list-style: none;
		text-align: center;
	}
	
	.sidebar_item li {
		display: block;
		width: 100%;
		text-align: center;
		height: 30px;
		width: 115px;
		border: 1px solid #e0922c;
		margin: 10px auto;
	}
	
	
	.sidebar_item p {
		margin: 5px;
	}
	
#fcc-ad {
	margin-top: 20px;
	text-align: center;
}
