﻿/*Colors for skin, Orange: background:#ec732c links: #e4312a */

HTML
{
	height: 100%;
	padding: 0px 0px 0px 0px;
	margin: auto;
        text-align:center;
}
BODY
{
	background-color: #ec732c;
	height: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 70%;
}

.abstract
{
	font-size:inherit;
	font-weight:bolder;
	padding: 0px 0px 10px 0px;
	color:#666666;
}
#mainform
{
	height: 100%;
	padding: 0px 0px 0px 0px;
}
img
{
	border: none 0px;
}
input,textarea,select
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 100%;
}

#outercontent0
{
	height: 100%;
	text-align: center;
	background-color: #ec732c;
}
#outercontent1
{
	height: 100%;
	width: 970px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #333333;
	background-image: url(/layouts/css/skin/orange/images/top.gif);
	background-repeat:repeat-x;
	background-color: #ec732c;
}
#contentborderleft
{
	background-image: url(/layouts/css/skin/orange/images/shadow_left.gif);
	height: 100%;
	background-position: left top;
	background-repeat: repeat-y;
	background-color: #ffffff;
}
#contentborderright
{
	background-image: url(/layouts/css/skin/orange/images/shadow_right.gif);
	min-height: 100%;
	background-position: right top;
	background-repeat: repeat-y;
}
#contentborderleft2
{
	background-image: url(/layouts/css/skin/orange/images/shadow_left.gif);
	height: 100%;
	background-position: left top;
	background-repeat: repeat-y;
	background-color: #ec732c;
}
#contentborderright2
{
	background-image: url(/layouts/css/skin/orange/images/shadow_right.gif);
	min-height: 100%;
	background-position: right top;
	background-repeat: repeat-y;
}
#outertop
{
	color: #ffffff;
	background-color: #ec732c;
	text-align: left;
	width:970px;
}

#contentcorners
{
	position:relative;
	color: inherit;
	background-color: #ffffff;
	background-image: url(/layouts/css/skin/orange/images/shadow_top.gif);
	background-position: left top;
	background-repeat: repeat-x;
	height: 15px;
}
.contentleftcorner
{
	position:absolute;
	top:0px;
	left:0px;
	width: 14px;
}
.contentrightcorner
{
	position:absolute;
	top:0px;
	right:0px;
	width: 14px;
}

#innercontent
{
	display:inline-block;
	text-align: left;
	background-color: #ffffff;
	margin: 0px 5px 0px 5px;
	height:100%;
}
#contentfrontcolumn
{
	display:inline-block;
	text-align: left;
	background-color: #ffffff;
	border:solid 0px black;
	margin: 0px 0px 0px 0px;
	width: 960px;
}
#contentmaincolumn
{
	width: 756px;
	float: right;
	display: inline;
}
#frontcontent
{
	width: 665px;
	display: block;
	overflow:hidden;
	float: left;
	text-align:left;
	background-color: #ffffff;
	border-left:solid 0px #cccccc;
}
#textcontent
{
	width: 465px;/*465px;*/
	display: block;
	overflow:hidden;
	float: left;
	background-color: #ffffff;
}
#innercontent.searchpage #contentmaincolumn, #innercontent.searchpage #textcontent { width: 960px; }
#textcontentfull
{
	width: 700px;
	display: block;
	overflow:hidden;
	float: left;
	background-color: #ffffff;
	border-left:solid 0px #cccccc;
}
.newsitembox
{
	display:block;
	width:465px;
	clear:both;
	padding-top:10px;
}
.newsitembox_first
{
	display:block;
	width:465px;
	clear:both;
}
.sectioncontent
{
	float: left;
	display: inline;
	padding-top: 20px;
}

.sectioncontent h1
{
	position: relative;
	display: inline;
	padding-top: 20px;
	font-size: 160%;
	color: #999999;
}

