/* -- layout -- */
/* -- encyi -- /*
/* -- old css stylesheet -- */

body {
		padding: 0;
		margin: 0;
		background-color: #bac3ca;
		font: small Verdana, Arial, sans-serif;
		color: #262c30;
		}
		
#wrapper {
		width: 925px;
		border-left: 1px solid #797979;
		border-right: 1px solid #797979;
		border-bottom: 1px solid #797979;
		margin: 0 auto;
		background-color: #ffffff;
		}
		
#masthead {
		height: 200px;
		background: url(eaglesnest.png) no-repeat;
		border-bottom: 4px solid #c89a65;
		}

#sidebar {
		background: #e0e8ee;
		width: 165px;
		padding: 20px 10px;
		float: left;
		margin-right: 10px;
		}
		
#mainContent {
		float: left;
		width: 720px;
		padding: 20px 0;
		}
		
.boxout {
		float: right;
		width: 200px;
		border-left: none;
		border-bottom: none;
		padding: 10px 0 10px 10px;
		background-color: #ffffff;
		margin-left: 10px;
		margin-bottom: 10px;
		}

.separator {
		clear: both;
		height: 0;
		}
		
#footer {
		background-color: #005573;
		border-top: 10px solid #ffffff;
		text-align: center;
		padding: 15px 20px;
		color: #ffffff;
		}
	
/* -- Navigation Bar & Dropdown Submenus -- */

#navigation {
		padding-top: 175px;
		}
		
.underNav {
		clear: both;
		height: 0;
		}
		
#navigation ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
		}
		
#navigation li {
		float: left;
		margin: 0;
		padding: 0;
		display: inline;
		background: url(nav_button.gif) no-repeat;
		}
		
#navigation a {
		display: block;
		padding: 0 0 0 30px;
		height: 30px;
		width: 102px;
		font: bold 11px/30px Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		color: #ffffff;
		text-decoration: none;
		}
		
#navigation a:hover {
		background: url(nav_button.gif) 0 -60px;
		}
		
#navigation a:active {
		background: url(nav_button.gif) 0 -120px;
		}

/* -- fonts -- */

h1 {
		font-size: 120%;
		text-transform: uppercase;
		font-weight: bold;		
		margin: 0 0 5px;
		}
		
#mainContent h1 {
		padding-bottom: 3px;
		margin-bottom: 10px;
		}
		
#sidebar h1 {
		font-size: 85%;
		}
		
h2 {
		font-size: 105%;
		font-weight: bold;
		font-style: normal;
		margin: 0 0 5px;
		}
		
h3 {
		font-size: 	70%;
		font-style: italic;
		}
				
p {
		font-size: 90%;
		line-height: 1.3em;
		margin: 0 0 1em;
		}
		
#footer p {
		font-size: 75%;
		margin: 0;
		}

/* -- links -- */

a {
		color: #555555;
		}
