* {
	margin: 0;
	padding: 0;
	color: #282828;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-image: url(../img/bg_body.gif);
	background-repeat: repeat-x;
	background-color: #E3E3E3;
	text-align: center;
}
#page {
	margin: auto;
	width: 1010px;
	background-image: url(../img/bg_body.gif);
	background-repeat: repeat-x;
	background-color: #FFF;
	text-align: left;
	border-bottom: 6px solid #CCC;
	position: relative;
}
#page * {
	text-align: left;
}
#search {
	background-color: white;
	position: absolute;
	right: 5px;
	top: 10px;
	border: 1px inset #CCC;
	width: 160px;
	height: 27px;
	margin: 0;
	text-align: left;
}
#search label {
	font-weight: normal;
	display: inline;
	position: absolute;
	top: 0px;
	left: 5px;
	width: auto;
}
#search .go {
	position: absolute;
	top: 3px;
	right: 0px;
}
#search label input {
	width: 130px;
	border: 1px solid #BBB;
	border-bottom-width: 2px;
	padding: 1px 5px;
}

#search label input:focus {
	border-color: #888;
	background-color: #FFFFCC;
}
#h1 {
	display: block;
	height: 45px;
	overflow: hidden;
	text-decoration: none;
}
h1 {
	font-family: Georgia,'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 43px;
	font-weight: normal;
	color: #999;
	margin: 0 0 0 7px;
	display: inline;
}
span {
	color: #999;
}
span.parishSelected {
	font-family: Georgia,'Lucida Grande', Arial, Helvetica, sans-serif;
	position: absolute;
	top: 7px;
	font-size: 18px;
}
#navi_parishes {
	list-style: none;
}
#navi_parishes li {
	float: left;
	
}
#navi_parishes a {
	text-decoration: none;
	display: block;
	//display: inline;
	padding: 8px 3px 0 3px;
	margin-left: 10px;
	height: 18px;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	font-weight: bold;
	width: auto;
}

#navi_parishes a:hover, #navi_parishes a.active:hover {
	background-color: #FFF;
}
#navi_parishes a.active {
	background-color: #EEE;
}
#navi_side {
	list-style: none;
	float: left;
	width: 180px;
	margin: 10px 10px 10px 5px;
	overflow: hidden;
}
#navi_side li {
	margin: 2px 0;
	border: 1px solid #FFF;
}
#navi_side a {
	display: block;
	padding: 3px 5px 3px 10px;
	text-decoration: none;
}
#navi_side a.l1 {
	background-position: 0 8px;
	font-size: 120%;
	font-weight: bold;
}
#navi_side a.l2 {
	background-position: 15px 8px;
	font-size: 120%;
	padding-left: 25px;
}
#navi_side a.l3 {
	background-position: 30px 6px;
	font-size: 100%;
	padding-left: 40px;
}
#navi_side a.l4 {
	background-position: 45px 6px;
	font-size: 100%;
	padding-left: 55px;
}
#navi_side a.l1:hover,#navi_side a.l2:hover,#navi_side a.l3:hover,#navi_side a.l4:hover {
	background-color: #EEE;
	border-bottom: 1px solid #999;
}
#navi_side a.active {
	background-image: url(../img/menu_active.gif);
	background-repeat: no-repeat;
}
#loginbox {
	position: absolute;
	top: 52px;
	right: 12px;
	z-index: 5;
}
#content {
	width: 780px;
	margin: 20px 10px;
	float: right;
	line-height: 140%;
}
#content h2 {
	font-size: 16px;
	margin: 0 0 0 0;
	color: #666;
}
#content h3 {
	color: #999;
	text-transform: uppercase;
	margin: 15px 0 5px 0;
	clear: both;
}
#content p {
	margin: 8px 0;
}

hr.clearfix {
	clear: both;
	width: 1px;
	color: #FFF;
	border: none;
}
p.clearfix  {
	clear: both;
	margin: 0;
}
a.funk {
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding: 2px 2px 2px 18px;
	margin: 3px 0;
	display: block;
	text-decoration: none;	
}
a.funk:hover {
	text-decoration: underline;
}
a.next {
	background-image: url(../img/ico/right.gif);
}
a.addbrick {
	background-image: url(../img/ico/add.gif);
}
a.backlink {
	background-image: url(../img/ico/left.gif);
}
a.delbrick {
	border-top: 1px solid red;
	background: url(../img/ico/del.gif) no-repeat 205px 6px;
}
.clear-floats {
	clear: both;
}

