* { margin: 0; padding: 0;}

img { border: none }
body {
	background: #3e3e3e url(../images/bg.jpg) repeat-x top center;	
}

.clear {
	clear: both;
}

.contain {
	width: 950px;
	margin: 0 auto;
}

.top_nav {
	float: right;
	width: 485px;
	height: 40px;
	background: #3871ab url(../images/topnav.jpg) no-repeat top left;
}
.top_nav_shadow {
	float: right;
	width: 485px;
	height: 40px;
	background: url(../images/topnav-shadow.jpg) no-repeat top left;
}
/* navigation - start */	

.top_nav ul {
	margin: 0 0 0 37px;
	list-style: none;
}
.top_nav li {
	float: left;
}
.top_nav a * {
	display: none;
}
.top_nav a, .top_nav a .hover {
	height: 40px;
	display: block;
	background: url(../images/topnav.jpg) no-repeat 0 0;
	cursor: pointer;
}
/* individual navigation items - start */

.top_nav a.t_home {
	background-position: -37px 0;
	width: 65px;
}
.top_nav .highlight a.t_home:hover, .top_nav a.t_home .hover {
	background-position: -37px -40px;
}
.top_nav a.t_jobs {
	background-position: -101px 0;
	width: 117px;
}
.top_nav .highlight a.t_jobs:hover, .top_nav a.t_jobs .hover {
	background-position: -101px -40px;
}
.top_nav a.t_contact {
	background-position: -217px 0;
	width: 109px;
}
.top_nav .highlight a.t_contact:hover, .top_nav a.t_contact .hover {
	background-position: -217px -40px;
}
.top_nav a.t_member {
	background-position: -326px 0;
	width: 126px;
}
.top_nav .highlight a.t_member:hover, .top_nav a.t_member .hover {
	background-position: -326px -40px;
}
/* individual navigation items - end */


.sidebar {
	width: 286px;
	float: left;
}

	.sidebar h2 {
		color: #f3e3d1;
		font: normal 18px/1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
		font-variant: small-caps;
		margin: 0 0 20px 30px;
	}
	
	.logo {
		width: 286px;
		height: 150px;
		padding-bottom: 40px;
		background: #f5e7cf url(../images/buttesilverbow-shadow.jpg) no-repeat bottom left;
	}
	
	.quicklinks {
		width: 234px;
		background: #cc9a67 url(../images/quicklinks.jpg) no-repeat top left;
		height: 160px;
		padding: 23px 26px;
	}
	
		.quicklinks ul {
			list-style: none;	
			margin: 0 0 0 30px;
		}
		
		.quicklinks ul li a {
			display: block;
			background: url(../images/ql-arrow.jpg) no-repeat center left;
			font: bold 12px/1em "Times New Roman", Times, serif;
			color: #265b91;
			text-transform:uppercase;
			text-decoration:none;
			padding: 7px 22px;
			height: 12px;
		}
		
		.quicklinks ul li a:hover {
			color: #000;	
			background: url(../images/ql-arrow-r.jpg) no-repeat center left;
		}
	
	.quicklinks_shadow {
		width: 286px;
		height: 40px;
		background: url(../images/ql-shadow.jpg) no-repeat bottom left;
	}
	
	.upcoming_events {
		width: 234px;
		height: 250px;
		background: #edd5b5 url(../images/events.jpg) no-repeat top left;
		padding: 23px 26px;
	}
	
	.upcoming_events_shadow {
		width: 286px;
		height: 40px;
		background: url(../images/events-shadow.jpg) no-repeat bottom left;
	}

.contentarea {
	width: 625px;
	float: right;
}

.nav {
	width: 589px;
	height: 40px;
	background: #c07c29 url(../images/nav.jpg) no-repeat top left;
	padding-left: 36px;
}

	.nav ul {
		list-style: none;
	}
	
	.nav ul li {
		display: inline;
		float: left;
	}
	
		ul.menu {
			list-style:none;
		}
		ul.menu * {
		}
		ul.menu a {
			display:block;
			color:#000;
			text-decoration:none
		}
		ul.menu li {
			position:relative;
			float:left;
		}
		ul.menu ul {
			position:absolute;
			top:40px;
			left:0;
			display:none;
			opacity:0;
			list-style:none;
			z-index: 10000;
		}
		ul.menu ul li {
			position:relative;
			margin:0;
			z-index: 10000;
		}
		ul.menu ul li a {
			color:#f8cb95;
			height:auto;
			padding:5px 10px;
			width:135px;
			font: normal 12px/1.5em "Times New Roman", Times, serif;
			text-transform: uppercase;
			background: #844e19;
			border-bottom: 1px solid #000;
		}
		ul.menu ul li a:hover {
			color: #fff;
			background: #3770aa;
		}
		ul.menu ul ul {
			left:170px;
			top:-1px
		}
		ul.menu .menulink {
		}
		ul.menu .menulink:hover, ul.menu .menuhover {
		}
	
.flash {
	position: relative;
	z-index: 500;
}

.copyarea {
	padding: 30px 30px 10px 30px;
	width: 565px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height:1.75em;
	color: #441a01;

}

	.copyarea_home {
		background: #fff url(../images/bg_home.jpg) no-repeat top left;	
		font-size: 14px;
	}
	
	.copyarea_cm {
		background: #fff url(../images/bg_home.jpg) no-repeat top left;	
		font-size: 14px;
		z-index:auto;
	}
	
	.copyarea_inside {
		background: #fff url(../images/bg_inside.jpg) no-repeat top left;
		font-size: 12px;
	}
	
	.copyarea h1 {
		color: #18518b;
		font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
		font-weight: bold;
		line-height: 1em;
		font-variant:small-caps;
	}
	
	.copyarea_home h1 {
		font-size: 19px;
	}
	
	.copyarea_inside h1 {
		font-size: 30px;
	}
	
	.copyarea_inside h2 {
		font-size: 19px;
	}
	
	.copyarea_inside h3 {
		font-size: 16px;
		color: #7c430f;
	}
	
	.copyarea h1, h2, p {
		margin-bottom: 20px;
	}
	
	.copyarea a {
		color: #4d86c0;
	}
	
	.copyarea a:hover {
		color: #c37930;	
	}
	
	.copyarea ul,ol {
		margin: 0 0 20px 20px;
	}
	
	.copyarea ul li  ul {
		margin: 0 0 0 20px;
	}
	
	.copyarea_shadow {
		height: 40px;
		width: 625px;
		background: url(../images/copyarea-shadow.jpg) no-repeat top left;
	}

.footer {
	width: 910px;
	height: 108px;
	background: #3372a8 url(../images/footer.jpg) no-repeat top left;
	padding: 20px;
	font: normal 12px/1.5em "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #fff;
	float: left;
}

	.footer a {
		color: #cecece;
		text-decoration:none;
	}
	
	.footer a:hover {
		color: #fff;	
	}

	.footer_left {
		float: left;
	}
	
	.footer_right {
		float: right;
		text-align:right;
	}
	
		.footer_right ul {
			list-style: none;
		}
		
		.footer_right ul li {
			display: inline;
			float: left;
			margin-left: 5px;
		}
		
		.footer_right p {
			margin: 10px 0 0 0;	
			font-size: 10px;
		}
		
table.staff td {
		padding: 0 5px 10px 0;
}

table.staff img {
	width: 175px;
	height: 210px;
	border: 1px solid #000;
}

/* PDF document links */
a[href$='.pdf'] {
background:transparent url(../images/acrobat.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:16px;
}
