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

body {
	background:url(images/background.jpg) center repeat-y #2a231f;
	min-width:960px;
	padding:0;
	margin:0;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:15px;
}

.body_width {
	width:950px;
	position:relative;
	left:50%;
	margin-left:-475px;
}
.clear { clear:both; }

#header {
	margin-top:5px;
	background:#e3f3d2;
	position:relative;
	height:120px;
}
	#header #logo {
		background:url(images/header_logo.jpg) no-repeat;
		width:290px;
		height:0;
		padding-top:88px;
		overflow:hidden;
		
		position:relative;
		top:15px;
	}
	
	#header #phone_number {
		background:url(images/header_phone_number.jpg) no-repeat;
		width:231px;
		height:0;
		padding-top:90px;
		overflow:hidden;
	
		position:absolute;
		top:-6px;
		right:-24px;
	}
	
	#header #header_tabs {
		position:absolute;
		right:14px;
		bottom:0px;
	}
		#header #header_tabs ul {
			list-style:none;
			margin:0;
			padding:0;
		}
			#header #header_tabs li {
				float:right;
				font-family:Arial, Helvetica, sans-serif;
				font-size:1.2em;
				text-align:center;
				margin-left:1em;
			}
				#header #header_tabs a {
					text-decoration:none;
					padding:8px;
					color:#597152;
					display:block;
				}
					#header #header_tabs a:hover,
					#header #header_tabs a.active {
						background:#312822;
						color:#fff;
					}

#showcase {
	height:366px;
	position:relative;
	z-index:100;
}

	#showcase #showcase_bg {
		background:url(images/home_showcase_bg.jpg) 0 0 repeat #4a6d21;
		border:3px #708b66 solid;
	
		position:absolute;
		left:-19px;
		width:982px;
		height:360px;
		overflow:visible;
		
	}
	
		#showcase #showcase_bg #message_box {
			background:url(images/home_showcase_box.jpg) 0 0 no-repeat #372d25;
			width:273px;
			height:214px;
			color:#fff;
			
			text-align:center;
			font-size:1.2em;
			
			position:relative;
			
			left:16px;
			top:70px;
		}
			#showcase #showcase_bg #message_box div {
				padding-top:35px;
			}
			#showcase #showcase_bg #message_box h2 {
				font-size:1.5em;
				margin:0;
				padding:1em 0;
			}
			#showcase #showcase_bg #message_box h3 {
				font-size:1.2em;
				font-weight:normal;
				margin:0;
				padding:0;
			}
				#showcase #showcase_bg #message_box h3 i { font-size:0.7em; }
				
		#showcase #showcase_bg #showcase_flash {
			background:url(images/home_showcase1.jpg) 0 0 no-repeat #fff;
			border:5px #fff solid;
			width:641px;
			height:366px;
		
			position:absolute;
			right:30px;
			top:20px;
		}
					
#footer {
	background:#28211d;
	color:#8e7d76;
	text-align:center;
}
	#footer div {
		padding:0.5em 0;
	}
	
	#footer a {
		color:#8e7d76;
	}
		#footer a:hover { color:#fff; }
