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

* {margin:0; padding:0;}
html {min-height:100%;
	  margin-bottom:1px;
}
body {
	
	font-family: Century Gothic, Geneva, sans-serif;
	font-size:9pt;
	
	line-height:14pt;
	text-align:justify;
	background:fixed;
	background-image: url(background.png);
	background-repeat: repeat-x;
	background-color: #BCAF79;
	
	}
h1 {
	font-family:Calisto MT, Georgia, serif;
	color:#030;
	padding-top: 12px;
	font-size:12pt;
}
h3 {
	
	padding-top:12px;
	font-size:10pt;}
p {
	
	padding-top:12px;
	text-align: justify;
}
a img {
	border-style:none; 
} 
#wrapper {
	
	position:relative;
	margin:0 auto;
	width:759px;
	padding-top:20px;
	
	}
	
#content {
	
	background-color:#cc9;
	position:relative;
	float:left;
	top:0px;
	
	}
	
#page {
	
	float:left;
	width:759px;
	
	}
	
#banner {
	
	width:757px;
	
	
	}
	

#nav li {
	
	background:#ccb;
	border-color:#fff #996 #663 #eed;
	border-style:solid;
	border-width:1px;
	display:inline;
	float:left;
	font:bold 13px Arial,sans-serif;
	text-align:center;
	list-style:none;
	}	
#nav a {

	border-top:4px solid #aa9;
	border-bottom:4px solid #aa9;
	color: #663;
	display:block;
	padding:10px 0;
	width:124px;
	outline:none;
	text-decoration:none;
	
	}
#nav a:hover {

	border-bottom-color:#ffc;
	color:#221
	
	}
	
#nav li ul {
	
	display:none;
		
	}
	
#nav li:hover ul {
	
	display:block;
	width:10em;
	position:absolute;
	
	}
	
#nav li.current a{

	color:#221;
	border-top-color:#996;
	border-bottom-color:#ffc;
	width:126px;
	
	}
#nav li.current a:hover{

	border-top:4px solid #aa9;
	border-bottom:4px solid #aa9;
	color: #663;
	
	}
#footer {
	
	clear:both;
	position:relative;
	bottom:0px;
	text-align:center;

	}
#mediaPlayer	{
	z-index:0;}
.column {
	
	float:left;
	width:200px;
	margin:10px;
	
	}
	
.textBlock {
	padding:30px 132px 10px 140px;
	float:left;
	width:480px;
}
.pics {
	 padding-left:12px;
	 padding-top:12px;
	 float:right;
	 }
.pic {
	padding-bottom:2px;}	
.sublist {
	padding-left:45px;}
#leftNavTop {
	
	float:left;
	position:absolute;
	top:92px;
	left:-110px;
	outline:none;
	border:none;
}
	
#leftNav {
	background:#030;
	width:110px;
	height:800px;
	float:left;
	
	
	z-index:4;
	}

#leftNav li {
	display:inline;
	float:right;
	font:13px Century Gothic,sans-serif;
	text-align:right;
	list-style: none;
	width:159px;
	
	border-bottom-color:#ECE3C9;
	border-bottom-style:solid;
	border-bottom-width:thin;
	}	
#LeftNav a {
	color: #ECE3C9;
	display:block;
	float:right;
	width:159px;
	outline:none;
	text-decoration:none;
	
	}
#leftNav a:hover {

	
	color: #F60;
	
	}
	
	
#LeftNav li.current a{

	color: #F60;
	
	
	}
	

