﻿body {
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.2;
	color: #777A7B;
	text-align: left;
	background: #ffffff url(Images/body.png) repeat-x;
}
html, body {
	height: 100%;
}
* {
	margin: 0;
	padding: 0;	
}
a img, img {
	border: 0;
}
/* Layout */
.wrapper
{
	margin: 0 auto;
	width: 909px;
}
.header
{
	height: 208px;
	padding-top: 12px;
	position: relative;
	width: 100%;
	float: left;
	clear: both;
}
span.logo, a.logo:link, a.logo:visited, a.logo:hover, a.logo:active
{
	float: left;
	margin-right: 30px;
	background: #494949 url(Images/logo.gif) no-repeat 50% 50%;
	display: block;
	width: 110px;
	height: 50px;
	overflow: hidden;
	text-indent: -9999px;
}
/* Search Box */
.sf_searchBox
{
	position: absolute;
	top: 23px;
	right: 0;
	padding: 4px 5px 0 5px;
	border: 0;
	background-color: #acc1cc;
	width: 145px;
	height: 26px;
}
.sf_searchBox .sf_searchLabel
{
	position: absolute;
	padding-top: 3px;
	text-transform: uppercase;
}
.sf_searchBox .sf_searchText
{
	border: 0;
	padding-top: 2px;
	background-color: transparent;
	width: 114px;
	height: 20px;
	vertical-align: middle;
}
.sf_searchBox .sf_searchSubmit
{
	border: 0;
	width: 23px;
	height: 23px;
	background: transparent url(Images/search-btn.gif) no-repeat 0 0;
	vertical-align: middle;
}
.content, .contentsub
{
	margin: 10px 0 0;
	padding: 10px 20px 0;
	min-height: 480px;
	width: 909px;
	float: left;
	clear: both;
	background: transparent url(Images/content.png) no-repeat 0 0;
	
	_height: 480px;
	_overflow: visible;
}
.contentsub{
    background: transparent url(Images/content_sub.png) no-repeat 0 0;
    padding-left:0px;
}
.main
{
	width: 600px;
	float: left;
}
.main_large{
    width: 100%;
}
.mainbox-top
{
	height: 5px;
	width: 100%;
	float: left;
	clear: both;
	/*background: transparent url(Images/main.png) repeat-y 0 0;*/
}
.mainbox, .mainbox_large
{
	min-height: 75px;
	padding: 5px 10px 5px 14px;
	/*background: transparent url(Images/main.png) repeat-y -1800px 0;*/
	
	width: 710px;
	float: left;
	clear: both;
}
.mainbox_large{
    width:830px;
}

.mainbox img, .mainbox_large img
{
    /*margin-left:0px;
    margin-bottom:40px;*/
}

.mainbox-bottom
{
	/*background: transparent url(Images/main.png) no-repeat -900px 100%;*/
	margin-bottom: 15px;
	height: 6px;
	width: 100%;
	float: left;
	clear: both;
}
.mainbox
{
	_margin-bottom: 0px;
	_padding-bottom: 0px;
	_background-image: none;
	_background-color: #fff;
}
.mainbox-top, .mainbox-bottom
{
	_display: none;
}


.mainbox th, .mainbox_large th
{
    background:#2c4c64;
    color:White;
    text-align:left;
    font-weight:bold;
    padding:3px;
}
.mainbox th p, .mainbox_large th p, .mainbox td p, .mainbox_large td p
{
    padding:0px; 
    margin:0px;
}


.mainbox td, .mainbox_large td
{
    padding:3px;
    color:#777A7B; 
}

.mainbox tbody tr, .mainbox_large tbody tr
{
     border-bottom:1px solid black;
}

.mainbox table, .mainbox_large table
{
    background:white;
    color:Black;
    font-weight:normal;
    margin-top: 20px;
    border: 1px solid black;
    width:100%;
    border-width:thin;
    border-style:solid;
}

.mainbox p, .mainbox_large p
{
    margin-top:15px;

}

