

html, body { 
	height: 100%;
	}
	
body { 
	margin: 0;
	padding: 0;
	font: 12px/18px Arial, Helvetica, Verdana, sans-serif;
	color: #737373;
	text-align: center;
	background: #342f25 ;	/* -- main background color -- */
	}

	
#wrapper { 
    position: relative;
    padding: 0;
    margin: 0 0 75px 0px;
    _margin: 0 0 0px 0px;
    min-height: 100%;
    background: url(../images/common/wrapperThree-bg.png) no-repeat bottom center;
    behavior: url(/_scripts/iepngfix.htc);
    display: block;
    z-index: 0;
    }		
	
	*html #wrapper { height: expression('100%'); }

#wrapperTwo { 
        background: url(../images/common/background-image.jpg) no-repeat top center;
	    min-height: 100%;
	    z-index: 0;
        }


.container { 
	width: 910px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	position: relative;
	}

.insideContainer {
	/*width: 900px;*/
	padding: 0px 5px 0px 5px;
	}

.clear { 
	clear: both; 
	}




/* - TOP SECTION - */
	
	

#topSection {
	height: 170px;
    background: url(../images/common/topSection-bg.png) no-repeat top center;
    behavior: url(/_scripts/iepngfix.htc);
    margin: 0px;
    padding: 0px;
	}

	#topSection .container {
	height: 165px;
    padding: 15px 0 0 0px;
	}

	#topSection .container .insideContainer {
		background: url(../images/common/topSection-inside-bg.jpg) no-repeat top center;
		height: 165px;
		margin-left: 1px;
	}
	

	#logo {
		float: left;
		margin: 0 0 0 15px;
	}

	

	#topNav {
		width: 281px;
		height: 25px;
		float: right;	
		margin: 0 -6px 0 0px;
		}

		#topNav ul {
			list-style-type: none;
			float: left;
			padding: 0px;
			margin: 0px;
		}


		#topNav ul li {
			float: left;
			width: 140px;
			height: 25px;
			font-size: 11px;
			font-weight: bold;
			line-height: 25px;
			text-align: center;
			padding: 0px;
			margin: 0px;
			display: block;
			text-transform: uppercase;
		}


		#topNav ul li.left {
			border-right: solid 1px #ffffff;
		}
		
		#topNav ul li a {
			display: block;
			text-decoration: none;
			color: #ffffff;
			cursor: pointer;
		}
		
		#topNav ul li.left a {
			background: #9d993d;
		}

		#topNav ul li.right a {
			background: #827d00;
		}

		#topSection #contact {
			clear: right;
			float: right;
			width: 280px;
			text-align: right;
			margin: 15px;
			font-size: 11px;
			line-height: 16px;
			color: #bc8311;
		}
		
		#topSection #contact a {
			color: #bc8311;
			font-size: 11px;
		}

		#fern {
			clear: right;
			float: right;
			_display: block;
			_width: 140px;
			_height: 90px;
			margin: -35px -55px 0px 0px;
			_margin: -30px -10px 0px 0px;
			padding: 0px;
		}
		
		
		
/* BANNER SECTION */




#bannerSection {
	height: 320px;
	position: relative;
    background: url(../images/common/bannerSection-bg.png) no-repeat bottom center;
    behavior: url(/_scripts/iepngfix.htc);
	margin: -30px 0px 0px 0px;
	_margin: -40px 0px 0px 0px;
	z-index: 0;
	}
	
	#bannerSection .container {
		height: 320px;
		width: 960px;
		z-index: 0;
		}

		#bannerSection .container .insideContainer {
			width: 960px;
			margin: 0px 0px 0px 1px;
			padding: 0px;
		}


		#bannerSection .container .insideContainer img {
			margin: -43px 0px 0px 0px;#
			margin: expression('-5px 0px 0px 0px');
			padding: 0px;
			z-index: 100;
		}

		
/* 		Hack For Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #bannerSection .container .insideContainer img {
			margin: -5px 0px 0px 0px;
			padding: 0px;
			z-index: 100;
		}

}


/* MID SECTION */


#midSection {
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 10px 0 0px 0px;
	_margin: 10px 0 0px 0px;
	display: block;
	}
	
	#midSection .container {
		}
	
	#midSection #leftCol {
		width: 215px;
		float: left;
	}

	#midSection #midCol {
		width: 450px;
		float: left;
		padding: 0 0 80px 0px;
		margin: 0 0 50px 15px;
		min-height: 430px;
		}

	#midSection.threeCol #midCol {
		width: 450px;
		min-height: 450px;
		float: left;
		}
		
	#midSection.twoCol #midCol {
		width: 600px;
		min-height: 600px;
		}	

	#midSection #rightCol {
		width: 185px;
		float: left;
		padding: 0 0 0 0px;
		margin: 0 0 0 25px;
		}

#midSection #leftNav {
	width: 180px;
	margin: 0 0 0 10px;
}

	#midSection #leftNav ul {
		width: 180px;
		list-style-type: none;
		margin: 0 0 0 0px;
		padding: 0 0 0 0px;
		}
		
	#midSection #leftNav ul li {
		height: 22px;
		width: 170px;
		line-height: 22px;
		border-top: solid 1px #d1d1d1;
		font-size: 12px;
		font-weight: bold;
		padding: 0px;
		background: none;	
		}	

	#midSection #leftNav ul li a{
		text-decoration: none;
		color: #342f25;
		display: block;
		height: 22px;
		padding: 0 0 0 10px;
		}

	#midSection #leftNav ul li a:hover {
		background: #e4e4e4;
		}

	#midSection #leftNav ul li.last a{
		border-bottom: solid 1px #d1d1d1;
		}

	#midSection #leftNav ul li.red a{
		color: #7a1501;
		}

