/****************************************************
	P A G E L A Y O U T
****************************************************/
body {
	background: url(/images/bgr_body.gif) left top repeat-x #FFFFFF; /* Placed here so the content editor is not influenced */
	color: #5B5B5B;
	margin: 0;
	padding: 0;
	text-align: center;
}

/****************************************************
	S E R V I C E   C O N T A I N E R
****************************************************/
div#ServiceContainer {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 976px;
}

div#ServiceMenu {
	color: #B5B5B5;
	float: left;
	width: 725px;
}

div#ServiceMenu ul {
	padding: 11px 0 11px 129px;
}

body#TemplateFrontpage div#ServiceMenu ul {
	padding: 11px 0 11px 0px;
}

div#ServiceMenu a {
	background: transparent;
	/*color: #7A7A7A;*/
	color: #000;
	padding: 0 15px 0 0;
	text-decoration: none;
}

div#ServiceMenu a.NavigationOpen,
div#ServiceMenu a:hover {
	color: #000000;
}

div#ServiceMenu a:hover{
	text-decoration: underline;
}


div#ServiceSites {
	float: left;
	padding: 9px 0;
	width: 251px;
}

div#ServiceSites select {
	border: 1px solid #B5B5B5;
	width: 249px;
	margin: 0;
}

div#ServiceSitesInner{
	border: 1px solid #EF6D05;
}

/*	div#ServiceSearch {
	float: left;
	padding: 9px 0;
	width: 105px;
}*/

div.SearchForm {
	width: 251px;
	height: 30px;
	clear: both;
}

li.SearchKeyword {
	background: url(/images/bgr_SearchKeyword.gif) no-repeat;
	width: 220px;
	height: 30px;
	overflow: hidden;
}

li.SearchKeyword input {
	border: 1px solid #FFFFFF;
	margin: 5px 10px;
	padding: 1px;
	width: 200px;
	font-size: 13px;
}

li.SearchSubmit input {
	border: none;
	margin: 0;
	padding: 0;
	width: 31px;
}

/****************************************************
	F R O N T P A G E   H E A D E R   C O N T A I N E R
****************************************************/
div#FrontpageContainer {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 976px;
}

div#FrontpageGraphics {
	float: left;
	width: 725px;
}

div#FrontpageBanners {
	float: left;
	width: 251px;
}

div#FrontpagePositioning {
	position: relative;
	top: -26px;
	z-index: 1;
}

/****************************************************
	T A B  C O N T R O L
****************************************************/
div#TabControl {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 976px;
	background: url(/images/bgr_TabControl.gif) no-repeat 126px top;
}

div#TabControl ul {
	color: #B5B5B5;
	padding: 6px 0 0 129px;
}

body#TemplateFrontpage div#TabControl {
	background: none;
}

body#TemplateFrontpage div#TabControl ul {
	padding: 0 0 0 121px;
}

/****************************************************
	H E A D E R   S U B   C O N T A I N E R
****************************************************/
div#HeaderSubContainer {
	background: url(/images/bgr_banner.gif) top center no-repeat transparent;
	color: #FFFFFF;
	position: relative;
}

body#TemplateFrontpage div#HeaderSubContainer {
	background: url(/images/bgr_banner_frontpage.gif) top center repeat-x transparent;
}

body#TemplateFrontpage td.Logo {
	width: 121px;
}

body#TemplateFrontpage td.Logo img {
	display: none;
}

body#TemplateFrontpage td.HeaderMinHeight div {
	height: 98px;
}

/****************************************************
	H E A D E R   S U B   C O N T A I N E R   T A B L E
****************************************************/
table.ActiveContent {
	background-image: url("/images/bgr_tabcontentbottom.gif");
	background-position: bottom;
	background-repeat: no-repeat; 
	background-color: #EF6D05;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 976px;
}

body#TemplateFrontpage table.ActiveContent {
	background-image: url(/images/bgr_tabcontentbottom_frontpage.gif);
	background-color: transparent;
	background-position: bottom;
}

table.ActiveContent a:link,
table.ActiveContent a:visited {
	background-color: transparent;
	color: #FFFFFF;
	text-decoration: none;
}

table.ActiveContent a:hover,
table.ActiveContent a:active {
	color: #000000;
}

table.HiddenContent {
	display: none;
}

td.HeaderTitle,
td.HeaderMinHeight,
td.HeaderDescription,
td.TabContent,
td.TabContentLinks {
	padding-bottom: 20px;
}

td.Logo {
	width: 129px;
}

td.Logo a {
	background: transparent;
}

td.HeaderTitle {
	width: 249px; /*299*/
}

div.HeaderTitleInner {
	font-size: 160%;
	font-weight: bold;
	margin: 15px 9px 0 15px;
}

td.HeaderMinHeight {
	width: 1px;
}

td.HeaderMinHeight div {
	height: 85px;
}

td.HeaderDescription {
	width: 475px; /*547*/
}

div.HeaderDescriptionInner {
	margin: 15px 15px 0 0;
}

td.TabContent {
	width: 595px; /*716*/
}

td.TabContentLinks {
	width: 251px; /*130*/
}

td.TabContentLinks div {
	margin-top: 10px;
	text-align: right;
}

