﻿
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #EAE6D9 url(images/bg_DT.jpg) center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #727D64;
}

h1, h2, h3 {
	margin-top: 0px;
}

h1 {
}

h2 {
	margin: 0px;
	font-size: 18px;

}

h4 
{
    margin-left: 125px;
	font-size: 12px;
}

strong {
	color: #49513C;
}

a {
	color: #727D64;
}

a:hover {
	text-decoration: none;
}

.moreOne {
	height: 37px;
	margin: 50px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: normal;
	font-size: 12px;
}

.moreOne a {
	padding-left: 35px;
	background: url(images/homepage09.gif) no-repeat left center;
	color: #FFFFFF;
}

.more {
	height: 37px;
	margin: 50px 0px 0px 0px;
	padding: 0px 0px 0px 25px;
	line-height: normal;
	font-size: 12px;
}

.more a 
{
	padding-left: 35px;
	background: url(images/homepage09.gif) no-repeat left center;
	color: #FFFFFF;
}

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list1 li {
	clear: left;
	border-top: 1px solid #66853F;
}

.list1 li.first 
{
    text-align: left;
    font-size: 18px;
    height: 150px;
    padding-left: 40px;
	padding-top: 0px;
	padding-bottom: 5px;
	border: none;
}

.list1 li.second 
{
    text-align: left;
    font-size: 18px;
    height: 150px;
    padding-left: 40px;
	padding-top: 0px;
	padding-bottom: 50px;
	border: none;
}

.list1 li.third
{
    font-size: 18px;
    padding-left: 30px;
	padding-top: 14px;
	padding-bottom: 8px;
	border: none;
}

.list1 a {
	text-decoration: none;
	color: #E1EFCD;
	font-size: 12px;
}

.list1 a:hover {
	text-decoration: underline;
}

.list1 em {
	font-style: normal;
	color: #A9AD90;
}

.list1 em a {
	text-decoration: underline;
	color: #A7C583;
}

a img {
	border: none;
}

img.border {

}


img.border1 {
	margin-left: 50px;
	border: 1px solid #ADBC8B;
	background: #DCD9C5;
}

img.alignleft {
	float: left;
	margin: 4px 8px 0px 0px;
	padding: 1px;
    border-top-color: #A7C583;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-color: #A7C583;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #A7C583;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #A7C583;
    border-right-style: solid;
    border-right-width: 1px;	
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
}

/** HEADER */

#header {
	width: 979px;
	height: 435px;
	background: url(images/site_header.jpg) no-repeat left top;
	margin: 0px auto;
}

#topper {
	float: right;
	width: 979px;
	height: 38px;
	margin-top: 398px;
	background: #EAE6D9;
}



/** MENU */

#menu {
	width: 979px;
	font-weight: bold;
	background: url(images/dark_menu_line.jpg) no-repeat center;
}

#menu ul {
	margin:0px;
	padding: 6px;
    text-align: center;
    margin-left: 90px;
}

#menu ul li{
    display: inline;
}

#menu ul li a{
color: #b87333;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 85px; /*spacing between each menu link*/
text-decoration: none;
font-family: "Trebuchet MS", Georgia, Verdana, Helvetica, sans-serif;
font-size: 16px;
font-weight: bolder;
}

#menu ul li a:hover {
text-decoration: underline;
}

/** PAGE */

#page {
	margin: 0px auto;
	padding-top: 20px;
	padding-bottom: 50px;
    width: 979px;
	background-color: #EAE6D9;
	overflow: hidden;
}

.home #page {
}

.home #bgtop {
}

.home #bgbtm {
}

/** CONTENT */

#content 
{
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: 50px;
	width: 900px;
	float: left;
	overflow: hidden;
}

#content p {
	margin-top: 9px;
	margin-left: 8px;
	margin-bottom: 10px;
	padding-right: 35px;
	text-align: justify;
	line-height: 140%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#content .define
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 67px;
    margin-right: 50px;
    width: 900px;
    color: Black;
}

#content .define span 
{
    text-align: left;
    font-weight: bolder;
}

#content .break
{
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

.home #content {
	width: 900px;
	padding: 0px;

}

.home #content .bgtop {

}

.home #content .bgbtm {
	padding: 15px 29px 0px 29px;
}

