body {
	color: #333333;
	font:15px "Times New Roman", Times, serif;
}

h1, h2, h3, h4, h5, h6, h7 {
	color: #5C4F43;
}

div.container {
}

div#main-content {
	background-color:#FFFFFF;
	border-left:5px solid #A29879;
	border-right:5px solid #A29879;
	min-height:350px;
	padding:15px 0;
}
div#footer {
	background:#5C4F43 url(/Images/CssImg/footer_top.jpg) 50% 0 no-repeat;
	border-left:5px solid #A29879;
	border-right:5px solid #A29879;
	border-bottom:5px solid #A29879;
	padding:30px 0;
}
div#copyright {
	text-align:left;
	color:#CCC4A9;
	font-size:12px;
}
div#valitics {
	text-align:right;
	color:#CCC4A9;
	font-size:12px;
}

div#placeholder-box {
	padding-top:15px;
}


a#logo {
	color: #325465;
	text-decoration: none;
}

div.whoslogged {
	color: #ddd;
	text-align: right;
	margin-bottom: 18px;
}

div.whoslogged a {
	color: #fff;
}

div#sub {
	background: #E9F1F3;
}

div.box {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #d6e1e7;
}

div#footer {
	color: #fff;
	text-align: center;
}

div#cat_282421_divs {
	text-align:right;
}

td.menu-item {
	background-image:url(/Images/menuimg/menurep.jpg);
	background-position:0 0;
	background-repeat:repeat;
	padding:0 10px;
    margin: 0;
    margin-right: 20px;
    display: block;
    height: 72px;
	text-align:center; 
    font-size: 15px;
    color: #4D4446;
}

td.menu-item-hover {
	padding:0 10px;
	text-align:center; 
    font-size: 15px;
    color: #9A592E;
}

td.menu-item-selected {
	padding:0 10px;
	text-align:center; 
    font-size: 15px;
    color: #9A592E;
}

td.submenu-item {
	color: #4D4446;
	font: 14px "Times New Roman", Times, serif;
}

td.submenu-item-hover {
	color: #9A592E;
	font: 14px "Times New Roman", Times, serif;
}

td.submenu-item-selected {
	color: #9A592E;
	font: 14px "Times New Roman", Times, serif;
}



/* @group Forms */

.search-box {
	border-bottom: 1px solid #B9D0DB;
	margin-bottom: 18px;
}

.secure-login, .newsletter-form, .announcement-list {
	background: transparent;
	border: none;
	border-bottom: 1px solid #B9D0DB;
	margin-bottom: 18px;
	padding-bottom: 9px;
}

.announcement-list {
	padding: 0 18px;
}

.secure-login h3, .newsletter-form h3 {
	background: transparent;
	border-bottom: none;
	font-size: 12px;
	margin: 0;
	padding: 6px 18px;
}

.secure-login div.form, .newsletter-form div.form {
	padding-left: 9px;
}

#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */

/* @group Links */

a:link, a:visited {
	color: #325465;
	text-decoration: none;	
}

a:hover, a:active {
	color: #325465;
	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: #E1DECE url(/Images/CssImg/back_rep.jpg) 0 0 repeat;
	margin: 0;
}

div#placeholder-nav {
	height: 137px;
	background:url(/Images/CssImg/header_image.png) 0 0 no-repeat;
	text-align:right;
	margin:0;
}


___

#main-nav, #main-nav ul {
padding: 0;
margin: 0;
list-style: none;
float: right;
}

#main-nav a {
background: url(/Images/menuimg/menurep.jpg) 0 0 repeat;
display: block;
padding:51px 10px 5px;
color: #4D4446;
}
#main-nav a:hover {
background: url(/Images/menuimg/menureph.jpg) 0 0 repeat;
color: #9A592E;
text-decoration: none;
}
#main-nav li.selected a, #main-nav li.selected a:hover {
background: url(/Images/menuimg/menureph.jpg) 0 0 repeat;
color: #9A592E;
text-decoration: none;
}

#main-nav li {
vertical-align:bottom;
float: left;
margin-left:10px;
height:72px;
}
___

div#main-nav {
	float:right;
	margin:0;
}


div#main div.inner {
	padding: 18px 30px 36px;
}

div#shadow {
	background: url(/images/cssimg/bg-footer-18-2.png) repeat-x 0 0;
	height: 18px;
}

div#placeholder-rss {
	height: 16px;
	margin-bottom: 9px;
	text-align: right;
}

div#placeholder-rss img {
	margin: 0 9px;
	vertical-align: middle;
}

#placeholder-nav table td, #placeholder-submenu table td {cursor: pointer;cursor: hand; }    

/* Special Image Styling */

.imgleft {
float: left;
padding: 0 15px 10px 0; }

.imgright {
float: right;
padding: 0 0 10px 15px; }

.imglefttop {
float: left;
padding: 10px 15px 10px 0; }

.imgrighttop {
float: right;
padding: 10px 0 10px 15px; }  /* @end */

