*{margin:0;padding:0}
body {
	background: #E7D3BA url(../images/bg.gif) top center;
	color: #2C2211;
	font-family: Helvetica, Arial, Sans-Serif;
	padding: 20px 0 0 0;
}
#indexBanner {
	height: 250px;
	width: 940px;
	position: relative;
	overflow: hidden;
	margin-bottom: 7px;
}
#indexBanner .items {
	width: 20000em;
	position: absolute;
}
#indexBanner .itemWrapper {
	float: left;
}
#indexBanner .upper {
	height: 216px;
	width: 940px;
	margin: 0;
	position: relative;
	cursor: pointer;
}
#indexBanner .lower {
	background: transparent url(../images/itemBottom.gif) no-repeat;
	height: 34px;
	width: 940px;
	text-align: right;
	position: relative;
}
#indexBanner .lower a {
	position: relative;
	right: 23px;
	top: 3px;
	float: right;
	display: block;
}
.prev {
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	left: -15px;
	top: 110px;
	background: transparent url(../images/arrow.png) no-repeat -32px -32px;
	z-index: 100;
	cursor: pointer;
}
.prev:hover {
	background: transparent url(../images/arrow.png) no-repeat -32px 0px;
}
.next {
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	right: -15px;
	top: 110px;
	background: transparent url(../images/arrow.png) no-repeat 0 -32px;
	z-index: 101;
	cursor: pointer;
}
.next:hover {
	background: transparent url(../images/arrow.png) no-repeat 0 0;
}
.disabled {
	display: none;
}

.breadcrumbs {
	font-size: 11px;
	color: #645949;
	margin-bottom: 20px;
	letter-spacing: 0.08em;
}
a {
	color: #004B7A;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #771517;
}
h1 {
	font-size: 2.2em;
	font-weight: lighter;
	letter-spacing: 0.05em;
	margin: 0 0 10px 0;
	font-weight: lighter;
	padding: 0;
	color: #2c2211;
	line-height:28px;
}
h2 {
	font-weight: lighter;
	margin: 0 0 10px 0;
	padding: 0;
	color: #2c2211;
	font-size:1.2em;
	line-height:20px;
	letter-spacing: 0.05em;
}
h3 {
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #2c2211;
	font-size: 14px;
	letter-spacing: 0.02em;
}
h5 {
	color: #fff;
	font-weight: normal;
}
h6 {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.05em;
	margin: 0;
	color: #382C1B;
}
p {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1em;
	color: #2C2211;
}
hr {
	border: 0;
	color: #FFF5E9;
	background-color: #FFF5E9;
	height: 1px;
	margin: 15px 0;
}
ul li {
	margin-bottom: 10px;
}
.center {
	text-align: center;
}
.blogInfo h1 {
	line-height: 32px;
	margin: 0 0 5px;
	text-transform: none;
}
.blogPreview h1 {
	line-height:20px;
	margin:0 0 5px;
	text-transform:none;
	font-size: 1.4em;
}
.blogPreview h5 {
	font-weight: normal;
	font-size: 11px;
	margin: 0;
	text-align: right;
	text-transform: uppercase;
}
.blogPreview h6 {
	color: #2c2211;
	text-transform: uppercase;
	font-weight:lighter;
}
.blogPreview h6 a {
	text-transform: uppercase;
	font-style: normal;
}
.blogPreview p {
	margin: 0;
}
.blogPreview p:first-line {
	font-weight: bold;
}
.blogEntry {
	margin: 0 0 0 75px;
}
.styledList {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	position: relative;
	margin: 0;
}
.styledList li {
/*	display: block;*/
	font-size: 1.2em;
	line-height: 20px;
	margin: 0;
	text-transform: none;
	clear: both;
	width: 100%;
}
.styledList li a {
	display: block;
	padding: 1px 6px 3px 18px;
	background: transparent url(../images/bullet.gif) no-repeat;
}
.portfolioPreview {
	margin-bottom: 15px;
}
.portfolioPreview h6{
	font-style: normal;
	text-align: left;
	margin: 2px 0 0 1px;
	text-transform: uppercase;
	letter-spacing: 0.11em;
	font-size: 0.8em;
}
.portfolioPreview a img {
	border: 5px solid #FFF5E9;
}
.portfolioPreview a:hover img {
	border: 5px solid #771517;
}
.portfolioEntry {
	margin-bottom: 50px;
}
.portfolioEntry a img {
	border: 5px solid #FFF5E9;
}
.portfolioEntry a:hover img {
	border: 5px solid #771517;
}
.portfolioEntry h6{
	font-style: normal;
	text-align: left;
	margin: 5px 0 0 0;
	text-transform: uppercase;
	letter-spacing: 0.11em;
	font-size: 0.8em;
}
#quoteAuthor {
	color: #2C2211;
}
#quoteAuthor p {
	margin: 0;
}
.portfolioHeading {
	margin-bottom: 10px;
}
.portfolioHeading h6 {
	text-transform: none;
	font-size: 0.9em;
}
#nav {
	position: relative;
	font-size: 0.85em;
	color: #fff;
	letter-spacing:0.15em;
	text-align:right;
	text-transform:uppercase;
	text-shadow: 1px 1px 0px #beb59d;
	margin-top: 61px;
}
#nav a {
	color: #2C2211;
	padding: 2px 2px 2px 4px;
}
#nav a:hover {
	background: #FFF5E9 none;
	border-bottom: none;
}
.nav_categories li {
	list-style: none;
	margin: 0 0 0 5px;
}
.blogInfo h6{
	margin-top: -2px;
}
.postDate {
	position: relative;
	width: 60px;
	height: 60px;
	float: left;
}
.month, .day, .year {
	position: absolute;
	text-indent: -1000em;
	background-image: url(../images/dates-sprite.png);
	background-repeat: no-repeat;
}
.month { top: 0; left: 0; width: 35px; height: 25px;}
.day { top: 25px; left: 0; width: 35px; height: 35px;}
.year { bottom: 0; right: 0; width: 25px; height: 60px;}

