@import url(menu.css);
@import url(page.css);
@import url(newsletter.css);
@import url(guestbook.css);

html {
	height:100%;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	color: #7d7d7d;
	font-size:100%;
	height:100%;
	text-align:center;
	margin:0px;
	padding:0px;
}
html>body {
	font-size: 16px; /* IE can’t read this */
}

/* emsizing hacks */
table, td p, td td, td td td {
	font-size: 100%;
}
/******************/
h1 {
	font-weight:bold;
	font-size:1.6em;
	padding:0;
	margin:0 0 1em 0;
	color:#ffffff;
}

h2 {
	font-weight:bold;
	font-size:0.75em;
	padding:0;
	margin:2em 0 1em 0;
}

h3 {
	font-weight:bold;
	font-size:0.75em;
	padding:0;
	margin:2em 0 1em 0;
}

p {
	font-size: 0.75em;
	padding:0;
	margin:0 0 1em 0;
}

input {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	border: 1px solid #cccccc;
	font-size: 0.75em;
}
input.subscribe {
	border:none;
	background-color:#e8e8e8;
	font-size:0.75em;
	width:130px;
}
input.smabtn {
	font-size:0.7em;
	border:none;
	background-color:#fb9622;
	color:#ffffff;
	margin-left:2px;
	padding:0;
}
input.noborder {
	border:none;
}

select {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	border: 1px solid #cccccc;
	color: #666666;
	font-size: 0.75em;
}
textarea {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	border: 1px solid #cccccc;
	color: #666666;
	font-size: 0.75em;
}

a {
	color:#b3d454;
	text-decoration:none;
}
a:hover {
	color:#ffffff;
}
a img {
	border:none;
}

ul li {
	font-size:0.8em;
}

ul#links {
	margin:0;
	padding:0;
	list-style-type:none;
}
#links li {
	font-size:0.85em;
	color:#ffffff;
	margin:0 0 1em 0;
}
#links li a {
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
}
#links li a:hover {
	color:#b3d454;
}
#links li.cathead {
	list-style-type:none;
	font-weight:bold;
	padding-top:5px;
}

#outerwrapper {
	margin:0 auto;
	text-align:left;
	width:960px;
	min-height:100%;
	background-color:#ffffff;
}

#headerbar {
	position:relative;
	height:199px;
	margin:10px 0 3px 0;
	background-color:#5f758d;
	background-image:url(../../images/header-bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
#headerlogo {
	position:absolute;
	right:20px;
}

#contentdiv {
	position:relative;
	width:960px;
	background-color:#5f758d;
	text-align:left;
}

#signupbar {
	margin-right:10px;
	padding:10px 0;
	border-top:1px dashed #cccccc;
	border-bottom:1px dashed #cccccc;
}
#signupbar p {
	font-size:0.7em;
	padding:0;
	margin-bottom:5px;
}
#divresponse {
	width:100%;
}
#divresponse p {
	padding:3px 0;
	margin:0;
	font-size:0.65em;
}

.sma {
	font-size: xx-small;
}
.smait {
	font-size: xx-small;
	font-style:italic;
}

.btn {
	font-size: xx-small;
}

.alert {
	font-weight: bold;
	color: #ff0000;
}

.fieldlabel {
	font-family:"Trebuchet MS", sans-serif, Arial;
	color:#ffffff;
	font-size:0.75em;
}

.sitemapline {
	padding-bottom: 6px;
	font-size : 0.75em;
}
a.sitemaplink {
	color: #ff9900;
}
a.sitemaplink:hover {
	text-decoration: underline;
}

/* gallery styles */
.gallerypointer {
	font-size: xx-small;
}
.galleryimagetitle {
	text-align:center;
	font-weight:bold;
}
.galleryimage {
	text-align:center;
}
.galleryimage img {
	border:none;
}
.galleryimagecaption {
	text-align:center;
	font-size:xx-small;
	font-style:italic;
}
/******************/

/* news styles ****/
#noticeboard {
	margin:10px 60px;
	color:#ffffff;
	/*border-top: 1px dotted #c3aea9;*/
}
.newsitem {
	width:100%;
	font-size:0.7em;
	margin:10px 0;
	font-family:"Trebuchet MS", sans-serif, Arial;
	/*border-bottom: 1px dotted #c3aea9;*/
}
.newstitle {
	color:#ffffff;
	font-weight:bold;
	text-align:left;
	float:left;
	font-size:1.2em;
}
.newsdate {
	color:#336633;
	font-style:italic;
	text-align:right;
	float:right;
}
.newsitem div img {
	float:right;
	margin:2px 0 5px 5px;
}
.newsbody {
	clear:both;
	padding:10px 0 15px 0;
	color:#ffffff;
	line-height:1.5em;
}
.eventdate {
	font-weight:bold;
	padding-bottom:5px;
	font-size:1.1em;
}
/*******************/

/* scroller ********/
#marqueecontainer {
	position:relative;
	top:25px;
	height:67px;
	width:220px;
	overflow:hidden;
	padding-left:10px;
}
#marqueecontainer div.scrolleritem {
	font-size:0.65em;
	margin-bottom:8px;
}
#marqueecontainer div.scrollertitle {
	font-weight:bold;
}
#marqueecontainer div.scrollerdate {
	
}
#marqueecontainer div.scrollerbody a {
	color:#5f758d;
	font-style:italic;
}
#marqueecontainer div.scrollerbody a:hover {
	color:#c1d04d;
}
/*******************/

/* postcard ********/
#postcardform {
	text-align:left;
	padding:20px;
}
#postcardform h2 {
	color:#ffffff;
	font-size:0.9em;
	line-height:1.7em;
}
form#frmPostcard p {
	color:#ffffff;
}
form#frmPostcard input.btn {
	font-family:"Trebuchet MS", sans-serif, Arial;
	font-size:0.7em;
	color:#336633;
	margin:10px 0 0 0;
}
/*******************/
