body
{
	margin: 0;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 1.3em;
	color: #000;
	background: #fff;/* url(img/body.gif) repeat-x 0 0;*/
	text-align: left;
}

/* MODERNIZE INPUT BOXES */
input[type="text"], input[type="password"], select, textarea
{
    padding: 5px;
    font-size: 10.5pt;
    border-color: #cccccc;
    border-style: solid;
    border-radius: 3px;
    border-width: 1px;
}

div#header
{
	background: transparent url(img/background.jpg) no-repeat 0 0;
	background-size: 100% 150px;
	/*background-color: #404040;*/
	width: 100%;
	position: absolute;
	padding: 0 0 25px 0;
	height: 125px;
}
div#headerWrapper
{
	margin: 0 auto;
	width: 960px;
	position: relative;
}
.sectiontitle
{
	background-color: #c9ae87;
	color: #fff !important; 
	padding: 15px; 
}

div#wrapper
{
	margin: 0 auto;
	width: 960px;
	position: relative;
}

.logo
{
	/*margin: 0 0 -19px 9px;*/
	background: transparent url(img/logo.png) no-repeat 0 0;
	width: 346px;
	height: 125px;
	float: left;
}

p.sf_singleNews
{
	margin: 50px;
}

.accessview
{
	padding: 30px 0 0 0;
}
.inner-two-columns div.contentLeft
{
    border-right: 1px solid #A1A4A8;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-right: 15px;
    width: 38%;
}
.inner-two-columns div.contentRight
{
    float: right;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-left: 15px;
    width: 38%;
}
div.contentLeft
{
	float: left;
}
div.contentRight
{
	float: right;
}

.inner-two-columns
{
	padding: 0 15px 0 0;
}

.content
{
	margin-left: 3px;
}

#Main.content
{
	margin-left: 3px;
	float: left;
	width: 612px;
	padding: 0 15px 0 0;
}

#Inner.content
{
	float: right;
	width: 685px;
	background-color: #fff;
	padding: 10px;
	margin-top: 0px;
	min-height: 100px;
}

#Inner-Open.content
{
	float: left;
	width: 950px;
	padding: 10px;
	background-color: #fff;
}

div.contentOpen {
	padding: 10px 5px 0;
	position: relative;
	top: 40px;
}
.inner-notes
{
	margin: -10px -14px 20px 10px;
	padding: 15px;
	width: 217px;
	float: right;
	background-color: #D1D3D3;
}
div.sidebar
{
	margin: -21px 0;
	padding: 0;
	width: 330px;
	float: left;
}
.inner-page .sidebar
{
	width: 250px;
	display: inline;
	padding: 0;
}
.inner-two-columns .sidebar
{
	width: 250px;
	display: inline;
}
div.footer
{
	margin: 0 10px;
	padding: 0;
	clear: both;
	width: 970px;
	/*background: #323438 url(img/footer.gif) repeat-x 0 0;*/
	background-color: rgb(50, 52, 56);
	float: left;
}
div.contact
{
	color: #393b3f;
}
#contact h1
{
	/*margin-top: -5px;
	padding: 0 0 0 10px;*/
}
.inner-page div.contact
{
	margin-top: 0;
}
.inner-two-columns div.contact
{
	margin-top: 0;
}
.footer .contact
{
	padding: 15px 34px;
}
div.wrap
{
	padding: 17px 14px;
	/*background: #f6f6f6;*/
}
.inner-page div.wrap
{
	margin: 0 -5px 0 0;
	padding: 0;
	background-color: transparent;
}
.inner-two-columns div.wrap
{
	margin: 0 -5px 0 0;
	padding: 0;
	background-color: transparent;
}
div.mainbar div.wrap
{
	/* background: transparent url(Images/div_latest_news.gif) no-repeat 50% 100%; */
}
div.contentWrapper
{
	padding: 0 0 20px;
	width: 960px;
	min-height: 550px;
}

.top-nav
{
	top: 73px;
	position: relative;
	width: 960px;
}

.page-title
{
	margin: 0 0 20px 5px;
	clear: both;
}
.inner-page .page-title
{
	padding: 0 10px;
	/*background: transparent url(img/title-inner.jpg) no-repeat 0 0;*/
	height: 5px;
}
.inner-two-columns .page-title
{
	padding: 0 10px;
	/*background: transparent url(img/title-inner.jpg) no-repeat 0 0;*/
	height: 5px;
}
.socialmedia-header
{
	padding: 5px 0 0 0;
	width: 200px;
	right: 250px;
	position: absolute;
}