.m-01 { background-position: 0px 0px;}
.m-02 { background-position: 0 -26px;}
.m-03 { background-position: 0 -52px;}
.m-04 { background-position: 0 -78px;}
.m-05 { background-position: 0 -104px;}
.m-06 { background-position: 0 -130px;}
.m-07 { background-position: 0 -156px;}
.m-08 { background-position: 0 -182px;}
.m-09 { background-position: 0 -208px;}
.m-10 { background-position: 0 -234px;}
.m-11 { background-position: 0 -260px;}
.m-12 { background-position: 0 -286px;}

.d-01 { background-position: -36px 0px;}
.d-02 { background-position: -36px -36px;}
.d-03 { background-position: -36px -72px;}
.d-04 { background-position: -36px -108px;}
.d-05 { background-position: -36px -144px;}
.d-06 { background-position: -36px -180px;}
.d-07 { background-position: -36px -216px;}
.d-08 { background-position: -36px -252px;}
.d-09 { background-position: -36px -288px;}
.d-10 { background-position: -36px -324px;}
.d-11 { background-position: -36px -360px;}
.d-12 { background-position: -36px -396px;}
.d-13 { background-position: -36px -432px;}
.d-14 { background-position: -36px -468px;}
.d-15 { background-position: -36px -504px;}
.d-16 { background-position: -36px -540px;}
.d-17 { background-position: -72px 0px;}
.d-18 { background-position: -72px -36px;}
.d-19 { background-position: -72px -72px;}
.d-20 { background-position: -72px -108px;}
.d-21 { background-position: -72px -144px;}
.d-22 { background-position: -72px -180px;}
.d-23 { background-position: -72px -216px;}
.d-24 { background-position: -72px -252px;}
.d-25 { background-position: -72px -288px;}
.d-26 { background-position: -72px -324px;}
.d-27 { background-position: -72px -360px;}
.d-28 { background-position: -72px -396px;}
.d-29 { background-position: -72px -432px;}
.d-30 { background-position: -72px -468px;}
.d-31 { background-position: -72px -504px;}

.y-2007 { background-position: -108px 0px;}
.y-2008 { background-position: -108px -61px;}
.y-2009 { background-position: -108px -122px;}
.y-2010 { background-position: -108px -183px;}
.y-2011 { background-position: -108px -244px;}
.y-2012 { background-position: -108px -305px;}
.y-2013 { background-position: -108px -366px;}
.y-2014 { background-position: -108px -427px;}
.y-2015 { background-position: -108px -488px;}
.y-2016 { background-position: -134px 0px;}
.y-2017 { background-position: -134px -61px;}
.y-2018 { background-position: -134px -122px;}
.y-2019 { background-position: -134px -183px;}
.y-2020 { background-position: -134px -244px;}
.y-2021 { background-position: -134px -305px;}
.y-2022 { background-position: -134px -366px;}
.y-2023 { background-position: -134px -427px;}
.y-2024 { background-position: -134px -488px;}

