/* CSS Document */
/* TUNDRA INTERACTIVE */
	
	
	html {
		height: 100%;
		overflow: auto;
	}
	
	/*
	 *	THE FOLLOWING BLOCK OF TAGS NEED TO BE
	 *	CUSTOMISED FOR EACH PROJECT
	 *
	 *	BACKGROUND-COLOR IS NEEDED FOR VALID CSS
	 */
	p { 	
		font-family: verdana, sans-serif;
		color: #8A644A;
		
		font-size: 11px;
		text-align: center;
		background-color: #F4EFE6;
	}
	
	h1 {
		font-family: Century Gothic, verdana, sans-serif;
		color: #8A644A;
		
		font-size: 18px;
		text-align: center;
		background-color: #F4EFE6;
	}
	
	h2{
		font-family: Century Gothic, verdana, sans-serif;
		color: #8A644A;
		
		font-size: 14px;
		text-align: center;
		background-color: #F4EFE6;
	}
	
	h3{
		font-family: Century Gothic, verdana, sans-serif;
		color: #8A644A;
		
		font-size: 12px;
		text-align: center;
		background-color: #F4EFE6;
	}
	
	a:link {
		color: #f2b3cf;
		
		background-color: #F4EFE6;
	}
	
	a:visited {
		color: #C2CD23;
		
		background-color: #F4EFE6;
	}
	
	
	img.displayed {
		display: block;
		padding: 10px;
		margin-left: auto;
		margin-right: auto;
		border:none;
	}	
	
	/**
	 *	THIS DIV GETS REPLACE WITH FLASH
	 *
	 ***********************************
	 *	DO NOT CHANGE ANYTHING HERE	   *
	 ***********************************
	 *
	 */
	#flashcontent {
		position: absolute;
		top: 0px;
		left: 0px;	
		height: 100%;
		width: 100%;
	}
	
	/***************************************
	 *
	 *	IN ORDER FOR SWFFORCESIZE TO WORK
	 *	THE BODY TAG _MUST_ BE STYLED
	 *	
	 *	DO NOT CHANGE EXCEPT FOR BACKGROUND COLOR
	 *
	 *	SERIOUSLY DO NOT CHANGE ANYTHING EXCEPT FOR BACKGROUND COLOR
	 *
	 *	SERIOUSLY DON'T
	 *
	 ***************************************/
	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #FFFFFF;
	}	


	/***************************************
	 *
	 * Additional Tags
	 *
	 ***************************************/
	.header 
	{
		background-image: url(../images/site/logoSml.gif);
		background-repeat: no-repeat;
		background-position:center;
		height: 84px;
	}
	.mainMenu
	{
		position: absolute;
		font-family: Century Gothic, Arial;
		width: 250px;
		background-color: #F4EFE6;
	}
	.mainMenu UL
	{
		margin-left: 15px;
		padding-left: 0px;
	}
	.mainMenu LI
	{
		list-style-type: none;
		color: #FFF;
	}
	.mainMenu A
	{
		margin-bottom: 1px;
		display:block;
		background-color: #6c4b26;
		color: #FFF;
		text-decoration: none;
	}
	.mainMenu LI.active > A
	{
		background-color: #8e7456;
	}
	.mainMenu A:Hover
	{
		background-color: #fabfe2;
	}
	.mainContent
	{
		margin-left:10px;
		position: absolute;
		left: 250px;
	}
	.contentItem 
	{
		clear:both;
	}
	.contentItem > IMG
	{
		float: left;
	}
	
	.rangeImage
	{
		float: left;
		border-bottom: solid 4px #6c4b26;
		margin: 4px 0px 4px 0px;
		padding: 5px;
		text-align: center;
	}
	.rangeImage > H2
	{
		height: 100px;
		left: 180px;
		margin: 0px;
		padding: 10px 5px 5px 5px;
		background-color: #8e7456;
		color: #FFF;
	}
	.rangeImageList .rangeImage > H2
	{
		width: 165px;
		position: static;
	}