.signinbox
{
	width: 309px;
	height: 17px;
	top: 35px;
	position: absolute;
	right: 9px;
}
.searchbox 
{
	padding: 0 0 0 13px;
	width: 219px;
	height: 27px;
	background: transparent url(img/div_search.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	right: 10px;
}
* html .searchbox 
{
	/*background-image: url(img/div_search.gif);*/
	
}
.searchbox label
{
	position: absolute;
	top: -100px;
	left: -10000px;
}
.searchbox input.sf_searchText
{
	border: 0;
	width: 179px;
	padding: 0 !important;
	vertical-align: top;
    border-style: none;
    border-radius: 0;
    border-width: 0;
    border: none !important;
}
.searchbox input.sf_searchSubmit
{
	border: 0;
	background-color: transparent;
	width: 35px;
	height: 20px;
	text-indent: -99999px;
	overflow: hidden;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
}
.contactusBox 
{
	color: #fff;
	width: 310px;
	float: right;
	background-color: #8d725f;
	padding: 15px 25px 15px 15px;
	margin: 0 0 10px 10px;
    border-radius: 10px;
}
.contactusBox p
{
	margin: 0 0 10px;
	padding: 0;
}

/* Headings */
.page-title h1
{
	margin: -35px 0 0 0;
	padding: 0 0 0 5px;
	color: #515151;
	font-size: 24pt;
	font-weight: normal;
}
.content h1
{
	margin: 0 0 10px 0;
	color: #515151;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.0em;
}
.content h2
{
	margin: 0 0 10px !important;
	/*color: #515151;*/
	font-size: 18px;
	font-weight: bold;
}
#Main .sf_listTitle
{
	display: none;
}
#Main .sf_expandedList
{
	margin-left: -25px;
}
.content li, #Main .sf_listTitle
{
}
.content h3
{
	color: #515151;
}
.content .inner-notes h3
{
	font-size: 18px;
	font-weight: normal;
	color: #000;
}
.sidebar h3
{
	/*font-size: 18px;*/
	font-weight: normal;
}
.inner-page .sidebar h3, .inner-two-columns .sidebar h3
{
	padding: 20px 15px 20px 21px;
	color: #555;
	background: #d8c09e url(img/h3-sidebar.gif) no-repeat 100% 0;
	font-size: 16pt;
	font-weight: bold;
	border-bottom: 1px solid #333;
}
.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
{
	font-size: 11pt;
}
.content p
{
	padding: 0;
}
.content p.more
{
	text-align: right;
	font-size: 11px;
}
.footer p
{
	margin: 0;
	padding: 8px 34px;
	color: #fff;
}
.date, .content p.date
{
	color: #7C790C;
	font-size: 10px;
	margin-bottom: 0;
}
.page-title p
{
	padding: 30px 0 0 68px;
	color: #fff;
	width: 570px;
	line-height: 1.8;
}
div ul
{
	padding: 0 0 0 30px;
}
#RegEvents ul
{
	padding: 0;
}
	
/* Lists */
ul, ol
{
	margin: 0 0 10px 25px;
	padding: 0;
	/*list-style-position: outside;*/
}
/*li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ol li
{
	list-style-type: none;
}*/
.content ul
{
	margin-left: 0;
}
.content ul li a
{
	text-decoration: none;
}

.content ol
{
}
.content ul.key-items
{
	color: #928B0C;
	font-weight: bold;
}
.content ul.key-items li
{
	background-image: url(img/bullet-yellow.gif);
	background-position: 5px 2px;
}
.wrap .news-list
{
	margin: 0;
	font-size: 10pt;
}
.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
{
	font-style: normal;
	/*padding-top: 5px;
	line-height: 1.5;*/
}
.footer .contact address
{
	display: inline;
}
.picPaddingLeft
{
	padding: 0 0 10px 10px;
}
/* Links */
a:link, a:visited, a:active, .sf_singleNews a:link, .sf_singleNews a:visited
{
	color: #020d9c;
	text-decoration: underline;
	font-weight: normal;
	/*font-size: 12px;*/
}
a:hover
{
	text-decoration: none;
	/*font-weight: bold;*/
}
.logo a:link, .logo a:visited, .logo a:hover, .logo a:active
{
	color: #fff;
	text-decoration: underline;
}
.sidebar h4 a:link, .sidebar h4 a:visited, .sidebar h4 a:hover, .sidebar h4 a:active
{
	color: #464646;
}
.sf_newsList h2 a:link, .sf_newsList h2 a:visited, .sf_newsList h2 a:hover, .sf_newsList h2 a:active
{
	font-size: 18px;
}
/* Community Logo */
.poweredBySitefinityLogo
{
	padding: 20px 0;
	width: 100%;
	float: left;
	clear: both;
}
/* Blogs */
.content ul.sf_postListing li
{
	background-image: none;
}
.easyaccesstext
{
	/*background-color: #ebebeb;*/
	padding: 10px;
	font-size: 8pt;
	text-align: left;
	height: 32px;
	margin-bottom: 15px;
}
/* Legal mumbo-jumbo */
.legaltext
{
	font-size: 8pt;
	color: #8c8e93;
	text-align: left;
}
.buttons
{
	color: #fff !important;
	padding: 10px 15px !important;
	border: none !important;
	font-size: 11pt !important;
	clip: rect(auto auto auto auto);
	line-height: 16pt !important;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #c9ae87 !important;
	text-decoration: none;
	cursor: pointer;
}
/* EVENTS LIST */
ol.sf_eventsList
{
}
.sf_eventsList h3.sf_eventTitle 
{
	margin: 0 0 10px;
	color: #494949;
	font-size: 12pt;
	font-weight: normal;
}
.sf_eventsList .sf_eventSummary ul li
{
	margin: 0 0 0 45px;
}
.sf_eventsList .sf_eventSummary
{
	color: #494949;
	font-size: 9pt;
	font-weight: normal;
}
.sf_eventsList .sf_readMore
{
	margin: 0 0 10px;
	color: #494949;
	font-size: 10pt;
	font-weight: normal;
	border-bottom: solid 1px #464646
}
.sf_eventsList p
{
	margin: 10px 0 !important;
	color: #494949;
	font-size: 9pt;
}
.sf_eventsList p.sf_eventPriod
{
	font-size: 14pt !important;
}
.sf_eventsList li ol ul
{
}
.sf_eventsList h3.sf_eventTitle a
{
	font-size: 22pt;
}


div.sf_singleEvent
{
	padding: 15px;
	list-style-type: none;
}
.sf_singleEvent .sf_back
{
	font-size: smaller;
}
.sf_singleEvent a
{
	font-size: 10pt;
}
.sf_singleEvent .sf_eventContent
{
	padding: 0 0 15px;
}
div.sf_contentComments
{
	padding: 15px;
}
.sf_contentComments a
{
	font-size: 10pt;
}
.sf_pager li
{
	list-style-type: none;
}
.recent
{
	font-size: 10pt;
	line-height: 14pt;
}
/* boxes */
.boxes {
}
.box {
	float:left;
}
	
.box1 {
	float: left;
	width: 49%;
	margin: 1px 1px 0 0;
	overflow: hidden;
}
	.box1 .indent {
		padding: 0 0 10px 20px;
	}
.box2 {
	float: left;
	width: 49%;
	margin: 1px 0px 0 10px;
	overflow: hidden;
}
	.box2 .indent {
		padding: 0 0 10px 10px
	}

.mainbox {
	width: 935px;
	margin: 1px 0px 0 0;
	overflow: hidden;
}
	.mainbox .indent {
		padding: 0 0 10px 20px;
		margin: -20px 0;
	}
.reToolCellRemoveNow
{
	display: none;
}
/**/
#footer 
{
    background-color: #333;
    bottom: 0;
    color: #FFFFFF;
    margin: 0;
    padding: 10px;
    position: fixed !important;
    width: 100%;
    z-index: 100;
}
#preFooter2
{
    background-color: #5b5b5b;
    bottom: 0;
    color: #FFFFFF;
    margin: 0;
    padding: 10px;
    position: fixed !important;
    width: 100%;
}
.footerLeft
{
	float: left;
	margin-left: -10px;
}
.preFooter
{
	background-color: #5b5b5b;
    margin: 0;
    width: 100%;
	color: White;
	padding: 25px;
}
.clearFooter
{
	height: 74px;
	clear: both;
}
table.equipmentBox
{
	background-color: #f8f8f8; 
	border: 1px solid #cccccc;
	width: 350px;
}
/* SITEMAP UC */
.linkGroup
{
    padding:5px 5px 5px 5px;
}
.linkItem         
{
    padding:5px 5px 5px 5px;
}
.linkItemHidden            
{
    padding:5px 5px 5px 5px;
    display:none;
}

.thisColumn
{
    float:left;
    padding:10px 10px 10px 10px;
}
.closeDiv
{
    float:none;
    clear:both;
}
.linkGroup a:link, .linkGroup2 a:visited, .linkGroup2 a:active
{
	font-size: 9pt;
	color: #5b5b5b;
	text-decoration: none;
}
.linkGroup a:hover
{
	color: #5b5b5b;
	text-decoration: underline;
}
.SiteMap
{
	width: 955px; 
	margin: 0 auto;
}
.SiteMapWrapper
{
	margin: 50px 0 0;
	float: left;
	width: 100%;
	background-color: #e1e1e1;
}
.sf_newsList h2.sf_newsTitle a
{
	font-size: 22pt;
}
.sf_newsList li
{
	border-bottom: solid 1px #d1d1d1;
}
.sf_newsList p.sf_newsDate 
{
	font-size: 14pt;
}
.sf_newsList .sf_newsAuthor
{
	font-size: 9pt;
	margin: 0 0 10px 0;
}
.sf_eventsList LI
{
}
.sf_listItemTitle, .sf_listItemTitleexp
{
	font-size: inherit !important;
}
.sf_listItemBody
{
	padding: 0 0 25px 0;
}

/* USED IN EDIT MODE WITHIN CMS SO MENU DOES NOT OVERLAP TOP MOST ITEM */
div.ContentAreaTempt
{
	/*position: relative !important;
	left: -1000px !important;*/
}
.sf_postBookmark
{
	margin: 35px 0;
}
.sf_postBookmark a:link
{
	text-decoration: none;
}

/*JQUERY SCROLL */
.scroll-to-top
{
	position: fixed;
	background: url(/images/scroll-to-top.png) no-repeat;
	cursor: pointer;
	bottom: 5em;
	right: 0px;
	width: 55px;
	height: 55px;
	padding-right: 1em;
	display: none;
	z-index: 999;
}
.sf_newsThumbnail img
{
	width: 150px;
}