@charset "UTF-8";
/* ****** General  ****** */

html, body {margin:0px;height: 100%;width:100%;}

#bg {
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#d5d575;
}

#container {
	margin: 0 auto;
  	height: auto !important;
  	height:524px;
  	height:524px;
  	min-width: 967px;
  	max-width: 967px;
  	width: 967px !important; 
}

#header {
	width:967px;
	height:142px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	padding-top:20px;
	
}

#content {
	width:967px;
	height:333px;
	max-height: 333px;
	background-image:url(../images/main.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#content_home {
	width:967px;
	height:387px;
	max-height: 387px;
	background-image:url(../images/index_body.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#content_gallery{
	width:967px;
	height:370px;
	max-height: 387px;
	background-image:url(../images/index_body.jpg);
	background-position:top;
	background-repeat:no-repeat;
}



.clearfooter {
   height:0px;
   clear: both;
}

#footer {
	background-image:url(../images/bg_lower.jpg);
	background-repeat:repeat-y;
   	height:auto;
	position:relative;
   	width:967px;
	margin : 0 auto;
	padding-top:20px;
}

#footer_contact {
	background-image:url(../images/bg_lower.jpg);
	background-repeat:repeat-y;
   	height:auto;
	position:relative;
   	width:967px;
	margin : 0 auto;
	
}

#sticker {
	position:absolute;
	top:-10px;
	left:-20px;
}

#sticker2 {
	position:absolute;
	margin : 0 auto;
	top:270px;
	margin-left:530px;
	z-index:20;
}

#video {
	position:absolute;
	margin : 0 auto;
	top:215px;
	margin-left:15px;
	z-index:20;
	max-width:280px;
	max-height:281px;
}

.white_border {
	border:3px solid #FFF;
}

/* ****** Navigation  ****** */

#nav {
	background-image:url(../images/nav_bg.jpg);
	background-repeat:repeat-y;
	height:49px;
	width:947px;
	margin-top:-20px;
	padding-left:10px;
	padding-right:10px;
	
}

#nav_bottom {
	margin : 0 auto;
  	height : auto !important;
	width : 967px !important; 
	height:49px;
	width:947px;
	text-align:center;

	
}



.nav_txt,  a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-style:normal;
	text-transform:uppercase;
	color:#666;
	text-decoration:none;
}


.nav_txt_bottom, .nav_txt_bottom a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-style:normal;
	text-transform:uppercase;
	color:#666;
}

/* ****** Text  ****** */

.txt {
	text-align:left;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	color:#3c4331;
	text-indent:20px;
}

.txt_contact {
	text-align:left;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	color:#3c4331;
}
.txt_sm {
	text-align:left;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#333;
}

h3 {
	text-align:center;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:18px;
	color:#9c9757;
	font-weight:normal;
	line-height:.5em;
}
	
.q, .q_a {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	color:#002e51;
	font-weight:normal;
	
}

.answers {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	color:#3d402d;
	font-weight:normal;
	
}

.function_txt_1 {
	
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	color:#002e51;
}

.function_txt_2 {
	
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	color:#988520;
}