/*=========================== TAGS ============================*/

* { 
	margin:0; 
	padding:0;
}

html,
body {
	min-width:990px;
} 

body { 
	background:url(images/tail-body.gif) repeat 50% 0; 
	font-family:calibri; 
	font-size:18px; 
	line-height:1em; 
	color:#71440e;
	padding-bottom:86px; 
}

object { 
	vertical-align:top; 
	outline:none;
}

input, 
textarea, 
select { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1em; 
	vertical-align:middle; 
	font-weight:normal;
}

fieldset {
	border:0;
}

p { 
	margin:0; 
	padding:0;
}

img { 
	border:0; 
	vertical-align:top; 
	text-align:left;
}

ul, 
ol { 
	list-style:none;
}

/*========================== GLOBAL =========================*/

#main { 
	width:990px; 
	margin:0 auto;
}
#header { 
	height:120px;
	
}

#header, 
#content, 
#footer { 
	font-size:0.75em;
}
.col-1, 
.col-2, 
.col-3 { 
	float:left;
}

/*========================== ALIGMENT =========================*/

.fleft { 
	float:left;
}

.fright { 
	float:right;
}

.clear { 
	clear:both;
}

.alignright { 
	text-align:right;
}

.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%; 
	overflow:hidden;
}

.extra-wrap {
	overflow:hidden;
}

.container { 
	width:100%;
}

/*=========================== TAILING =========================*/

.tail-top { 
	background:url(images/tail-top.gif) 50% 0 repeat-x;
}

/*========================== LISTS ============================*/

.list {
	width:80%;
}
.list li {
	background:url(images/divider1.gif) repeat-x left bottom;
	margin-bottom:3px;
}
.list li.last {
	background:none;
	margin:0;
}
	.list li span {
		display:block;
		
		background-repeat:no-repeat;
		background-position:0 0;
		padding:9px 0 12px 5px;
		position:relative;
	}
		.list.alt li span {
			
		}
	.list li a {
		text-decoration:none;
	}
		.list li a:hover {
			text-decoration:underline;
		}
	
.list1 {
	width:100%;
	overflow:hidden;
	padding-bottom:5px;
}	
	.list1 li {
		width:208px;
		float:left;
		margin-right:8px;
	}
	.list1 li.last {
		margin:0;
	}
		.list1 li span {
			display:block;
			color:#da740f;
			font-size:.92em;
			line-height:1.27em;
			padding:8px 0 0 5px;
		}
		.list1 li a {
			color:#da740f;
			display:inline-block;
		}
		.list1 li strong {
			color:#648322;
			display:block;
			padding-left:15px;
			background:url(images/marker3.gif) no-repeat left 2px;
			margin-top:5px;
		}
		
.list2 {
	width:100%;
	overflow:hidden;
}
	.list2 li {
		float:left;
		width:335px;
		margin-right:10px;
	}
	.list2 li.last {
		margin:0;
	}

	.list3 li {
		width:216px;
		height:190px;
		background:url(images/list3-bg.gif) no-repeat left top;
		color:#da740f;
		font-size:.92em;
		margin-bottom:15px;
	}
		.list3 li a {
			color:#da740f;
		}
		.list3 li span {
			display:block;
			padding:14px 9px 0 14px;
		}
			.list3 li span span {
				padding:0;
				position:relative;
				width:198px;
				height:120px;
				margin:0 0 7px -5px;
			}
				.list3 li span span a {
					position:absolute;
					left:83px;
					top:44px;
					cursor:pointer;
				}
				
.list4 li {
	font-weight:bold;
	list-style-type:decimal;
	list-style-position:inside;
	color:#522606;
	padding-bottom:15px;
}
.list4 li.last {
	padding-bottom:0;
}
	.list4 li span {
		font-weight:normal;
	}

/*========================== OTHER ============================*/

.img-box1 { 
	width:100%; 
	overflow:hidden;
	position:relative;
}
	.img-box1 img { 
		float:left; 
		margin:0 16px 0 0;
	}

p { 
	margin-bottom:20px;
	line-height:1.25em;
}
	.p1 {
		margin-bottom:10px;
	}
	.p2 {
		margin-bottom:12px;
	}

.address span { 
	float:right; 
	margin-right:30px;
}

#banner {
	padding:10px 10px 8px 10px;
}
	#banner .banner {
		display:block;
		margin-bottom:5px;
		width:660px;
		height:352px;
		position:relative;
	}
		#banner .banner .inside {
			width:239px;
			height:170px;
			overflow:hidden;
			background:url(images/banner-bg.png) no-repeat left top;
			position:absolute;
			right:10px;
			bottom:10px;
		}
			#banner .banner .inside p {
				color:#00746b;
				line-height:1.5em;
				margin-bottom:0;
			}
				#banner .banner .inside p a {
					font-weight:bold;
					font-size:1.17em;
					color:#4a720b;
				}
			#banner .banner .inside .inner {
				padding:12px 20px 0 25px;
			}
		
