/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
html{
	min-width:780px;
}

body{
	font-family: Arial, sans-serif;
	color: #111111;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6, caption{
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 120%;
	color:#666666;
	background-color:#FFFFFF;
	border-bottom: 1px dashed #666666;
	padding-bottom: 5px;
}

h2, caption{
	font-size: 100%;
	color: #6699CC;
	margin-top: 10px;
	padding-left: 2px;
}

caption{
margin-left:10px;
}

h3{
 font-size: 100%;
 color:#FFCC66;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #990000;
}

h5{
 font-size: 100%;
 color: #990000;
}
img{
border:solid 1px #CCCCCC;
float: right;
margin-left:5px;
margin-bottom:5px;
margin-top:15px;
padding:2px;
}

p, li{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 85%;
	margin-left: 10px;
	line-height: 150%;
}

ul{
 list-style-type: none;	
}

  
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/* left hand menu */

#navBar{
	margin-left: 1%;
	background-color:#CCCCCC;
	border:thin solid #999999;
	float: left;
	position: absolute;
	margin-top:135px;
	width:13%;
	
	
}


#logo {
position:absolute;
left:50%;
width:860px;
margin-left:-430px;
margin-top:-8px;
}

/* center content */

#centercontent {
position: absolute;
margin-top:125px;
padding-bottom:10px;
left:19%;
right:19%;
width:62%;
min-width:400px;
}

#quicklinks {
position:absolute;
margin-top:135px;
right:10px;
width:13%;
background-color: #CCCCCC;
border:thin solid #999999;
text-align:left;
}

#footer {

	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#006699;
	width:100%;
	margin:0px auto;
	text-align:center;
	padding: 0px 0px 0px 2px;
	background-color: #EEE;
	border-top: 1px dashed #666666;
	border-bottom: 1px dashed #666666;
z-index:10;
}

/*********** #home page layout ***********/
#newsbox{
position:absolute;
left:70%;
margin-top:135px;
width:20%;
border:1px dashed #FF0033;
}

#leftbox{
position:absolute;
left:19%;
margin-top:135px;
width:50%;
border:1px dashed #666666; 
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
}
#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/*menu styles*/

.sitelinks{
	margin: 1px;
	padding: 5px 5px 5px 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6699CC;
	background-color: #eeeeee;
}

/* menu title style */

.sitelinkscaption{
	padding: 10px 0px 2px 2px;
	color:#FFCC66;
	font-weight:bold;
}

  
.events {
	margin: 0px;
	padding: 5px 5px 5px 10px;
	border: 0px none;
}
				
.churchtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: normal;
	color: #333333;
	border-bottom:dashed 1px #666666;
	margin-left: 0px;
	padding-top: 10px;
	margin-top: 0px;
	padding-left: 5px;
	border-right-width: 2px;
	padding-bottom: 12px;
}




.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-style: normal;
	line-height: 150%;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF0000;
	padding: 0px 0px 10px 10px;
}



.tablehead {
	color:#FFFFFF;
	background:#333333;
	font-weight: bold;
	padding-left:10px;
  }
  

#pctable {
background:#99CCCC;
font-family:Arial, Helvetica, sans-serif;
font-size:100%;
font-weight:normal;
color:#333333;
empty-cells:show;
width:100%;
border:1px solid #000000;
margin-left:10px;
margin-top:15px;
margin-bottom:20px;
}

td{
border:1px;
border-spacing:1px;
}


	
.noborder{
border: 0;
}
.noborderleft{
border: 0;
float: left;
}
#myherefordshire{
z-index:10;
float:left;
margin: 20px;
}

.bigapple{
border:none;
margin-bottom:20px;
}