﻿body {
	margin: 0;
	padding: 0;
	background-color: #babcbe;
	font-family: Arial, Helvetica, sans-serif;
	color: #231f20;
	font-size: 12px;
}
a {
	color: #000;
}
a:hover {
	color: #d2232a;
}
pre {
	font-family: Arial, Helvetica, sans-serif;
}
#dHeaderOuter {
	width: 100%;
	height: 150px;
	background-image: url('Images/header-bk.jpg');
	background-position: bottom;
	background-repeat: repeat-x;
}
#dHeaderInner{
	width: 1000px;
	height: 150px;
	margin: auto;
	background-image: url('Images/header.jpg');
	background-repeat: no-repeat;

}
#dTopNav{
	padding-top: 125px;
	margin-right: 25px;
	width: 1000px;
}
#dContentArea {
	width: 950px;
	margin: 0px auto 0 auto;
	background-color: #fff;
    min-height: 550px;
	background-image: url('Images/content-bk.jpg');
	background-position: top;
	background-repeat: repeat-x;
}
#dContentLeft {
	float: left;
	margin: 40px 5px 15px 10px;
	width: 670px;
}
#dContentLeftFull {
	float: left;
	margin: 40px 10px 15px 10px;
	width: 900px;
}
#dContentRight {
	float: right;
	margin: 40px 10px 15px 5px;
	width: 250px;
}
#dRightBox{
    background-color: #6d6c6d;
    background-image: url(Images/vertbox-bg.jpg);
    background-repeat: repeat-x;
    background-position: top;
    min-height: 400px;
    font: normal 16px "Segoe UI", "Myriad Pro", Arial, sans-serif;
	text-decoration: none;
	color: #9f9f9f;
	padding: 10px 15px 10px 15px;
	border-bottom: solid 4px #d2232a;
}
#dRightBoxContent{
    font-size: 11px;
}
#dRightBoxContent a {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
}
#dRightBoxContent a:hover {
    color: #d2232a;
}
#dRightBoxContent p {
    margin: 2px;
}
#dFooterFade{
	width: 1000px;
	height: 15px;
	margin: auto;
	background-image: url('Images/footer-fade.jpg');
	background-repeat: no-repeat;
}
#dFooter {
	width: 100%;
	height: 75px;
	background-image: url('Images/footer-bk.jpg');
	background-repeat: repeat-x;

}
#dFooterNav {
	margin: auto;
	padding-top: 30px;
	font-size: 10px;
	color: #babcbe;
	text-align: center;
	width: 1000px;
}
#dContentLeft h1
{
    color: #d2232a;
    font-size: 18px;
}
#dContentLeft h2
{
      font-size: 16px;
}
#dContentLeft h3
{
      font-size: 14px;
}


/* --- NEWS LIST -- */
.sf_newsList li
{
    margin: 0px;
    padding: 0px;
}
.sf_newsTitle a
{
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
}
.sf_postBookmark a
{
    text-decoration: none;
}
/* -- Newsletter Form -- */
.sf_subscribeTxt
{
    width: 300px;
}
/* -- Gallery -- */
.sf_listAndPage dl
{
    text-align: center;
}
