@charset "utf-8";
/* CSS Document */

body {
	background-image: url("../images/background_01.jpg");
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 30px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
	

	#top_bg {
		width: 100%;
		height: 456px;
		background-image: url("../images/background_02.jpg");
		background-repeat: repeat-x;
		background-position: center;
		position: absolute;
		left: 0px;
		top: 0px;
	}

	#wrapper {
		width: 950px;
		margin-left: -475px;
		position: absolute;
		left: 50%;
	}
	
		#logo {
			position: absolute;
			bottom: 0px;
			left: 0px;
		}
		
		#hills {
			position: absolute;
			bottom: 0px;
			right: 0px;
		}
		
		#navTop {
			width: 950px;
			text-align: left;
			overflow: hidden;
			position: relative;
		}
		
		#navigation {
			padding: 0px;
			margin: 0px;
			width: 938px;
			*width: 938px;
			padding-left: 12px;
			height: 37px;			
			background-image: url("../images/nav_background.jpg");
			background-repeat: repeat-x;
			position: relative;
		}
		
			.nLink {
				font-family: Verdana, Geneva, sans-serif;
				font-variant: small-caps;
				font-size: 13px;
				font-weight: bold;	
				display: block;
				float: left;
				padding-left: 12px;
				padding-right: 12px;
				height: 26px;
				color: #FFFFFF;
				margin-left: 1px;
				margin-right: 1px;
				text-decoration: none;
				padding-top: 11px;
			}
			
			.nLink:hover {
				text-decoration: underline;
			}
			
			.dropdown {
				position: absolute;
				top:0px;
				left: 0px;
				display: none;
				color: #000000;
				padding-top: 18px;
				*padding-top: 10px;
				z-index: 99;
			}
			
			.dLink {
				padding: 6px;
				background-color: #33241c;
				display: block;
				font-size: 10px;
				font-family: Verdana, Geneva, sans-serif;
				font-weight: bold;
				color: #e9c99b;
				text-decoration: none;
				z-index: 102;
			}
			
			.dLink:hover {
				color: #ffffff;
			}
		
		#header {
			width: 950px;
			height: 230px;
			overflow: hidden;
			margin-top: 0px;
			position: relative;
			*z-index: -2;
		}
		
			#headerTop {
				position: absolute;
				top: 0px;
				left: 0px;
				*z-index: 0;
			}
		
		#main_body {
			width: 950px;
			padding: 0px;
			padding-top: 12px;
			margin: 0px;
			background-image: url("../images/pageMainBG.jpg");
			background-repeat: repeat;
		}
		
			#left_col {
				width: 651px;
				*width: 660px;
				float: left;
				font-size: 12px;
				background-image: url("../images/body_bg.png");
				position: relative;
				margin-bottom: 45px;
				margin-left: 8px;
				*margin-left: 4px;
				padding-left: 20px;
				padding-right: 20px;
				padding-top: 5px;
			}
			
				#body_top {
					position: absolute;
					top: -8px;
					left: 0px;
				}
				
				#body_bottom {
					position: absolute;
					bottom: -39px;
					left: 0px;
				}
			
				#left_col h1 {
					color: #000000;
					font-weight: bold;
					font-size: 22px;
					font-variant:small-caps;
					padding-left: 12px;
					padding-top: 4px;
					margin-top: 20px;
					height: 28px;
					display: block;
					clear: both;
					border-bottom: 1px solid #000000;
				}
				
				#left_col h2 {
					color: #000000;
					font-weight: bold;
					font-size: 16px;
				}
				
				#left_col p {
					padding-left: 12px;	
				}
			
			#right_col {
				margin-top: 20px;
				width: 201px;
				*width: 201px;
				float: left;
				font-size: 12px;
				color: #000000;
				background-image: url("../images/sidebar_middle.png");
				background-repeat: repeat-y;
				position: relative;
				left: 11px;
				padding-left: 20px;
				padding-right: 25px;
			}
			
				#sidebarTop {
					position: absolute;
					top: -30px;
					left: 0px;
				}
				
				#sidebarBottom {
					position: absolute;
					bottom: -30px;
					left: 0px;
				}
			
				#right_col h1 {
					color: #000000;
					font-weight: bold;
					font-size: 16px;
					border-bottom: 1px dashed #998375;
					font-variant: small-caps;
					padding-bottom: 2px;
					margin-top: 0px;
				}
				
				#right_col h2 {
					color: #000000;
					font-weight: bold;
					font-size: 14px;
					margin-top: 0px;
				}
			
			#clear {
				clear: both;	
			}
			
			#footer {
				position: relative;	
				margin-bottom: 60px;
				*margin-bottom: 0px;
				width: 950px;
				height: 50px;
				background-image: url("../images/footer_bottom.png");
				background-repeat: repeat-x;
				background-position: bottom;
				text-align: center;
				color: #ffffff;
				font-size: 11px;
				font-weight: bold;
				font-family: Verdana, Geneva, sans-serif;
			}