/* BREADCRUMB */
#breadcrumb
{
	padding-top: 20px;
}
#breadcrumbinner
{
	height: 15px;
	background-image: url(/layouts/images/breadcrumbbar.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 746px;
	color: #666666;
	background-color: inherit;
}
#breadcrumb span
{
	margin-left: 20px;
}
#breadcrumb a:link,#breadcrumb a:visited
{
	text-decoration: none;
	color: #666666;
	background-color: inherit;
}
#breadcrumb a:active,#breadcrumb a:hover
{
	text-decoration: underline;
	color: #666666;
	background-color: inherit;
}

.rightcolumn
{
	display: inline-block;
	float: right;
	width: 281px;
	height:100%;
	margin-top:20px;
}
#innercontent.searchpage .rightcolumn { display: none; }
.banners
{
	display: inline;
	float: right;
	width: 281px;
}
.banner
{
	padding: 10px 10px 12px 10px;
	background-color: inherit;
	margin-bottom: 15px;
}
.imagebanner
{
    padding:0px!important;
}
.imagebanner .imagebannerContent
{
    position:relative;
}
.imagebanner .bannerText
{
    position:absolute;
    top:20px;
    left:10px;
    color:White;
}
.bannertitle_white
{
	color: #ffffff;
	font-size: 147%;
}
.bannertitle_white a:link,.bannertitle_white a:visited
{
	color: #ffffff;
	background-color: inherit;	
	text-decoration: none;
}
.bannertitle_white a:active,.bannertitle_white a:hover
{
	color: #ffffff;
	background-color: inherit;	
	text-decoration: underline;
}
.bannertext_white
{
	color: #ffffff;
	padding-top: 6px;
}
.bannertitle_dark
{
	color: #943F0F;
	font-size: 147%;
}
.bannertitle_dark a:link,.bannertitle_dark a:visited
{
	color: #943F0F;
	background-color: inherit;	
	text-decoration: none;
}
.bannertitle_dark a:active,.bannertitle_dark a:hover
{
	color: #943F0F;
	background-color: inherit;	
	text-decoration: underline;
}
.bannertext_dark
{
	color: #943F0F;
	padding-top: 6px;
}
.image_description
{       
	text-align:left;
	width:450px;
	margin-top: 0px;
	padding-bottom:10px;
	font-family: Verdana;
	font-size:80%;
	background-color: #ffffff;
}
.image_description_newsoverview
{       
	text-align:left;
	width:170px;
	margin-top: 0px;
	padding-bottom:10px;
	font-family: Verdana;
	font-size:80%;
	background-color: #ffffff;
}
.rightcolumnbox
{
	display: inline;
	float: right;
	width: 281px;
	float:right;
	border-top: solid 5px #A39898;
	background-color: #EFEFEF;
	margin-bottom: 17px;
	overflow:hidden;
}
.rightcolumnbox h2
{
	margin-top: 0px;
	padding-top: 7px;
	padding-left:10px;
	font-size: 150%;
	font-weight:lighter;
	color: #933F0F;
	background-color: inherit;
}
.rightcolumntitle
{
	margin-top: 0px;
	padding-top: 7px;
	padding-left:10px;
	font-size: 150%;
	font-weight:lighter;
	color: #A39898;
	background-color: inherit;
}
.rightcolumntext
{
	color: inherit;
	line-height: 120%;
	padding-left: 10px;
	padding-bottom: 15px;
	padding-top: 5px;
	position: relative;
	width: 271px;
	top: 0px;
	background-color: inherit;
	border-bottom: 1px solid  #DCDDE3;
	overflow:hidden;
}
.rightcolumnremark
{
	display:inline-block;
	color: inherit;
	line-height: 120%;
	padding: 10px 3px 5px 10px;
	margin: 0px 0px 0px 0px;
	top: 0px;
	position: relative;
	background-color: inherit;
	border-bottom: 1px solid  #DCDDE3;
}
.rightcolumntext_rates
{
	color: inherit;
	line-height: 120%;
	margin-left: 10px;
	padding-bottom: 1px;
	position: relative;
	top: 0px;
	background-color: inherit;
	border-bottom: 1px solid  #DCDDE3;
}
td.rate
{
	width:50px;
}
.rightcolumntext a:link,.rightcolumntext a:visited, .rightcolumntext_rates a:link, .rightcolumntext_rates a:visited
{
	color: #e4312a;
	background-color: inherit;	
	text-decoration: none;
}
.rightcolumntext a:active,.rightcolumntext a:hover, .rightcolumntext_rates a:active, .rightcolumntext_rates a:hover
{
	color: inherit;
	background-color: inherit;	
	text-decoration: underline;
}
.rightcolumn_border
{
	color: inherit;
	line-height: 1px;
	margin-left: 10px;
	padding-bottom: 5px;
	position: relative;
	top: 0px;
	background-color: inherit;
	border-bottom: 1px solid  #DCDDE3;
}
#bottominfo
{
	display: block;
	float:left;
	width: 960px;
	text-align:right;
	border-top: solid 1px #ec732c;
	background-color: #ffffff;
	
}
#bottominfoinner
{
	float: right;
	width: 281px;
	text-align: left;
	background-color: #ffffff;
}
#bottominfo img
{
	position: absolute;
	margin: 8px 5px 8px 0px;
}
#bottominfotext
{
	color: #878787;
	font-size: inherit;	
	background-color: inherit;
	padding: 8px 5px 8px 44px;
}

/* keywordlist */
.aaaletterlist
{
	margin-top: 16px;	
	margin-bottom: 16px;
	background-color: #ffffff;
	color: inherit;
	padding: 4px 4px 4px 4px;
	border-top:solid 1px #DCDDE3;;
	border-bottom: solid 1px #DCDDE3;;
}
.aaaletteritem
{
	margin-left: 4px;
	font-size:110%;
	color: inherit;
	text-transform: uppercase;
	background-color: inherit;
}
.aaaletteritem a:link,.aaaletteritem a:visited,.aaaletteritem a:active
{
	font-weight: bold;
}
.aaaletteritem a:hover
{
	font-weight: bold;
	background-color: inherit;
}
.aaaletteritemon
{
	margin-left: 4px;
	text-transform: uppercase;
	font-weight: bold;
}
.aaaletteritemon a:link,.aaaletteritemon a:visited,.aaaletteritemon a:active,.aaaletteritemon a:hover
{
	font-weight: bold;
	text-decoration: underline;
}

/* calendar */
td.calendarchoice
{
	border: solid 1px #ffffff;
	background-color: #A39898;
	color: #ffffff;
	padding: 2px 2px 2px 2px;
}
td.calendarchoice a:link,td.calendarchoice a:visited,td.calendarchoice a:active
{
	background-color: inherit;
	color: #ffffff;
	text-decoration: none;
}
td.calendarchoice a:hover
{
	background-color: inherit;
	color: #ffffff;
	text-decoration: underline;
}
td.calendarchoiceon
{
	border: solid 1px #ffffff;
	background-color: #ffffff;
	color: #A39898;
	padding: 2px 2px 2px 2px;
}
td.calendarchoiceon a:link,td.calendarchoiceon a:visited,td.calendarchoiceon a:active
{
	background-color: inherit;
	color: #A39898;
	text-decoration: none;
}
td.calendarchoiceon a:hover
{
	background-color: inherit;
	color: #A39898;
	text-decoration: underline;
}
.calendarchoiceinner
{
	cursor: pointer;
	color: inherit;
	background-color: inherit;
	vertical-align: middle;
}

.calendarchoicedisplay
{
	background-image: url(/layouts/css/skin/common_graphics/calendar_bg.gif);
	background-repeat:repeat-y;
	background-color: Transparent;
	width: 257px;
	padding: 6px 6px 6px 6px;
	margin-left: 1px;
	margin-top: 10px;
}
.calendarchoicedisplay a:link,.calendarchoicedisplay a:visited,.calendarchoicedisplay a:active
{
	background-color: inherit;
	color: #ffffff;
	text-decoration: none;
}
.calendarchoicedisplay a:hover
{
	background-color: inherit;
	color: #ffffff;
	text-decoration: underline;
}
.calendarheader
{
	font-weight: bold;
	margin-bottom: 4px;
}
.calendar_follow_text
{
	color: #666666;
}
table.month_year_display
{
	background-color:Transparent;
	color: #ffffff;
	font-size:110%;
	font-weight: bold;
	width:256px;
	text-transform:capitalize;
}

.prevyear
{
	padding-right: 10px;
}
.thisyear
{
	color: #ffffff;
	font-size:110%;
	font-weight: bold;
	text-align: right;
}
.nextyear
{
	padding-left: 10px;
}
#newstype_picker select
{
	background-color: white; 
	color: #666666;
	width: 258px;
	border: 1px solid #933F0F;
	margin-top: 10px;
}
/* sitemap */

.sitemapsection
{
	margin-top:20px;
	padding-bottom:10px;
	border-bottom:solid 1px #DCDDE3;
}
a.sitemaplevel1
{
	font-weight: 900;
	font-size:105%;
	color:#666666;
}
a.sitemaplevel2
{
	padding-left: 30px;
	font-weight: 500;
	color:#666666;
}
a.sitemaplevel3
{
	padding-left: 65px;
	font-weight: normal;
	color:#666666;
}
a.sitemaplevel4
{
	padding-left: 115px;
	font-weight: normal;
	color:#666666;
}
a.sitemaplevel1:visited, a.sitemaplevel2:visited, a.sitemaplevel3:visited, a.sitemaplevel4:visited
{
	color:#666666;
}
/*keywords*/
a.keyword, a.keyword:link, a.keyword:visited
{
	padding-left: 30px;
	font-weight: 500;
	color:#666666;
}
a.keyword:hover, a.keyword:active
{
	padding-left: 30px;
	font-weight: 500;
	text-decoration:underline;
	color:#e4312a;
}
/*FRONT*/
table.front
{
	border-collapse:collapse;
	width:681px;
	height:230px;
}
td.front_pic
{
	width:440px;
	background-color:Transparent;
}
td.front_text
{
	text-align:left;
	background-color:#cccccc;
	width:240px;
	padding-top:5px;
	padding-left:3px;
}
/* FRONTTEXT*/
.fronttext
{
	float:left; 
	width:400px;
	overflow:hidden;
}
.fronttext_wide
{
	float:left;
	padding-top: 15px;
	width: 650px;
}
/* NEWSBOXES */
#news_read_more
{
	float:left;
	padding-top: 20px;
	text-align:right;
	background-color:Transparent;
	width:100%
}
#newsboxes
{
	float:left;
	padding-top: 15px;
	width: 240px;
}
.newsbox
{
	width: 217px;
	display: inline;
	float: left;
}
.newsboxlast
{
	width: 193px;
	display: inline;
	float: left;
}
.newsboxinner
{
	width: 193px;
	text-align: left;
}
/*--> newsboxes used on district frontpages  */
#newsboxes_frontpage
{
	float:left;
	padding-top: 5px;
	
}
.newsbox_fp
{
	width: 180px;
	display: inline;
	float: left;
}
.newsboxlast_fp
{
	width: 173px;
	display: inline;
	float: left;
}
.newsboxinner_fp
{
	width: 170px;
	text-align: left;
}
/*common -->*/

.newstitle
{
	font-size: 137%;
	font-weight: bold;
}
.newstitle a:link,.newstitle a:visited
{
	color: #e4312a;
	background-color: inherit;	
	text-decoration: none;
}
.newstitle a:active,.newstitle a:hover
{
	color: #333333;
	background-color: inherit;	
	text-decoration: none;
}
.newsdate
{
	color: #999999;
	background-color: inherit;
}
.newstext
{
	padding-top: 10px;
	padding-bottom:13px;
	color: #000000;
	background-color: inherit;
}
