﻿/*Global Generic Styles Section NOTE: FONT ORDER - tahoma,arial,verdana,sans-serif      tahoma,arial,verdana,georgia,times,sans-serif,serif; */
*{margin:0;padding:0;font-size:1em}/*Set all margins and padding to zero by default and set default font size to 1em DO NOT CHANGE*/

.overclear {width: 100%;overflow: hidden;}/*Overclear, clear float technique no need to use clear both as in clear class below, simply apply this class to a wrapper container and float left contents.   The wrapper container auto clears*/
.clear{clear:both;height:1px;visibility:hidden;margin-bottom:-1px}/*Clear floating container++*/
.none{display:none}/*Display None*/
.notop{margin-top:0 !important}/*Force with important for a container to have no top margin over riding the applicable style*/
.nobottom{margin-bottom:0 !important}/*Force with important for a container to have no top margin over riding the applicable style*/
.al{text-align:left} /*Quick type class to align left*/
.ar{text-align:right}/*Quick type class to align right*/
.halfL{float:left} /*Quick type class to float left*/
.halfR{float:right}/*Quick type class to float right*/

.SubTitle{font-size:1.2em}/*Quick type class to +0.2em larger font size than normal.*/
.smaller{font-size:0.9em}/*Quick type class to -0.1en smaller font size than normal.*/

