/* CSS Document */
/*

Copyright (c) 2009, Yahoo! Inc. All rights reserved.

Code licensed under the BSD License:

http://developer.yahoo.net/yui/license.txt

version: 3.0.0

build: 1549

*/

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
body {
	background-color: #d8ceaf;
}
#wrapper {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #7E7358;
	border-bottom-color: #7E7358;
	border-left-color: #7E7358;
}
#header {
	height: 225px;
	width: 770px;
	float: left;
	background-color: #FFFFFF;
}

#leftCol {
	float: left;
	width: 770px;
}
#rightCol {
	float: left;
	width: 220px;
	background-image: url(../images/Sidebar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#sidebarGalleryLink {
	height: 334px;
	width: 186px;
	margin-top: 275px;
	margin-right: auto;
	margin-left: auto;
}
.sidebarContainer {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 186px;
	background-image: url(../images/sidebartab.png);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 10px;
}
.addthis {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 175px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.sidebarContainer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
.sidebarContainer a:hover {
	text-decoration: underline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #43270E;
	margin-bottom: 16px;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.3em;
	color: #231407;
	margin-bottom: 12px;
}


#nav {
	float: right;
	height: 40px;
	width: 770px;
}
.clear {
	clear: both;
}
#flash {
	float: left;
	height: 225px;
	width: 770px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #603813;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #603813;
}
#content {
	float: left;
	width: 710px;
	padding-top: 18px;
	padding-right: 30px;
	padding-bottom: 18px;
	padding-left: 30px;
	background-color: #c1b58b;
	background-image: url(../images/body-bkg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#logo {
	float: left;
	height: 142px;
	width: 340px;
	margin-top: 50px;
	margin-left: 40px;
}
#address {
	background-image: url(../images/address.gif);
	background-repeat: no-repeat;
	float: right;
	height: 38px;
	width: 301px;
	margin-right: 20px;
}
#weather {
	float: right;
	height: 108px;
	width: 144px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 25px;
}
#navigation {
	position: relative;
	float: right;
	background-image: url(../images/nav-left.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 65px;
	background-color: #FFFFFF;
}
#navigation li {
	float: left;
	color: #FFFFFF;
	list-style-type: none;
	background-color: #603813;
	text-align: center;
	padding-top: 10px;
	padding-left: 6px;
	padding-right: 16px;
	font-size: 12px;
	height: 26px;
}
.divide {
	float: left;
	color: #FFFFFF;
	list-style-type: none;
	background-color: #603813;
	text-align: center;
	padding-top: 10px;
	padding-left: 6px;
	padding-right: 16px;
	font-size: 12px;
	height: 26px;
	background-image: url(../images/nav-divider.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#navigation li:hover,
#navigation li.hover {position: relative;}
#navigation a {
	display: block;
	overflow: hidden;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
#navigation a:hover {
	text-decoration: underline;
}
#navigation li:hover ul,
#navigation li.hover ul {
	display: block;
	position: absolute;
	left: 0;
}
#navigation ul {
	display: none;
	float: right;
	z-index: 3;
}
#navigation ul li {
	width: 170px;
	background-color: #b4955e;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	background-image: none;
	height: 22px;
}
#navigation ul li:hover,
#navigation ul li.hover {background: #fff;}
#navigation ul li:first-child {
	border-top: none;
	margin-top: 10px;
}
#navigation ul li a {
	color: #333333;
	text-decoration: none;
	display: inline;
	text-indent: 0 !important;
	font-size: 11px;
	text-transform: capitalize;
	font-weight: bold;
}

#footer {
	width: 990px;
	background-color: #512D1F;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#wrapper #footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
#wrapper #footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DFDFDF;
}
#credits {
	background-color: #9D6F48;
	height: 14px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
#wrapper #credits a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #251B10;
	text-decoration: none;
}

#wrapper #footer a:hover {
	text-decoration: underline;
}
#mainimage {
	height: 151px;
	width: 770px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #603813;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #603813;
}
#wrapper #leftCol #content a {
	color: #43270E;
}