.recentActivities
{
	background: transparent url(Images/recent-activity.gif) repeat-y -800px 0;
	width: 100%;
	float: left;
	clear: both;
}
.recentActivities-Decor
{
	background: transparent url(Images/recent-activity.gif) no-repeat 0 0;
	width: 100%;
	height: 1px;
	line-height: 1px;
	float: left;
	clear: both;
	_overflow-y: hidden;
}
.recentActivityBox
{
	margin-left: 20px;
	padding: 20px;
	width: 195px;
	float: left;
}
.recentActivityBox-First
{
	margin-left: 0;
}
.sidebar
{
	width: 155px;
	float: left;
}
.sidebox-top
{
	height: 5px;
	width: 100%;
	float: left;
	clear: both;
	/*background: transparent url(Images/sidebar.png) repeat-y 0 0;*/
}
.sidebox
{
	min-height: 75px;
	padding: 10px 10px 0;
	width: 135px;
	float: left;
	clear: both;
	/*background: transparent url(Images/sidebar.png) repeat-y -600px 0;*/
}
.sidebox-bottom
{
	height: 6px;
	width: 100%;
	float: left;
	clear: both;
	/*background: transparent url(Images/sidebar.png) no-repeat -300px 100%;*/
}
.sidebox
{
	_background-image: none;
	_background-color: #fff;
	_position: static;
	_padding-bottom: 10px;
}
.sidebox-top, .sidebox-bottom
{
	_display: none;
}
.content .intro
{
	padding-top: 20px;
	border-top: 1px solid #cfcfcf;
}
.footer, .footersub
{
	margin-bottom: 0px;
	padding: 10px 20px;
	background: transparent url(Images/footer.png) no-repeat;
	color: #c7d7de;
	width: 909px;
	float: left;
	clear: both;
}
.footersub{
margin-bottom: 0px;
	background: transparent url(Images/footersub.png) no-repeat;
}
/* Headings */
h1
{
	margin: 0;
	padding: 0 0 10px;
	color: #777A7B;
	font-size: 24px;
	font-weight: bold;
	/*text-transform: uppercase;*/
}
.home .content h1
{
	padding-bottom: 5px;
}
.content h2
{
	margin: 0;
	padding: 10px 0 10px;
	font-size: 17px;
	/* color: #467E91; */
	font-weight: normal;
}
.home .content h2
{
	padding-top: 0;
}
.home .content h2, .gallery .content h2, .sidebar h2
{
	color: #467E91;
}
.sidebar h2
{
	padding-top: 0;
}
.content .sf_newsList h2.sf_newsTitle, .content .sf_eventsList h2.sf_eventTitle,
.content .sf_singleNews h2.sf_NewsTitle
{
	margin: 0;
	padding: 0;
	font-size: 15px;
}
.content .sf_singleEvent h2.sf_eventTitle
{
	font-size: 15px;
}
.content h3
{
	margin: 0;
	padding: 10px 0 10px;
	font-size: 15px;
	font-weight: normal;
}
.content .recentActivities h3
{
	padding-top: 0;
}
.content .sf_singleEvent h3
{
	padding-top: 10px;
	padding-bottom: 0;
	font-size: 16px;
}
.content h4
{
	margin: 0;
	padding: 0 0 10px;
	font-weight: bold;
	font-size: 13px;
}
.content .recentActivityBox h4
{
	padding-bottom: 5px;
}
/* Paragraphs */
.content p 
{
	margin: 0;
	padding: 0 0 10px;
}
.content .recentActivityBox .sf_eventPriod, .content .recentActivityBox .sf_newsDate 
{
	padding-bottom: 0;
	font-size: 11px;
}
.content .sf_newsList .sf_newsDate, .content .sf_eventsList .sf_eventPriod, .content .sf_singleNews .sf_newsDate
{
	font-size: 11px;
	color: #9c9e9f;
}
.content .sf_createNewItem
{
	padding: 10px 0;
}
.content .sf_postCommands
{
	padding: 0px 0 5px;
}
.content .read-more 
{
	padding-bottom: 0;
	padding-top: 20px;
	text-align: right;
	font-weight: bold;
	font-size: 11px;
}
/* Lists */
ul, ol {
	list-style-position: outside;
}
li {
	list-style-type: disc;
}
ol li {
	list-style-type: decimal;
}
.main ul, .main ol 
{
	margin: 0 0 10px 20px;
}
.main li
{
	margin-bottom: 5px;
}
.sidebar ul, .sidebar ol 
{
	margin: 0;
}
.sidebar li
{
	padding: 14px 0;
	list-style-type: none;
	background: transparent url(Images/border.gif) repeat-x 0 0;
}
.main .recentActivityBox ul, .main .recentActivityBox ol 
{
	margin: 0;
	padding: 0;
}
.main .recentActivities .recentActivityBox li
{
	padding: 10px 0;
	list-style-type: none;
	background: transparent url(Images/border.gif) repeat-x 0 0;
}
.main .sf_newsList, .main .sf_eventsList, .main .sf_searchResults
{
	margin: 0;
	padding: 0 20px 20px;
	padding: 0 0 20px;
	/* background-color: #f1f1f3; */
}
.main .sf_newsList li, .main .sf_eventsList li, .main .sf_searchResults li
{
	margin: 0;
	padding: 20px 0 10px 0;
	list-style-type: none;
	background: transparent url(Images/border.gif) repeat-x 0 100%;
}
.content .sf_singleEvent .sf_eventBasicInfo dt, .content .sf_singleEvent .sf_eventLocation dt, .content .sf_singleEvent .sf_eventContact dt
{
	font-size: 13px;
	font-weight: bold;
}
.content .sf_photoListLightbox li
{
	padding: 19px 0 0 19px;
	margin: 0 10px 10px 0;
	width: 179px;
	height: 229px;
	background: transparent url(Images/lightbox.png) no-repeat 0 0;
	_background-image: url(Images/lightbox.gif);
}
.content ol.sf_photoListLightbox li dt
{
	padding-top: 27px;
}
.content ol.sf_photoListLightbox li dd
{
	color: #9c9e9f;
}
/* Tables */
table
{
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}
.sf_libraryGrid
{
	margin-bottom: 30px;
	width: 100%;
	border-top: 1px solid #ccc;
}
.sf_libraryGrid th, .sf_libraryGrid td
{
	padding: 5px 5px;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	vertical-align: bottom;
}
.sf_libraryGrid th
{
	text-align: left;
}
.sf_libraryGrid td
{
	text-align: right;
}
.sf_libraryGrid .sf_date
{
	color: #9c9e9f;
}
.sf_libraryGrid th a
{
	font-size: 15px;
}
.sf_libraryGrid th em, .sf_libraryGrid .sf_date
{
	font-size: 11px;
	color: #9c9e9f;
	font-style: normal;
}
/* Semantic */
strong {
	font-weight: bold;
	font-style: normal;
}
.sf_searchResults strong
{
	background-color: #ff0;
}
em {
	font-weight: normal;
	font-style: italic;
}
address 
{
	font-style: normal;
	line-height: 1.5;
}
/* Links */
a:link, a:visited, a:hover, a:active 
{
	color: #777A7B;
}
a:hover
{
	color: #777A7B;
}
a:visited
{
	color: #777A7B;
}
a:focus
{
	color: #777A7B;
}
.content .sf_back 
{
	display: block; 
	padding-bottom: 20px;
}
.sf_createNewItem a:link, .sf_createNewItem a:visited, .sf_createNewItem a:hover, .sf_createNewItem a:active,
.sf_postCommands a:link, .sf_postCommands a:visited, .sf_postCommands a:hover, .sf_postCommands a:active 
{
	padding: 4px 9px;
	background-color: #c0cda3;
	border: 1px solid #889d57;
	color: #333;
}
.sf_createNewItem a:hover, .sf_postCommands a:hover
{
	background-color: #889d57;
	border: 1px solid #c0cda3;
	text-decoration: none;
}
.sf_createNewItem a.sf_cancel:link, .sf_createNewItem a.sf_cancel:visited, .sf_createNewItem a.sf_cancel:hover, .sf_createNewItem a.sf_cancel:active 
{
	padding: 0;
	background-color: transparent;
	border: 0;
}
.sf_createNewItem a.sf_cancel:hover
{
	text-decoration: underline;
}
a.sf_back:link, a.sf_back:visited, a.sf_back:hover, a.sf_back:active,
.sf_back a:link, .sf_back a:visited, .sf_back a:hover, .sf_back a:active 
{
	color: #333;
	text-decoration: underline;
}
a.sf_back:hover, .sf_back a:hover
{
	text-decoration: none;
}
.content .read-more a:link, .content .read-more a:visited, .content .read-more a:hover, .content .read-more a:active 
{
	text-decoration: underline;
}
.content .read-more a:hover
{
	text-decoration: none;
}
/* Forums */

