:root
{
	overflow-y: scroll;
}

body 
{
	background: #fff;
}

/*** Region ***/ 
.region:after
{
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}

/*** ContentBlocks ***/ 
.cb
{
	margin-bottom: 20px;
}

/*** General ***/
.displayNone
{
	display: none;
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}

.h2special
{
    color: #000;
    font-size: 100%;
    margin-bottom: .1em;
}
/******************************************************
/* FRAMEWORK STATICS
/******************************************************/
form 
{
	display: block;
	margin: 0;
}

/******************************************************
/* REGIONS
/******************************************************/
.regionContainer
{
	width: 960px;
	margin: 0 auto;
    
}
#RegionHeader
{
	background: #fff url(/Frameworks/Default/Images/Backgrounds/PageHeader.gif) repeat-x left top;
	padding-top: 36px;
}
#RegionPage
{
	clear: both;
	background-color: #f1f1f1;
	padding-top: 20px;
}
#RegionSidebar
{
	float: right;
	width: 225px;
}
#RegionContent
{
	float: left;
	width: 715px;
}
#RegionContentWide
{
    float: left;
    width: 960px;
}
#RegionMainContent
{
	float: right;
	width: 470px;
}
#RegionMainContentWide
{
	float: right;
	width: 715px;
}
.StartPage #RegionMainContent
{
	float: left;
}
#RegionSubMenu
{
	float: left;
	width: 225px;
}
#RegionSecondaryContent
{
	float: right;
	width: 225px;
}
#RegionFooterMenu
{
	clear: both;
	background-color: #e9e9e9;
	border-top: 1px solid #dfdfdf;
}
#RegionFooter
{
	clear: both;
	background: #fff url(/Frameworks/Default/Images/Backgrounds/PageFooter.gif) repeat-x left top;
	border-top: 1px solid #d9d9d9;
}
#RegionFooter .PageFooter
{
	width: 960px;
	margin: 0 auto;
}
#RegionFooter .PageFooterLogo
{
	float: left;
	margin: 25px 39px 0 0;
}
#RegionFooter .PageFooterLogo:hover img
{
	opacity: .8;
}
#RegionFooter .PageFooterContent
{
	float: left;
	width: 560px;
	background: transparent url(/Frameworks/Default/Images/Backgrounds/PageFooter_Column.gif) no-repeat left top;
}
#RegionFooter .PageFooterContent .FooterText
{
	padding: 20px 20px 0 39px;
}
#RegionFooter .PageFooterContent .FooterText p
{
	margin-bottom: 0;
}
#RegionFooter .PageFooterLinks
{
	float: right;
	width: 225px;
	background: transparent url(/Frameworks/Default/Images/Backgrounds/PageFooter_Column.gif) no-repeat left top;
}
#RegionFooter .PageFooterLinks .linkList
{
	margin: 15px 0 0 25px;
	padding: 0;
}
#RegionFooter .PageFooterLinks .linkList li
{
	list-style: none none;
	margin: 0;
	/*padding: 0;*/
}
#RegionFooter .PageFooterLinks .linkList li a,
#RegionFooter .PageFooterLinks .linkList li a:hover
{
	color: #019491;
	font-weight: bold;
}
.PageFooterMenu
{
	width: 960px;
	margin: 0 auto;
	padding: 15px 0;
	background: transparent url(/Frameworks/Default/Images/Backgrounds/PageFooterMenu.gif) no-repeat left bottom;
}

