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

body {background-image:url(images/body_bg.jpg);
	background-repeat:repeat;
	background-color:#2e2815;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;}
	
.wrapper {width:100%;
		margin:0 auto;
		height: 100%;}
		
.site {width:800px;
		height:100%;
		background-color:white;
		border: solid 10px #2e2815;
		margin:0 auto;}
	
.header	{width:100%;
		height:225px;
		background-image:url(images/header_bg.gif);
		background-repeat:no-repeat;
		background-position:left;
		border-bottom:15px solid #ffcc33;}
		
.navbar {height:275px;
		width:286px;
		background-color:#2e2815;
		float:right;
		margin-right:150px;
		background-image:url(images/nav_bg.gif);
		background-repeat:repeat-x;}		
			
		
.copy {height:100%;
	padding-top:35px;
	margin:15px;
		text-align:left;}
		
.copy ul, ol {font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
line-height:20px;}

form {border:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	width:600px;
}

fieldset {border:none;
		}
		
legend {background-color:#696;
		color:#fff;
		font-family:Arial, Helvetica, serif;
		font-size:16px;
		font-weight:bold;}		
		
h1 {font-size:20px;
	color:#2e2815;
	text-align:center;
	border-bottom:1px solid #2e2815;}	
	
	
h3 {font-size:16px;
	color:#696;}	
	
h2 {font-family:Georgia, Times New Roman, serif;
	font-size:16px;
	color:#006699;}
	
h4 {font-size:13px;}	
	
hr {color:#2e2815;
	}
	
a img {border:none;}	
	
.copy a {padding:1px;}
	
.copy a:link {
	color:#696;
	text-decoration:none;
	}

.copy a:visited {
	color:#696;
	text-decoration:none;
	}
	
.copy a:focus{color:#696;
	text-decoration:none;}

.copy a:hover { display: inline block;
	background-color:#333;
	color:#fff;
	text-decoration:none;}
	
.copy a:active {color:#696;
	text-decoration:none;}
	
	
p {font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
line-height:20px;}	




/*** Nav bar styles ***/

ul.nav,
.nav ul{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	margin-top:30px;
}

ul.nav{
text-align:left;
	width: 135px;
/*Optional, to make the navigation bar positions on the left of the content*/
	float: left;
	display:block;
	
}

ul.nav>li{
	margin: 0;
	padding: 2px 6px;
	height:25px;
}

ul.nav li>ul{
/*Make the sub list items invisible*/
	display:none;
	position:inherit;
	width:152px;
	margin-top: -1.3em;
	margin-left:128px;
	*margin-top: -1.28em;
}

ul.nav li:hover>ul{
/*When hovered, make them appear*/
	display : block;
}

.nav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 2px 10px;
	height:25px;
}

/*** Menu styles (customizable) ***/

.nav ul a,
.nav ul li a{
background-color:#696;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
}

ul.nav a {
	color:white;
	font-family:Arial, Helvetica, sans-serif;}

.nav ul a:hover,
ul.nav li:hover,
.nav ul li a:hover{
	background-color: #996;
	color: #333;

}

ul.nav li:active,
.nav ul li a:active{
	background-color: #999966;
	color: #fff;
}

ul.nav,
.nav ul{
	border: none;
}

.nav a{
	text-decoration: none;
	color:white;
}

.footer {margin:15px;
		padding:10px;
		border-top:1px solid #2e2815; }