@charset "utf-8";
/* CSS Document */
html {
}
body {
	height: 100%;
	background: url(images/bg_full.jpg) top center repeat-x #d8b362;
	margin:0;
	padding:0;
	font-family: 'Times New Roman';
	font-style: italic;	
	font-size: 15px;
}
img {border: 0px;}

a:link{ color: #000;text-decoration:none;}
a:visited{ color: #000;text-decoration:none;}
a:hover{ color: #000;text-decoration:none;} 


.fl {float: left;display: inline;position: relative}
.fr {float: right;display: inline;position: relative}

.container {margin: 0px auto; width: 960px}
.w50 {width: 46%}
.w50 ul{
	margin: 0 0 0 15px;
	padding: 0
	}
.inlineList ul{
	margin: 0;
	padding: 0
	}
.inlineList ul li{
	list-style: none;
	display: inline}

#contentWrap {
	width: 100%;
	min-height: 840px;
	background: url(images/bg_main.jpg) top center no-repeat;
	background-position: center 180px;}
#header {
	width: 100%;
	background: url(images/bgHeaderNav.png) repeat-x;
	height: 107px
	}
	#logo {
		margin-left: 143px;
		margin-top: 8px;
		}
	#mainNav {
		font-size: 15px
		}
		#mainNav ul {
			margin: 0;
			padding: 0;}
		#mainNav ul li a{
			color: #5d4611;
			text-shadow: 0 1px 1px #ffffff;
			display: block;
			float: left;
			width: 93px; 
			height:47px;
			overflow: hidden;
			background:url(images/navHome.png) no-repeat 0 -47px;
			text-align: center;
			padding-top: 14px;
			margin-left: -11px}
		#mainNav ul li a:hover {
			color: #f6f6f6;
			animation: moveFromTop 900ms ease-in-out;
			background-position:0px -47px;}
		#mainNav ul li a.current{
			color: #f6f6f6;
			background-position: 0 0 !important;
			}
		#mainNav ul li a#navAbout{
			width: 218px;
			background:url(images/navAbout.png) no-repeat 0 -47px;}
		#mainNav ul li a#navFeedback,
		#mainNav ul li a#navContact,
		#mainNav ul li a#navCareer{
			width: 104px;
			background:url(images/navMedium.png) no-repeat 0 -47px;}
		#mainNav ul li {
			display: inline;
			list-style: none;
			}
    #slides {
      display: none
    }
#content {
	width: 960px;
	background: url(images/bgContent.png) no-repeat;
	height: 561px;
	margin-top: 73px;}
	.contentTxt {
		color: #dfcfaf;
		width: 700px;
		margin-top: 30px;
		margin-left: 156px;
		
		text-shadow: 1px 0px 5px #522500;
		line-height: 18px
		}
	.contentTxt h1{
		color: #ffffff;
		font-size: 30px;
		font-weight: normal;
		margin: 0px 0 24px 0;
		line-height: 32px}
#footer {
	}
	
	

.info_slide {display: none;visibility: hidden}
.slideNav {
	position: absolute;
	bottom: -3px;
	left: 0px;
	z-index: 99;}
.slideNav span{
	margin-left: -22px;
	float:left;
	display: block;
	cursor: pointer;
	}
	#image_n_4_0 {margin-left: -20px}
	#image_n_2_0 {margin-left: -24px}
.slideNav span:hover,.slideNav span.image_number.image_number_select{
	opacity: 1}

.slideTxtBg {
	display: block;
	background: url(images/slideBgTxt.png) no-repeat;
	width:301px;
	height:	112px;
	position: relative;
	font-size: 12px
	}
	#text1 {}
	#text2 {margin-left: 196px}
	#text3 {margin-left: 411px}
	#text4 {margin-left: 560px}
	.slideTxtContent {
		top: 25px;
		position: absolute;
		left: 28px;
		width: 263px;
		height: 74px;
		color: #4b351a;
		text-shadow: 0px 1px 0px #8f7d68;
		font-size: 12px;
		line-height: 16px;}
	.slideTxtBg h3{
		margin: 0 0 3px 0;
		font-weight: normal;
		color: #996600;}
	.slideTxtBg p{
		margin: 0 0 2px 0}
	.slideTxtBg a{
		display: block;
		text-align: right;
		margin-right: 24px;
		margin-top: 0px;
		color: #c54949;}
	.slideTxtBg a:hover{color: #40290d}


	/*POP UP*/



.overlay-bg {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
	width: 100%;
	cursor: pointer;
	z-index: 1000; /* high z-index */
	background: #000; /* fallback */
	background: rgba(0,0,0,0.75);
}
.content_career{
		background: #996600 !important;
		padding: 1%;
		width: 100% !important;
		position: relative;
		margin: 0 auto !important; /* add negative left margin for half the width to center the div */
		cursor: default;
		border-radius: 4px;
		box-shadow: 0 0 5px rgba(0,0,0,0.9);

}
	.overlay-content {
		display: none;
		background: rgba(0,0,0,0);
		padding: 1%;
		width: 60%;
		position: relative;
		margin: 0 auto; /* add negative left margin for half the width to center the div */
		cursor: default;
		border-radius: 4px;
	}

	.close-btn {
		cursor: pointer;
	}
	.close-btn:hover {
		background: rgba(0,0,0,0);
	}
	a.close-btn {
		position: absolute;
		right: 0;
		z-index: 1200;
	}
	
.overlay-bg2 {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
	width: 100%;
	cursor: pointer;
	z-index: 1000; /* high z-index */
	background: #000; /* fallback */
	background: rgba(0,0,0,0.75);
}
.content_therychmenu{		
		width: 100% !important;
		position: relative;
		margin: 0 auto !important; /* add negative left margin for half the width to center the div */
		border-radius: 4px;
		box-shadow: 0 0 5px rgba(0,0,0,0.9);
}
	.overlay-content2 {
		display: none;
		background: rgba(0,0,0,0);
		padding: 1%;
		width: 22%;
		position: relative;
		margin: 0 auto; /* add negative left margin for half the width to center the div */
		cursor: default;
		border-radius: 4px;
	}
	/*END POP UP*/