/** author: Chris Whiteford **/
/** style for the site the nav, layout and the fonts **/

/* GLOBAL
----------------------------------------------- */
html,body {
	background-image:url(../images/main_bg.gif);
	background-repeat:repeat-y;
	background-position:top center;
	background-color:#a6bfc8;
	padding:0px;
	margin:0px;
	width:100%;
	height:100%;
	color:#333333;
	font-family: "Trebuchet MS",Verdana, Arial;
	
}

#container{
	width:100%;
	padding:0px;
	margin:0px;
	
	
}

#main{
	width:1000px;
	margin:0px auto;
	padding:0;

}

h1{
	color:#aaaa57;
	font-size:20px;
	padding:0px 0 10px 0;
	margin:0px;
}

h2{
	font-size:16px;
	padding:0px;
	margin:0px;
}

h3{
	font-size:14px;
	padding:0px;
	margin:0px;
}

h4{
	font-size:12px;
}

.right{
	float:right;
	
}

.rightclear{
	float:right;
	clear:right;
	
}

.left{
	float:left;
	
}

.pad20left{
	padding-left:20px;
}

.pad20right{
	padding-right:20px;
}

.pad20top{
	padding-top:20px;
}

.pad20bot{
	padding-bottom:20px;
}

a img{
	border:none;
}

.temp{
	background-color:#cccc67;
}

#header{
	float:left;
	clear:both;
	height:200px;
	width:1000px;
	position:relative;
	z-index:1;
	overflow:hidden;

}

#headertop{
	float:left;
	clear:both;
	height:140px;
	width:1000px;

}

#headerbot{
	float:left;
	clear:both;
	height:60px;
	width:1000px;
	background-image:url(../images/tan_bg.gif);
	background-repeat:repeat-x;

}

#headerbotleft{
	float:left;
}

#headerbotright{
	float:right;
	padding:8px 36px 0 0;
}


#nav{
	float:left;
	clear:both;
	height:40px;
	width:1000px;
	position:relative;
	overflow:hidden;
	z-index:2;
	background-image:url(../images/nav_bg.gif);
	background-repeat:repeat-x;

}


#nav ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}

#nav ul li{
	list-style-type:none;
	padding:0px 0px 0px 30px;
	margin:0px;
	display:inline;
	text-transform:uppercase;
	font-family: "Trebuchet MS",Verdana, Arial;
	font-weight:bolder;
	color:#333333;
	line-height:40px;
}

#nav ul li a{
	text-decoration:none;
	color:#333;
}
#nav ul li a:hover,#nav ul li a.current{
	color:#a8a856;
}

#logo{
	float:left;
	position:relative;
	top:-150px;
	left:214px;
	z-index:4;
}


#content{
	float:left;
	clear:both;
	position:relative;
	z-index:3;
	width:940px;
	top:-150px;
	padding:0 20px 0px 20px;
	font-size:14px;
}

#nav ul li.pad170left{
	padding-left:190px;
}

#gallerycont{
	float:left;
	clear:both;
	width:900px;
	overflow:hidden;
}


.galleryitem{
	float:left;
	padding:0 22px 22px 0;

}

.gallerymask{
	border:2px solid #a8a856;
	width:120px;
	height:75px;
	overflow:hidden;
	
}

.galleryitem img{
	
}

a:link, a:visited, a:hover{color:#0066CC; text-decoration:none;}
#stage{width:948px; overflow: auto;overflow-x:hidden; overflow-y:hidden; height:400px; margin:0 auto;}
#slider-buttons{width:948px; margin:0 auto;}
	#myList{border:0; margin:0; padding:0; left:400px;}
	#myList li{
		list-style:none; 
		margin:0; 
		padding:0; 
		border:0; 
		margin-right:4px;
		padding:4px; 
		background:#fff;
		float:left;
		width:948px;
		height:400px;
		}
</style>
