* {
	margin: 0;
	padding: 0;
	border: 0;
	
	line-height: 1em;
	
	text-decoration: none;
}


.clearer {
	display: block;
	height: 1%;
	overflow: hidden;
}

/*
html {
	overflow-y: scroll;
}
*/

#atffc {
	display:none;
}

body {
	font-family:Arial; 
	font-size:12px; 
	margin:0;
	
	margin-bottom: 0px;
	text-align: center;
	
	background: url( ../images/bg_noise.jpg );

}

.centerContainer {
	width:1000px; 
	
	text-align:left; 
	margin: 0 auto;
}

#top {
	/*background-color: #E3E3E3;*/
	height: 25px;
	background-color: #666666;
}

#top a {
	float: right;
	/*margin-right: 10px;*/
	/*line-height: 2em;*/
	margin-top: 6px;
	color: #eee;
}

#top .separator {
	float: right; 
	margin: 0 5px; 
	padding-top: 7px;
}

#top a:hover {
	color: #fff;
	text-shadow: 0px 0px 0px;
}


#topContainer {
	
	height: 85px;
	width: 100%;
	
	overflow: show;
	
	background: url( ../images/bg_header.png ) repeat-x left bottom;
}

.bg_cut {
	position: absolute;
	left: 0px;
	top: 2px;
	
	height: 79px;
	width: 2px;
	
	background: url( ../images/bg_cut.png ) repeat-y left top;
}


#menu, #subMenu {
	list-style-type: none;
	float: left;
	clear: left;
}

#userMenu {
	list-style-type: none;
	float: right;
	width: 600px;
}

#userMenu li {
	float: right;
	margin-left: 10px;
}

#userMenu li img {
	vertical-align: text-bottom;
}

#menu li, #subMenu li {
	float: left;
	margin-right: 5px;
}

#subMenu {
	margin-top: 5px;
}

#subMenu li {
	margin-right: 8px;
}

#mainContainer {
	background: url( ../images/bg_main.jpg ) repeat-y center top;
	
	text-align: center;
}

#innerMainContainer {
	
	width: 920px;
	padding: 20px;
	padding-top: 0px;
	text-align: left;
	margin: 20px auto;
	margin-top: 10px;
}



#mainTop {
	background: url( ../images/bg_mainTop.jpg ) no-repeat center bottom;
}

#mainBottom {
	background: url( ../images/bg_mainBottom.jpg ) no-repeat center top;
	margin-bottom: 100px;
}

#logo {
	position: absolute;
	left: 30px;
	top: -10px;
	
	
	z-index: 3;
}


.noticeEntry {
	margin-bottom: 20px;
}

.fnupper {
	position: relative; 
	left: -28px; 
	background-color: #EDEDED; 
	padding: 7px;
	padding-right: 30px;
	
	font-size: 16px;
	font-weight: normal;
	
	float: left;
	
	-moz-box-shadow: #aaa 2px 7px 3px -6px;
	-webkit-box-shadow: #aaa 2px 7px 3px -6px;
}

.fnupp {
	position: relative; 
	left: -28px; 
	float: left;
	clear: left;
}

.noticeEntry .body {
	
	padding-top: 5px; 
	/*margin-right: 30px;*/

	clear: both;
}

.noticeEntry .body * {
	line-height: 1.2em;
}

.noticeEntry .body p {
	text-align: justify;
}

#pager {
	/*margin: 10px 0;*/
}

#pager a {
	float: left;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border: 3px #e6e6e6 solid;
	
	/*opacity: 0.5;*/
}

#pager a:hover {
	/*opacity: 1;*/
}

#pager a.activeSlide {
	/*border-color: transparent;*/
	/*opacity: 1;*/
	
	width: 16px;
	height: 16px;
	
	border: 0;
}


#ambulanceFeeds, #policeFeeds {
	margin-top: 30px;
}


.leaderContainer .body {
	padding: 20px 0;
}

.leaderContainer .body * {
	/*margin-top: 20px;*/
	line-height: 1.3em;
	font-size: 14px;
}




.scrollerOuterContainer {
	border: 1px solid #DDD; 
	padding: 10px; 
	-moz-box-shadow: #eee 2px 2px 8px -1px; 
	width: 710px;
}

.scrollerInnerContainer {
	width: 710px; 
	background-color: #F0EFE8; 
	background-image: url(../images/bg_intro.jpg);
}



/* ---------- LINKLIST 1 ------------- */

.linkList1 {
	float: left; 
	clear: both; 
	width: 100%;
}

.linkList1 .fnupper {
	background-color: #86B7CF; 
	color: #fff; 
	/*text-transform: uppercase; */
	font-weight: bold; 
	padding-left: 20px;
}

.linkList1 ul {
	float: left; 
	clear: left; 
	width: 100%; 
	list-style-type: none;
	margin-top: 5px;
}

.linkList1 ul li {
	padding: 2px 0px;
}

.linkList1 ul li img {
	float: left; 
	padding-top: 4px;
	padding-right: 6px;
}

.linkList1 ul li a {
	border-bottom: 1px dashed #B2B2B2; 
	line-height: 1.2em; 
	padding: 1px 4px;
	float: left;
	font-size: 13px;
	font-weight: bold;
}

.linkList1 ul li a:hover {
	background-color: #F0EFE8;
}