a{color:#810221;}/*Set default link color                                          AND COLOR = DARK BURGANDY-RED*/
h1,h2{color:#000000;}/*Set default  h1 and h2 header title color AND COLOR = BLACK*/
address{font-style:normal}/*XML style for email addresses.*/
.astrong, .more, .sf_newsFullStory a, .sf_backToList a, .sf_backToPhotos a, .sf_previousItem, .sf_nextItem {
	color:#ff0000;/*AND COLOR = RED*/
	text-decoration:none;
	font-weight:bold;
	font-size:0.9em;
}/*Set all of these classes to use this default font style */
.astrong em,.more em{
	font-style:normal;
	font-weight:normal;
	font-family:tahoma,arial,verdana,georgia,times,sans-serif,serif; 
	font-size:1.2em;
	color:#880022;/*AND COLOR = DARK BURGANDY-RED*/
}/*Set all of these classes to use this default font style*/

img{border:0}/*Images by default will not have a border unless specified inline, or by over riding style*/

ul{list-style:none}/* Unordered lists will be set by default to not display bullets */

table{font-family:tahoma,arial,verdana,georgia,times,sans-serif,serif;/*font-size:1.5em;*/border:0;border-collapse:collapse;/*font-style:normal;font-weight:normal;*/}
th,td{text-align:left;vertical-align:top}
/*th a, td a{font-size:1em}*/
input,select,textarea{font-family:tahoma,arial,verdana,georgia,times,sans-serif,serif;font-size:1em}
fieldset{border:0}/*Set all field sets to have no border by default*/

html {background: #d80000/*DARK RED*/ url(img/gradient.gif)/*BLACK TO RED Gradient Image*/ repeat-x;}/*Nice CSS Tric to set a site background gradient while leaving body tag open for a more elaborate site background.*/
body{margin: 0; padding: 0; font-family:tahoma,arial,verdana,georgia,times,sans-serif,serif;font-size:62.5%; color:#000;/*BLACK ****Global Font size equals 1em reduced to 62.5 percent of its normal size.*/
    background: url(img/lbkgd.jpg) no-repeat center top;/*Set an artistic site back drop background image to display centered and at top of site.*/
    text-align:center; line-height:1.8em; width: 100%; display: table;
}/*Note body height set to 1.8em in the body by default*/
/* End of Global Generic Styles Section*/

/*Class for lists in box class for one column layout site template.*/
.oneColumn .box ul li,/* .rtf ul li*/ {
	margin: 0 0 0 20px;
	list-style-type: disc;
}
.oneColumn .box ol li,/*  .rtf ol li*/ {
	margin: 0 0 0 20px;
	list-style-type: decimal;
}

/*Base Layout*/
#sfdemo_wrp{
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	width: 992px;
	text-align: left;
	font-size: 1.1em;
}/*Site Wrapper Note:Remove demo from the name by renaming id sf_wrap*/
#grad{padding:6px 7px 0;background:#fff url(img/grad.jpg) repeat-x 0 0}/*ID of Content Container, any thing below Tab Bar Menu, applies a gradient background image darlgray to white*/

.oneColumn{
	width: 978px;
	background:transparent url(img/oneCMiddle.gif) repeat-y 50% 0;
}/*Set Backgournd and width of One Column layout.*/
.oneColumn .box{
	background: transparent url(img/oneCTop.gif) no-repeat 50% 0;
	padding: 10px;
	margin: 0;
}/*Set Backgournd of One Column layout boxes.*/

#left{float:left;width:216px}    /*Left Column*/
#content{float:right;width:756px}/*Content Container - Has to be adjusted to change size of rotator*/
#center{float:left;width:514px}  /*Center Column     - Has to be adjusted to change size of rotator*/
#right{float:right;width:236px}  /*Right Column*/
#footer{margin:1.6em auto;padding:0 10px;width:972px;height:52px;background:url(img/footer.gif) no-repeat 0 0;line-height:29px;font-size:0.9em;}/*Footer*/

/*Boxes*/
.box{margin-top:4px}
.lbox h2,.rbox h2{/*height:40px;*/padding:4px 23px 0;line-height:40px;font-family:georgia,times,serif;font-size:1.7em;font-weight:normal}
.box.topbox h2{/*height:40px;*/position:relative}
#pboxTop{height: 5px;position:relative}
#cboxTop{height:13px;position:relative}
.box h2 strong,.box h1 strong{color:#66001A;font-weight:normal}/*Set color of bold text in module titles applies to h1 titles and h2 subtitles.*/
.boxInner{position:relative}
.boxBottom{height:4px;margin-top:25px}
.lbox{background:#fff url(img/lboxMiddle.gif) repeat-y 0 0}
.lbox h2{background:#fff url(img/lboxTop.png) no-repeat bottom left}
.lbox.topbox .in{background:url(img/lboxTopTop.png) no-repeat 0 0}
.topbox .in h2{background:none}
.lbox .boxBottom{background:url(img/lboxBottom.gif) no-repeat 0 0}
.rbox{background:#fff url(img/rboxMiddle.gif) repeat-y 0 0}
.rbox h2{background:#fff url(img/rboxTop.png) no-repeat 0 0}
.topbox.rbox .in{background:url(img/rboxTopTop.png) no-repeat 0 0}
.rbox .boxBottom{background:url(img/rboxBottom.gif) no-repeat 0 0}
.cbox{background:#fff url(img/cboxMiddle.gif) repeat-y 0 0}/*Image Has to be adjusted to change size of rotator*/
.cbox .in{background:url(img/cboxTopTop.png) no-repeat 0 0} /*Image Has to be adjusted to change size of rotator*/
/*#cboxTop{background:url(img/cboxTopTop.png) no-repeat 0 0}*/
.cbox .boxInner{/*margin-top:-106px*/}
.pbox .boxInner{/*margin-top:-116px*/}
.cbox .boxBottom{background:url(img/cboxBottom.gif) no-repeat 0 0}
.pbox{background:#fff url(img/pboxMiddle.gif) repeat-y 0 0}
.pbox .in{background:url(img/pboxTopTop.png) no-repeat 0 0}
/*#pboxTop{background:url(img/pboxTopTop.png) no-repeat 0 0}*/
.pbox .boxBottom{background:url(img/pboxBottom.gif) no-repeat 0 0}
.oneColumn .boxBottom{background:url(img/oneCBottom.gif) no-repeat 0 0}

/*header*/
#logo{float:left;width:992px;height:200px;background:transparent url(img/header.jpg) no-repeat 0 0}/*Defines Site Header Image*/
#logo a{display:block;width:992px;height:200px;line-height:200px;overflow:hidden}

#topSearchForm{color:#000;float:right;width:271px;margin-top:0px;background:url(img/topSearch.gif) no-repeat 0 0}
.searchBox{color:#000;float:left;width:221px;height:23px;border:0;padding:6px 4px 0px;background:transparent} /*hack*/
#topSearchForm .searchSubmit{float:right;width:30px;height:23px;margin-top:0px;border:0;color:#fff;background:url(img/topSearchSubmit.gif) no-repeat 0 0;cursor:pointer}

/*PollBox*/
#mainPagePollBox{padding: 10px 20px 10px 20px;}
.PollBox .sf_pollVote 
{
	float:left;
	margin-top:15px;
	margin-left:0;
	background:transparent url(img/vote.gif) top left no-repeat;
	display:block;
	width:49px;
	height:22px;
	border:0;
	font-weight:bold;

}
.PollBox .sf_pollResults {float:right;margin-top:15px}
.PollBox h5{margin-bottom:10px}
.PollBox label{margin-left:5px}
*:first-child+html .PollBox .button{margin-left:-20px}
.PollBox .validator{display:block;color:#110001;font-weight:bold;margin-top:10px}
.resultsList{list-style:none;}
.resultsList li{margin-bottom:10px}
.PollBox .sf_pollQuestion {
	font-size: 1em;
	padding: 0 0 5px;
}
.lbox .PollBox h2 {
	display: none;
}
.PollBox .sf_pollQuestionsList 
{
	margin: 0;
}
.PollBox .sf_pollVoteInfo 
{
	padding-top: 10px;
	clear: both;
}

/*content*/
#content h1{margin:18px 22px 0;font-family:tahoma,arial,verdana,georgia,times,sans-serif,serif; font-size:2.4em;font-weight:normal}
.box .rtf{padding:15px 23px 0;}
#crumbs{margin:0.5em 15px 0;padding:0 5px 4px;border-bottom:1px solid #e3e3e3;color:#800000;font-size:1em}
#crumbs a{font-weight:bold;text-decoration:none;color:#800000}
#crumbs a:hover{color:#660000}
#crumbs span{font-style:normal;color:#666}
.pbox h2{margin-top:1.5em}
.pbox .sf_expandableList h2 {margin-top: 0;}
.rtf p{margin-top:2em}
#right .calendarWrapper{margin:15px auto 0}
.sectionHeaderGraphic{display: block; margin: 0 auto; padding: 9px 0 0;}
.oneColumn .sectionHeaderGraphic{margin: 9px auto}

.rtf .sf_anchorList{
margin: 20px 0 0;
}
.rtf .sf_anchorList li{
	margin: 0;
	list-style-type: none;
}

.rtf .sf_listTitle {
	visibility: hidden;
	font-size: 1.5em;
	/*text-transform: uppercase;*/
}
.rtf .sf_listItemTitle{
	font-size: 1.5em;/*Set font size for list item titles, does not control font size expanded*/
}

.rtf .sf_listItemBody 
{
	margin: 0;
	padding: 0;
}
.rtf .sf_backToList 
{
	margin-top: 0;
}
.sf_libraryGrid 
{
	width: 100%
}
.rtf table.sf_libraryGrid thead th {
	background-color: #c43645;
	border-bottom: 1px solid #8e193d;
	border-top: 1px solid #8e193d;
	color: #fff;
	height: 28px;
	padding: 0 9px;
	vertical-align: middle;
	font-size: 1em;
}
.commonList li{font-size:2.5em;}
.rtf.commonList li{font-size:2.5em;}
/*newslists*/
.sf_Nocomments{visibility: hidden}
.notop .sf_newsList {margin-top:10px;}
.sf_newsList h4 {line-height:1em;}
.sf_newsList li div p {margin-top:0; margin-bottom:1em;}
.sf_newsList a {text-decoration: none;}
.sf_newsList .summary {margin-top:0;}
.sf_newsList li {margin-top:0; margin-bottom:1em;}
.pbox .singlenews{font:normal 18px tahoma,arial,verdana,georgia,times,sans-serif,serif; color:#000;margin-top:1em}
.rtf .sf_newsList li, .rtf .sf_eventsList li 
{
	margin: 0 0 10px 0;
	padding: 0 0 10px;
	list-style-type: none;
}
.rbox .sf_newsList h2.sf_newsTitle, .rbox .sf_eventsList dt, #sfdemo_wrp .sf_eventsList .sf_eventTitle
{
	font-size: 1.6em;/*Event Title*/
	line-height: 1.2;
	font-weight: Normal;
	margin: 0 0 5px;
	padding: 0;
	color: #66002e;
	font-family: tahoma,arial,verdana,georgia,times,sans-serif,serif; 
}
.lbox .sf_newsList h2.sf_newsTitle, .lbox .sf_eventsList dt
{
	font-size: 1.6em;/*Event Title*/
	line-height: 1.2;
	font-weight: Normal;
	margin: 0 0 5px;
	padding: 0;
	color: #66002e;
	font-family: tahoma,arial,verdana,georgia,times,sans-serif,serif; 
}
h2.sf_newsTitle a
{
	text-decoration:underline;
}

.rbox .sf_newsHome .sf_newsList h2.sf_newsTitle  
{
	margin-bottom:0
}

.lbox .sf_newsHome .sf_newsList h2.sf_newsTitle  
{
	margin-bottom:0
}

.rbox .sf_newsHome .sf_newsList{margin-bottom:0}
.rbox .sf_newsHome .sf_newsList li{margin-bottom:10px;padding-bottom:0}
.rbox .sf_eventsList dt a{font-size:13px}/*                                                                                            NOTICE*/
.rbox ol.sf_eventsList dl 
{
	margin: 20px 0 5px;
}
.rbox ol.sf_eventsList .sf_date 
{
	font-weight: normal;
	font-size: .9em;
}

.lbox .sf_newsHome .sf_newsList{margin-bottom:0}
.lbox .sf_newsHome .sf_newsList li{margin-bottom:10px;padding-bottom:0}
.lbox ol.sf_eventsList .sf_date 


.sf_eventsList .sf_city
{
	font-weight:bold;
}
.rbox .sf_newsList .sf_newsFullStory 
{
	margin: 0;
	padding: 0;
}

#content .rtf h1 
{	margin: 0;
}
#content .rtf h2 
{	font-size: 1.5em;/*Generic Content  h2 Text Size*/
	margin: 0;
}
#content .rtf p
{	font-size: 1.5em;/*Generic Content  Text Size*/
	margin: 0;
}
#content .rtf table
{	font-size: 1.5em;/*Generic Content  Text Size*/
	margin: 0;
}
#content .rtf table p, .rtf table a, .rtf table ul li, .rtf p table, .rtf p table a, .rtf p table p, .rtf p table p a
{	font-size: 1em;/*Generic Content  Text Size*/
	margin: 0;
}
#content .rtf table table, .rtf table table p, .rtf table table a , .rtf p table table
{	font-size: 1em;/*Generic Content  Text Size*/
	margin: 0;
}
.fixlist
{font-size: 1.5em;
	margin: 0 0 0 20px;
	list-style-type: disc;
}
.fixlistIndentedCirle
{font-size: 1.0em !important;
	margin: 0 0 0 20px;
	padding:10px;
	list-style-type: circle;
}
.fixlistOrderedList
{font-size: 1.5em !important;
	margin: 0 0 0 20px;
	padding:10px;
	list-style-type: circle;
}
#content .rtf ul p
{	font-size: 1.5em;/*Generic Content  Text Size*/
	margin: 0;
}
#content .rtf p table, .rtf p table a, .rtf p table p, .rtf p table p a
{	font-size: 1em;/*Generic Content  Text Size*/
	margin: 0;
}
label.siteSearch {
	position: absolute;
	top: -100px;
}
/*home*/
.rbox .newsdate, #content .newsdate {margin-top:0.4em;font-size:0.9em}
.rbox h3, .newshead{color:#000}
.rbox .withHR{margin-top:0.6em;padding-top:6px;border-top:1px solid #e3e3e3}
#content .newsdate {margin-top:2.0em}

/*location*/
.pbox .halfL{width:253px}
.pbox .halfR{width:210px}
.pbox address{line-height:1.4em}

/*footer*/
#footer address{float:left;width:450px}
#footer p{text-align:right}

/* home rotator - start */
#center .rot{padding:0 11px 0 13px}
#center .Rotator{width:479px;height:773px;position:relative}/*Has to be adjusted to change size of rotator*/
#center .RotatorControl{width:479px;height:30px;position:absolute;bottom:0;left:0;background:url(Rotator/HomePage/Control.png) 0 0 no-repeat;padding:10px 0 0 8px}/*Has to be adjusted to change size of rotator*/
#center .RotatorControl a{float:left;width:24px;height:20px;line-height:200px;overflow:hidden}
#center .RotatorPrev{background:url(Rotator/HomePage/hrPrev.gif) 0 0 no-repeat;}
#center .RotatorStart{background:url(Rotator/HomePage/hrPlay.gif) 0 0 no-repeat;display:none}
#center .RotatorStop{background:url(Rotator/HomePage/hrStop.gif) 0 0 no-repeat;}
#center .RotatorNext{background:url(Rotator/HomePage/hrNext.gif) 0 0 no-repeat;}
#center .RotatorControl .ViewGallery{width:80px;height:13px;background:url(Rotator/HomePage/hrViewGallery.gif) 0 0 no-repeat;position:absolute;right:60px;top:15px}
/* home rotator - end */

/* gallery rotator - start */
#content .GalleryGrad .RotatorBigImgWrap{width:auto;margin:1em auto 0}
#content .GalleryGrad .RotatorBigImgWrap td{border:2px solid #ccc}
#content .GalleryGrad .RotatorBigImgWrap td img{padding:9px;border:1px solid #c43645 !important;vertical-align:bottom}
#content .GalleryGrad .Rotator{width:520px;height:69px;margin:1em auto 0;position:relative}
#content .GalleryGrad .RotatorInner{width:408px;margin:0 auto;background:#989850;border-top:1px solid #c43645;border-bottom:1px solid #c43645}
#content .GalleryGrad .RotatorInner div{height:auto !important}
#content .GalleryGrad .Rotator td{height:67px !important;vertical-align:middle}
#content .GalleryGrad .RotatorControl a{display:block;position:absolute;top:0;width:16px;height:69px;line-height:200px;overflow:hidden}
#content .GalleryGrad .RotatorLeft{left:0;background:url(Rotator/Gallery/RotatorLeft.gif) 0 0 no-repeat;}
#content .GalleryGrad .RotatorRight{right:0;background:url(Rotator/Gallery/RotatorRight.gif) 0 0 no-repeat;}
#content .GalleryGrad .RotatorInner .RotatorFrame img{vertical-align:bottom;height:50px;background:#fff;padding:1px;border:1px solid #c43645}
#content .GalleryGrad .RotatorInner .RotatorFrame:hover img{border-color:#000}
/* gallery rotator - end */

.GalleryGrad{background:url(img/GalleryGradVert.png) 0 100% repeat-x}
#GalleryBottom{margin-top:15px;height:7px;background:url(img/GalleryGradBottom.gif) 0 0 no-repeat}

.strong{font-weight:bold}

/*hacks*/

/*this is visible only to Opera*/
/*@media screen and (Opera){
#topSearch{padding-top:0; color=#fff;}
}*/

#SitePanelWrapper{padding:5px 5px;}
#LeftLinksWrapper{padding:5px 5px;}

/*faq*/
.sf_anchor_list {margin:20px 0}
.sf_target_list .sf_item_head, .sf_list_expanded .sf_item_head{font-weight:bold;margin-top:15px}
.sf_target_head{text-transform:uppercase;letter-spacing:1px}
.top, .sf_backToList a, .sf_backToPhotos a {background: url(img/backToTop.gif) 100% 4px  no-repeat;padding-right:8px}

/*programmes*/
.sf_expandableList {margin-top:2em;border-bottom:1px solid #ececed;_height:1%}/*Highlight color for expandable list-*/
.sf_expandableList li {border:1px solid #ececed;border-bottom:0; margin: 0 !important; list-style-type: none !important;}
.sf_expandableList .sf_listItemTitle a{display:block;padding:3px 8px;text-decoration:none;}
.sf_expandableList .sf_listItemTitle a:hover{display:block;padding:3px 8px;text-decoration:none;}
.sf_expandableList .sf_listItemTitleexp a{color:#000;display:block;padding:3px 8px;text-decoration:none;font-size:1.3em} /*Set Expandable List Item Title*/
.sf_expandableList .sf_listItemTitleexp {background:#ececed url(img/listback.png) top left repeat-x}
.sf_expandableList .sf_listItemBody {background:#ececed;border-top:1px solid #ececed;padding:1.2em 1.8em}

#content .sf_expandableList .sf_listItemTitle a, 
#content .sf_expandableList .sf_listItemTitle a:hover, 
#content .sf_expandableList .sf_listItemTitleexp a {width:635px;padding-right:65px;}
#content .sf_expandableList .sf_listItemTitle a{background:transparent url(img/expand.gif) right center no-repeat;}
#content .sf_expandableList .sf_listItemTitle a:hover {background:#ececed url(img/expand.gif) right center no-repeat;}
#content .sf_expandableList .sf_listItemTitleexp a{background:transparent url(img/collapse.gif) right center no-repeat;}

a.exp{text-align:right;width:80px;float:right;margin-right:5px}
.sf_list_expanded{background:none;border:0;_height:1%}
.strips .sf_list_expanded .sf_item_head{background:#e2c6cd;border:1px solid #eddbe0;border-bottom:0;padding:1.1em 1.5em 0}
.strips .sf_list_expanded .sf_item_body{background:#e2c6cd;border:1px solid #eddbe0;border-top:0;padding:0 1.5em 1.2em}


.rtf:after, .PollBox:after {content: ".";display: block;height: 0;clear: both;visibility: hidden}
.rtf, .PollBox {display: inline-block}
	/* Hides from IE-mac \*/
* html .rtf, * html .PollBox {height: 1%;}
.rtf, .PollBox{display: block;}
	/* End hide from IE-mac */

#editSite{position:absolute;top:0;right:0;background:url(img/editSite.gif) top right no-repeat;width:123px;height:27px;text-align:center}
#editSite a{text-decoration:none;font-weight:bold;line-height:23px;padding-left:10px}
#sfdemo_wrp{position:relative}

/*Search results*/
.searchResults{}
.searchResults dt{margin-top:1.8em;font-size:1.3em}
.searchPaging{margin-top:3.0em;border-top:1px solid #ccc;padding-top:1.5em}
.searchPaging a, .searchPaging span{margin-right:0.5em}

/* Forums */
.sf_forumsWrapper {
	padding: 10px 20px 0 20px;
	text-align: left;
}
.sf_forumsWrapper table.sf_forumsList {
	margin: 10px 0 20px;
	padding: 0;
	border: 0;
	width: 100%;
	border-collapse: collapse;
	font-size: 1em;
}
.sf_forumsWrapper table.sf_forumsList th, .sf_forumsWrapper table.sf_forumsThreadsList th {
	padding: 3px 5px;
	text-align: left;
	vertical-align: top;
	border: 0;
	border-bottom: 1px solid #ccc;
	font-size: 10px;
	font-weight: normal;
	color: #999;
}
.sf_forumsWrapper table.sf_forumsList td, .sf_forumsWrapper table.sf_forumsThreadsList td  {
	padding: 3px 5px;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	border: 0;
	border-bottom: 1px solid #ccc;
}
.sf_forumsWrapper table.sf_forumsList td.forumTitle {
	width: 400px;
}
.sf_forumsWrapper table.sf_forumsList td.forumTitle a {
	font-weight: bold;
	font-size: 1.2em;
	display: block;
}
.sf_forumsWrapper table.sf_forumsList td.forumTitle a.fLocked {
	padding: 3px 0 3px 20px;
	background: transparent url(img/forumsLocked.gif) no-repeat 0 5px;
}
.sf_forumsWrapper table.sf_forumsList .forumAuthor {
	text-align: right;
}
.sf_forumsWrapper table.sf_forumsList a {
	display: block;
}
.sf_forumsWrapper h2.sf_forumCategoryTitle, .sf_forumsWrapper .sf_forumsEditor h3  {
	padding: 15px 0 0;
	text-align: left;
	font-size: 21px;
	font-weight: normal;
	font-family: tahoma,arial,verdana,georgia,times,sans-serif,serif; 
}
.sf_forumsWrapper p.sf_back {
	margin: 10px 0;
	text-align: left;
}
.sf_forumsWrapper p.delete {
	text-align: right;
}
.sf_forumsWrapper .fUserInfo {
	float: left;
	width: 130px;
}
.sf_forumsWrapper .fUserInfo dt {
	font-size: 14px;
	font-weight: bold;
}
.sf_forumsWrapper .fUserInfo dd {
	color: #666666;
}
.sf_forumsWrapper .fUserInfo .postsCount {
	font-style: italic;
}
.sf_forumsWrapper .fPostCont {
	margin: 0 20px 0 150px;
}
.sf_forumsWrapper .sf_postContent .sf_forumDate {
	color: #666666;
	margin-bottom: 20px;
	font-size: 1em;
}
.sf_forumsWrapper .sf_postCommands {
	margin: 10px 0;
	padding: 0 0 5px;
	border-bottom: 1px solid #ccc;
	text-align: right;
}
.sf_forumsWrapper .forumsEditor {
	background-color: #eee;
	display: block;
	margin: 10px 0;
	padding: 10px 0 10px 16px;
	border: 0;
}
.sf_forumsWrapper .sf_forumsEditor h3 {
	margin: 0 0 10px;
}
.sf_forumsWrapper input, .sf_forumsWrapper textarea {
	width: 355px;
	vertical-align: middle;
}
.sf_forumsWrapper input, .sf_forumsWrapper textarea {
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	padding: 3px;
}
.sf_forumsWrapper input.button, .sf_createNewItem input {
	width: 90px;
	background: transparent url(img/p_newForumsPost_a.gif) no-repeat 50% 0;
	border: 0;
	font-weight: bold;
	font-family:arial,sans-serif;
}
.sf_forumsWrapper .title {
	background-color: #eee;
	margin: 10px 0;
	padding: 10px 0 10px 16px;
	border: 0;
}
.sf_forumsWrapper .quote {
	background-color: #eee;
	border: 1px solid #ccc;
	margin: 0 0 20px;
	padding:  20px 30px;
	font-style: italic;
}
.sf_forumsWrapper p.sf_createNewItem a {
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000;
	padding: 0 0 5px;
	width: 90px;
	display: block;
	background: transparent url(img/p_newForumsPost_a.gif) no-repeat 50% 0;
}
.sf_forumsWrapper p.sf_createNewItem .sf_cancel 
{
	display: inline;
	background: none;
	font-weight: normal;
}
.sf_forumsWrapper p.sf_createNewItem .sf_cancel:hover 
{
	text-decoration: underline;
}
.sf_forumsWrapper h1 {
	padding: 0 20px 0 0;
	display: inline;
	font-size: 2em;
}
.sf_forumsWrapper .validMessage strong {
	display: block;
	padding: 10px 0 0;
}
.sf_forumsWrapper .title .validMessage strong {
	padding: 10px 0 0 80px;
}

/* Login */
div.loginArea {
	margin: 0 0 10px;
	padding: 0;
	width: 736px;
}
div.loginArea fieldset {
	margin: 0 0 10px;
	padding: 15px 0;
	background-color: #e2c6cd;
	font-size: 1.1em;
	width: 736px;
}
.loginArea h3 {
	margin: 0 0 10px;
	padding: 15px 10px 0;
	text-align: left;
	font-size: 24px;
	font-weight: normal;
	font-family: tahoma,arial,verdana,georgia,times,sans-serif,serif; 
}
.loginArea p {
	margin: 0 10px 10px;
	padding: 0;
}
.loginArea p.loginAreaLogView {
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;
}
.loginArea p.errorMsg 
{
	color: #333;
}
.loginArea ol {
	margin: 0 10px;
	padding: 0;
}
.loginArea p {
	margin: 0 10px 10px;
	padding: 0;
}
.box .loginArea ol li {
	margin: 0 0 10px;
	padding: 0;
	list-style-type: none;
}
.loginArea ol li label, .loginArea p label {
	display: block;
}
.loginArea .checkbox label {
	display: inline;
	padding: 0 0 0 5px;
}
.loginArea label em {
	font-style: italic;
	color: #666;	
}
.loginArea input.txt {
	vertical-align: middle;
	padding: 1px 3px;
	width: 200px;
	height: 21px;
	border: 1px solid #999;
	font-size: 1.1em;
}
.loginArea input.btn {
	width: 90px;
	height: 22px;
	background: transparent url(img/p_login.gif) no-repeat 50% 0;
	border: 0;
	font-weight: bold;
	font-family:arial,sans-serif;
}
.loginArea a {
	color: #659800;
}

/* Photo gallery */
.rtf ol.sf_listAndPage li dd.sf_image, .rtf ol.sf_listAndPage li dd.sf_image img, .rtf ol.sf_photoListLightbox li dd.sf_image, .rtf ol.sf_photoListLightbox li dd.sf_image img
{
	position: static;
}
.sf_previousItem 
{
	background: transparent url(img/laquoRed.gif) no-repeat 0 50%;
	padding-left: 10px;
	padding-right: 5px;
}
.sf_nextItem 
{
	background: transparent url(img/raquoRed.gif) no-repeat 100% 50%;
	padding-right: 10px;
	padding-left: 5px;
}
/* Events */
.rtf fieldset.sf_eventsCommentForm {
	background-color: #e2c6cd;
	border: 1px solid #f7eef1;
	display: block;
	margin-top: 1em;
	padding: 1.8em 1em 1em;	
}
.rtf fieldset.sf_eventsCommentForm legend, .rtf .sf_eventComments h2  {
	background: transparent url(img/blogComments.gif) no-repeat scroll 0pt 0.2em;
	color: #333333;
	font-weight: bold;
	margin-top: 1.5em;
	text-transform: uppercase;
}
.rtf .sf_eventComments h2
{
	font-size:1.3em;
	margin-top:40px
}
.rtf fieldset.sf_eventsCommentForm ol li
{
	list-style-type: none;
}
.rtf fieldset.sf_eventsCommentForm label, .rtf fieldset.sf_eventsCommentForm span {
	float: left;
	line-height: 1.2;
	padding-right: 10px;
	text-align: right;
	width: 60px;
}
.rtf fieldset.sf_eventsCommentForm input {
	height: 20px;
	width: 200px;
}
.rtf fieldset.sf_eventsCommentForm input.sf_commentsSubmit {
	display: block;
	font-weight: bold;
	height: auto;
	margin: .4em 0 0 70px;
	width: 120px;
}

.rtf .sf_eventComments li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0 20px;
}
.rtf ul.sf_eventsCommentListing li p {
	margin: 0;
}
/*  */
.sf_docTitle a {
	display: block;
	padding-bottom: 5px;
	padding-left: 20px;
	background: transparent url(img/a_doc.gif) no-repeat 0 0;
}
.pdf .sf_docTitle a {
	background: transparent url(img/a_pdf.gif) no-repeat 0 0;
}
.doc .sf_docTitle a, 
.docx .sf_docTitle a, 
.rtf .sf_docTitle a {
	background: transparent url(img/a_doc.gif) no-repeat 0 0;
}

.txt .sf_docTitle a {
	background: transparent url(img/a_txt.gif) no-repeat 0 0;
}

.xls .sf_docTitle a, 
.xlsx .sf_docTitle a {
	background: transparent url(img/a_xls.gif) no-repeat 0 0;
}

.ppt .sf_docTitle a, .pptx .sf_docTitle a {
	background: transparent url(img/a_ppt.gif) no-repeat 0 0;
}

.jpg .sf_docTitle a, .jpeg .sf_docTitle a {
	background: transparent url(img/a_jpg.gif) no-repeat 0 0;
}

.gif .sf_docTitle a, .png .sf_docTitle a {
	background: transparent url(img/a_gif.gif) no-repeat 0 0;
}
.sf_expandableList .doc 
{
	background: transparent url(img/a_doc.gif) no-repeat 0 0;
	padding-left: 20px;
	padding-bottom: 3px;
}
.sf_backToPhotos{border-bottom:1px solid #ccc;padding-bottom:5px}
.sf_backToPhotos a{font-weight:normal}
p.sf_singleImage{margin-top:10px !important}

/*Events*/
.sf_eventComments .sf_eventsCommentListing li
{
	background-color:#e2c6cd;
	border:1px solid #f7eef1;
	padding:10px 10px 10px 10px;
}
#content .sf_eventContent h1{font-size:1.8em;margin-top:20px}

/* Newsletter */
label.overlabel-apply {
	left: 5px;
	position: absolute;
	top: 3px;
	z-index: 1;
}
.sf_NewsletterSubscribeField
{
	position: relative;
}
.sf_newsletterSubscriptionForm label 
{
	font-size: 1.1em;
}
.sf_newsletterSubscriptionForm input 
{
	position: relative;
	width: 150px;
	height: 16px;
	font-size: 1.1em;
	padding: 2px;
}
.sf_newsletterSubscriptionForm .sf_subscribeBtn {
	background: transparent url(img/p_newForumsPost_a.gif) no-repeat scroll left top;
	border: 0;
	display: block;
	float: left;
	font-weight: bold;
	height: 22px;
	margin-left: 0;
	margin-top: 15px;
	width: 90px;
}
h1.sf_subscriptionStatusSuccess 
{
	margin: 20px 0 100px;
	font-size: 2em;
	font-weight: normal;
	color: #8e193d;
	text-align: center;
}
h1.sf_subscriptionStatusFailure 
{
	margin: 20px 0;
	font-size: 2em;
	font-weight: normal;
	color: #333;
}
.sf_goBackToSite a
{
	padding-left: 10px;
	background: transparent url(img/laquoRed.gif) no-repeat 0 50%;
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}
/* Quick Links Simple List */
.sf_simpleList {
	list-style-type: none;
	margin: 1em auto 0;
	padding: 0;
	width: 190px;
}
.sf_simpleList li 
{
	border-bottom: 1px solid #F5F5F5;
}
.sf_simpleList li a
{
	display: block;
	padding-left: 25px;
	background: transparent url(Img/headerArrow.gif) no-repeat 10px 50%;
	border-bottom: 1px solid #E3E3E3;
	line-height: 22px;
	text-decoration: none;
	color: #333;
}
.sf_singleNews .sf_NewsTitle {
	font-size:2em;
	font-weight:normal;
}
.singleNews h2{
	font-size:3em;
	font-weight:normal;
}

/* Categories, Tags, Archive */
ul.tagList {
	margin: 0;
	padding: 0;
	border: 0;
}
ul.tagList li {
	margin: 0;
	padding: 0 20px 0 0;
	background: none;
	border-bottom: 0;
	padding: 0;
	display: inline;
	line-height: 36px;
}
ul.tagList li a:link, ul.tagList li a:visited, ul.tagList li a:hover, ul.tagList li a:active {
	padding: 0 10px 0 0;font-size: 16px;
}
ul.tagCloud {
	margin: 0;
	padding: 0;
	border: 0;
}
ul.tagCloud li {
	margin: 0;
	padding: 0 20px 0 0;
	background: none;
	border-bottom: 0;
	padding: 0;
	display: inline;
	line-height: 36px;
}
ul.tagCloud li a:link, ul.tagCloud li a:visited, ul.tagCloud li a:hover, ul.tagCloud li a:active {
	padding: 0 10px 0 0;
}
ul.tagCloud li a.s6:link, ul.tagCloud li a.s6:visited, ul.tagCloud li a.s6:hover, ul.tagCloud li a.s6:active {
	font-size: 16px;
}
ul.tagCloud li a.s5:link, ul.tagCloud li a.s5:visited, ul.tagCloud li a.s5:hover, ul.tagCloud li a.s5:active {
	font-size: 16px;
}
ul.tagCloud li a.s4:link, ul.tagCloud li a.s4:visited, ul.tagCloud li a.s4:hover, ul.tagCloud li a.s4:active {
	font-size: 16px;
}
ul.tagCloud li a.s3:link, ul.tagCloud li a.s3:visited, ul.tagCloud li a.s3:hover, ul.tagCloud li a.s3:active {
	font-size: 16px;
}
ul.tagCloud li a.s2:link, ul.tagCloud li a.s2:visited, ul.tagCloud li a.s2:hover, ul.tagCloud li a.s2:active {
	font-size: 16px;
}
ul.tagCloud li a.s1:link, ul.tagCloud li a.s1:visited, ul.tagCloud li a.s1:hover, ul.tagCloud li a.s1:active {
	font-size: 16px;
}
h1.categorizedAs {
	margin: 20px 0 0;
	font-size: 2.5em;
	font-family: tahoma,arial,verdana,georgia,times,sans-serif,serif; 
	font-style: normal;
	font-weight: normal;
	line-height: 1.2em;
}
dl.taggedWithList {
	margin: 0 0 0 5px;
	padding: 0;
	display: inline;
}

dl.taggedWithList dt, dl.taggedWithList dd {
	margin: 0;
	padding: 0 5px 0 0;
	display: inline;
}
/*RSS*/
.feed{background: url(img/feed.gif) 0 5px no-repeat;padding:3px 0 5px 20px;margin-top:15px;border-top:#e3e3e3 solid 1px;border-bottom:#e3e3e3 solid 1px; display: block;}

h2.singleNews {
	font-size:3em; !important
	font-weight:normal;
}
h2.sf_memberListing
{
	margin: 0;color=red;
	padding: 0;
	list-style: none;
	line-height: 1.3;
}
h2.sf_memberListing  li a
{color=red; !important
	margin: 0 0 2em;
	padding: 0;
	list-style: none;
}