.sf_createNewItem input
{
	padding: 4px 9px;
	background-color: #c0cda3;
	border: 1px solid #889d57;
	color: #333;
}
.sf_createNewItem input:hover
{
	background-color: #889d57;
	border: 1px solid #c0cda3;
	text-decoration: none;
}
.sf_forumsEditor h3 input
{
	font-size: 24px;
	width: 400px;
	height: 32px;
	padding: 2px 5px;
}
.content .sf_postContent, .content .sf_userInfo
{
	padding: 10px 0 0;
}
/* Community Version Logo */
.poweredBySitefinityLogo
{
	clear: both;
	margin: 0 auto;
	width: 909px;
	background: transparent url(Images/SFLogoBackground.png) no-repeat 0 0;
	text-align:right;
	display:none;
}
#ctl00_sitefinityLogo a{
    width:150px;
    border:1px solid red;
}

/*
.RadPanelBar{
    width:139px;
}
*/
.SubMenu{
    margin-top:12px;
    margin-left:1px;
    margin-right:20px;
    width:139px;
    padding:0px;
    background:transparent;
    overflow:hidden;
    height:100%;
    float:left;
    border:0px;
}

.SubMenu .rpRootGroup{
   
    margin-left:0px;
    padding-left:0px;
    font-weight:bold;
    font-size:15px;
}