/** SIDEBAR */

#sidebar 
{
    margin-right: 50px;
	width: 280px;
	color: #A9AD90;
	background: url(images/subpage1_01.jpg) repeat-y left top;
    float: right;
}

#sidebar .bgtop {
	background: url(images/subpage1_02.jpg) no-repeat left top;
}

#sidebar .bgbtm {
	padding: 0px 29px;
	background: url(images/subpage1_03.jpg) no-repeat left bottom;
}

.home #sidebar {
	width: 425px;
	background: url(images/bg03.jpg) repeat-y right top;
}

.home #sidebar .bgtop {
	background: url(images/bg04.jpg) no-repeat right top;
}

.home #sidebar .bgbtm {
	padding: 0px 29px;
	background: url(images/bg05.jpg) no-repeat right bottom;
}

#sidebar h2 {
	height: 62px;
	padding: 13px 0px 5px 30px;
	font-size: 19px;
	color: #FFF6E5;
	text-align: center;
}

#sidebar a {
}

#sidebar a:hover {
}

/** FOOTER */

#footer {
	padding: 20px 0px;
	background: url(images/koko.jpg) repeat-x left top;
	color: #A9AD90;
}

#footer .three-columns {
	width: 800px;
	margin: 0px auto;
}

#footer .three-columns .column1 
{
    float: left;
    text-align: center;
	width: 250px;
	padding-left: 0px;
	padding-top: 0px;
}

#footer .three-columns .column2 
{
    float: left;
    text-align: center;
	width: 300px;
	padding-top: 0px;
	padding-left: 0px;
	background: url(images/koko.jpg) no-repeat center;
}

#footer .three-columns .column3 
{
    float: right;
    text-align: center;
	width: 250px;
	padding-top: 0px;
	padding-left: 0px;
	background: url(images/koko.jpg) no-repeat center;
}

#footer strong {
	color: #A9AD90;
}

#footer a {
	color: #A7C583;
}

#footer_btm 
{
	background: url(images/koko.jpg) repeat-x left top;
	color: #ffffff;
}

#footer_btm .column {
    width: 979px;
	margin: 0px auto;
}


#footer_btm .column .column_1 
{
	float: right;    
    text-align: center;
	width: 979px;
    font-size: 11px;
	padding-top: 0px;
    padding-bottom: 30px;
}

/*firefox 1-2*/

body:empty #footer_btm .column .column_1 
{
	float: right;    
    text-align: center;
	width: 979px;
    font-size: 11px;
	padding-top: 20px;
    padding-bottom: 30px;
}


/*firefox 3+*/

@-moz-document url-prefix()
{
#footer_btm .column .column_1 
{ 
	float: right;    
    text-align: center;
	width: 979px;
    font-size: 11px;
	padding-top: 20px;
    padding-bottom: 30px;
}
}

/* opera */

@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
{
head~body #footer_btm .column .column_1 
{
	float: right;    
    text-align: center;
	width: 979px;
    font-size: 11px;
	padding-top: 20px;
    padding-bottom: 30px;
}
}


/** BOX1 */

#box1
{
    width: 979px;
	height: 250px;
	margin: 0px auto;
	color: #A9AD90;
	background-color: #EAE6D9;
}

#box1 .image {
	float: right;
	text-align: center;
	margin: 0px;
	width: 300px;
	padding: 25px 68px 0px 0px;
}

#box1 .image .border
{
	margin: 0px;
    border-top-color: #A7C583;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-color: #A7C583;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #A7C583;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #A7C583;
    border-right-style: solid;
    border-right-width: 1px;
}

#box1 a {
	color: #556B2F;
	font-size: 12px;
}

#box1 a:hover {
	color: #727D64;
}


#box1 .border {
	padding: 4px;
}

#box1 .entry {
	float: left;
	width: 450px;
	padding: 47px 0px 0px 54px;
}

#box1 .entry a {
	color: #556B2F;
}

#box1 .entry a:hover {
	color: #727D64;
}

#box1 h2 {
	margin-bottom: 10px;
	color: #FFF6E5;
}

#box1 h2 span 
{
	color: #727D64;
}

#box1 p {
	line-height: 160%;
	font-size: 13px;
	color: #727D64;
}





