﻿/* ================================================================== */
/* GENERAL INTERFACE */
body
{
	margin: 0;
	padding: 0;
	background: url(/webdata/graphics/default_background.png) repeat-y;
}

#header { }

#contentTable
{
	height: 200px;
	margin-left: 20px;
}

.leftCol { width: 320px; }

.rightCol
{
	padding-left: 10px;
	width: 330px;
}

.leftWeatherCol
{
	width: 466px;
	padding-right: 30px;
}

.rightWeatherCol { width: 184px; }

p
{
	color: #555555;
	font-size: 12px;
	line-height: 20px;
	background-color: transparent;
}

#printLink
{
	width: 17px;
	position: absolute;
	top: 120px;
	left: 650px;
	height: 17px;
	cursor: pointer;
}

/*
#councillors{
                     padding-left:100px;
}

div#councillors p {
                    font-size:14px;
                    line-height:18px;
                    }
*/

/* ================================================================== */
/* SEARCH */
.searchInput
{
	border: 1px solid #888888;
	width: 100px;
	position: relative;
	top: -3px;
}

.searchBtn { }

#searchForm
{
	width: 195px;
	position: absolute;
	top: 120px;
	left: 170px;
}

/* ================================================================== */
/* SPECIAL LINKS */
.backToLink
{
	padding-left: 9px;
	background: url(/webdata/graphics/back_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.goToLink
{
	padding-right: 9px;
	background: url(/webdata/graphics/fwd_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

/* ================================================================== */
/* FOOTER ELEMENTS */
#footer
{
	margin-top: 40px;
	margin-bottom: 20px;
}

#footerLogo
{
	width: 160px;
	padding-top: 20px;
	text-align: center;
}

#footerText
{
	padding-top: 11px;
	padding-left: 25px;
	width: 580px;
}

#footerText p
{
	margin: 0;
	padding: 2px 0 5px 0;
	color: #777777;
	font: normal 10px/11px arial,verdana,sans-serif;
}

a.footer
{
	padding-right: 8px;
	padding-left: 8px;
	background-image: url(/webdata/graphics/footer_bar.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#footerFirst { padding-left: 0; }
#footerLast { padding-left: 8px;background-image:none;}

#sfrlogo
{
	position: absolute;
	left: 5px;
	top: 420px;
}

