
body {
}

h1, h2, h3, h4, h5, h6 {
	color: #7a6a53;
}

div#logo-container {
	background: #D5DED9;
	font-size: 30px;
	font-weight: bold;
}

a#logo {
	color: #3a302b;
	text-decoration: none;
}

div#placeholder-hero {
	background: #D5DED9;
}

div#placeholder-search {
	background: #eee;
}

div#sub {
	padding: 18px 10px;
}

div#placeholder-footer {
	color: #888;
}

td.menu-item {
	color: #ffffff;
	font-weight: bold;	
	font-size: 1.15em;
}

td.menu-item-hover {
	color: #E39F5B;
	font-weight: bold;
	font-size: 1.15em;
}

td.menu-item-selected {
	color: #E39F5B;
	font-weight: bold;
	font-size: 1.15em;
}

td.submenu-item {
	background: #89775C;
	color: #FFFFFF;
	font-size: 11px;
	padding: 6px !important;
}

td.submenu-item-hover {
	background: #665745;
	color: #FFFFFF;
	font-size: 11px;
	padding: 6px !important;
}

td.submenu-item-selected {
	background: #665745;
	color: #FFFFFF;
	font-size: 11px;
	padding: 6px !important;
}

/* @group Forms */

div#placeholder-box1 {
	border-bottom: 1px solid #CBC6B6;
}

.secure-login, .newsletter-form, .announcement-list {
	background: transparent;
	border: none;
	border-bottom: 1px solid #CBC6B6;
	margin: 0;
	padding: 9px 0;
}

.announcement-list {
	border: none;
	padding: 0 18px;
}

.secure-login h3, .newsletter-form h3 {
	background: url(/images/cssimg/nl.jpg) no-repeat;
	border: none;
	font-size: 14px;
	padding: 45px 0 0 0;
}

.secure-login div.form, {
	padding-left: 9px;
}

.newsletter-form div.form {
}


div#sub input.cat_textbox_small,
div#sub select.cat_dropdown_small {
	width: 270px;
}

div#sub input.cat_textbox_small_nl,
div#sub select.cat_dropdown_small_nl {
	width: 163px;
}

#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */

/* @group Links */

a:link, a:visited {
	color: #4E7C67;
	font-weight: bold;
	text-decoration: none;	
}

a:hover, a:active {
	color: #4E7C67;
	font-weight: bold;
	text-decoration: underline;
}

div#nav a:link, div#nav a:visited {
	color: #157b8c;
	text-decoration: none;	
}

div#nav a:hover, div#nav a:active {
	color: #157b8c;
	text-decoration: underline;
}

#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */

/* @group Template Settings */

/* Don't touch these unless you know how CSS layouts work */

body {
	background: #665745 url(/images/cssimg/bg.jpg) repeat-y 50% 0;
	margin: 0;
}

body#sub {
	background: #665745 url(/images/cssimg/bg.jpg) repeat-y 50% 0;
}

div#logo-container {
	background: url(/images/cssimg/bg-logo-5-1.png) repeat-x 0 0;
	height: 216px;
	margin: 0;
}

div#placeholder-logo {
	padding-left: 30px;
	padding-top: 72px;
}

div#placeholder-hero {
    background: #3D3429;
	height: 258px;
	width: 950px;
}

div#nav {
	background: url(/images/cssimg/navrep.jpg);
	height: 35px;
	font-family: Georgia, "Times New Roman", Times, serif;

	
}

div#placeholder-nav {
	height: 36px;
	padding: 0 18px;	
}

div#placeholder-nav td {
	padding: 0;
	vertical-align: middle;
}

div.search-box {
	text-align: right;
}

div#placeholder-search {
	padding: 9px;
	width: 582px;
}

body#sub div#placeholder-search {
	width: 932px;
}

div#main div.inner {
	padding: 18px 30px 36px;
}

div#sub {
	margin: 0;
}

div#placeholder-rss {
	height: 16px;
	margin-bottom: 9px;
	text-align: right;
}

div#placeholder-rss img {
	margin: 0 9px;
	vertical-align: middle;
}

span.whoslogged {
	margin-right: 36px;
}


#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */

/* Special Image Styling */

.imgleft {
float: left;
padding: 0 15px 10px 0; }

.imgright {
float: right;
padding: 0 0 10px 15px; }