/* This stylesheet is for all browsers, but font sizes and some floating boxes */
/* are overridden in another stylesheet for browsers better than ns4 */

body {
	margin:25px 0px 25px 0px;
	padding:0px;
	text-align:center;	/* To ensure #fullbody centres in IE5 */
	font-family:Verdana, Geneva, Arial, sans-serif;
	font-style:normal;
	font-weight:normal;
	color:#000000;
	background-color:#FFFFFF; /*for ns4*/
	font-size: 14px;
}

p, div, blockquote, li, ul, ol {
	/* Redundant selectors for NS4 */
	font-family:Verdana, Geneva, Arial, sans-serif;
	font-style:normal;
	font-weight:normal;
	color:#000000;
	background-color:transparent;
	font-size: 14px;
}

td, th {
	font-family:Verdana, Geneva, Arial, sans-serif;
	font-style:normal;
	color:#000000;
	background-color:#ffffff;
	font-size: 14px;
}

a {
	color: #FF9900;
	font-weight: bold;
	background-color: transparent;
	}

a:link, a:visited, a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


ul, ol {
	margin-top:0px;
	text-align:left;
	}

h1, h2, h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height:120%;
	background-color:transparent;
	margin-top:0px;
	margin-bottom:0px;
	text-align:left;
}

h1 {
	font-size: 24px;
}

h2, h3 {
	/* border-bottom: 1px solid #FF9900; */
	font-size: 18px;
}

h2 a, h2 a:active, h2 a:link, h2 a:visited {
	text-decoration: none;
	font-weight: normal;
	color:#000000;
}

h2 a:hover {
	text-decoration: none;
	font-weight: normal;
	color:#FF9900;
}

p {
	margin-top:0px;
}

.formerrors {
	border: 1px solid #FF0000;
	color:#FF0000;
}

div.form {
	padding-bottom: 5px;
}

div.form label {
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 10px;
}

div.form input, div.form select {
	width: 475px;
	text-align: left;
}

input.inputButton {
	width: auto;
	text-align: center;
}

input.inputSubmit {
	width: auto;
	text-align: center;
	margin-left: 160px;
}

div.form fieldset input {
	width: auto;
	display: inline;
}

div.form fieldset label {
	float: none;
	display: inline;
	text-align: left;
	margin-left: 0px;
}

div.form fieldset {
  border: 0px none;
  padding: 0px;
}

		table.Events {
			border-color:#333366;
			border-style:none none solid solid;
			border-width:0 0 1 1;
		}
		table.Events td {
			border-color:#333366;
			border-style:none solid none none;
			border-width:0 1 0 0;
		}
		table.Events a {
			font-weight:normal;
			font-size:12px;
		}
		.WeekDay {
			background-color:#333366;
			color:#FF9900;
		}
		.Day {
			background-color:#FF9900;
		}
		.ExcludeDay {
			background-color:#CCCCCC;
		}
		.ToDay {
			background-color:#FF9900;
			color:#FFFFFF;
			font-weight: 900;
		}
		.Month {
			font-weight:bold;
		}

.event {
	font-weight:bold;
}

.eventday p {
	margin-bottom:0px;
}

.eventday {
	margin-bottom:1em;
}

.date {
	float:right;
	color:#000000;	/*redundant for ns4*/
	background-color:#ffffff;	/*transparent doesn't work for ns4 */
}

#fullbody {
	width:700px; /* Boxmodel Hack unnecssary as  padding, margin and border are all 0? */
	margin:0px auto;
	text-align:left;
	padding:0px;
	/*border:0px;	*/
	background-color: transparent;
	}

#mainpage {
	width: 100%;
	/*border: 1px solid #000000; */
	background-color: #ffffff;
	padding: 0px;	/* Redundant for NS4 */
	margin: 0px; /* Redundant for NS4 */
	}
	
#upgrade {
	font-size: 14px;
}
	
#content {
	color:#000000;	/* color:inherit misinterpreted by Nav? */
	background-color:transparent;
	padding:0px 8px 20px 8px;	/* padding-top:20px not being used by IE5, use margin-top instead */
	margin: 20px 0px 0px 0px;
	text-align:left;
	overflow:hidden;	/*to force content to expand vertically to encompass floats*/
	}
	
#content #quicklinks {
	background-color: #ffffff;
	padding:0px 0px 8px 0px;
	text-align:center;
	}
	
/* causes problems in NS4, instead use the rule following */
#weatherbox {
	display: none; 
}

/*
#quicklinks table, #quicklinks img {
	display: none;
} */

#weatherlink {
	display: inline;
}
	
.quicklink {
	display: inline;
}

.social div {
	float:left;
}

#header {
	background-color:#333366;
	color:#FFF;
	padding: 0px;
	margin: 0px;
	height:118px;
	}

#menubar {
	background-color:#333366;
	border: 1px solid #000000;
	padding: 2px 8px 2px 8px;
	margin: 0px;	/*Redundant for NS4 */
}

#home {
	color: #ffffff;
	line-height:100%;
	font-weight: bold;
	font-size:14px;
}

#home a {
	color:#ffffff;
	text-decoration:none;
}

#home a:hover {
	color:#FF9900;
}
	
#topmenu {
	float: right;
	color: #ffffff;
	text-align:left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height:100%;
	background-color: #333366;	/* Redundant for NS4 */
}
	
#currentpage {
	font-weight:bold;
}

/*
#photo {
	border:1px solid #000000;
} */
	
#footer {
	text-align:center;
	padding: 10px 0px 0px 0px;
	font-size:11px;
	}
	
#footer a {
	color: #333366;
}

#counter {
	display:none;
}

.pdf {
	background: transparent url(/iconPDF.gif) no-repeat scroll left center; 
	padding-left: 20px; 
	padding-bottom: 1px;
	-moz-background-clip: -moz-initial; 
	-moz-background-origin: -moz-initial; 
	-moz-background-inline-policy: -moz-initial;
	-moz-background-size: auto auto;
}

.iconBullet {
	list-style-type:none;
	margin-left:-20px;
	padding-top:5px;
}

.pdf2 {
	background: transparent url(/iconPDF.gif) no-repeat scroll right center; 
	padding-right: 20px; 
	padding-bottom: 1px;
	-moz-background-clip: -moz-initial; 
	-moz-background-origin: -moz-initial; 
	-moz-background-inline-policy: -moz-initial;
	-moz-background-size: auto auto;
}
