@charset "utf-8";
html, body {
	height: 100%;
	padding: 0;
	margin: 0;
}
html {
}
#background0 {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	height: 948px;
	z-index: 0;
}

body {
	background-image: url(../images/back-insidecontent.jpg);
	background-repeat:  repeat-y;
	background-position: center top;
	background-color: #164F00;
}

p {
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
}





#container {
	margin: auto;
	width: 100%;
	background-image: url(../images/picture-back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 100%;
	margin-bottom: -206px;
	position: relative;
}

#content {
	width: 1004px;
	position: relative;
	margin: auto;
	background-image: url(../images/content_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 60px;
	font-family: Arial, Helvetica, sans-serif;
	min-height:880px;
	height:100%;
}

#nav_bar {
	position: absolute;
	text-align: right;
	z-index: 100;
	left: 257px;
	width: 683px;
}
#nav_bar .nav_bar_item, #nav_bar li {
	float: left;
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	color: #0b2215;
	font-weight: bold;
	line-height: 41px;
	text-align: center;
	text-transform: uppercase;
	list-style-type: none;
}


#nav_bar .nav_bar_item a, #nav_bar li a {
	display:block;
	line-height: 41px;
	padding-right: 8px;
	padding-left: 8px;
	color: #0b2215;
	text-decoration: none;
	padding-top: 8px;
}
#nav_bar li.active a {
	color: #B02600;
        font-weight: bold;
	text-decoration: none;
}
#nav_bar .nav_bar_item a:hover, #nav_bar li a:hover {
	background-color: #f0f0f1;
	color: #b02600;
}

#nav_bar .nav_bar_item_in, #nav_bar li.active {
	display:block;
	padding: 0 0 8px 0;
	float: left;
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	color: #0b2215;
	font-weight: normal;
	height: 41px;
	line-height: 41px;
	text-align: center;
	text-transform: uppercase;
	background-color: #f0f0f1;
	color: #b02600;
}

#nav_bar li ul, #nav_bar li.active ul {
	position: absolute;
	background-color:#EFEFCF;
	padding:0;
	margin:0;
	border: 1px solid #CC6600;
}
#nav_bar li ul li, #nav_bar li.active ul li {
	float: none;
	text-align: left;
	padding: 0;
	margin: 0;
	display: block;
	height:auto;

}
#nav_bar li ul li a, #nav_bar li.active ul li a {
	display: block;
	height: 20px;
	line-height: 20px;
	text-transform: capitalize;
	text-align: left;
}



.text_verdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #272727;
	padding-left: 20px;
	padding-right: 20px;
}
.text_verdana li {
	color: #539e74;
}
.text_verdana li strong {
	color: #af3900;
}
.table_middle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/table_middle.png);
	background-repeat: repeat-y;
	font-size: 12px;
}
.index_table {
	padding-left: 20px;
}





#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 400px;
	padding-left: 65px;
	position: relative;
	padding-top: 100px;
}
#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 470px;
	padding-top: 100px;
	padding-right: 65px;
	padding-bottom: 20px;
	position: relative;
} 
#mainContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 26px;
	font-style: normal;
	font-weight: normal;
	color: #006600;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearfooter {   height: 206px;   clear: both;}

#footer {
	width: 1004px;
	height: 206px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: auto;
	position: relative;
	color: #899e75;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
}
#footer .footer_left {
	position: absolute;
	left: 148px;
	top: 88px;
	font-family: "Trebuchet MS", Arial;
	color: #899e75;
	font-size: 12px;
	text-align: left;
}
#footer .footer_left h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 24px;
}
#footer .footer_right {
	position: absolute;
	left: 659px;
	top: 154px;
	color: #899e75;
}


.quotes {
	background-image: url(../images/quotes.png);
	background-repeat: no-repeat;
	height: 40px;
	padding-left: 45px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	padding-right: 65px;
	color: #008947;
	font-style: italic;
	margin-left: 40px;
}
.text_verdana strong {
	color: #097e33;
}
.table_itam {
	background-image: url(../images/table_div.png);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 11px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.table_itam h2 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #942a00;
}
.table_middle a {
	color: #2E8F50;
	text-decoration: none;
	font-size: 11px;
}
#logo {
	position: absolute;
	left: 66px;
	z-index: 0;
}
.footer_quotes {
	background-image: url(../images/quotes.png);
	background-repeat: no-repeat;
	height: 40px;
	padding-left: 45px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	padding-right: 65px;
	color: #899e75;
	font-style: italic;
	position: absolute;
	left: 545px;
	top: 98px;
}
#footer a {
	color: #869B71;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	padding-left: 80px;
	position: relative;
	padding-top: 100px;
	font-size: 12px;
}
#sidebar2 h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	color: #097e33;
	font-size: 22px;
}
#sidebar2 a {
	color:  #272727;
}
#sidebar2 li, #sidebar2 li.active a {
	color:  #B02600;
	text-decoration: underline;
	padding-bottom: 3px;
}
#InsideContent {
	margin-left: 250px;
	padding-top: 50px;
	padding-right: 65px;
	padding-bottom: 20px;
	position: relative;
}
#InsideContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 28px;
	font-style: normal;
	font-weight: normal;
	color: #006600;
}
#InsideContent .title {
	padding-left: 120px;
	position: relative;
	height: 175px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #c97246;
}
#InsideContent .title-news {
	padding-left: 120px;
	position: relative;
	height: 100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #c97246;
}

#InsideContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #0b2215;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	padding-bottom: 10px;
}
.book_title {
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 15px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
}
.book_title h2 { margin-top: 0; padding-top: 0;}
.book_title .title_photo {
	float: left;
	padding: 0 15px 0 0;
	width: 170px;
}
.book_title .title_text h2 {
	font-size: 18px;
}
.book_title .title_text {
	width: 640px;
	float: left;
}



#InsideContent a, #gallery-content a {
	color: #097e33;
	text-decoration: underline;
	font-size: 11px;
}
#content #gallery-content {
	background-image: url(../images/back-insidecontent.png);
	background-repeat:  repeat-y;
	background-position: center top;
	width: 680px;
	margin-left: 250px;
	margin-bottom: 150px;
}

