@import url(menu.css);
@import url(newsletter.css);

html {
	height:100%;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#1C1714;
	color:#EDDCCD;
	font-size:100%;
	height:100%;
	text-align:center;
	margin:0px;
	padding:0px;
	background-image: url(/images/bkgd2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
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-size:1.25em;
	color:#F1E3BE;
	font-weight:normal;
	padding:0;
	margin:0px 0px 0.5em 0px;
}

h2 {
	color:#716861;
	font-weight:bold;
	font-size:0.8em;
	padding:0;
	margin:0 0 1em 0;
}

p {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 0.7em;
	padding:0;
	margin:0 0 1em 0;
}

input {
	font-family: Verdana, Geneva, 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:#716861;
	text-decoration:none;
}
a:hover {
	color:#eddccd;
	text-decoration:none;
}
a img {
	border:none;
}

ul {
	margin-left:1.5em;
}
ul li {
	font-size:0.7em;
}

ul#links {
	margin:0;
	padding:0;
	list-style-type:none;
}
#links li {
	font-size:0.7em;
}
#links li a {
	text-decoration:none;
	font-weight:normal;
}
#links li a:hover {
	text-decoration:underline;
}
#links li.cathead {
	list-style-type:none;
	font-weight:bold;
	padding-top:5px;
}

/* architecture **************/
#outerwrapper {
	margin:0 auto;
	padding:0;
	text-align:left;
	width:760px;
	min-height:100%;
}

#headerbar {

}

#menubar {
	padding:5px 0 0 0;
	text-align:center;
}

#contentdiv {
	margin:20px 10px 10px 0;
}

div#text {
	margin-left:355px;
}

div#imagebar {
	width:340px;
	float:left;
	margin:5px 0 0 0;
}
div#image1 {
	margin-bottom:10px;
}
div#image2 {
	margin-right:10px;
	width:165px;
	float:left;
}
div#image3 {
	
}
div#image4 {
	clear:both;
	margin:10px auto 0 auto;
	text-align:center;
}

#footer {
	clear:both;
	background-image:url(/images/footer-bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height:120px;
}
#footer div#footerblock {
	position:relative;
	top:30px;
	left:355px;
}
#footer p.subhead {
	font-size:0.9em;
}

#signupbar {
	padding:10px 0;
}
#signupbar p {
	margin:0;
}
#divresponse {
	display:inline;
	padding-left:10px;
}
#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-size: 0.75em;
}

.sitemapline {
	padding-bottom: 6px;
	font-size : 0.75em;
}
a.sitemaplink {
	color: #ff9900;
}
a.sitemaplink:hover {
	text-decoration: underline;
}

/* gallery styles */
div#thumbnailgallery{
	width:95%;
	margin:20px 0;
}

#thumbnailgallery h2.cathead {
	clear:both;
	padding:20px 0 0 0;
	margin:0;
	font-size:1em;
	color:#F1E3BE;
	font-weight:normal;
}

div.thumb{
	float:left;
	width:100px;
	height:75px;
	overflow:hidden;
	margin:15px 10px 0 0;
	border:5px solid #939f77;
}
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 {
	width:380px;
	float:right;
	margin-top:10px;
}
.newsitem {
	width:380px;
	font-size:0.7em;
	margin:10px 0;
}
.newstitle {
	color:#716861;
	font-weight:bold;
	font-size:1.1em;
	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;
}
/*******************/