.linkList1 ul li div {
	float: left;
	clear: both;
	width: 100%;
	
	padding-left: 13px;
	
}

.linkList1 ul li div span {
	float: left;
	font-size: 10px; 
	margin-right: 5px;
	line-height: 1.6em;
	
	color: #B2B2B2;
}


/*-----------------------------------------*/


.articleList1 {
	
	background-color: #F0EFE8;
	border: 1px solid #CCC;
	
	padding: 10px;
	padding-top: 0px;
	
	list-style-type: none;
	
	margin-bottom: 20px;
}

.articleList1 li {
	background-color: #fff;
	padding: 10px;
	padding-bottom: 20px;
	margin-top: 10px;
}

.articleList1 li .body {
	padding-top: 10px; 
	border-top: 1px dashed #999999;
	
	line-height: 1.25em;
}

.articleList1 li .body p {
	line-height: 1.25em;
}

.articleList1 li .top {
	color: #999999; 
	text-transform: uppercase; 
	font-size: 11px;
}

.articleList1 h3 {
	margin: 10px 0; 
}



/* ---------------------------- */


#linkForm {
	margin-top: 20px;
	
	background-color: #F0EFE8;
	border: 1px solid #D7E0E2;
}

#linkForm .head {
	padding: 15px 10px;
}

#linkForm form {
	border-top: 1px dashed #999;
	padding: 15px 10px;
}

#linkForm form ul li {
	margin-top: 5px;
}






/* -------TABLIST----------- */

.tabList {
	margin-bottom: 20px;
	border-bottom: 1px solid #CCC;
}

.tabList .tabListTabs {
	float: left; 
	width: 100%;
	
	border-bottom: 1px solid #CCC; 
}

.tabList .tabListTabs ul {
	float: left; 
	margin-left: 5px; 
	list-style-type: none;
	
	
}

.tabList .tabListTabs ul li {
	float: left; 
	border: 1px solid #CCC; 
	border-bottom: 0px; 
	padding: 5px 6px; 
	text-transform: uppercase;
	
	background-color: #EEE;
	
	margin-right: 2px; 
	
	font-size: 11px;
}

.tabList.tabListBig .tabListTabs ul li {
	font-size: 12px;
}

.tabList .tabListTabs ul li.active {
	background-color: #fff;
	
	position: relative;
	bottom: -1px;
	
}

.tabList .tabListTabs ul li.active a {
	color: #6495AD;
}

.tabList .tabListItems {
	list-style-type: none;
}

.tabList .tabListItems ul {
	padding: 10px; 
	list-style-type: none;
}

.tabList .tabListItems ul li {
	border-top: 1px dashed #E6E6E6;
	padding: 5px 0;
	
}

.tabList .tabListItems ul li:first-child {
	border-top: 0;
}

.tabList .tabListItems ul li span.title {
	display: block;
}

.tabList .tabListItems ul li span.date, .tabList .tabListItems ul li span.clicks {
	color: #B2B2B2;
	margin-right: 3px;
}



#leaderSmall {
	float: right; 
	background: url(../images/leaderSven.jpg) no-repeat top right; 
	width: 250px; 
	height: 65px; 
	margin-left: 10px; 
	padding-left: 10px; 
	border-left: 1px dashed #CCC; 
}

#leaderSmall p {
	float: left; 
	font-family: Georgia; 
	font-size: 18px; 
	line-height: 1.3em; 
	width: 180px;
}

#leaderSmall p img {
	float: left; 
	margin-right: 3px;
}

#leaderSmall a {
	float: left; 
	clear: both; 
	border-bottom: 1px dashed #888; 
	line-height: 1.4em;
	
	width: 100px;
}


.articleContainer {
}

.articleContainer .body p {
	margin-top: 10px;
}


.linkList2 {
	border-top: 1px dashed #888; 
	margin-top: 10px;
	
}

.linkList2 li a {
	line-height: 1.5em;
	padding: 5px;
	border-bottom: 1px dashed #888; 
	display: block;
	width:100%;
}

.linkList2 li a:hover {
	background-color: #F0EFE8;
}

.linkList2 li a span {
	float: right;
	line-height: 1.5em;
}


.pageLinkList {
	list-style-type: none;
	margin-top: 10px;
}

.pageLinkList li {
	float: left;
	margin-right: 2px;
	padding: 5px 7px;
	background-color: #F0EFE8;
	
	font-weight: bold;
}

.pageLinkList li.active {
	background-color: #fff;
}

.pageLinkList li.active a {
	color: #F9A61A;
}




div.adminMiniMenu {
	margin-top: 5px;
}

div.adminMiniMenu div.adminMiniMenuInner {
	float: left; 
	clear: both;
	
	padding-left: 5px; 
	padding-right: 5px; 
	padding-top: 3px; 
	padding-bottom: 3px; 
	
	background-color: #F9A61A; 
	width: auto;
	
}

div.adminMiniMenu div.adminMiniMenuInner a {
	color: #fafafa; 
	border-left: 0; 
	border-right: 0; 
	border-top: 0; 
	border-bottom: 0; 
	font-size: 10px;
	padding: 0;
	
	line-heigth: 1em;
	
	display: inline;
}

div.adminMiniMenu div.adminMiniMenuInner a:hover {
	background-color: #F9A61A;
	color: #fff;
	display: inline;
}

div.adminMiniMenu div.adminMiniMenuInner a span {
	float: none;
}