/* ================================================================ 
This copyright notice must be untouched at all times.
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyoutt.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menu {
	font-family:Tahoma, Arial, "Times New Roman", Courier;
	width:4em;
	height:9em;
	position:absolute;
	padding:0.25em 0.1em;
	font-size:0.9em;
	z-index:50;
	margin:0;
}
.menu ul li a, .menu ul li a:visited {
	color:#015C75;
	background-color:#c2c2c2;
	display:block;
	text-decoration:none;
	width:10.9em;
	height:1.5em;
	text-align:left;
	border:.5em solid #fff;
	border-width:0.1em 0.1em 0 0.5em;
	border-left-color:#015C75;
	padding-left:0.25em;
	margin-right:0.1em;
	line-height:1.5em;
	font-size:1em;
}
.menu ul {
	padding:0;
	margin:0;
	list-style-type: none;
}
.menu ul li {
	float:left;
	position:relative;
}
.menu ul li ul {
	display: none;
}
/* specific to non IE browsers */
.menu ul li:hover a {
	background-color:#a8a8a8;
}
.menu ul li:hover ul {
	display:block;
	position:absolute;
	top:0;
	left:11.8em;
	width:11em;
}
.menu ul li:hover ul li a.hide {
	background-color:#c2c2c2;
}
.menu ul li:hover ul li:hover a.hide {
	width:11em;
}
.menu ul li:hover ul li ul {
	display: none;
}
.menu ul li:hover ul li a {
	background-color:#c2c2c2;
	display:block;
	width:11em;
}
.menu ul li:hover ul li a:hover {
	background-color:#a8a8a8;
}
.menu ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:11.9em;
	top:0;
}
.menu ul li:hover ul li:hover ul li a {
	background-color:#c2c2c2;
	display:block;
	width:11.8em;
}
.menu ul li:hover ul li:hover ul li a:hover {
	background-color:#a9a9a9;
}
body {
	background-color:#fff;
}
#wrapper {
	width: 92.5%;
	background-color:#0298c2;
	color:black;
	padding: 0.25em 0.5em 0.5em 0.5em;
	margin:auto;
	border: 2px solid #c2c2c2;
}
#header {
	margin-left:0.1em;
	padding:0.5em 0;
	background-image:url(wccBanner.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:147px;
}
.centeredImage {
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:30px;
}
#left {
	float: left;
	margin: 0.33em 0 0 0;
}
#clock {
	text-align:right;
	color:#ffffff;
	font-family:Tahoma, Arial, "Times New Roman", Courier;
	font-size:0.75em;
	font-weight:bold;
}
#content {
	margin: 0.5em 11.5em 0.5em 11.5em;
	background-color:#fff;
	background-image:url(dove002.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	color:#000000;
	padding: 1em 2em;
	border: 2px solid #c2c2c2;
	min-height:30em;
	height:auto !important;
	height: 30em;
	z-index:50;
}
#content img {
	border:0;
}
#right {
	float: right;
	width: 8.5em;
	margin: 0.5em 0 0 0;
	padding: 1em;
	border: 2px solid #c2c2c2;
	text-align:center;
	background-image:url(denim.gif);
	background-repeat:repeat;
}
#right h2 {
	color:#F6C;
	font-weight:bold;
}
#right p {
	color:#F6C;
	font-weight: 700;
}
#right a {
	color:#FFF;
	font-weight:bold;
}
#footer {
	clear: both;
	background-color:#fff;
	margin: 0.5em 11.5em 0 11.5em;
	border: 2px solid #c2c2c2;
	text-align: center;
	padding:0.25em 0;
}
#footer p {
	padding:0;
	margin: 0;
	color:#000;
	font-size: 0.9em;
}
#navigation {
	padding: 0.3em;
	margin-top: 0.3em;
	font-family:Tahoma, Arial, "Times New Roman", Courier;
	font-size: .9em;
	text-align:center;
	background-color:#015C75;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: inline;
}
#navigation a:link, #navigation a:visited {
	margin-right:2px;
	padding: 3px 10px 2px 10px;
	color:#015C75;
	background-color:#c2c2c2;
	text-decoration: none;
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #717171;
	border-right:1px solid #717171;
}
#navigation a:hover {
	border-top:1px solid #717171;
	border-left:1px solid #717171;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
}
#sidebar {
	top:31em;
	width: 9.7em;
	position: absolute;
	padding: 0.3em;
	background-color:#fff;
	border: 0.1em solid #c2c2c2;
	text-align:center;
	margin:0.25em;
}
.clear {
	clear: both;
	padding:1em 0 0.75em 0;
}
/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p {
	margin-top: 0;
}
#validator {
	position:relative;
	padding-left:2.5%;
	float:left;
}
#centerform {
	text-align:center;
}
#popup {
	background-color:#fff;
	padding:1em;
	height:425px;
}
#popup ul li {
	text-decoration:none;
}
.iconfloatleft {
	float:left;
	padding:1.5em;
	margin:0;
}
.floatleft {
	float:left;
	padding: 0 1.5em 0 0;
	margin: 0.25em 0 0 0;
}
.floatleft li {
	list-style-type:none;
}
.floatright {
	float:right;
	padding: 0 0 0 1.5em;
	margin:0.25em 0 0 0;
}
.floatright li {
	list-style-type:none;
}
.floatcentreright {
	float:right;
	padding:0;
	margin: 0.25em 3em 0.25em 0.25em;
}
.floatcentreleft {
	float:left;
	padding:0;
	margin: 0.25em 3em 0.25em 3em;
}
IMG.displayed {
	display: block;
	margin-left:inherit;
	margin-right: auto;
}
.imgcentered {
	margin: 0 auto;
	display: block;
}
body {
	color:#87cefa;
	margin: 0;
	padding:0;
}
h1, h1.underline, h2, h2.caps, h3, h4, p, p.indent, ul, li, ol, a:link, a:visited {
	font-family:Tahoma, Arial, "Times New Roman", Courier;
}
h1, h1.underline, h2, h2.caps {
	color:#c26b02;
	font-weight:bold;
}
h1 {
	font-size:1.5em;
	padding-left: 0;
}
h1.underline {
	font-size:1.5em;
	text-decoration:underline;
}
h2 {
	font-size:1.2em;
}
h2.caps {
	font-size:1.2em;
	font-variant:small-caps;
}
h3 {
	color:#000;
	font-size:1.1em;
}
h4 {
	color:#000;
	font-size:1em;
}
p {
	color:#000000;
	font-size:0.95em;
}
p.indent {
	color:#000000;
	font-size:0.95em;
	padding-left:4%;
}
.emphasis {
	text-decoration:underline;
	font-weight:bold;
}
.italic {
	font-style:italic;
}
ul {
	list-style-type:disc;
	font-size:1em;
	color:#000000;
	padding-left:2.5%;
}
ul li .groupHeading {
	color:#000;
	background-color:#CCCCCC;
	font-weight:bold;
	padding: 0 0.5em 0 0.5em;
}
li {
	margin-left:inherit;
	font-weight:100;
}
ol {
	list-style-type: decimal;
	font-size:0.95em;
	color:#000000;
	padding-left:2.5%;
}
a:link, a:visited {
	color: #0000ff;
	font-size:0.95em;
	text-decoration:none;
}
a:hover {
	color: #C26b02;
}
a:active {
	color: #FF0000;
}
#albumlist {
	list-style-type:none;
	text-align:center;
	margin-left:1.5em;
	padding:0;
}
#albumlist li {
	float:left;
	margin-right:0.25em;
	margin-bottom:1.25em;
	padding:0 2em 0 0;
}
#albumlist img {
	display:block;
	border:0.1em solid #333300;
}
.centretext {
	text-align:center;
}
.dataTable1 {
	font-family:Tahoma, Arial, "Times New Roman", Courier;
	border: 1px solid #d6dde6;
	width:100%;
	font-size:0.95em;
	text-align:left;
}
.dataTable1 td {
	border: 1px solid #d6dde6;
	padding-left:4px;
	width:50%;
}
.dataTable1 tr {
	padding:0;
	margin:0;
	text-align:left;
}
.dataTable1 th {
	border: 1px solid #828282;
	background-color:#c2c2c2;
	padding-left:4px;
	font-weight:bold;
}
.dataTable1 a:link, a:visited {
	color: #0000ff;
	font-size: 0.95em;
	text-decoration:none;
}
.dataTable2 {
	font-family:Tahoma, Arial, "Times New Roman", Courier;
	border: 1px solid #d6dde6;
	width:100%;
	font-size:0.95em;
	text-align:left;
}
.dataTable2 td {
	border: 1px solid #d6dde6;
	padding-left:4px;
}
.dataTable2 tr {
	padding:0;
	margin:0;
	text-align:left;
}
.dataTable2 th {
	border: 1px solid #828282;
	background-color:#c2c2c2;
	padding-left:4px;
	font-weight:bold;
}
.dataTable2 a:link, a:visited {
	color: #0000ff;
	font-size: 0.95em;
	text-decoration:none;
}
tr.altrow {
	background-color:#dfe7f2;
}
hr {
	border:none;
	background-color:#717171;
	color:#add8e6;
	height:3px;
	width:80%;
	margin-top:1em;
	margin-bottom:1em;
}
.indexlist {
	list-style-type:none;
	font-size:1.05em;
	line-height:1.1em;
}
.thumbs {
	float:right;
	margin-left:-10px;
}
.thumbs li {
	list-style-type:none;
}
.multipage {
	clear:both;
	text-align:center;
}
#logobox {
	position:relative;
	height:65px;
	width:65px;
	top:15em;
	left:3.5em;
}
input.txt {
	color:#00008b;
	background-color:#e3f2f7;
	border:1px inset #00008b;
	width:200px;
}
input.btn {
	color:#00008b;
	background-color:#add8e6;
	border: 1px outset #00008b;
}
form p {
	clear:both;
	margin:0;
	padding:0;
	padding-top:5px;
}
form p label {
	float:left;
	width:30%;
	font-size:0.9em;
	font-family:Tahoma, "Times New Roman", "Brush Script MT", "Comic Sans MS";
}
.verse {
	padding:2em 1em 0 1em;
	font-family:Tahoma, Arial, "Times New Roman", Courier;
	font-weight:bold;
	font-size: 1em;
}
.listBox {
	border: 2px solid #c2c2c2;
}
#w3c {
	position:absolute;
	padding: 30em 0 0 0;
}
#w3c img {
	border:0;
	height:24px;
	width:60px;
}
.photoCaption {
	background-color: #FFFF66;
	padding: 5px;
	width: 400px;
	border: 1px dashed gray;
	color: black;
	text-decoration: none;
	text-align:center;
	z-index:50;
}
div#popup {
	background:#EFEFEF;
	font-family:Tahoma, Arial, "Times New Roman", Courier;
	font-size:0.95em;
	font-weight:bold;
	border:1px solid #999999;
	margin:0px;
	padding:7px;
	width:auto;
	height:auto;
}
#map {
	margin: 0.5em 10em 0 11.5em;
	background-color:#fff;
	color:#000000;
	border: 2px solid #c2c2c2;
	height:30em;
}
#side_bar {
	overflow:auto;
	height:49.25em;
	font-size:0.6em;
	background-color:#CCC;
	border: 2px solid #c2c2c2;
	float: right;
	width: 15em;
	border: 2px solid #c2c2c2;
	padding-top: 0.75em;
	padding-left:0.5em;
	margin: 0.5em 0 0 0;
}
#blockText {
	text-align:justify;
}
.underline {
	text-decoration:underline;
}
#objectContainer {
	position:relative;
	top: 50%;
	left: 50%;
	margin-top: 0px;
	margin-left: -200px;
}
#imageBox240 {
	padding:0 25px 0 0;
	margin:0;
	width:240px;
	height:240px;
	float:left;
}
.imageBoxLeft {
	float:left;
	padding:0 25px 0 0;
	margin:0;
	width:228px;
	height:180px;
	left:0;
}
.imageBoxRight {
	float:right;
	padding:0 0 0 25px;
	margin:0;
	width:228px;
	height:180px;
	right:0;
}
.landscapeCaptionFloatLeft {
	float: left;
	width: 240px;
	margin: 0.25em 0 0 0;
	background-color: #ddd;
	text-align:center;
}
.landscapeCaptionFloatCentreLeft {
	float: left;
	width: 240px;
	margin: 0.25em 3em 0.25em 3em;
	background-color: #ddd;
	text-align:center;
}
.largeH1 {
	font-size:3em;
	font-weight:bold;
	text-align:center;
	font-family:"Arial Black", Gadget, sans-serif;
	color: #000;
}
.largeH2 {
	font-size:1.5em;
	font-weight:bold;
	text-align:center;
	font-family:"Arial Black", Gadget, sans-serif;
	color:#000;
}
.textBox {
	float:left;
	text-align:center;
	width:18em;
	height:auto;
}
