/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #695834;
	margin: 0;
	background-color: #F4EFD5;
	background-image: url(../images/bck.gif);
	background-repeat: repeat-x;
	line-height: 18px;
}

a {color: #695834}
a.hover {color: #BAA271}
a.visited {color: #695834}

h1 {
	font-size: 21px;
	color: #402912;
	font-weight:normal;
	padding: 0 0 10px 0;
	margin: 0;
}

/* navigation */
#navigation {
	height: 41px;
	padding: 8px 0 0 0;
}
#navigation a {
	color: #E2DAB8;
	font-size:12px;
	float: left;
	padding: 0 14px;
	line-height: 41px;
	text-align: center;
	text-decoration: none;
}
#navigation a:hover {
	color: #FFFFFF;
	background-color: #000000;
}

#navigation a:active {background: #3B2A18; color: #FFF}

/* These styles create the dropdown menus. */
#navbar {
	margin: 0 auto;
	padding: 9px 0 0 0;
	float: right;
	width: 687px;
	z-index: 1;
}
#navbar li {
	list-style: none;
	float: left;
	display: inline;
	margin: 0;
	padding: 0; }
#navbar li a {
	display: block;
	height: 30px;
	padding: 10px 15px 0 15px;
	text-decoration: none;
	text-align: left;
	color: #E2DAB8;
	font-size: 12px; }
#navbar li ul {
	display: none; 
	height: 15px;
	padding: 0;
	width: 13em; /* Width to help Opera out */
	background-color: #3B2A18;}
#navbar li:hover ul, #navbar li.hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; }
#navbar li:hover li, #navbar li.hover li {
	float: none;
	padding: 0 }
#navbar li:hover li a, #navbar li.hover li a {
	background-color: #0E0904;
	color: #FFFFFF; }
	
#navbar li li a {height: 18px; padding: 5px 15px 5px 15px}
#navbar li li a:hover {
	background-color: #3B2A18;
	color: #FFFFFF; }

#navbar a:hover {
	background: #3B2A18;
	color: #FFFFFF;
}

#navbar a.active {
	background: #3B2A18;
	color: #FFFFFF;
}

/* end navigation */


/* Easy Slider */

	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:938px;
		height:299px;
		overflow:hidden;
		margin: 0
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:21px;
		height:45px;
		position:absolute;
		left:-20px;
		top:121px;
		}	
	#nextBtn{ 
		left:938px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:21px;
		height:45px;
		background:url(../images/left.gif) no-repeat 0 0;
		margin: 0	
		}	
	#nextBtn a{ 
		background:url(../images/right.gif) no-repeat 0 0;	
		}					
	#content{
	position:relative;
	z-index: -1;
		}					
    /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
.header {
	background-image: url(../images/logo-hdr.jpg);
	background-repeat: no-repeat;
}

    /* // image replacement */



/* // Easy Slider */
.homecta {
	background-color: #27190B;
	border: 1px dashed #DAD7C0;
	text-align: center;
}

.conblock {
	background-color: #E0D9B5;
	border: 1px dashed #D4D0BA;
	text-align: center;
	padding: 17px;
	text-align: left
}
#welcome {
	padding: 0 10px 15px 5px;
	margin: 0 10px 15px 5px;
}
#welcome h1 { font-size: 21px; 
	color: #402912; 
	font-weight:normal; 
	padding: 0 0 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CEBF94;
	margin: 0}
	
#sec {
	padding: 0 10px 15px 5px;
	margin: 0 10px 15px 5px;
}
#sec h1 { font-size: 21px; 
	color: #402912; 
	font-weight:normal; 
	padding: 0 0 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CEBF94;
	margin: 0}

#newsfront {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CEBF94;
	padding: 14px 0 0 0
}

#newsfront p {
	padding: 11px 0 15px 0;
	margin: 0;
}

#newsfront .newsdate { color: #3E2812; font-size:14px; font-weight:bold; background: #BAA271; padding: 5px 0 5px 10px; auto; width: 250px}

#footer {
	background: #EFE9CB;
	border-width: 1px;
	border-style: dashed;
	border-color: #D6D2BB;
	margin: 0 40px 0 40px;
	width: 938px;
	padding: 3px;
	color: #422A12;
	font-size:11px
}

#footer img {float:right; padding:5px 3px 0 0}
#footer .accents {font-weight:bold; color:#BAA271}
#footer .address {font-size:12px}
#footer p {padding: 0 0 0 0}
#footer a {color: #422A12; text-decoration:none}
#footer a:hover {text-decoration: underline}

.socialtxt {
	font-size: 14px;
}
