body {
	font-family: Tahoma, Arial,verdana;
	font-size: 11px;
	background: #000;
	/*background: #141414 url(../images/body-bg.jpg) center repeat-y;*/
	margin: 0px;
	padding: 0px;
}
p {
	font-family: Tahoma, Arial,verdana;
	font-size: 12px;
	color: #333333;
	/*padding-left: 25px;*/
	text-align: justify;
	margin-right: 10px;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
a img {
	border-style: none;
}
a.link-more {
	color: #F3AB2B;
}
.left {
	float: left;
}
.right {
	float: right;
}
#pagebody-container {
	width: 950px;
	margin: auto;
}
#PageHeader {
	background: url(../images/header/header-bg.jpg) no-repeat;
}
#PageHeader .top {
	padding-top: 10px;
	height: 69px;
}
#PageFooter {
	background-color: #5C5B5A;
	color: #FFF;
	margin-bottom: 40px;
	line-height: 2em;
	padding: 0 0 0 6px;
}
#PageFooter a {
	color: #FFF;
}
#FooterLogin {
	float: right;
	width: 180px;
	white-space: nowrap;
	overflow: hidden;
	background-color: #8C3E38;
}
#header-nav {
	background: url(../images/header/header-nav-bg.jpg) repeat-x;
	padding-top: 4px;
	height: 30px;
}
#header-nav ul {
	list-style-type: none;
	list-style-position:outside;
	font-size: 13px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
#header-nav li {
	list-style-type:none;
	list-style-position:outside;
	margin: 0 18px;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
}
#header-nav a {
	color: #FFF;
}
.TopLinks
{
	color: #F3AB2B;
	font-size: 8pt;
	font-family: Myriad Pro, verdana;
	font-weight: bold;
	float: right;
	text-align: right;
	padding-right: 15px;
}
.TopLinks a
{
	color: #FFFFFF;
	font-size: 7.5pt;
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.TopLinks a:hover
{
	text-decoration: underline;
}
body.silverleaf-admin .cms-editable:hover {
	background-color: #000;
	opacity: .85;
	filter: alpha(opacity=85);
	color: #FFF;
}

.subnav {
	padding: 20px 15px;
	border-bottom: 1px solid #969696;
}
.subnav ul {
	color: #F3AB2B;
	font-weight: bold;
	margin-top: 0;
	margin-bottom 0;
	padding-bottom 10px;
	list-style-image: url(../images/bullet-right-gold-arrow.gif);
	line-height: 1.5em;
}
.subnav a {
	color: #F3AB2B;
}


#news-box {
	width: 181px;
	height: 314px;
	padding: 20px;
	overflow: hidden;
	background: url(../images/home/news-box-bg.gif) no-repeat;
}
#news-box h3 {
	color: #F3AB2B;
	padding: 0;
	margin: 0;
	line-height:1em;
	padding-left: 25px;
	padding-bottom: 5px;
	background: url(../images/bullet-right-gold-arrow.gif) 0 5px no-repeat;
}
#news-box h3 a {
	color: #F3AB2B;
}
.widget.news-headlines {
	margin: 0;
	padding: 0;
}
.widget.news-headlines .headline a,
.widget.news-headlines .date a {
	color: #FFF;
	font-weight: normal;
}
.widget.news-headlines .description {
	color: #999;
}
.widget.news-headlines .NewsItem {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.widget.powered-by-silverleaf,
.widget.login-logout-button {
	display: inline;
	color: #FFF;
}
.widget.login-logout-button a {
	padding-left: 20px;
	background: url(../images/login-button.gif) 4px 2px no-repeat;
}
.widget.login-logout-button a:hover {
	background: url(../images/login-button-ovr.gif) 4px 2px no-repeat;
}

.callout-box {
	border: 1px solid #817339;
	padding: 8px;
	margin: 8px 0pt 8px 8px;
	width: 150px;
	float: right;
	background-color: #FAF8CC;
	font-style: italic;
	text-align: left;
}

.callout-box p {
	padding: 4px 0;
	margin: 0;
	text-align: left;
}
#main-body-content {
	background-color:#E2E0DC;
}