/* YUI Reset
----------------------------------------------- */
html {
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,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,optgroup {
	font-style: inherit;
	font-weight: inherit;
}
del,ins {
	text-decoration: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	line-height: 1em;
	margin-bottom: 0.5em;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: baseline;
}
sub {
	vertical-align: baseline;
}
/*because legend doesn't inherit in IE */
legend {
	color: #000000;
}
input,button,textarea,select,optgroup,option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
/* Typography
----------------------------------------------- */
body {
	font-size: 90%;
	line-height: 1.4em;
	color: #54301a;
	font-family: arial,"lucida grande",verdana,sans-serif;
	background-color: #f7f5ef;
	background-image: url(../images/background-page.gif);
	background-repeat: repeat-x;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Helvetica,arial,sans-serif;
}
h1 {
	font-size: 2em;
	color: #566c11;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1em;
}
h5 {
	font-size: 1em;
	font-weight: bold;
}
h6 {
	font-size: 1em;
	font-weight: bold;
}
h1 img,h2 img,h3 img,h4 img,h5 img,h6 img {
	margin: 0;
}
p {
	margin: 0 0 1.4em 0;
}
p img.left {
	float: left;
	margin: 5px 20px 20px 0;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
p img.right {
	float: right;
	margin: 5px 0 20px 20px;
	padding: 5px;
	border: solid 1px #CCCCCC;
}
a:link {
	color: #818d18;
	text-decoration: underline;
}
a:visited {
	color: #818d18;
	text-decoration: underline;
}
a:hover {
	color: #818d18;
	text-decoration: none;
}
a:active {
	color: #566c11;
}
blockquote {
	background: url(../images/quote-open-white.png) no-repeat 0px 3px;
	font-style: italic;
	line-height: 1.5em;
	text-indent: 16px;
	font-family: Georgia,"Times New Roman",Times,serif;
}
strong {
	font-weight: bold;
}
em,dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup,sub {
	line-height: 0;
}
abbr,acronym {
	border-bottom: 1px dotted #666666;
}
address {
	margin: 0 0 1.5em;
	font-style: italic;
}
del {
	color: #666;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre,code,tt {
	font: 1em 'andale mono','lucida console',monospace;
	line-height: 1.5;
}
li ul,li ol {
	margin: 0 1.5em;
}
ul,ol {
	margin: 0 1.5em 1.5em 1.5em;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
ol li {
	padding: 3px 0 10px 0;
}
ul {
	list-style: none;
	margin: 0 0 16px 0;
	padding: 0;
}
ul li {
	padding: 0 0 10px 10px;
	background: url(../images/bullet.gif) no-repeat 0 7px;
	line-height: 1.3em;
}
.sidebarlinks ul {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}
.sidebarlinks li {
	padding: 1px 0 10px 11px;
	background: url(../images/bullet-right-arrow.gif) no-repeat 0 6px;
	line-height: 1.3em;
}
.check li {
	padding: 0 0 14px 22px;
	background: url(../images/icon-check.png) no-repeat 0 2px;
	line-height: 1.3em;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
table {
	margin-bottom: 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
thead th {
	background: #C3D9FF;
}
th,td,caption {
	padding: 4px 10px 4px 5px;
}
tr.even td {
	background: #E5ECF9;
}
tfoot {
	font-style: italic;
}
caption {
	background: #EEEEEE;
}
/* Layout
----------------------------------------------- */
.container {
	width: 960px;
	margin: 0 auto;
}
.innerwrapper {
	width: 960px;
	float: left;
	padding: 0;
	background: #f7f5ef;
}
.innerwrapper-home {
	width: 960px;
	float: left;
	padding: 10px 0 0 0;
}
.header {
	width: 960px;
	height: 170px;
	padding: 0px;
	background-color: #fff;
	background-image: url(../images/background-header.gif);
	background-repeat: no-repeat;
}
.logo {
	display: block;
	width: 200px;
	height: 72px;
	text-indent: -9999px;
	background: transparent url(../images/logo.gif) no-repeat 0 0;
	margin: 50px 30px 0 40px;
	float: left;
}
* html .logo {
	display: inline;
}
.logo a {
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
}
.header-info {
	float: right;
	width: 132px;
	height: 38px;
	margin: 0 0 0 0;
}
.header-info a {
	color: #FFFFFF;
}
.header-info span {
	color: #8A8A8A;
}
.banner {
	float: left;
	width: 880px;
	padding: 30px 40px 0 40px;
	background: url(../images/banner-top.png) no-repeat 0 5px;
}
.banner-bottom {
	background: url(../images/banner-bottom.png) no-repeat 0 0;
	height: 10px;
	width: 100%;
	float: left;
}
.maincolumn {
	float: left;
	width: 570px;
	padding: 40px;
}
.fullcolumn {
	float: left;
	width: 880px;
	padding: 40px;
}
.narrowcolumnright {
	float: left;
	width: 210px;
	padding: 40px;
}
.narrowcolumnleft {
	float: left;
	width: 260px;
	padding: 40px;
}
.widecolumnright {
	float: left;
	width: 540px;
	padding: 40px 40px 0 40px;
}
.widecolumnleft {
	float: left;
	width: 590px;
	padding: 40px;
}
.halfcolumnleft {
	float: left;
	width: 400px;
	padding: 40px;
}
.halfcolumnright {
	float: left;
	width: 400px;
	padding: 40px;
}
.sidebar {
	float: left;
	width: 230px;
	padding: 40px;
	background: url(file:///Hard%20Drive/Users/seantubridy/Desktop/Furnish/images/column-divider.gif) no-repeat 0 50px;
}
.news-story {
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	border-top: 1px dashed #d1cab8;
}
.date {
	color: #a39a84;
	font-size: 1em;
}
.callout-box {
	background-color: #efebe2;
	padding: 20px 20px 10px 20px;
	margin: 0 0 30px 0;
	border: solid 1px #d1cab8;
}
#arrivals-holder {
	padding: 0 0 20px 0;
	float: left;
}
.arrival-left {
	float: left;
	width: 250px;
	height: 250px;
	margin: 0 40px 30px 0;
}
.arrival-right {
	float: left;
	width: 250px;
	height: 250px;
	margin: 0 0 30px 0;
}
.arrival-image {
	margin: 0 0 10px 0;
}
.arrival-description {
	float: left;
}
.rss {
	background: url(../images/rss.png) no-repeat 0 7px;
}
.footer {
	width: 880px;
	float: left;
	clear: left;
	padding: 40px;
	border-top: solid 1px #d1cab8;
	background: #efebe2;
}
.footer-contact {
	float: left;
	width: 239px;
	margin: 0 40px 0 0;
	border-right: 1px dashed #d1cab8;
}
.footer-hours {
	float: left;
	width: 229px;
	margin: 0 40px 0 0;
	border-right: 1px dashed #d1cab8;
}
.footer-subscribe {
	float: left;
	width: 330px;
	margin: 0;
}
.textmiddle {
	vertical-align: middle;
}
.subfooter {
	clear: left;
	padding: 20px 0 0 0;
	border-top: dashed 1px #d1cab8;
}
.footer .subdued {
	color: #7E735A;
}
.footer .footer-hours p {
	margin: 0 0 .8em 0;
}
.pics { height: 123px; width: 218px; padding:0; margin:0 0 10px 0; overflow: hidden }
.pics img { height: 123px; width: 218px; top:0; left:0 }
/* =MAIN NAVIGATION
----------------------------------------------- */
#mainnavigation {
	width: 960px;
	height: 34px;
	font-size: 1.2em;
	background: #566c11;
	margin: 0;
}
ul#navmenu {
	margin: 0 0 0 40px;
	padding: 0;
}
ul#navmenu li {
	padding: 0;
	display: block;
	float: left;
	margin: 0 30px 0 0;
	line-height: 34px;
	background: none;
}
ul#navmenu li a {
	color: #FFFFFF;
	text-decoration: none;
}
ul#navmenu li a:hover {
	text-decoration: underline;
}
/* =FORMS
----------------------------------------------- */
input,textarea {
	padding: 5px;
	margin: 0px 0px 15px 0px;
	border: 1px solid #d1cab8;
}
.contact-box input,.contact-box textarea {
	width: 400px;
}
.donation-box input,.donation-box textarea {
	width: 400px;
}
input.radio {
	width: 30px;
	display: inline;
}
textarea {
	height: 90px;
	border: 1px solid #d1cab8;
}
textarea:focus,input:focus {
	border: 1px solid #566c11;
}
input.submit-button {
	width: 100px;
	background-color: #818d18;
	color: #fff;
}
label {
	display: block;
	padding: 0 0 5px 0;
}