﻿html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	padding:0;
	border:0;
	font-size:11px;
	line-height:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	top:auto;
	text-decoration:none;
	color:#7F3814;
}
body {
	background-color:#E6E6E6;
}
.header-logo {
	background-image:url('../Library/header-logo.jpg');
	background-repeat:no-repeat;
}
.right-image {
	background-image:url('../Library/parish-rt.jpg');
	background-repeat:repeat;
}
.bottom {
	background-image:url('../Library/parish-footer.jpg');
	background-repeat:repeat;
}
.corner {
	background-image:url('../Library/parish-corner.jpg');
	background-repeat:no-repeat;
}
.leftcorner {
	background-image:url('../Library/left-corner.jpg');
	background-repeat:no-repeat;
}
.right-header {
	background-image:url('../Library/right-upper.jpg');
	background-repeat:no-repeat;
}
.left-header {
	background-image:url('../Library/header-left.jpg');
	background-repeat:no-repeat;
}
.header-middle {
	background-image:url('../Library/header-middle.jpg');
	background-repeat:repeat;
}
.style1 {
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
}
.font-color {
	color:#7F3814;
}
.style4 {
	font-size:19px;
	font-weight:bold;
}
h1 {
	font-size:16px;
}
h2 {
	font-size:14px;
}
h3 {
	font-size:12px;
}

a:link {
	color:#7F3814;
	text-decoration:underline;
	
}/*normal links in the text*/
a:visited {
  text-decoration:underline;}
a:hover { /*this effect is not shown in NN4.xx*/
	color:#371709;
	text-decoration:underline;

}
a:active {/*colour in NN4.xx is red*/ 
  color:#7F3814;
  text-decoration:underline;}

#wrapper {
width:770px;
background-color:#FFFFFF;
margin:10px auto;
border:1px solid #000000;
text-align:left;
}

#banner {
height:110px;
background-repeat:no-repeat;
}


#leftcol #nav ul {
background-color:transparent;
list-style-type:none;
margin:0; 
padding:0;
font-size:80%;
border:1px solid #000000;/*this adds a second line to the bottom of the nav, if you prefer a single line you can remove it by uncommenting the other properties and commenting out this one. I think it gives a nice raised effect, the choice is your's :)*/
/*border-left:1px solid #000000;
border-right:1px solid #000000;
border-top:1px solid #000000;*/
}

 

#leftcol #nav ul li {
padding:0;
margin:0; 
}

#leftcol #nav ul li a{
border-bottom:1px solid #000000;
color:#000000;
display:block;
padding:4px 0 6px 4px;
text-decoration:none; 
height:1%;
}


#leftcol #nav a:hover, #leftcol #nav a:focus { 
background-color:#003366;
border-right:1px solid #fff;
border-bottom:1px solid #fff;
color:#fff;
}


#content{
margin-left:200px;
width:550px;
}

#content p{
font-size:80%;
margin:20px;
}

#content h1{
font-size:130%;
color:#003366;
padding:0;
margin:20px;
}

#content h2{
font-size:110%;
color:#003366;
padding:0;
margin:/*100px 0 0*/ 20px;

}

/*.clearit{
clear:both;
background-color:#00FF66;
width:200px;
}*/


#footer{
	clear:both;
	font-size:10px;
}

#footer p {
font-size:70%;
padding:3px;
}

#leftcol{
margin-left:10px;
margin-top:20px;
width:170px;
margin-bottom:20px;
float:left;
}

#content p.right{
float:right;
}

.container{
width:99%; 
float:right;
}
#sidebar {
	position:static;
	left:29px;
	top:197px;
	width:160px;
	font-size:12px;
	color:#7F3814;
	background-color:#FFFFFF;
}
#navlist {
	margin:0; /*removes indent IE and Opera*/
	padding:0; /*removes indent Mozilla and NN7*/
	list-style-type:none; /*turns off display of bullet*/
	color:#7F3814;
	background-color:#FFFFFF;
}
#navlist a, #navlist a:visited {
display:block;
	color:#7F3814;
padding:2px 2px 2px 2px;
background-position:0% 50%;
text-decoration:none;
}
#navlist a:hover {
	background-color:#E0BE98;
	color:#7F3814;
}	

#sidebar #navlist #toplist .uberlink {
	background-repeat:no-repeat;
	background-position:0% 50%;
	color:#7F3814!important;
	font-weight:bold;
	cursor:default;
	background-color:#FFFFFF;
}

#toplist {
	margin:0; /*removes indent IE and Opera*/
	padding:0; /*removes indent Mozilla and NN7*/
	list-style-type:none; /*turns off display of bullet*/
	color:#7F3814;
	font-size:12px;
}
#toplist a, #navlist a:visited {
display:block;
	color:#7F3814;
padding:2px 2px 2px 2px;
background-position:0% 50%;
text-decoration:none;
}
#toplist a:hover {
	background-color:#E0BE98;
	color:#7F3814;
}	

.red {
	font-family:Arial, Helvetica, sans-serif;
	color:#FF0000;
}
