﻿body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*line-height: 1.2;*/
	color: #000;
	background: #d8cfcf url(img/body.gif) repeat-x 0 0;
	text-align: left;
}
body.inner-page
{
	/*background-image: url(img/body_inner.gif);*/
}
* {
	margin: 0;
	padding: 0;	
}
div#wrapper 
{
	margin: 0 auto;
	width: 980px;
	position: relative;
}
p.logo
{
	margin: 10px 0 0 8px;
	padding: 25px 0 10px 70px;
	background: transparent url(img/logo.png) no-repeat 0 0;
	color: #C09C94;
	font-size: 18px;
	font-weight: normal;
	float: left;
	height:40px;
}
.top-nav 
{
	background: transparent url(img/top-nav.png) no-repeat 50% 0;
	float:right;
	text-align:right;
	width:900px;
}
div.content {
	margin: 0 0 0 20px;
	padding: 10px 14px 0;
	width: 564px;
	float: left;
	background: transparent url(img/content.gif) repeat-x 0 0;
	min-height: 370px;
	display: inline;
}
.inner-page .content 
{
	margin: 0 20px 0 0;
	float: right;
	width: 656px;
}
.inner-notes 
{
	margin: -10px -14px 20px 10px;
	padding: 15px;
	width: 187px;
	float: right;
	background-color: #D0C6C6;
}
div.sidebar {
	margin: 0 0 0 20px;
	padding: 0;
	width: 308px;
	float: left;
	background-color: #D0C6C6;
}
.inner-page .sidebar
{
	width: 217px;
	display: inline;
} 
div.footer {
	margin: 0 10px;
	padding: 0;
	clear: both;
	width: 960px;
	background-color: #300000;
	float: left;
}
div.contact 
{
	margin: 0;
	/*padding: 17px 14px;*/
	background-color: #393939;
	color: #E2E2E3;
}
.inner-page div.contact 
{
	margin-top: 0;
}
.footer .contact 
{
	padding: 15px 34px;
}
div.wrap {
	padding: 17px 14px;
	background-color: #D0C6C6;
	/*float:left;*/
}
.inner-page div.wrap 
{
	padding: 0;
	background-color: transparent;
}
div.mainbar div.wrap {
	 /* background: transparent url(Images/div_latest_news.gif) no-repeat 50% 100%; */
}
div.contentWrapper 
{
	margin: 0 10px;
	padding: 20px 0 40px;
	width: 960px;
	float: left;
	background-color: #ebebeb;
	border-top: 1px solid #ebd670;
}
.page-title 
{
	/*background: transparent url(img/title-main.jpg) no-repeat 50% 0;*/
	height: 264px;
	h/eight: 265px;
	float: left;
	padding: 0 10px;
	width: 976px;
	clear: both;
}
.inner-page .page-title 
{
	padding: 0 10px;
	/*background: transparent url(img/title-inner.jpg) no-repeat 0 0;*/
	height: 100px;
}
/* Headings */
.page-title h1 
{
	margin: 0;
	padding: 35px 0 0 68px;
	color: #fff;
	font-size: 34px;
	font-weight: normal;
}
.content h1
{
	margin: 10px 0 10px;
	color: #700608;
	font-size: 34px;
	font-weight: normal;
}
.content h2, #Main .sf_newsList h2.sf_newsTitle
{
	margin: 0 0 10px;
	color: #700608;
	font-size: 18px;
	font-weight: normal;
}
.content h3
{
	margin: 0 0 10px;
	color: #464646;
}
.content .inner-notes h3 
{
	font-size: 18px;
	font-weight: normal;
	color: #700607;
}
.sidebar h3 
{
	font-size: 18px;
	font-weight: normal;
}
.inner-page .sidebar h3 
{
	padding: 20px 15px 10px 21px;
	color: #FFEBD7;
	background: #650507 url(img/h3-sidebar.gif) no-repeat 100% 0;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #9f4a3e;
}
.footer .contact h3 
{
	font-size: 14px;
	display: inline;
}
.content h4
{
	margin: 0 0 10px;
	color: #464646;
	font-weight: normal;
}
.content .inner-notes h4 
{
	font-size: 12px;
	font-weight: bold;
}
.sidebar h4
{
	margin: 0 0 5px;
}
/* Paragraphs */
p {
	margin: 0;
	padding: 0;
	line-height: 1.5;
}
.content p 
{
	margin: 0 0 10px;
	padding: 0;
}
.content p.more
{
	text-align: right;
	font-size: 11px;
}
.footer p
{
	margin: 0;
	padding: 17px 34px;
	color: #fff;
}
.date, .content p.date
{
	color: #700608;
	font-size: 10px;
	margin-bottom: 0;
}
.page-title p
{
	padding: 30px 0 0 68px;
	color: #fff;
	width: 570px;
	line-height: 1.8;
}
/* Lists */
ul, ol {
	margin: 0 0 10px 25px;
	padding: 0;
	list-style-position: outside;
}
li {
	margin: 0;
	padding: 0;
	list-style-type: disc;
}
ol li {
	list-style-type: decimal;
}
.content ul 
{
	margin-left: 0;
}
.content ul li
{
	padding-left: 30px;
	list-style-type: none;
	background: transparent url(img/bullet.gif) no-repeat 9px 5px;
}
.content ol 
{
	margin-left: 30px;
}
.content ul.key-items 
{
	color: #700608;
	font-weight: bold;
}
.content ul.key-items li
{
	background-image: url(img/bullet-yellow.gif);
	background-position: 5px 2px;
}
.wrap .news-list 
{
	margin: 0;
}
.wrap .news-list li
{
	padding: 17px 0;
	list-style-type: none;
	background: transparent url(img/sidebar_news_li.gif) repeat-x 0 100%;
}
/* Semantic */
strong {
	font-weight: bold;
	font-style: normal;
}
em {
	font-weight: normal;
	font-style: italic;
}
address 
{
	padding-top: 5px;
	font-style: normal;
	line-height: 1.5;
}
.footer .contact address 
{
	display: inline;
}
/* Links */
a:link, a:visited, a:hover, a:active {
	color: #6f5928;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.logo a:link, .logo a:visited, .logo a:hover, .logo a:active {
	color: #fff;
	text-decoration: none;
}
.sidebar h4 a:link, .sidebar h4 a:visited, .sidebar h4 a:hover, .sidebar h4 a:active 
{
	color: #464646;
}
.contact a:link, .contact a:visited, .contact a:hover, .contact a:active {
	color: #ccc;
	text-decoration: underline;
}
/* Footer Links */
.bottom_navigation
{
	border:1px solid #999;
	clear:both;
	position:relative;
	left:10px;
	top:0px;
	width:958px;	
}

