/* All images used are RELATIVE TO THE STYLE SHEET, NOT THE HTML PAGE - must use '../images/menu_bg.gif' etc. to refer backwards*/
			
body {
	background: #5394d8 url(../images/sky_bg.jpg) no-repeat fixed 50%;
	font-size: 0.8em;
	color: #002d62;
	margin: 0px auto;
	width: 100%;
	height: 100%;
	text-align: center;
	}

/* to format the text within the page. */

h1 {
	margin: 0px 0px 10px 0px;
	color: #05648a;
	text-align: left;
	font: bold 1.1em Tahoma, Helvetica, Geneva, sans-serif;
	letter-spacing: .3px;
	}
	
h2 {
	margin: 0px 0px 5px 0px;
	color:#05648a ;
	text-align: left;
	font: bold 1em Tahoma, Helvetica, Geneva, sans-serif;
	}
		
h3 {
	margin: 0px 0px 5px 0px;
	color: #05648a;
	text-align: left;
	font: bold .9em Tahoma, Helvetica, Geneva, sans-serif;
		
	}	
		
p 	{
	margin: 0px 0px 10px 0px;
	font: 12px/16px Tahoma, Helvetica, Geneva, sans-serif;
	color: #002d62;
	text-align: left;
	}
p strong {
      color:#05648a ;
      }	
img {
	border: 1px;
	border-style: solid;
	border-color: #bedcff;
	}
	
img.noborder, img.thumbnail, .weather img {
	border: 0px;
	}
	
img.nogap	{
	border: 0px;
	margin-top: -4px;
	}
	
div.left {
	position: relative;
	bottom: 0%;
	border: 0px;
	float: left;
	clear: left;
	}
	
div.right {
	position: relative;
	bottom: 0%;
	border: 0px;
	float: right;
	clear: right;
	}					

a:link {
	font: 1em/1.2em Tahoma, Helvetica, Geneva, sans-serif;
	color: #102853;
		
	}
	
a:visited {
	font: 1em/1.2em Tahoma, Helvetica, Geneva, sans-serif;
	color: #254c8f;
}	
	
a:hover {
	font: 1em/1.2em Tahoma, Helvetica, Geneva, sans-serif;
	color: #002d62;
	
	}
			
/* to style the navigation menu */

ul#menu li {		
	height: 35px;
	width: 89px;
	display: block;	
	float: right;
	overflow: hidden;
	background: url(../images/menu.gif);
	background-position: 0px 0px;		
	list-style-type: none;
	z-index: 200;
	}
		
ul#menu li a {
	font: bold 11px Tahoma, Helvetica, Geneva, sans-serif;
	color: #002d62;
	text-decoration: none;	
	height: 35px;
	width: 89px;
	border: 0;
	display: block;	
	background: url(../images/menu.gif);
	background-position: 0px 0px;
	z-index: 200;
	}
	
ul#menu li a:hover {
	font: bold 11px Tahoma, Helvetica, Geneva, sans-serif;
	color: #002d62;
	text-decoration: none;	
	height: 35px;
	width: 89px;
	border: 0;
	display: block;	
	background: url(../images/menu.gif);
	background-position: 0px -35px;
	}
	
ul#menu li#home {		
	height: 35px;
	width: 89px;
	display: block;	
	float: right;
	overflow: hidden;
	background: url(../images/menu2.gif);
	background-position: 0px 0px;		
	list-style-type: none;
	}
	
ul#menu li#home a {
	font: bold 11px Tahoma, Helvetica, Geneva, sans-serif;
	color: #002d62;
	text-decoration: none;	
	height: 35px;
	width: 89px;
	border: 0;
	display: block;	
	background: url(../images/menu2.gif);
	background-position: 0px 0px;
	}
	
ul#menu li#home a:hover {
	font: bold 11px Tahoma, Helvetica, Geneva, sans-serif;
	color: #002d62;
	text-decoration: none;	
	height: 35px;
	width: 89px;
	border: 0;
	display: block;	
	background: url(../images/menu2.gif);
	background-position: 0px -35px;
	}
	
ul#menu li#contact {		
	height: 35px;
	width: 89px;
	display: block;	
	float: right;
	overflow: hidden;
	background: url(../images/menu3.gif);
	background-position: 0px 0px;		
	list-style-type: none;
	}
	
