@charset utf-8;
/* CSS for Sozein Right Way1*/

#wrapper {
 width: 100%;
 background-color:#FFFFFF;
 margin:0px auto;
 border: 1px solid #000000; 
 } 
 
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color:#FFFDED;
line-height:148%;  /*  was originally 125%*/
padding:0;
border: 0;
margin:0;
} 

h1 {
font-family: "Trebuchet MS",  Arial, Helvetica, sans-serif;
font-size:x-large;
font-weight:bold;
background-color:#26354A;
color:#FFBA00;
padding-top: 2em;
padding-left: .4em;
padding-bottom: .2em;
margin: 0;
}

li {
	font-size:small;
	list-style-type:none;
}

h2 {
	color:black;
	font-size:medium;
	font-weight:normal;
}

p{
	font-size:medium;
	color:#222222;
	text-indent:2em;
}
#sitebranding p {
	background-color:#26354A;
	color: #FFBA00;
	letter-spacing:.3em;
	line-height:26px;
	padding-left: .2em;	
}	

#tagline p {
	background-color: #26354A;
	color: #FFBA00;
	letter-spacing:.3em;
	line-height:26px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top: .2em;
	padding-bottom: .2em;
	padding-left: .8em;
	margin: 0;	
}

#search {
	font-size: x-small;
	font-weight: bold;
	position: absolute;
	top: 76px;
	right: 11px;
	color: #eee;
}	
#navigation {
	background-color:#FFFF99;
	color:navy;
	font-weight:bold;
	width:275px;
	/*padding:20px;*/
	min-height:520px;
	height:auto !important;
	height:520px;
	
}

a {
	font-weight: bold;
}

a:link { 
	color:#000000;
}

a:visited {
	color: gray;
}

a:hover {
	text-decoration:none;
	color:#FFFFFF;
	background-color: navy;
}

a:active {
	color:#C58D04;
	background-color: navy;
}

#navigation, #bodycontent, #header  {
	position:absolute;
}

#navigation, #bodycontent {
	top: 106px;
}

#bodycontent {
	left:283px;
}

#header {
	width:100%;
}

.feature {
	float:right;
	margin: 10px;
}

.comingnext {
	padding-top: 1em;
	padding-left: 1em;
	padding-bottom: 1em;
	padding-right: 1em;
	margin: 0;
}


a[href $=".pdf"] {
	padding-left: 20px;
	background-image: url(images/pdficonsm.gif);
	background-repeat: no-repeat;
}

a[href ^="http:"] {
	padding-left: 20px;
	background-image: url(images/Icon_External_Link.png);
	background-repeat: no-repeat;
}


.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: #FFFF99 /*url(/images/Neils%20trial%20Td.jpg) */ repeat-x top  ;
}

table.courses td:hover {
	background-color: #DFE7F2;
	color: #000000;
}

		/* 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: #FFFF99 repeat-x top;
}

table.quietdays td:hover {
	background-color: #DFE7F2;
	color: #000000;
}

/* 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: #FFFF99 repeat-x top;
}

table.timetablequietday td:hover {
	background-color: #DFE7F2;
	color: #000000;
}

/* 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;
} 

.akey {
	text-decoration: underline;
}

/*end of declarations for form on Contact Us page*/

ul#sitemap {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul#sitemap ul {
  padding-left: 1em;
  list-style: none;
}

ul#sitemap li {
  border-bottom: 2px solid #FFFFFF;
}

ul#sitemap li a:link, ul#sitemap li a:visited{
  background-color: #CCCCCC;
  display: block;
  padding: 0.4em;
  text-decoration: none;
  color: #057FAC;
}

ul#sitemap li a:hover {
  background-color: #999999;
  color: #FFFFFF;
}

ul#sitemap li li a:link, ul#sitemap li li a:visited{
  background-color: #FFFFFF;
  display: block;
  padding: 0.4em;
}

ul#sitemap li li a:hover {
  background-color: #FFFFFF;
  color: #057FAC;
}
