@charset "UTF-8";
* {margin: 0; padding: 0}

body  {
	font: 100% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: #3a2710 url(../images/bg_texture.jpg) top center repeat-x;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
}

#container { 
	width: 900px;  
	background: url(../images/bg_repeat.jpg) repeat-y;
	margin: 0 auto; 
	text-align: left; 
}

a {color: #e1ae0f;}
a:hover {color: #3CC}

img {border: 0pc}

/*
***********************
HEADER 
***********************
*/


#header { 
	background: url(../images/bg_blw.jpg) top center no-repeat;
	height: 184px;
	padding: 0; 
} 


#contactinfo {
	width: 880px;
	text-align:right;
	color: #382a0d;
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding-top: 20px;
}

#contactinfo img {padding-left: 6px;}




/*
***********************
NAVIGATION
***********************
*/

#navcontainer {
	text-align: right;
	padding-top: 85px;
	padding-right: 30px;
}

#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 15px;
	padding-left: 15px;
	background:url(../images/bg_nav.png) right no-repeat;
}

#navlist li.last {background-image: none;}
#navlist li a {color: #443619; text-decoration:none; font-size: 13px;}
#navlist li a:hover {color: #ca800d}



/*
***********************
SLIDER
***********************
*/

/*see easy-slider.css*/


/*
***********************
MAIN CONTENT 
***********************
*/

#contentWrapper {
	background: url(../images/bg_top.jpg) top center no-repeat;	
}

#sidebar1 {
	float: right; 
	width: 200px; 
	padding: 35px 50px 15px 10px;
}

/*.homepage .quote {padding: 0 0 0 0px}
.homepage .speaker {padding: 0 0 0 0}*/

.quote {color: #8b8678; padding: 0 10px 0 10px;}
.speaker {color: #8b8678;font-size: 10px; padding: 8px 10px 0 12px;}


.homepage #mainContent { 
	margin: 0 270px 0 0; 
	padding: 20px 20px 40px 40px; 
} 

#mainContent { 
	margin: 0 270px 0 0; 
	padding: 20px 20px 40px 55px; 
} 

#mainContentOne { 
	margin: 0 90px 0 0; 
	padding: 0px 20px 40px 55px; 
} 

#mainContentOne ul {list-style-position: inside;}

#topWide {
	padding: 20px 90px 0px 55px; 
} 

p, li {
	font-size: 13px;
	color: #6a665e;
}

p {padding: 0 0 20px 0}

ul {padding-left: 20px; padding-top: 10px}
.areas #mainContentOne li, .areas #mainContentOne p {font-size: 13px;}

h1 {
	font-family: 'EB Garamond', serif;
	color: #e1ae0f;
	font-size: 23px;
	font-weight:100;
}

.homepage h1 {line-height: 100%; font-size: 27px; padding-top: 15px;}
.homepage #mainContent h2 {font-family: 'EB Garamond', serif; font-weight:100; font-size: 23px; color: #797064; line-height: 100%; padding-top: 15px; margin-bottom: 13px; text-align: center;}
.homepage #mainContent p {font-size: 13px; line-height:180%; padding-top: 15px;}
.homepage #sidebar1 {padding-top: 15px}

.areas h1 {font-size: 30px; padding-top: 10px;}

h2 {
	font: 14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:bold; 
	color: #e1ae0f;
	
}

h3 {
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:bold; 
	color: #6a665e;
	padding-bottom: 10px; 
	
}

/*out team page */
#load {
	display: none;
	position: absolute;
	right: 10px;
	top: 10px;
	background: url(../images/loading.gif);
	width: 43px;
	height: 11px;
	text-indent: -9999em;
}



/*
***********************
FOOTER 
***********************
*/


#footer { 
	background: url(../images/bg_footer.jpg) top center no-repeat;
	height: 163px;
} 
p.address {
	margin: 0; 
	padding: 30px 200px 0 45px; 
	color: #7b6c4c; 
	font-size: 12px;
}

p.serving {color: #9e854a; font-size: 11px; padding: 4px 200px 0 45px}


#credits {
	width: 890px;  
	margin: 0 auto;
	text-align:right;
	font-size: 11px;
	color: #655945;
	background-color: #3a2710;
	padding: 0 10px 40px 0;
}


/*
*********************** 
***********************
*/

.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;
}