.SubMenu .rpRootGroup li{
    display:block;
    width:139px;
    background:transparent;
}
.SubMenu .rpLink{
    display:block;
    width:139px;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:10px;
    color:White;
}
.SubMenu .rpRootGroup .rpSelected{
    background: transparent url(Images/SubMenuitemBackground.png) repeat-x 0 0;
}

.SubMenu .rpLink
{
    background:transparent;
}
.rpGroup{
    overflow:hidden;
}
.rpLevel1 .rpText{
    margin-left:15px;
    font-weight:normal;
    font-size:12px;
}
.rpLevel2 .rpText{
    margin-left:20px;
    font-weight:normal;
    font-size:12px;
}



.clsFormContainer table
{
    margin:0px;
    border:0px;
    }    
.clsFormContainer tr, .clsFormContainer tbody tr 
{
    height:16px;
    border:0px;
    border-bottom:2px solid white;
    }  
.clsFormContainer td{
    border:0px;
}
.clsFormLabelCell
{
    width:160px;
    } 

.clsRadioButtonList, .clsRadioButtonList ul
{
    margin:0;
    padding:0;
    position:relative;
    top:-8px;
    left:-18px;
    }

.clsRadioButtonList li
{
    float:left;   
    list-style-type:none; 
    padding:0px; 
    margin:0px;
    margin-right:10px;
    }
.clsRadioButtonList label
{ 
    margin-left:6px;
    padding-bottom:4px;
    padding-top:0px;
    position:relative;
    top:-2px;
    }

    
.clsCheckBox{}
.clsTextBox{border:1px solid silver;
            background:#e6ecee url(img/TextboxBackground.png) repeat-y right top;
            width:260px;
            float:left;
}
          
.clsButton
{
    border:1px solid white;
    padding:4px;
    padding-left:10px;
    padding-right:10px;
    text-transform: uppercase;
	color: white;
	font-size:12px;
	background: transparent url(TabStrip/MenuBackground.png) no-repeat center;
	cursor:pointer;
	margin-top:6px;
}  
.clsButton:hover
{
    color:White;
    background: transparent url(Images/SubMenuitemBackground.png) repeat-x center;
    }
.clsValidatorTag{
    float:left; 
    color:Gray;
    margin-left:5px;
}
.clsValidator
{
    float:left;
    margin-left:2px;
    }

.mainbox li{
    padding-top:0px;
}
    
.mainbox ul p, .mainbox_large ul p {
    padding:0px;
    padding-bottom:0px;
    margin:2px;
}
