/* Start of CMSMS style sheet 'PirbrightChurchDefault' */
* {
	margin: 0;
	padding: 0;
}
body {
	background: url(images/body_background.png) repeat #F6FAFF;
font-size: 13px;
}
body, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	color: #404040;
}
h1, h2, h3 {
	margin-bottom: 1em;
	font-weight: normal;
	color: #404040;
}
h1 {
	font-size: 170%;
	margin-bottom: 15px;
	border-bottom: 1px solid #404040;
	text-transform: uppercase;
	font-weight: bold;
}
h1 a {
	text-decoration: none;
}
h2 {
	font-size: 150%;
font-weight: bold;
}
h3 {
	font-size: 130%;
}
p, blockquote, ul, ol, form {
	margin-bottom: 1.5em;
}
p {
	margin: 0em 1em 1.5em 1em;
}
blockquote, ul, ol {
	margin-left: 3em;
}
blockquote {
	margin-right: 3em;
	font-style: italic;
}
ul {
	list-style-type: square;
}
a {
	color: #18507C;
}
a:hover {
	text-decoration: none;
}
a img {
	border: 0px;
}
th{
padding-top:15px;
text-align: left;
}
td{
vertical-align: top;
text-align: left;
padding: 5px 5px 5px 15px;
}
img.left {
	float: left;
	margin: 0 15px 15px 0;
}
img.right {
	float: right;
	margin: 0 0 15px 15px;
}
/* Container */
#container {
	padding: 20px 0px;
}
/* Header */
#header {
	width: 720px;
	height: 90px;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat #DCEDFF;
	border: 1px solid #D8D8D8;
}
/* Navigation */
#navigation {
	width: 720px;
	margin: 3px auto;
	background: #000080;
	border: 1px solid #D8D8D8;
	color: #FFFFFF;
	text-transform: uppercase;
	height: 30px;
	text-align: center;
}
#navigation ul {
	margin: 0 auto;
}
* html #navigation ul {
/*IE only rule. Delete extra margin-bottom*/
	margin-bottom: 0;
}
#navigation ul li {
	display: inline;
}
#navigation ul li a {
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	padding: 7px 6px;
	text-decoration: none;
	border-right: 1px solid #D8D8D8;
}
#navigation ul li a:hover {
	color: #404040;
	background: #F0F0F0;
}
#navigation a.currentpage, #navigation a.activeparent {
	background: #FFFFFF;
	color: #404040;
}
/* Content */
#content {
	width: 720px;
	margin: 3px auto;
	border: 1px solid #D8D8D8;
	background: url(images/content_background.jpg) repeat-y #FFFFFF;
}
/* Column 1 */
#column1 {
	float: left;
	width: 450px;
	padding: 0px 30px 30px 30px;
}
#breadcrumbs {
	float: left;
	width: 400px;
	margin: 10px 0px 15px 0px;
}
#print {
	float: right;
	width: 50px;
	margin: 10px 0px 15px 0px;
	text-align: right;
}
#updated {
	float: right;
	text-align: right;
}
/* Column 2 */
#column2 {
	float: right;
	width: 180px;
	padding: 40px 15px 30px 15px;
}
#column2 a {
	text-decoration: none;
}
#column2 a:hover {
	text-decoration: underline;
}
#valid {
	text-align: center;
	margin-top: 30px;
}
/* Search */
#search {
	text-align: center;
}
#search #cntnt01searchinput {
	width: 130px;
	margin-bottom: 10px;
}
/* Menu */
#menu span.currentpage {
	font-weight: bold;
}
#menu ul {
	margin: 0px 20px 20px 20px;
}
#menu a {
	color: #404040;
}
/* Footer */
#footer {
	width: 720px;
	height: 30px;
	padding-top: 15px;
	margin: 3px auto;
	background: #000080;
	text-align: center;
	font-size: 90%;
	color: #FFFFFF;
	border: 1px solid #D8D8D8;
}
#footer a {
	color: #FFFFFF;
}
/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}
/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
	padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
	color: #18507C;
/* background image for the link to show wiki style arrow */
	background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
	color: #18507C;
/* a different color can be used for visited external links */
/*Set the last 0 to -100px to use that part of the external.gif image for different color for active linksexternal.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/
	background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:hover {
	color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
	background: url(images/cms/external.gif) no-repeat 100% 0;
	background-color: #C3D4DF;
}
/* end wiki style external links */


p.note{
  width: 90%;
  border: 1px solid #D8D8D8;
  background: #F0F0F0;
  padding: 5px;
}

div.formMessage{
border: 1px solid #000000;
background: #CCFFCC;
padding: 5px; 
margin-bottom: 20px;
}
/* End of 'PirbrightChurchDefault' */

