/* CSS Document - South Ferriby Parish Council 2007
main css*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6
form, fieldset, a, div, img{margin: 0;padding: 0; border: 0;}
html{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000;
}


body{
	background-color: #F2F2F2;
}

#wrapper{
	width: 944px;
	height:100%;
	background-color: #FFF;
	background-image: url(../../images/bg.jpg);
	background-repeat: repeat-y;
	padding-top:20px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
}

#menuBanner{
	width:880px;
	height:45px;
	padding:0px;
}

.menuTab{
	width:110px;
	background-image: url(../../images/menutabs.jpg);
	height:45px;
	float:left;
	background-repeat: no-repeat;
	padding:0px;
}
.menuTxt{
	width:80px;
	margin-top:3px;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666;
	font-weight:bold;
	padding:0px;
}
.menuTxt a {
	color: #666;
	text-decoration: none;
}
.menuTxt a:hover {	
	text-decoration: underline;
}

#contentHolder{
	width: 872px;
	clear:both;
	padding:0px;
	height:100%;
}

h1{
	text-transform: none;
	font-size: 125%;
	color: #333;
	font-weight: bold;
	margin-bottom: 12px;
	text-align:left;
	padding:0px;
}
h2{
	text-transform: none;
	font-size: 105%;
	color: #333;
	font-weight: bold;
	margin-bottom: 4px;
	text-align:left;
	padding:0px;
}
h3{
	text-transform: none;
	font-size: 105%;
	color: #333;
	font-weight: bold;
	margin-bottom: 4px;
	text-align:left;
	padding:0px;
}
p.smallerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
	font-size: 85%;
	text-align:left;
	line-height: 13px;
	padding-bottom: 12px;
}
p.smallerText a {
	color:#333;
	font-weight:bold;
	text-decoration: underline;
}
p.smallerText a:hover {
	color:#666;
	font-weight:bold;
	text-decoration:underline;
}
p.mainText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	margin-bottom: 12px;
	font-size: 100%;
	text-align:left;
	padding:0px;
}
p.mainText a {
	color:#333;
	font-weight:bold;
	text-decoration: underline;
}
p.mainText a:hover {
	color:#666;
	font-weight:bold;
	text-decoration:underline;
}
p.mainTextFFF {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	margin-bottom: 12px;
	font-size: 100%;
	text-align:left;
	padding:0px;
}
p.mainTextFFF a {
	color:#FFF;
	font-weight:bold;
	text-decoration: underline;
}
p.mainTextFFF a:hover {
	color:#CCC;
	font-weight:bold;
	text-decoration:underline;
}
#footerHolder{
	width: 900px;
	margin-top:10px;
	height: 20px;
	border-bottom:#CCCCCC solid 1px;
	clear:both;
}
p.footer {
	width: 600px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color:#999;
	font-weight:bold;
	text-decoration: none;	
	text-align:left;
	float:left;
	padding-left:12px;
}
p.footer a {
	color: #999;
	text-decoration: none;
}
p.footer a:hover {	
	text-decoration: underline;
}

p.siteBy{
	float:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color:#999;
	font-weight:bold;
	text-decoration: none;
	text-align:right;
	padding-right:14px;
}
p.siteBy a {
	color: #999;
	text-decoration: none;
}
p.siteBy a:hover {	
	text-decoration: underline;
}
/* ------------    new window stuff    --------------------*/
#wrapperSm{
	width: 422px;
	height:100%;
	background-color: #FFF;
	padding:0px;
}
#contentHolderSm{
	width: 340px;
	clear:both;
	padding:0px;
	height:100%;
}
#footerHolderSm{
	width: 422px;
	margin-top:10px;
	height: 20px;
	clear:both;
	background-color: #FFF;
}
p.footerSm {
	width: 340px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color:#999;
	font-weight:bold;
	text-decoration: none;	
	text-align:left;
	float:left;
	padding-left:12px;
}