/* MID SECTION BOTTOM */

#midSectionBot {
	height: 115px;
	margin: -115px 0px 0px 0px;
	_margin: -30px 0px 0px 0px;
	padding: 0px;
	background: url(../images/common/image-footprints.jpg) no-repeat 495px 0px;
	display: block;
	float: left;
	width: 910px;
}

#midSectionBot #left {
	height: 80px;
	float: left;
	width: 200px;
	margin: 35px 0 0 5px;
}

#midSectionBot #left img {
	height: 50px;
	width: 180px;
	
}


#midSectionBot #right {
	height: 115px;
	float: right;
	width: 200px;
	margin: 0px 0 0 5px;
}

#addthis {
	width: 166px;
	float: right;
	margin: 62px 0 0 0px;
}



/* BOTTOM SECTION */
	

#botSection {
	height: 75px;
	margin: -75px 0px 0px 0px;
	_margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    background: url(../images/common/botSection-bg.png) no-repeat bottom center;
    behavior: url(/_scripts/iepngfix.htc);
	position: relative;
	display: block;
	}
	
	#botSection .container {
		padding: 20px 0px 0px 0px;
		height: 75px;
		display: block; 
		}
		
		
		#botSection #botNav {
			float: left;
			_margin: 0px 0 0 0px;
			width: 680px;
			font-size: 11px;
			line-height: 18px;
			color: #ffe08e;
		}


		#botSection #botNav ul {
			float: left;
			list-style-type: none;
			margin: 0px;
			padding: 0px;
			font-size: 11px;
			line-height: 18px;
		}

		#botSection #botNav ul li {
			float: left;
			margin: 0 6px 0 0px;
			padding: 0 6px 0 0px;
			border-right: solid 1px #ffdd4f;
			line-height: 12px;
			background: none;
			}
		
		#botSection #botNav ul li a {
			color: #ffdd4f;
			line-height: 12px;
			text-decoration: none;
			}

		#botSection #botNav ul li a:hover {
			color: #ffe08e;
			}


		#botSection #botNav ul li.last {
			border-right: none;
			}
	
	#botSection #highrock {
		float: right;
		_margin: 0px 0 0 0px;
		text-align: right;
		font-size: 11px;
		line-height: 12px;
		color: #ffffff;
		}

	#botSection #highrock a {
		color: #ffffff;
		text-decoration: none;
		}

	#botSection #highrock a:hover {
		color: #ffe08e;
		text-decoration: none;
		}



/* GENERAL STYLES */


h1 {
	margin: 12px 0 15px 0px;
	padding: 0 0 5px 0px;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	color: #7a1501;
	border-bottom: solid 1px #d1d1d1 ;
}

h2 {
	margin: 0px 0 0px 0px;
	padding: 0px 0 15px 0px;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #c88b11;
}


p {
	margin: 0 0 15px 0px;
	padding: 0px;
}

a {
	color: #3d9eba;
}

ul {
	margin: 0 0 0 0px;
	padding: 0px 0 0 0px;
	list-style-type: none;
}		

ul li {
	margin: 0px;
	padding: 1px 0 1px 14px;
	background: url(../images/common/icon-bullet.gif) no-repeat 0px 7px;
}
		
img { behavior: url(/_scripts/iepngfix.htc); border: none; }	



/*  FEATURES STYLES
---------------------------------------------------------------------*/
#features {
        float:left;
		width:270px;
		height:337px;
		display:block;
		}
		
#features .rowGrey {
		width: 270px;
		height: 18px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #555555;
		background-color: #cbcbcb;
		border: solid 1px #cbcbcb;
		padding: 2px;
		margin-bottom: 10px;
		margin-right: 5px;
		}


/*  CONTACT FORM STYLES
---------------------------------------------------------------------*/


#contactForm {
		float: left;
		width: 470px;
		font-family:Times, Times New Roman, Georgia, serif;
		font-size: 12px;
		color: #135;
		font-weight: normal;
		margin: 10px 0px 0 0px;
/*		background:url(../images/common/formBack.gif) no-repeat top left;*/
		}
		
		
*html #contactForm {
		float: left;
		width: 470px;
		font-family:Times, Times New Roman, Georgia, serif;
		font-size: 12px;
		color: #135;
		font-weight: normal;
		margin: 10px 25px 0 0px;
		background:url(../images/common/formBackIE.gif) no-repeat top left;
		}


#contactForm .cleardefault {
		width: 210px;
		height: 20px;
		font-family: Times, Times New Roman, Georgia, serif;
		font-size: 12px;
		color: #737373;;
		background-color: #FFFFFF;
		border: solid 1px #999999;
		padding: 2px;
		margin-bottom: 10px;
		margin-right: 5px;
		}

#contactForm .contactBox {
		width: 400px;
		height: 100px;
		background-color: #FFFFFF;
		font-family:Times, Times New Roman, Georgia, serif;
		font-size: 12px;
		color: #777777;
		border: solid 1px #999999;
		margin-bottom: 10px;
		padding: 2px;
		margin-top: 5px;
		}

.button {
		font-size: 11px;
		background-color: #bbb392;
		border: 1px solid #135;
		vertical-align: text-bottom;
		color: #135;
		text-transform:uppercase;
		font-weight: normal;

		}

	
/*  TEE SHIRT STYLES
---------------------------------------------------------------------*/

#teeShirtFirst {
	margin:0 0 10px 0px;
	
	}
	
#teeShirt {
	margin:10px 0px;
	
	}

#teeShirtFirst img, #teeShirt img {
	margin-bottom:10px;
	}
	
#teeShirtFirst h2, #teeShirt h2 {
	padding-bottom:5px;
	}

	
