@charset "utf-8";
/* CSS Document */

body {
	background-color: #0b0500; /* Cordovan */
	background-image: url(../images/bgtile.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}
.stonescape {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top:25px;
}
.page {
	width:772px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	padding:14px;
	background-color:#bb863b; /* dark bronze */
}
.header {
	width:772px;
	height:267px;
	background-image:url(../flash/header.png);
	background-repeat:no-repeat;
}
.main {
	background-color:#fffbeb; /* Almost White */
	margin-top:5px;
	background-image:url(../images/column.gif);
}
.columntop {
	background-image:url(../images/columntop.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
.columnbottom {
	background-image:url(../images/columnbottom.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}

.left {
	float:left;
	width:280px;
	margin-left:60px;
	border:1px solid #fff;
	margin-bottom:3em;
}
.leftheader {
	border-bottom:1px solid #fff;
}

.recentnews {
	border:2px solid #7b4d1b; /* bronze */
}
.recentnews .toprow {
	color:#fff;
	border-bottom:1px solid #7b4d1b; /* bronze */
	background-image:url(../images/menubgtile.gif);
}
.recentnews .toprow .topright {
	text-align:right;
	padding-right:1em;
}
.recentnews .lower {
	background-color:#ded4b2; /* beige */
}
.recentnews h3 {
	font-size:12px;
	margin:4px;
}
.recentnews h4 {
	font-size:11px;
	margin:6px;
}
.recentnews p {
	margin:8px;
}
.gallery {
	margin-left:-20px;
}
.gallery span {
	padding:0px 60px 3px 20px;
	background-image:url(../images/brushtile.gif);
	background-repeat:repeat-x;
	background-position: bottom left;
}
.right {
	margin-left:390px;
}
.inset {
	padding:25px;
	min-height:600px;
}
.addpadding {
	margin-top:1px;
	margin-left:80px;
	margin-right:15px;
	position:relative;
}


.feature {
	height:115px;
}
.feature img {
	float:left;
	margin-right:26px;
	border:3px solid #5a4a3b;
}
.feature h3 {
	margin-top:3px;
	margin-bottom:3px;
	color:#bb863b;
	font-size:12px;
}
.feature p {
	margin-top:0px;
	font-size:12px;
}

.thumb {
	text-align:center;
	vertical-align:middle;
}

.thumb img {
	border:1px solid #343e5f;
}
.thumb p {
	font-size:10px;
	line-height:12px;
	margin-top:5px;
}

.gallery {
	clear:right;
}

h3.gallerytitle  {
	clear:right;
	border-bottom:2px dotted #DBA65B !important; /* brassy */
	margin-right:1ex;
	padding-left:1ex;
	padding-bottom:2px;
}
h3.gallerytitle  span a {
	float:right;
	font-weight:normal;
	font-size:70%;
	padding-top:3px;
	padding-right:1em;
	vertical-align:bottom;
}
.button:hover {
	background-color:#DBA65B !important; /* brassy */
	cursor:pointer;
}



/******************************* FOOTER *************************************/

.footer {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1em;
	text-align:center;
}
.footer p {
	margin-top:5px;
	color:#fff !important;
	font-size:11px;
}
.footer a {
	color:#fff;
	margin-left:6px;
	margin-right:6px;
}
.footer a:link, .footer a:visited {
	text-decoration:none;
	color:#fff;
}
.footer a:hover, .footer a:active {
	text-decoration:underline;
	color:#fff;
}

p.copyright {
	text-align:center;
	color:#7b4d1b !important; /* bronze */
}
p.copyright a {
	color:#7b4d1b !important; /* bronze */
	text-decoration:none;
}

.clearer {
	clear:both;
}