#testimonials {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#testimonials li {
	margin: 5px 0 0 0;
	padding: 10px 0 0 0;
	position: relative;
	background: transparent url(../images/quoteTop.gif) no-repeat left top;
	width: 220px;
}
#testimonials blockquote {
	font-size: 12px;
	padding: 0 15px 30px;
	background: transparent url(../images/quoteBottom.gif) no-repeat left bottom;
	letter-spacing: 0.03em;
}
#testimonials p{
	text-align: center;
	margin: -15px 0 15px;
	text-align: right;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 0.03em;
}
#testimonials p a {
	display: block;
	border-bottom: none;
}
#testimonials2 {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#testimonials2 li {
	margin: 5px 0 0 0;
	padding: 10px 0 0 0;
	position: relative;
	background: transparent url(../images/quote2Top.gif) no-repeat left top;
	width: 460px;
}
#testimonials2 blockquote {
	font-size: 12px;
	padding: 0 15px 30px;
	background: transparent url(../images/quote2Bottom.gif) no-repeat left bottom;
	letter-spacing: 0.03em;
}
#testimonials2 p {
	text-align: center;
	margin: -15px 0 15px;
	text-align: right;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 0.03em;
}
#testimonials2 p a {
	display: block;
	border-bottom: none;
}
#commentReplies {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#commentReplies li {
	margin: 5px 0 0 0;
	padding: 10px 0 0 0;
	position: relative;
	background: transparent url(../images/quote3Top.gif) no-repeat left top;
	width: 540px;
}
#commentReplies blockquote {
	font-size: 12px;
	padding: 0 15px 20px;
	background: transparent url(../images/quote3Bottom.gif) no-repeat left bottom;
	letter-spacing: 0.03em;
}
#commentReplies h6 {
	text-align: center;
	margin: -15px 0 15px;
	text-align: right;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 0.03em;
}
#commentReplies p a {
	display: block;
	border-bottom: none;
}
.over {
	cursor: pointer;
}
.over h1 a {
	color: #771517;
}
.over h5 a {
	color: #771517;
}
#contactForm td {
	padding-bottom: 9px;
}
#comments {
	margin: 0 0 0 80px;
}
.optionalHR {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background: transparent url(../images/hr.gif) repeat-x scroll left center;
	font-size:1.1em;
	margin:10px 0;
	text-align:center;
}
.optionalText {
	background: transparent url(../images/optionalBG.gif) no-repeat;
	padding: 0 10px;
}
input {
	background: #FFF5E9 none;
	border: solid #2c2211 1px;
	padding: 5px;
}
.submitButton {
	background: #990000 none;
	color: #FFF5E9;
	border: solid #2c2211 1px;
	cursor: pointer;
}
textarea {
	background: #FFF5E9 none;
	border: solid #2c2211 1px;
	padding: 5px;
}
input:focus {
	border: #036DAF 1px solid;
	background: #FFF none;
}
textarea:focus {
	border: #036DAF 1px solid;
	background: #FFF none;
}
#staff h1 {
	font-size: 1.8em;
}
#staff h6{
	text-align: right;
	color: #695C44;
	margin-top: -18px;
	width: 100%;
}
#footer {
	background: #FFF5E9 url(../images/footerbg.gif) repeat-x;
	padding: 10px 0 15px;
	font-size: 11px;
	letter-spacing: 0.05em;
	margin-top: 25px;
	font-weight: normal;
}
#footer h1 {
	color: #2c2211;
	font-size: 15px;
	margin: 8px 0 2px;
	letter-spacing: 0.07em;
	text-shadow: none;
}
#footer p {
	font-size: 1.0em;
	margin: 0;
	letter-spacing: 0.08em;
	color: #645949;
	font-weight: normal;
}
#footer strong {
	color: #2c2211;
}
#footer hr {
	border-top: 1px dotted #CAB189;
	margin: 5px 0;
}
#footer ul {
	list-style-type:none;
	line-height: 14px;
}
#footer ul li {
	margin: 0 0 9px 0;
}
#map {
	height: 220px;
}
.addon-preview {
	background: #fff none;
	border: #645949 1px solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 198px !important;
}
.addon-preview h2, .addon-preview p {
	margin-bottom: 6px;
}
.addon-preview.over {
	background: #ebe5d8 none;
	border-color: #292724;
}