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

* {
	margin:0px;
	padding:0px;
}

img { border-width:0px; }

body {
	background:#352518;
	font:12px/18px Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size:13px;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:1px;
}

p, ul, ol { margin-bottom:16px; }
li { margin-bottom:8px; margin-left:24px; }

a {	color:#352518; text-decoration:none; }
a:hover, a.hover { color:#7a5f48; }

/* Layout */
#site {
	margin:auto;
	width:960px;
	background:#cab789 no-repeat bottom;
	border-bottom:24px solid #352518;
	position:relative;
	min-height:850px;
}

	#logo {
		position:absolute;
		top:25px;
		left:50%;
		margin-left:-137px;
	}

	#pres_msg {
		position:absolute;
		top:158px;
		right:90px;
	}

	#site_top {
		height:153px;
		background:no-repeat top;
	}
	
		#site_top .nav {
			width:806px;
			padding:125px 0px 5px;
			margin:0px auto;
			border-bottom:1px solid #934836;
			text-align:center;
		}
		
		.nav a {
			display:inline-block;
			padding:2px 5px;
			text-transform:uppercase;
			letter-spacing:1px;
		}
	
	#site_mid {
		padding:60px 194px 5px 211px;
		position:relative;
		width:555px;
		color:#352518;
	}
	
		#site_mid .nav {
			position:absolute;
			bottom:0px;
			left:428px;
			font-size:11px;
			width:310px;
		}
		
		#site_mid .side_nav { 
			position:absolute;
			top:60px;
			left:26px;
			width:210px;
		}
		
			#site_mid .side_nav a {
				display:block;
				padding:4px 6px;
				width:196px;
				line-height:14px;
				text-transform:uppercase;
				background:#c0a072;
				border:1px solid #352518;
				color:#352518;
				margin-bottom:3px;
			}
			
				#site_mid .side_nav a:hover {
					background:#352518;
					color:#c5ac8c;
				}
		
		#site_mid .content {
			width:332px;
			float:right;
			display:inline; /* IE6 */
		}
		
		.two_col .content { margin-right:0px; }
		.one_col .content { margin-right:168px; }
	
	#site_bottom {
		position:absolute;
		bottom:-25px;
		height:25px;
		width:960px;
		color:#ae9b8b;
		font-size:10px;
	}
	
	#site_bottom a {
		color: #7a5f48;
	}
	
/* Section Backgrounds - subtract padding from 850px min-height and reset min-height */
#home #site { background-image:url(/images/bg_about.jpg); padding-bottom:375px; min-height:475px; }
.conference #site { background-image:url(/images/bg_conference.jpg); padding-bottom:600px; min-height:150px; }
#contact #site { background-image:url(/images/bg_contact.jpg); padding-bottom:400px; min-height:350px; }
#history #site { background-image:url(/images/bg_history.jpg); padding-bottom:380px; min-height:470px; }
#join #site { background-image:url(/images/bg_join.jpg); padding-bottom:380px; min-height:470px; }
.membership #site { background-image:url(/images/bg_membership.jpg); padding-bottom:380px; min-height:470px; }
#mission #site { background-image:url(/images/bg_mission.jpg); padding-bottom:380px; min-height:470px; }
#news #site { background-image:url(/images/bg_news.jpg); padding-bottom:520px; min-height:230px; }
#resources #site { background-image:url(/images/bg_resources.jpg); padding-bottom:500px; min-height:250px; }

/* Header Backgrounds */
#site_top.bnr1 { background-image:url(/images/hdr_bg_sohone.jpg); }
#site_top.bnr2 { background-image:url(/images/hdr_bg_hide.jpg); }
#site_top.bnr3 { background-image:url(/images/hdr_bg_pottery.jpg); }

/* Fixed height pages */
#home #site_mid, #mission #site_mid, #history #site_mid, #join #site_mid { height:264px; }
#home .content, #mission .content, #history .content, #join .content { height:234px; overflow:hidden; }

.conference #site_mid .content, .membership #site_mid .content, #news #site_mid .content { margin-right:93px; width:407px; }