a.TagCloudClose {
	background-image: url(/images/ico2_close.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 14px;
}

a.TagCloudShowAll {
	background-image: url(/images/ico2_showall.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 14px;
}

/****************************************************
	C O L U M N S : 
	Correct styling of column <div>-tags: 
		width, float
	Incorrect styling of column <div>-tags:
		border, background, height, margin, padding
****************************************************/
div#ColumnsContainer {
	background-position: top;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 976px;
	padding-top: 10px;
}

body#TemplateFrontpage div#ColumnsContainer {
	/*background: url(//images/bgr_tabcontentbottom.gif) top left repeat-x #FFFFFF;*/
}

div#LeftColumn {
	float: left;
	width: 190px;
	overflow: hidden;

}

body#TemplateFrontpage div#LeftColumn {
	width: 116px;
}

div#ContentInclRightColumn {
	float: left;
	width: 786px;
}

div#ContentColumn {
	float: left;
	width: 535px;
}

body#TemplateSection div#ContentColumn {
	width: 725px;
}

body#TemplateFrontpage div#ContentColumn {
	width: 609px;
}

div#RightColumn {
	float: left;
	width: 251px;
	overflow: hidden;
}

div#LeftColumnInner {
	padding-bottom: 20px;
	padding-right: 22px;
	padding-top: 30px;
}

body#TemplateFrontpage div#LeftColumnInner {
	padding-right: 14px;
}

div#ContentColumnInner {
	padding-bottom: 20px;
	padding-top: 30px;
}

div#ContentColumn div#ContentColumnInner {
	padding-right: 35px;
}

body#TemplateFrontpage div#ContentColumnInner {
	padding-right: 0;
}

body#TemplateSection div#ContentColumnInner {
	padding-left: 129px;
	padding-right: 0;
}

body#TemplateFullWidth div#ContentColumnInner {
	padding-left: 129px;
	padding-right: 0;
}

div#RightColumnInner {
	padding-bottom: 20px;
	padding-top: 30px;
}

div#ContentHeader {
	padding-left: 129px;
	padding-top: 30px;
}

div#NavigationPath {
	float: left;
	width: 747px;
}

div#ContentTools {
	float: left;
	width: 100px;
	text-align: right;
}

div#ContentColumn div#ContentHeader {
	padding-left: 0;
}

div#ContentColumn div#NavigationPath {
	width: 400px !important;
}

div#ContentInclRightColumn div#ContentHeader {
	padding-left: 0;
}

div#ContentInclRightColumn div#NavigationPath {
	width: 686px;
}

/*
div#ContentHeader {
	padding-top: 30px;
}

div#NavigationPath {
	float: left;
	width: 400px;
}

div#ContentTools {
	float: left;
	width: 100px;
	text-align: right;
}
*/
div#PageAdministrator {
	color: #9D9696;
	font-size: 93%;
	margin-top: 26px;
}

/****************************************************
	F O O T E R
****************************************************/
div#FooterContainer {
	border-top: 1px solid #DFE1E2;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding: 8px 0;
	text-align: left;
	width: 976px;
}

div#CompanyInfo {
	float: left;
}

div#WebsiteInfo {
	text-align: right;
}

/****************************************************
	L I S T S
****************************************************/
div.List h2 {
	font-size: 100%;
}

div.ListItem {
	padding-bottom: 8px;
}

div.ListItemDate {
	background: #FFFFFF;
	color: #777777;
}

/****************************************************
	P A G I N G   I N F O
****************************************************/
div#PagingHeader {
	border-bottom: 1px solid #DBDBDB;
	border-top: 1px solid #DBDBDB;
	padding: 8px 0;
	margin-bottom: 8px;
}

div#PagingInfo {
	float: left;
}

div#PagingFooter {
	border-top: 1px solid #DBDBDB;
	padding: 8px 0;
	margin: 8px 0;
}

div.Paging {
	text-align: right;
}

div.PagePrevious {
	float: left;
	width: 20%;
}

div.PagePrevious a{
	float: left;
}

div.PageNext {
	float: right;
	width: 20%;
}

div.PageInfo {
	text-align: center;
}

/****************************************************
	O T H E R
****************************************************/
.Hide {
	display: none;
}

div#PrintHeader {
	text-align: left;
}

.ShowOnPrint {
	display: none ! important;
}

div.Clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

form {
	margin: 0;
	padding: 0;
}

ul.Vertical,
div#ContentColumnInner ul.Vertical {
	clear: both;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.Vertical li,
div#ContentColumnInner ul.Vertical li {
	float: left;
	margin: 0;
	padding: 0;
}

ul.Vertical li.Right {
	float: right;
}

div.ListWithImage {
	margin-top: 1.5em;
}

div.ListWithImage h2 {
	margin-top: 0;
}

div.ThumbnailContainer {
	float: left;
	margin: 0 1em 0.8em 0;
}

div#TagCloudSecondary {
	border-bottom: 1px solid #DBDBDB;
	border-top: 1px solid #DBDBDB;
	padding: 8px 0;
	width: 250px;
	width: 557px;
	/*width: 500px;	*/
}

div#TagCloudSecondary a {
	padding-right: 8px;
	line-height: 22px;
	white-space: nowrap;
}

a.Rss {
	background: url(/images/rss.gif) no-repeat left;
	padding-left: 16px;
}
