@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #715F3F;
}
h1 {
	font-weight: normal; font-size: 130%; margin: 12px 0px 0px; color: #000000;
}
h2 {
	font-weight: bold; font-size: 85%; margin: 0.4em 0px 0.5em 20px
}
h3 {
	font-weight: bold; font-size: 75%; margin: 0.4em 0px 0.5em 20px
}
h4 {
	font-weight: bold; font-size: 70%; margin: 0px 0px 1em
}
h5 {
	font-weight: bold; font-size: 65%; margin: 0px 0px 5px
}
hr {
	color: #CBBF69;
	height: 1px;
}
a:link, a:visited {
	color: #CBBF69;
}
a:hover {
	color:#5588aa;
}
td img {
	display: block;
}
p {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	line-height: 140%;
}
.oneColFixCtrHdr #container {
	width: 675px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top:0px;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../images/backgroundMiddle.jpg)
}
.oneColFixCtrHdr #mainContent p{
	text-align:left;
}
.oneColFixCtrHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #FFFFFF;/*#DDDDDD;*/
}
.oneColFixCtrHdr #footer p {
	margin: 0;
}
.oneColFixCtrHdr #footer td.contentMiddle {
	text-align:center;
	padding-top:10px;
	font-size:10px;
}
.contentMiddle {
	background:url(../images/backgroundMiddle.jpg);
	padding-top: 0;
	padding-right: 18px;
	padding-bottom: 0;
	padding-left: 18px;
}
#hdrLogo {
	margin-right: 20px;
}
#hdrTitle {
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#globalToolbar {
	font: 65% Verdana, Arial, Helvetica, sans-serif;
	color:#715F3F;
	width: 200px;
	text-align:right;
	vertical-align:top;
	padding-right:15px;
}
#globalToolbar a:link, #globalToolbar a:visited {
	text-decoration:none;
}
#pageNavigation {
	padding-right:15px;
	vertical-align:top;
	width:  141px;
}
.nearGraphic {
	MARGIN: 0px 9px 4px 0px
}
#layoutContents {
width:100%;
}
.featureBox {
padding: 5px;
background-color:#F0EDD2;
}

a.button {
	color:#715F3F;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	;
	text-transform: uppercase;
	letter-spacing: 5px;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: center;
	padding: 10px;
	border: 3px double #D5CB85;
}
a.button:hover {
	background-color:#CBBF69;
	color:#FFFFFF;
}
.dateFormat {
	color:#715F3F;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin-top:10px;
	margin-bottom:0px;
}
.postDate {
	color:#999999;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top:10px;
	margin-bottom:0px;
	clear:both;
}
h2.blog {
	text-align:left;
	text-transform:uppercase;
	font-size: 85%;
	margin-top: 0em;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
}
.contentPhotos {
	border: 2px solid #D2C77C;
	padding: 2px;
}
#galleryTable {
text-align:center;
}
#galleryTable th {
	font-size: 12px;
	padding:5px;
	border-bottom: 1px solid #CBBF69;
	border-top: 1px solid #CBBF69;
 }
#galleryTable td {
font-size:11px;
padding:5px;
}
#galleryTable img {
border: 1px solid #666666;}
#breadCrumbs {
text-align:left;
font-size:10px;
line-height:15px;
color:#CBBF69;
padding:5px;
text-transform:lowercase;
}
#pageNumbers {
border-top: 1px solid #CBBF69;
text-align:right;
font-size:10px;
line-height:15px;
padding-right:10px;
text-transform:lowercase;
}
#galleryTable .newFlag {
	color: #1E90FF;
}
#galleryTable .newFlag td{
	padding-top:0px;
}
td.itemDescription {
	width:150px;
	vertical-align:top;
	text-align:left;
}
td.itemDescription p {font-size:100%;}
h1.item {font-weight:bold; color:#715F3F; text-transform:lowercase;}
h1.price {font-weight:bold; color:#CBBF69;}

ul.siteMap {text-align:left;	font: 70% Verdana, Arial, Helvetica, sans-serif;
	line-height: 140%;}