.extra-box {
	width:100%;
	overflow:hidden;
	padding:15px 0 12px 0;
}	
	.extra-box img {
		float:left;
		margin:-15px 18px 0 0;
	}

/*================= TXT, LINKS, LINES, TITLES =================*/

a {	
	color:#71440e; 
	outline:none;
}
a:hover {
	text-decoration:none;
}

h2 {
	font-size:36px;
	line-height:1.2em;
	color:#f26522;
	text-transform:uppercase;
	letter-spacing:-2px;
	margin-bottom:12px;
}
h3 {
	font-family:Garamond;
	font-size:18px;
	line-height:1em;
	font-weight:bold;
	color:#545035;
	margin-top:8px;
	margin-bottom:8px;
}
h4 {
	font-size:1.17em;
	font-weight:normal;
	margin-bottom:6px;
}
	h4 a {
		color:#56210d;
	}
h5 {
	font-family:Arial;
	font-size:20px;
	line-height:1em;
	font-weight:normal;
	color:#FFFFFF;
	margin-bottom:20px;
}
h6 {
	font-family:Arial;
	font-size:20px;
	line-height:1em;
	font-weight:normal;
	color:#33FF00;
	margin-bottom:8px;
}
a.txt1 {
	color:#522606;
}

.link {
	color:#522606;
	font-weight:bold;
	font-size:.92em;
	line-height:1.5em;
	font-family:Tahoma, Arial, helvetica, sans-serif;
}

.link1 { 
	display:inline-block;
	position:relative; 
	background:url(images/link1-right.png) no-repeat right top; 
	color:#fff; 
	text-decoration:none;
	font-size:.75em; 
	line-height:.92em;
	cursor:pointer;
}
.link1:hover b { 
	text-decoration:underline;
}
	.link1 em { 
		display:inline-block; 
		background:url(images/link1-left.png) no-repeat left top;
		padding:0 4px;
	}
	.link1 b { 
		display:inline-block; 
		background:url(images/link1-tail.png) repeat-x left top; 
		padding:6px 6px 7px 6px; 
		font-style:normal; 
		font-weight:normal;
	}

/*============================ BOXES ==========================*/

.nav-box {
	width:100%;
	background:url(images/nav-tail.gif) repeat-x left top;
	margin-bottom:10px;
}
	.nav-box .left {
		background:url(images/nav-left.gif) no-repeat left top;
	}
	.nav-box .right {
		height:49px;
		background:url(images/nav-right.gif) no-repeat right top;
	}
	.nav-box ul {
		width:100%;
		overflow:hidden;
	}
		.nav-box ul li {
			float:left;
			text-transform:uppercase;
			background:url(images/divider.gif) no-repeat right top;
			padding:17px 28px 30px 45px;
		}
		.nav-box ul li.last {
			background:none;
		}
			.nav-box ul li a {
				text-decoration:none;
				color:#fff;
			}
			.nav-box ul li a:hover {
				text-decoration:underline;
			}

.box { 
	width:100%;
	background:url(images/box-tail.gif) repeat 50% 0;
}
	.box .border-top {
		background:url(images/border-top.gif) repeat-x 50% 0;
	}
	.box .left-top-corner {	
		background:url(images/left-top-corner.gif) no-repeat left top;
	}
	.box .right-top-corner { 
		background:url(images/right-top-corner.gif) no-repeat right top;
	}
	.box .left-bot-corner {	
		background:url(images/left-bot-corner.gif) no-repeat left bottom;
	}
	.box .right-bot-corner { 
		background:url(images/right-bot-corner.gif) no-repeat right bottom;
	}
	.box .inner { 
		padding:5px 5px 18px 5px;
	}
	
.box1 {
	width:100%;
	background-color:#fff;
}
	.box1 .left-top-corner {	
		background:url(images/left-top-corner1.gif) no-repeat left top;
	}
	.box1 .right-top-corner { 
		background:url(images/right-top-corner1.gif) no-repeat right top;
	}
	.box1 .left-bot-corner {	
		background:url(images/left-bot-corner1.gif) no-repeat left bottom;
	}
	.box1 .right-bot-corner { 
		background:url(images/right-bot-corner1.gif) no-repeat right bottom;
	}
	.box1 .inner {
		padding:10px;
	}
	
