/* Main styles */
body {
	background-color: #EAE2D5;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 11px;
	color: #000000;
}

a:link, a:visited, a:hover {
	color: #7C64B7;
}

a:hover {
	color: #30277B;
	text-decoration: underline;
}

/* Sections */
#header {
	background-color: #AD945B;
	height: 120px;
	padding: 12px 24px 12px 24px;
}

#main {
}

#nav {
	background-color: #ABB59A;
	padding: 12px 6px 12px 6px;
	width: 200px;
	vertical-align: top;
}

#nav a:link, #nav a:visited, #nav a:hover, #nav .current {
	display: block;
	padding: 4px 6px 4px 6px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#nav a:hover {
	background-color: #D3D9CD;
}

.sub_nav {
	font-size: 9px;
	padding: 0 0 0 18px;
}

.search {
	padding: 4px 4px 4px 4px;
	background-color: #CEBF9E;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	text-align: right;
}

.search input.field {
	width: 182px;
}

.page_buttons a:link, .page_buttons a:visited, .page_buttons a:hover, .page_buttons .current_button {
	font-weight: bold;
}

.page_buttons .current_button {
}

#content {
	padding: 12px 6px 12px 6px;
	vertical-align: top;
}

#home {
}

#right {
	float: right;
	text-align: center;
	padding: 0px 0px 15px 15px;
}

#links {
	background-color: #CEBF9E;
	padding: 6px 6px 6px 6px;
	text-align: center;
	clear: both;
}

#links a:link, #links a:visited, #links a:hover {
	padding: 6px 6px 6px 6px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	border-left: #AD945B;
	border-width: 0 0 0 1px;
	border-style: none none none solid;
}

#links a:link.last, #links a:visited.last {
	border-width: 0 1px 0 1px;
	border-style: none solid none solid;
	border-color: #AD945B;
}

#links a:hover {
	background-color: #C4B490;
}

.links2 {
	padding: 6px 6px 6px 6px;
	vertical-align: top;
	text-align: center;
}

.navlink:link, .navlink:visited, .navlink:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.navlink:hover {
	text-decoration: underline;
}

#footer {
	padding: 6px 6px 6px 6px;
	text-align: center;
}

#photoGallery {
	width: 325px;
	height: 325px;
	background-color: #FFFFFF;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	vertical-align: middle;
}

.horizontal_bar {
	background-color: #CEBF9E;
	padding: 6px 6px 6px 6px;
	text-align: center;
	clear: both;
}


/* Content */
.sitemason_inventory {
	width: 100%;
	border-color: #666699;
	border-width: 1px;
	border-style: solid;
}

.sitemason_inventory .sitemason_title {
	background-color: #F0F0DF;
	border-color: #666699;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 2px 4px 2px 4px;
	margin: 0px;
}

.sitemason_inventory .sitemason_header {
	background-color: #F0F0DF;
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 4px 2px 4px;
	margin: 0px;
	clear: both;
}

.sitemason_inventory h1.sitemason_header {
	font-size: 14px;
	margin: 0px 0px 6px 0px;
}

.sitemason_inventory .sitemason_body, .sitemason_inventory .sitemason_error {
	background-color: #F9F9F2;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 2px 8px 2px 8px;
}

.sitemason_inventory .sitemason_error {
	color: #CC0000;
	margin: 8px 8px 2px 8px;
}

.sitemason_inventory .sitemason_match {
	font-weight: bold;
}

