@charset "UTF-8";

/* Colors

	font color:		#5e2817
	footer color:	#896f63

*/

/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	
}

/* Home Page */

body  {
	background: #d5cec9 url(../images/bg-body.jpg) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #5e2817;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container {
	width: 960px;
	background: url(../images/bg-container.jpg) no-repeat;
	margin: 0 auto;
	text-align: left;
	position: relative;
	height: 770px;
} 
p {
	font-size:0.75em;
	line-height:17px;
}

/* Navigation */

#nav {
	position:absolute;
	left: 623px;
	top: 10px;
} 
#nav ul {
	list-style:none;
}
#nav ul li {
	float:left;
	padding:0px 0px;
	margin: 0px 1px;
}
#nav ul li a:link, #nav a:visited {
	color:#5e2817;
	font-size:.8em;
	text-decoration:none;
	margin-right:5px;
	padding:0px 2px;
}
#nav ul li a:hover, #nav ul li a:active, #nav ul li a:focus {
	background:#5e2817;
	color:#fff;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 250px;
	padding: 85px 0px 100px 0px;
}
#sidebar ul {
	list-style:none;
}
#sidebar ul li {
	font-size:1em;
	background: url(../images/bullet.gif) no-repeat 0px 3px;
	padding:0px 10px 10px 15px;
	margin-left:5px;
}
#sidebar h1 {
	background:url(../images/h1-Our-Story.jpg) no-repeat;
	text-indent: -10000em;
	margin-top: 45px;
	height: 50px;
}
#sidebar h1.about {
	background:url(../images/h1-About.jpg) no-repeat;
	text-indent: -10000em;
	margin-top: 45px;
	height: 30px;
}
#sidebar p {
	padding:3px 50px 0px 2px;
}

/* Contact Info */

#contact {
	position:absolute;
	left: 712px;
	top: 658px;
}
#contact h2 {
	font-size:1.2em;
	padding-bottom:5px;
}
#contact a:link, #contact a:visited {
	font-size:.8em;
	color:#5e2817;
	text-decoration:none;
}
#contact a:hover, #contact a:active, #contact a:focus {
	color:#896f63;
}
	

/* Content Area */

#headline {
	position:absolute;
	left: 135px;
	top: 123px;
}

#headline h1 {
	font-size:1.2em;
	color:#fff;
}

#caption {
	position:absolute;
	left: 247px;
	top: 287px;
}
#caption p{
	color:#fff;
	text-align:center;
	font-style:italic;
}

/* Misc Classes */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.divider {
	border-right:solid 1px #5e2817;
}
.note-text {
	font-size:.8em;
	font-style:italic;
}
.note-text2 {
	font-size:.8em;
	color:#666;
}
.padT {
	padding-top:20px;
}