.bottom_navigation .column
{
	float:left;
	font-family:Arial;
	font-size:10px;
	padding:5px;
	width:140px;
}

.bottom_navigation .column a
{
	display:block;
}

/* Copyright Notice */

.footer .copyright 
{
	padding: 15px 34px;
	text-align:right;
}

div.copyright 
{
	color: #FFFFFF;
}

.copyright
{
	width:888px;	
}

.copyright a
{
	color: #FFFFFF;	
}


/* Community Logo */
.poweredBySitefinityLogo 
{
	padding: 20px 0;
	width: 100%;
	float: left;
	clear: both;
}
/* Blogs */
.content ul.sf_postListing li 
{
	background-image: none;
}
/* Banner */

.bannerMainTemplate{
	color:#fff;
	font-size: 12px;
	font-weight:normal;
	margin:0;
	padding:0;
}

.bannerMainTemplateContainer{
	/*padding-top:10px;*/
	padding-left:10px;
	width:950px;/*100%;*/
}

.bannerMainTemplateLeft{
	float:left;
	width:501px;/*65%;*/
}

.bannerMainTemplateLeft h1{
	color: #fff;
	font-size: 34px;
	font-weight: normal;
	margin:0;
	padding:0;
}

.bannerMainTemplateLeft h2{
	color: #700608;
	font-size: 18px;
	font-weight: normal;
	margin:0;
	padding:0;
}

.bannerMainTemplateLeft h3{
	color: #464646;
	margin:0;
	padding:0;
}

.bannerMainTemplateLeft p{
	margin:0;
	padding:0;
	padding-top:20px;	
}

.bannerMainTemplateRight
{
	background-color:Gray;
	 float:left;
	 width:328px;/*35%;*/
}

.bannerMainTemplateRight h1{
	color: #fff;
	font-size: 34px;
	font-weight: normal;
	margin:0;
	padding:0;
}

.bannerMainTemplateRight h2{
	color: #700608;
	font-size: 18px;
	font-weight: normal;
	margin:0;
	padding:0;
}

.bannerMainTemplateRight h3{
	color: #464646;
	margin:0;
	padding:0;
}

.bannerMainTemplateRight p{
	margin:0;
	padding:0;
/*	padding-top:20px;*/
}

.bannerMainTemplateLeft h1.bannerMainTemplateTitle{
	color: #fff;
	font-size: 34px;
	font-weight: normal;
	margin:0;
	padding:0;
	padding-top:30px;
}

.bannerMainTemplateLeft h1.bannerMainTemplateSlideTitle{
	color:#000;
	padding-bottom:20px;
}

/* Search Box */

.sf_searchBox{
	color:#FFF;
	margin-top:120px;
}

.sf_searchText{
	height:20px;
	margin-left:10px;
}

.sf_searchSubmit{
	margin-top:5px;
}

/* News Rotator */

.newsItemContainer
{
	height:23px;
	padding-top:8px;
	padding-left:3px;
}

.newsDate
{
}

.newsTitle
{
}
.newsRotator{
	background-color:#CCCCCC;
	float:left;
	height:28px; 
	margin:0 10px 15px 20px; 
	width:920px;
}
.newsRotatorTitle{
	background-color:#700608;
	color:#FFFFFF;
	float:left;
	font-size: 16px;
	font-weight: normal;
	height:23px;
	padding-top:5px;
	padding-left:15px;
	width:150px;
}
.newRotatorContent{
	float:left;
	width:770px;
}
.newRotatingTitle{
	float:left;
}

/* AdRotator */

.adRotatorContainer{
	border:solid 1px #000000;
	background-color:gray;
	clear:both;
	float:left;
	height:315px;
	margin-top:10px;
	margin-bottom:15px;
	overflow:hidden;
	padding-left:30px;
	padding-top:10px;
	text-align:center;
	width:250px;
}
.adRotatorContainer ul,li{
	list-style-type:none;
}	
.adRotator
{
	font-family:Verdana,Arial, Helvetica, Sans-Serif;
	font-style:italic;
	font-weight:bold;
}

