﻿
/* CSS Document */
	
	* {
		margin:0;
		padding:0;
	}

	a:link, a:visited {
		color:#8EA64E;
		text-decoration:none
	}
				
	a:hover, a:active {
		color:#3B5002
	}

	body {
		width:970px;
		background:#FFF;
		margin:10px auto 0 auto;
		text-align:center;
		font:11px "trebuchet ms", verdana, arial, serif;
		color:#573D18
	}
	
	#header {
		width:970px;
		height:116px;
		background:url(/images/header.jpg) no-repeat top center
	}
	
	#content {
		width:970px
	}	

	#left-stuff {
		width:200px;
		height:350px;
		float:left;
		background:url(/images/feather-bottom.jpg) no-repeat top left
	}	
	
	#nav {
		width:200px;
		margin-top:150px;
		line-height:20px;
		color:#FFF;
		font-weight:bold;
		font-size:10pt;
		text-align:left
	}
	
	#nav1, #nav2, #nav3, #nav4 {
		width:174px;
		height:23px;
		background:url(/images/bg-nav.jpg) no-repeat top left
	}
	
	#nav1 a:link, #nav2 a:link, #nav3 a:link, #nav4 a:link, 
	#nav1 a:visited, #nav2 a:visited, #nav3 a:visited, #nav4 a:visited {
		color:#FFF;
		text-decoration:none
	}
	
	#nav1 a:hover, #nav2 a:hover, #nav3 a:hover, #nav4 a:hover, 
	#nav1 a:active, #nav2 a:active, #nav3 a:active, #nav4 a:active {
		color:#FCA000;
		text-decoration:underline
	}
	
	#nav ul {
		list-style:none
	}
	
		#nav li {
			list-style:none;
			margin-top:10px;
			text-indent:25px
		}
		
	#right-stuff {
		width:770px;
		float:left;
		text-align:left
	}
	
		#copy-left {
			clear:both;
			width:360px;
			float:left;
			padding:30px 10px 10px 10px;
			text-align:justify
		}
	
		#copy-right {
			width:370px;
			float:left;
			text-align:center;
			padding:0 10px 0 10px
		}
		
			#pic {
				width:353px;
				height:270px;
				background-color:#3C5001;
				margin-top:40px;
				text-align:center
			}
			
			#Pic2 {
				width:270px;
				height:208px;
				background-color:#3C5001;
				margin:10px 0 0 40px;
				*margin:10px  0 0 0;
				text-align:center
			}
			
			#pics-4-5 {
				clear:both;
				width:336px;
				*width:330px;
				height:230px;
				border:solid 1px #C96;
				padding:8px;
				margin-top:10px
			}
			
			.pic {
				padding:10px
			}
		
		#title-bar {
			width:770px;
			height:130px;
			text-align:left
		}
		
		#pics {
			text-align:center
		}
				
		#thumb {
			padding:5px 5px 5px 5px;
			margin:5px 5px 5px 5px;
			border:solid 1px #C96;
			float:left
		}
		
		.thumb {
			padding:5px 5px 5px 5px;
			border:solid 1px #C96
		}
		
	h1 {
		font:bold 18px verdana, arial, sans-serif;
		color:#CCA950
	}
		
	h2 {
		width:750px;
		font-size:16px;
		font-weight:bold;
		color:#900
	}
	
	.title {
		font:bold 18px verdana, arial, sans-serif;
		padding:10px 0 10px 0;
		color:#CCA950
	}

	.sm {
		font-size:x-small
	}

	.important {
		font-size:12px;
		font-weight:bold;
		color:#546E26
	}
	
	.msg, .input {
		padding:0 2px 0 2px;
		margin:3px 0 0 0;
		background-color:#EDDDB7; 
		border:solid 1px #8EA64E;
		color:#3B5002;
		font:8pt tahoma, Arial, Helvetica, sans-serif
	}
	
	.input {
		height:18px
	}
	
	.msg {
		overflow:auto
	}
	
	#footer {
		clear:both;
		width:970px;
		border-top:solid 1px #8EA64E;
		font:7pt Verdana, Arial, Helvetica, sans-serif;
		letter-spacing:1.5px;
		padding-top:5px
	}
	
	#footer h1 {font:7pt Verdana, Arial, Helvetica, sans-serif;	letter-spacing:1.5px; color:#573d18}
	
	a.footer:link, a.footer:visited {
		color:#BA0F2E
	}
	
	a.footer:hover, a.footer:active {
		color:#FFF
	}
	