ul#menu li#contact a {
	font: bold 11px Tahoma, Helvetica, Geneva, sans-serif;
	color: #002d62;
	text-decoration: none;	
	height: 35px;
	width: 89px;
	border: 0;
	display: block;	
	background: url(../images/menu3.gif);
	background-position: 0px 0px;
	}
	
ul#menu li#contact a:hover {
	font: bold 11px Tahoma, Helvetica, Geneva, sans-serif;
	color: #002d62;
	text-decoration: none;	
	height: 35px;
	width: 89px;
	border: 0;
	display: block;	
	background: url(../images/menu3.gif);
	background-position: 0px -35px;
	}
					
/* apply the specified styles to class="" elements */


.thumbscontainer p, div.childscontainer p {
	font: .9em/1em Tahoma, Helvetica, Geneva, sans-serif;
	text-align: center;
	padding-bottom: 5px;
	}

.article {
	float: right;
	margin: 5px 0 10px 5px;
	vertical-align: text-top;
	}

.webcam {
	position: relative;
	left: 0px;
	width: 565px;
	height: 424px;
	text-align: center;
	margin: 0 0 0 0;
	}
	
#pcl {
	position: relative;
	width: 110px;
	height: 64px;
	top: -425px;
	right: -456px;
	border-style: none;
	border-width: 0;
	margin-bottom: -64px;
	background: url(../images/pcl-logo.png) no-repeat;
	}	
	
.caption {
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 20px;
	font: 11px/14px Tahoma, Helvetica, Geneva, sans-serif;
	}		
	
.more, .more a {
	margin: 0px 0px 15px 0px;
	padding-bottom: 10px;
	font: bold .9em Tahoma, Helvetica, Geneva, sans-serif;
	text-align: right;
	border-bottom: 1px solid #2d6e91;
	}
	
.more a:hover {
	color: #002d62;
	text-decoration: underline;
	}
	
.more a:visited {
	color: #2d6e91;
	text-decoration: underline;
	}			

.newsimage {
	width: 91%;
	height: auto;	
	margin-top: 0px;
	margin-bottom: 10px;
	}
		
p.foot {
	font: 0.8em/1em Tahoma, Helvetica, Geneva, sans-serif;
	line-height: 50px;
	text-align: center;
	margin-top: 50px;
	}
	
.singleline {
	position: relative;
	top: .7em;
	}
	
.doubleline {
	position: relative;
	top: .3em;
	line-height: 1em;
	}
	
li.space {
	margin-bottom: 5px;
	}
	
p.push {
	padding-left: 18px;
	}
	
.camview {
	font: 10px/12px Tahoma, Helvetica, Geneva, sans-serif;
	}			
	
ul {
	font: 12px/16px Tahoma, Helvetica, Geneva, sans-serif;
	list-style-image: url(../images/bullet.gif);
	margin-left: -15px;
	}
ul strong {color:#05648a ;}
/* for link lists */

ul.links {
	font: bold 1em/1.1em Tahoma, Helvetica, Geneva, sans-serif;
	 color: #254c8f;
	}
	
ul.links a {
	font: bold 1em/1.1em Tahoma, Helvetica, Geneva, sans-serif;
	color: #254c8f;
        
	}
	
ul.links a:hover {
	font: bold 1em/1.1em Tahoma, Helvetica, Geneva, sans-serif;
	color: #254c8f;
	text-decoration: none;
	}
	
ul.links a:visited {
	font: bold 1em/1.1em Tahoma, Helvetica, Geneva, sans-serif;
	
	text-decoration: none;
	}
	
/* for Image Gallery thumbnail links */

.childscontainer img {
	height: 80px;
	}
	
.childscontainer p {
	font: 1em/1.1em Tahoma, Helvetica, Geneva, sans-serif;
	text-align: left;
	}	
	
.childscontainer ul li {
	display: inline;
	width: 141px;
	height: 141px;
	float: left;
	}	

ul.thumbs {
	display: inline;
	border: 0px;
	list-style-type: none;
	text-align: center;
	}

ul.thumbs a {
	font: bold 1em/1.1em Tahoma, Helvetica, Geneva, sans-serif;
	display: inline;
	border: 0px;
	list-style-type: none;
	}
	
ul.thumbs a:hover, ul.thumbs a:visited {
	font: bold 1em/1.1em Tahoma, Helvetica, Geneva, sans-serif;
	display: inline;
	border: 0px;
	list-style-type: none;
	}	
	
/* to structure the page */

#container {	
	position: relative;
	top: 0px;
	width: 820px;
	min-height: 650px;
	padding-right: 0px;
	padding-left: 0px;	
	margin-top: -10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
	
#header {
	position: relative;
	display: block;
	top: -10px;
	left: -10px;
	height: 260px;
	width: 820px;
	z-index: 200;	
	}
	