.PageFooterMenu ul
{
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.PageFooterMenu ul ul
{
	margin-top: 5px;
}

.PageFooterMenu li
{ 
	width: 171px;
	float: left;
	line-height: 1.455;
	margin: 0;
	padding: 0 10px 0 11px;
}
.PageFooterMenu li li
{
	display: block;
	float: none;
	padding: 2px 0 0 0;
	font-size: .9em;
}

.PageFooterMenu h2
{
	margin-bottom: 0;
	font-size: 0;
}
.PageFooterMenu a:hover .hImg
{
	opacity: .75;
}

.PageFooterMenu a
{
	text-decoration: none;
}
.PageFooterMenu li li a,
.PageFooterMenu li li a:hover
{ 
	font-weight: bold;
	color: #019491;
	text-transform: none;
}


.PageHeader
{
	padding-bottom: 19px;
}

.PageHeaderLogo
{
	float: left;
}
.PageHeaderLogo:hover img
{
	opacity: .8;
}

.PageHeaderLinks
{
	float: right;
	list-style: none none;
	margin: .5em;
	padding: 0;
}

.PageHeaderLinks li
{
	display: inline;
	margin: 0;
	padding: 0;
}

.PageHeaderLinks li a
{
	border-right: solid 1px #e8e8e8;
	padding: 0 1em 0 1em;
}

.PageHeaderLinks li a.last
{
	border-right-style: none;
}

.SearchBlock
{
	float: right;
}

.SearchBlock .searchText
{
	width: 255px;
}
.TopMenu
{
	height: 32px;
}
.TopMenu #SiteMenu
{
	margin: 0;
	width: 960px;
	height: 32px;
	top: 1px;
	position: relative;
	z-index: 10001;
}

.TopMenu #SiteMenu li.mega .submenu
{
	position: absolute;
	z-index: 99;
	width: 457px;
	display: none;
	padding-bottom: 28px;
	top: 31px;
}

.TopMenu #SiteMenu li.mega .submenu .submenu-bottom
{
	height: 28px;
	background: transparent url(/Frameworks/Default/Units/MegaMenu/Images/Drop_BgBottom-trans.png) no-repeat left bottom;
}

.TopMenu #SiteMenu li.hovering .submenu
{
	display: block;
}

.TopMenu #SiteMenu li.mega .submenu-columns
{
	background: transparent url(/Frameworks/Default/Units/MegaMenu/Images/Drop_Bg-trans.png) no-repeat left top;
}

.TopMenu #SiteMenu li.mega .submenu .column
{
	float: left;
	padding: 20px 20px 0 20px;
	width: 187px;
}

.TopMenu #SiteMenu li.mega .submenu .column li
{
	float: none;
	margin-bottom: 8px;
}
.TopMenu #SiteMenu li.mega .submenu .column li a
{
	display: block;
	font-weight: bold;
	padding: 0 10px;
}
.TopMenu #SiteMenu li.mega .submenu .column li a:hover
{
	text-decoration:underline;
}

/* Widths and backgrounds for no right part */
.TopMenu #SiteMenu li.mega .noRight
{
	width: 238px;
}
.TopMenu #SiteMenu li.mega .noRight .submenu-bottom
{
	height: 28px;
	width: 238px;
	background-image: url(/Frameworks/Default/Units/MegaMenu/Images/Drop_BgBottom_nr-trans.png);
}
.TopMenu #SiteMenu li.mega .noRight .submenu-columns
{
	width: 238px;
	background-image: url(/Frameworks/Default/Units/MegaMenu/Images/Drop_Bg_nr-trans.png);
}
/* Widths and backgrounds for wider right part */
.TopMenu #SiteMenu li.mega .submenu.wideRight
{
	width: 300px;
}
.TopMenu #SiteMenu li.mega .wideRight  .submenu-bottom
{
	height: 28px;
	background-image: url(/Frameworks/Default/Units/MegaMenu/Images/Drop_BgBottom_wr-trans.png);
}
.TopMenu #SiteMenu li.mega .wideRight .submenu-columns
{
	background-image: url(/Frameworks/Default/Units/MegaMenu/Images/Drop_Bg_wr-trans.png);
}
.TopMenu #SiteMenu li.mega .wideRight .submenu-section-list 
{
	display:none;
}

.TopMenu #SiteMenu li.mega .wideRight .submenu-section-info
{
	width: 260px;
}

.TopMenu #SiteMenu a.toplevel,
.TopMenu #SiteMenu li.mega a.startpage:hover
{
	margin: 0;
	padding: 0;
	/*background: transparent url(/Frameworks/Default/Units/MegaMenu/Images/TopMenuItemBg.gif) repeat-x left top;*/
}
.TopMenu #SiteMenu li a.toplevel:hover,
.TopMenu #SiteMenu li.mega a.startpage
{
	/*background: transparent url(/Frameworks/Default/Units/MegaMenu/Images/TopMenuItemBgHover.gif) repeat-x left top;*/
}
.TopMenu #SiteMenu li a.toplevel:hover img,
.TopMenu #SiteMenu li.hovering a.toplevel img
{
/*	display: block;
	position: relative;
	z-index: 100;*/
}
.TopMenu #SiteMenu li.mega a.active
{
	background-image: none;
}

.TopMenu ul
{
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;		
}

.TopMenu li
{
	float: left;
	line-height: normal;
	margin: 0;
}

.TopMenu a
{
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}
.TreeMenu .boxBody
{
	padding: 10px 15px;
}

.TreeMenu ul
{
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.TreeMenu li ul
{
	padding: 0 0 0 10px;
}

.TreeMenu li
{
	font-weight: bold;
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	background: transparent url(/Frameworks/Default/Images/TreeMenu_ListItem.gif) no-repeat 5px 10px;
}

.TreeMenu li.exp
{
	background: transparent url(/Frameworks/Default/Images/TreeMenu_ListItem_Expanded.gif) no-repeat 5px 10px;
}

.TreeMenu li li
{
	font-weight: normal;
	background: transparent url(/Frameworks/Default/Images/TreeMenu_ListItem_SubLevel.gif) no-repeat 5px 10px;
}

.TreeMenu li li.exp
{
	background: transparent url(/Frameworks/Default/Images/TreeMenu_ListItem_SubLevel.gif) no-repeat 5px 10px;
}

.TreeMenu li li.sel
{
	background: transparent url(/Frameworks/Default/Images/TreeMenu_ListItem_SubLevel_Selected.gif) no-repeat 5px 10px;
}

.TreeMenu li a
{
	display: block;
	padding: 5px 10px 5px 15px;
}

.TreeMenu li.sel > a
{
	color: #333;
	text-decoration: underline;
}


