@import url(menu.css);
@import url(newsletter.css);
@import url(page.css);

html {
	height:100%;
}

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color: #f5f5f5;
	color: #666666;
	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%;
}
/******************/

/* architecture *************/
#outerwrapper {
	margin:0 auto;
	text-align:left;
	width:960px;
	min-height:100%;
	background-color:#ffffff;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	background-image:url(/images/fauxbg.gif);
	background-repeat:repeat-y;
	background-position:left top;
}

#headerbar {
	position:relative;
	background-color:#ffffff;
}
#headerbar * img {
	display:block;
	padding:0;
	margin:0;
}
#topmenubar {
	text-align:right;
	padding:5px 10px;
}

#headerimg {
	z-index:999;
	display:block;
	padding:0;
	margin:0;
}
#logobar {
	position:absolute;
	top:50px;
	left:20px;
	z-index:1;
}

#leftbar {
	width:250px;
	float:left;
	margin:10px;
	background-image:url(/images/menubg.png);
	background-repeat:no-repeat;
	background-position:left 10px;
	min-height:450px;
}

#menubar {
	padding:110px 0 0 35px;
}

#contentdiv {
	width:670px;
	margin:10px 10px 0 10px;
	float:left;
	background-image:url(/images/contentbg.gif);
	background-repeat:no-repeat;
	background-position:left 80px;
	min-height:450px;
}

#rightbar {
	float:right;
	width:220px;
	margin:0 auto;
	padding-left:20px;
	text-align:center;
}
#rightbar div + div {
	margin-top:30px;
}

#footer {
	clear:both;
	position:relative;
	background-image:url(/images/footerbg.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	min-height:229px;
}
#footer div#address {
	position:relative;
	top:210px;
	color:#000000;
	text-align:right;
	padding-right:10px;
}

/* sitemap *******/
div#sitemap {

}

.sitemapline {
	padding-bottom: 6px;
	font-size : 0.7em;
}
a.sitemaplink {
	color: #ff9900;
}
a.sitemaplink:hover {
	text-decoration: underline;
}
/*****************/

/* sign up *******/
#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;
}
/******************/

/* gallery styles */
div#thumbnailgallery{
	width:95%;
	margin:20px 0;
}

#thumbnailgallery h2.cathead {
	clear:both;
}

div.thumb{
	float:left;
	width:100px;
	height:75px;
	overflow:hidden;
	margin:15px 15px 0 0;
	border:5px solid #3c6a8b;
}
div.thumb:hover {
	border:5px solid #e4e4e4;
}
div.thumb img {
	margin-top:-20px;
	margin-left:-50px;
}

.galleryitem {
	position:relative;
}

div#gallerynav {
	margin:0 auto;
	text-align:center;
}
#gallerynav a {
	margin-left:30px;
	font-size:0.65em;
}

.gallerytitle{
	font-weight:bold;
	font-size:0.75em;
	margin:0 0 1em 0;
	color:#28690b;
}

.galleryimagecaption {
	font-size:0.75em;
	margin:1em 0;
}
/******************/

/* news styles ****/
#noticeboard {
	margin-top:10px;
	border-top: 1px dotted #c3aea9;
}
.newsitem {
	width:100%;
	font-size:0.7em;
	margin:10px 0;
	border-bottom: 1px dotted #c3aea9;
}
.newstitle {
	color:#c3aea9;
	font-weight:bold;
	text-align:left;
	float:left;
}
.newsdate {
	color:#c3aea9;
	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;
}
/*******************/
