H1{
	font-size: x-large;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	color: #442920;
}
H2{
	font-size: medium;
	margin: 0px;
	color: #442920;
	font-weight: bold;
}
H3{
}
body {
	line-height:1;
	color:black;
	background-color: #FFF7DF;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

a, a:visited {
	color:#2d3536;
	text-decoration:none;
}
a:hover, a:active {
	color:#9e805c;
	text-decoration:none;
}

#contact{
	float: right;
	font-size: 14px;
	margin-right: 25px;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #CCCCCC;
	color: #333333;

}
#slider-wrapper/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
 {
	width:850px;
	height:auto;
	padding-top:10px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	font-family: "“Trebuchet MS”", sans-serif;
	color: #666666;
	font-size: 14px;
	padding-right: 0px;
	padding-left: 0px;
}


#slider {
	position:relative;
	width:800px;
	height:300px;
	background-color: #CCCCCC;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}
#seo-title {
	width:850px;
	height:auto;
	padding-top:10px;
	margin-top:0px;
	margin-right: auto;
	margin-left: auto;
	color: #663300;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 5px;
	margin-bottom: 0px;
	font-family: Cambria, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
}
#middle {
	height: auto;
	width: 850px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#footer {
	width:850px;
	margin-right: auto;
	margin-left: auto;
	color: #333333;
	font-size: 12px;
	height: auto;
	background-color: #FFFFFF;
}
#quote {
	float: right;
	font-size: 15px;
	margin-right: 25px;
	background-color: #F0FCDD;
	padding: 10px;
	border: 1px solid #CCCCCC;
	color: #333333;
	margin-bottom: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 5px 5px #999;
	margin-top: 10px;
}






.nivo-controlNav {
	position:absolute;
	margin-right: auto;
	margin-left: auto;
	top: 10px;
	right: 25px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
	text-shadow:none;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

