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

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

img { border:none; }

body {
	background:url(/images/body_bg.gif) repeat;
	color:#807f83;
	font:14px/20px Arial, Helvetica, sans-serif;
}

h1 {
	text-align:center;
	color:black;
	margin:0px 0px 28px 0px;
	text-transform:uppercase;
	font-size:30px;
	line-height:normal;
}

h2 {
	font-size:18px;
	line-height:normal;
}

h3 {
	margin-top:26px;
	padding-top:6px;
	border-top:1px solid #c69a5c;
	text-align:right;
	margin-bottom:-5px;
}

h3 img {
	background-repeat:no-repeat;
	background-position:top left;
	height:20px;
}

p, ol, ul {
	margin-bottom:20px;
}

li {
	display:list-item; /* IE7 issue for OLs */
	margin-left:28px;
	margin-bottom:10px;
}

a { 
	color:#3e785e;
	text-decoration:none;
}

a:hover { color:#3a6e8f; }

/* General Styles */
#slideshow {
	position:relative;
}

/* Global Layout */
#site {
	width:960px;
	padding-top:10px;
	margin:auto;
	position:relative;
}

	#nav, #footer_tag, #tag_line, #lft_arw_showcase, #rgt_arw_showcase {
		position:absolute;
		z-index:10;
	}

	#nav {
		top:92px;
		left:0px;
		width:940px;
		padding-left:20px;
	}
	
		#nav .sub_link { display:none; }
	
		#nav a {
			display:inline-block;
			height:31px;
			overflow:hidden;
			padding:0px 16px;
			background:url(/images/top_nav_leaf.png) no-repeat top left;
		}
		* html #nav a { background-image:url(/images/top_nav_leaf.gif); }
		
			#nav a:hover { background-image:url(/images/top_nav_leaf2.png); }
			* html #nav a:hover { background-image:url(/images/top_nav_leaf2.gif); } /* IE6 */
			
			#nav a.rgt { padding-right:23px; }
			
			#nav img {
				background-position:center center;
				background-repeat:no-repeat;
				height:28px;
			}
			
		#nav div {
			position:absolute;
			top:30px;
		}
			
		#nav div a {
			display:block;
			height:18px;
			width:124px;
			background:none;
			text-align:center;
			text-decoration:none;
			color:#3a6e8f;
			font-size:13px;
		}
		
			#nav div a:hover {
				background:none;
				color:#ca9d5f;
			}
			
	#sub_nav { /* Under Image */
		position:relative;
		top:-40px;
		margin-bottom:-20px;
		text-align:center;
	}
	
	#sub_nav.no_img {
		top:-10px;
		margin-bottom:10px;
	}
	
	#sub_nav a {
		display:inline-block;
		padding:0px 4px;
	}
	
	#lft_arw_showcase {
		top:300px;
		left:180px;
	}
	
	#rgt_arw_showcase {
		top:300px;
		left:764px;
	}
	
	#header {
		position:absolute;
		top:461px;
		left:57px;
		z-index:0;
	}
	
	#site_top {
		padding-top:360px;
		background:url(/images/site_bg_top.png) no-repeat top center;
	}
	
		* html #site_top { background-image:url(/images/site_bg_top.gif); } /* IE6 */

	#site_btm {
		margin-top:-200px;
		background:url(/images/site_bg_btm.gif) no-repeat bottom center;
		min-height:557px;
		height:auto!important;
		height:557px; /* IE6 */
	}
	
		#content {
			width:554px;
			padding:0px 50px 30px;
			margin:auto;
		}
		
			#content .h1 {
				background-position:center center;
				background-repeat:no-repeat;
				text-indent:-2000px;
				overflow:hidden;
				margin-left:-50px;
				margin-right:-50px;
			}
			
			img.showcase, iframe.showcase, #slideshow {
				margin-bottom:45px;
			}
			
			iframe.showcase { border:1px solid #c9a167; }
		
			#copy { margin:0px 91px; }
				
			#copy.wide { margin:0px; }
			
	#footer {
		height:100px;
		position:relative;
	}

		#footer_tag {
			bottom:90px;
			left:372px;
		}
		
		#tag_line { 
			bottom:20px;
			left:60px;
		}
	
		