#logo {
	position: relative;
	top: 18px;
	left: -10px;
	height: 105px;
	width: 820px;
	text-align: center;
	z-index: 50;
	}

#navigation {
	position: relative;
	top: 228px;
	right: 8px;
	height: 35px;
	width: 820px;
	display: block;
	z-index: 100;
	}

#content {		
	position: relative;
	top: -2px;
	left: -10px;
	min-height: 375px;
	width: 800px;
	padding-right: 10px;
	padding-left: 10px;	
	background-color: #ffffff;	
	float: left;
	text-align: left;
	overflow: visible;
	z-index: 100;
	}

#footer {
	position: relative;
	top: -3px;
	left: -10px;
	width: 820px;
	height: 40px;
	z-index: 10;
	padding-bottom: 15px;
	clear: both;
	background: url(../images/footer.gif) no-repeat 0 0;
	}
	
#flowers {
	position: absolute;
	height: 228px;
	width: 1100px;
	left: -130px;
	bottom: 0%;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -7px;
	z-index: -10;
	}
	
/* the content for all other pages */

#newspanel {
	padding: 10px;
	position: relative;
	height: 735px;
	width: 200px;
	float: left;
	text-align: left;
	overflow: auto;
	margin-bottom: 10px;
	background-color: #ffffff;
	border-top-style: solid;
	border-bottom-style: solid;
	border-color: #2d6e91;
	border-width: 1px;
	z-index: 10;
	}
	
#leftcontent {
	padding: 10px;
	position: relative;
	min-height: 400px !important; height: 430px;
	width: 200px;
	float: left;
	text-align: left;
	overflow: visible;
	background-color: #ffffff;	
	border-top-style: none;
	border-color: #c1d98d;
	}	
	
#rightcontent {
	position: relative;
	left: 15px;
	top: -2px;	
	min-height: 400px;	
	width: 565px;
	float: left;
	text-align: left;
	margin-top: 13px;
	margin-bottom: 10px;
	background-color: #ffffff;	
	}	
		
/* for the back to top button at the bottom of long pages */

div.button {
	position: relative;
	left: 40%;
	width: 93px;
	height: 30px;
	overflow: hidden;
	}

.backbutton {
	float: right;
	width: 93px;
	height: 30px;
	padding-top: 10%;
	font: .9em Tahoma, Helvetica, Geneva, sans-serif;
	text-align: center;
	background: url(../images/backbutton.gif) no-repeat 0px 0px;
	}
	
a.backbutton:link, a.backbutton:visited, a.backbutton:active {
	font: .9em Tahoma, Helvetica, Geneva, sans-serif;	
	color: #254c8f;
	text-decoration: none;
	background: url(../images/backbutton.gif) no-repeat 0px 0px;
	}
	
a.backbutton:hover {
	font: .9em Tahoma, Helvetica, Geneva, sans-serif;	
	color: #002d62;
	background: url(../images/backbutton.gif) no-repeat -93px 0px;
	text-decoration: underline;
	}
	
/* to style the tables */

table {
	font: 11px/14px Tahoma, Helvetica, Geneva, sans-serif;
	color: #002d62;
	text-align: left;
	margin-left: -5px;
	margin-bottom: 25px;
	vertical-align: baseline;
	border: 1px solid #002d62;
	}
	
.dark {
	padding-left: 5px;
	padding-top: 6px;
	padding-bottom: 4px;
	background-color: #cae2ff;
	}

.light {
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: left;
	}
	
.super {
	font: .7em Tahoma, Helvetica, Geneva, sans-serif;
	vertical-align: super;
	}
.mediaplayer {margin:auto;text-align:center;}


