@charset utf-8;
/* CSS for Sozein Right Way1  print sheet*/

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height:125%;
padding:0;
border: 0;
margin:0;
} 

h1 {
display: none;
}

li {
	font-size:small;
	list-style-type:none;
}

h2 {
	color:black;
	font-size:medium;
	font-weight:normal;
}

p{
	font-size:medium;
	color:black;
	text-indent:2em;
}
#sitebranding p {
	display: none;
}	

#tagline p {
	display: none;
}

#search {
	display: none;
}
	
#navigation {
	display: none;
}
 
#bodycontent {
	top: 10px;
}

#bodycontent {
	margin-left: 20pt;
	margin-right: 30pt;
}


.feature {
	display: none;
}

.galleryphoto img {
	border: 15px solid white;
}

.galleryphoto {
	padding-bottom: 20px;
	border-bottom: 1px solid navy;
	margin-bottom: 10px;
}

.galleryphoto p {
	font-size: 80%;
	font-weight: bold;
	margin-top: 0;
	width: auto;
	line-height: 1.4em;
}

.photocredit {
	font-weight: normal;
	color: #666666;
}

table.courses {
	border-collapse:collapse;
}

table.courses caption {
	color: #000066;
	font-size: small;
	text-align: left;
	padding-bottom: 5px;
	font-weight: bold;
}
	
th {
	text-align:left;
	background: #26354A;
	color:#FFFFFF;
	padding: 0.2em;
}

td {
	border: 1px solid black;
	padding: 0.2em;
}

table.courses th, table.courses td {
	padding: 4px;
	border: 1px solid #000066;
}

table.courses th {
	font-size: x-small;
	text-align: left;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 2px;
	padding-right: 2px;
}

table.courses td {
	font-size: small;
	background: #FFFF84 /*url(/images/Neils%20trial%20Td.jpg) */ repeat-x top  ;
}

		/* declarations for Quiet Days table */
table.quietdays {
	border-collapse:collapse;
}

table.quietdays caption {
	color: #000066;
	font-size: small;
	text-align: left;
	padding-bottom: 5px;
	font-weight: bold;
}
	
th {
	text-align:left;
	background: #26354A;
	color:#FFFFFF;
	padding: 0.2em;
}

td {
	border: 1px solid black;
	padding: 0.2em;
}

table.quietdays th, table.quietdays td {
	padding: 4px;
	border: 1px solid #000066;
}

table.quietdays th {
	font-size: x-small;
	text-align: left;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 2px;
	padding-right: 2px;
}

table.quietdays td {
	font-size: small;
	background: #FFFF84 repeat-x top;
}
/* end of declarations for Quiet Days table */

/* declarations for Quiet Days Timetable table */
table.timetablequietday {
	border-collapse:collapse;
}

table.timetablequietday caption {
	color: #000066;
	font-size: small;
	text-align: left;
	padding-bottom: 5px;
	font-weight: bold;
}
	
th {
	text-align:left;
	background: #26354A;
	color:#FFFFFF;
	padding: 0.2em;
}

td {
	border: 1px solid black;
	padding: 0.2em;
}

table.timetablequietday th, table.timetablequietday td {
	padding: 4px;
	border: 1px solid #000066;
}

table.timetablequietday th {
	font-size: x-small;
	text-align: left;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 2px;
	padding-right: 2px;
}

table.timetablequietday td {
	font-size: small;
	background: #FFFF84 repeat-x top;
}
/* end of declarations for Quiet Days Timetable */

/*start of declarations for form on Contact Us page*/
form.contact fieldset {
	border: 2px  solid navy;
	padding:  10px;
}

form.contact legend {
	font-weight:bold;
	font-size:small;
	color:navy;
	padding: 5px;
}

form.contact {
	padding:0;
	margin:0;
	margin-top: -15px;
	line-height: 150%;
}

form.contact label {
	font-weight: bold;
	font-size:small;
	color: navy;
}

form.contact label.fixedwidth {
	display: block;
	width: 240px;
	float: left;
}

form.contact .buttonarea input {
	background: navy;
	color: white;
	font-weight: bold;
	padding: 5px;
	border: 1px solid white;
}

form.contact .buttonarea {
	text-align: center;
	padding: 4px;
	background-color: #26354A;
} 

/*end of declarations for form on Contact Us page*/