.box2 { 
	width:100%;
	background:#f6f5e9;
}
	.box2 .border-top {
		background-repeat:repeat-x;
		background-position:50% 0;
		background-image:url(images/border-top1.gif);
	}
		.box2.alt .border-top {
			background-image:url(images/border-top2.gif);
		}
	.box2 .left-top-corner {	
		background-repeat:no-repeat;
		background-position:0 0;
		background-image:url(images/left-top-corner2.gif);
	}
	.box2 .right-top-corner { 
		background:url(images/right-top-corner2.gif) no-repeat right top;
	}
	.box2 .left-bot-corner {	
		background:url(images/left-bot-corner2.gif) no-repeat left bottom;
		
	}
	.box2 .right-bot-corner { 
		background:url(images/right-bot-corner2.gif) no-repeat right bottom;
	}
	.box2 .inner { 
		padding:5px 22px 30px 30px;
	}
	.box2 h3 {
		color:#3b450e;
		margin-bottom:22px;
	}
		.box2.alt h3 {
			color:#7a562b;
		}
		
.box3 {
	width:100%;
	background:url(images/box3-tail.gif) repeat 0 164px;
}
	.box3 .border-top {
		background-repeat:repeat-x;
		background-position:0 0;
		background-image:url(images/border-top3.gif);
	}
	.box3 .left-top-corner {	
		background:url(images/left-top-corner3.gif) no-repeat left top;
	}
	.box3 .right-top-corner { 
		background:url(images/right-top-corner3.gif) no-repeat right top;
	}
	.box3 .left-bot-corner {	
		background:url(images/left-bot-corner3.gif) no-repeat left bottom;
	}
	.box3 .right-bot-corner { 
		background:url(images/right-bot-corner3.gif) no-repeat right bottom;
	}
	.box3 .inner {
		padding:10px 20px 8px 20px;
	}
	
.box4 {
	width:100%;
	background:url(images/border-bot.gif) repeat-x left bottom #fff;
}
	.box4 .left-top-corner {	
		background:url(images/left-top-corner4.gif) no-repeat left top;
	}
	.box4 .right-top-corner { 
		background:url(images/right-top-corner4.gif) no-repeat right top;
	}
	.box4 .left-bot-corner {	
		background:url(images/left-bot-corner4.gif) no-repeat left bottom;
		min-height:180px;
		height:auto!important;
		height:180px;
	}
	.box4 .right-bot-corner { 
		background:url(images/right-bot-corner4.gif) no-repeat right bottom;
	}
	.box4 .inner {
		padding:10px 5px 16px 5px;
	}
	
.box5 {
	width:300px;
	background:url(images/border-top4.gif) repeat-x left top;
	padding-top:3px;
	color:#343812;
}
.box5.alt1 {
	background:url(images/border-top4-alt.gif) repeat-x left top;
	color:#7a3b12;
	
}
	.box5 .inner {
		background:url(images/box5-tail.gif) repeat-y left top;
		padding:14px 18px 24px 18px;
	}
	.box5.alt1 .inner {
		background:url(images/box5-tail-alt.gif) repeat-y left top;
	}
	.box5 h3 {
		margin-bottom:14px;
	}
	.box5 p {
		line-height:1.5em;
	}
	.box5.alt1 p {
		line-height:1.25em;
	}
	.box5 .list li {
		background-image:url(images/divider2.gif);
		width:293px;
	}
	.box5 .list li.last {
		background-image:none;
	}
	.box5 .list.alt li a {
		color:#343812;
	}

/*========================== HEADER ===========================*/

#header .logo {
	padding:5px 0 0 0;
	text-align:left;
}
#header .indent{
	margin:62px 0 0 663px;
	position:absolute;
	color:#212632;
	font-weight:bold;
	height: 50px;

}
/*========================= CONTENT ===========================*/

#content {
	padding-bottom:10px;
}
	#content .aside {
		width:290px;
		float:left;
		margin-right:10px;
	}
	#content .content {	
		width:680px;
		float:left;
	}
	#content .indent {
		margin-bottom:7px;
	}
	#content .indent1 {
		margin-bottom:10px;
	}
	#content .indent2 {
		margin-bottom:61px;
	}

/*========================= FOOTER ============================*/

#footer {
	background:url(images/footer-tail.gif) repeat-x left top;
}
#footer .left {
	background:url(images/footer-left.gif) no-repeat left top;
}
#footer .right { 
	background:url(images/footer-right.gif) no-repeat right top;
	text-align:right;
	font-size:.83em;
	line-height:1.08em;
	text-transform:uppercase;
	color:#b0c386;
	padding:20px 20px 18px 20px;
}
#footer a {
	color:#b0c386;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

/* Slider */

#gallery {
	position:relative;
	height:350px
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:100px; 
		width:90%; 
		position:absolute;
		bottom:0;
	}

	#gallery .caption .content {
		margin:5px
	}
	
	#gallery .caption .content h3 {
		margin:10px 10px 10px 10px;
		padding:10px 10px 10px 10px;
		color:#1DCCEF;
	}

/* // Slider */

/*=============================================================*/
#slideshow-holder  { width:660px; height:350px; background:url(spinner.gif) center center no-repeat #fff; position:relative; }
#progress      { position:absolute; width:100%; text-align:center; color:#999; top:225px; }