/*
	Volunteer Centre Lowestoft global stylesheet
*/

@import url(masthead.css);
@import url(navbar.css);

hr, .accessibility {display:none;}

h1, h2, h3 {font-weight:bold;}
h1 {font-size:2em;}
h2 {font-size:1.6em;}
h3 {
	font-size:1.2em;
	border-bottom:1px solid #ff9900;
}

a {background-color:inherit !important;}
a:link {color:#666699;}
a:visited {color:#666699;}
a:hover {color:#ff9900;}
a:active {color:#ff9900;}

ol, ul {list-style:inside;}

#volunteer-centre-lowestoft {
	overflow:visible;
	clear:both;
	margin:0px auto 1em;
	padding:0px;
	border:3px solid #cccccc;
	width:790px;
	background:#e1e1eb;
	color:black;
	font-family:Helvetica,Arial,sans-serif;
	font-size:80%;
	line-height:1.4;
	text-align:center;
}

#pageContainer {
	overflow:visible;
	clear:both;
	border:2px solid #aaaaaa;
	background:white url(../images/flourish.gif) no-repeat 628px 100.5%;
	color:black;
	text-align:left;
}

#pageHeader, #pageContent, #pageFooter {
	clear:both;
	border-width:1px;
	border-color:#666666;
}

#pageHeader {border-style:solid solid none solid;}

#pageContent {
	padding-bottom:2em;
	border-style:none solid;
}

#pageFooter {
	padding-bottom:1em;
	border-style:none solid solid solid;
}

#siteCopyright {
	padding:1em 10px;
	border-top:1px solid #ff9900;
	width:80%;
	font-size:80%;
}

#siteCounter {display:none;}

.boxout h3 {border:none;}


