@import url(menu.css);
@import url(newsletter.css);
@import url(gallery.css);
@import url(page.css);

html {
	height:100%;
}

body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color: #ffffff;
	color: #999999;
	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%;
}
/******************/
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;
}

#outerwrapper {
	margin:0 auto;
	text-align:left;
	width:900px;
	min-height:100%;
}

#headerbar {
	
}

#logobox {
	float:left;
	background-color:#c3aea9;
	width:225px;
	height:260px;
}

#mainimagebox {
	float:right;
	width:675px;
	height:260px;
	background-color:#d9d0e1;
}

#imagebar {
	margin:0;
	background-color:#ffffff;
}

#contentbar {
	width:900px;
	background-image:url(../../images/right-bg.gif);
	background-repeat:repeat-y;
	background-position:right top;
}

#leftbar {
	float:left;
	width:150px;
	margin:15px 0;
}
#leftbar p.notice {
	color:#72544e;
	font-style:italic;
	font-size:0.65em;
}

#quotebar {
	width:140px;
	margin:10px auto;
	padding:10px;
	background-color:#ded0d2;
	background-image:url(../../images/quotemark.gif);
	background-repeat:no-repeat;
	background-position:5px 5px;
}
#quotebar p {
	color:#72544e;
	font-size:0.7em;
	text-align:left;
	line-height:1.5em;
}
p.quote {
	font-style:italic;
}
p.quoter {
	font-weight:bold;
}

#contentdiv {
	width:520px;
	float:left;
	margin:20px 25px 30px 25px;
}
#contentdiv p.firstparagraph {
	font-weight:bold;
}

#rightbar {
	float:left;
	width:180px;
	padding:25px 0 0 0;
	margin:0 auto;
	text-align:center;
}

div.btnad {
	margin:0 0 15px 0;
}
div.btnad img {
	/*border:1px solid #f1f1f1;*/
}

#footer {
	clear:both;
	width:900px;
	text-align:center;
	background-color:#f4f4f4;
	border-style:solid;
	border-color:#aa8b84;
	border-width:1px 0;
}
#footer p {
	font-style:italic;
	color:#aa8b84;
	margin:0;
	padding:0;
}

#menubar {
	width:900px;
	height:30px;
	background-color:#aa8b84;
	/*border:1px solid #aa8b84;
	border-width:0 1px 0 0;*/
}

#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-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;
}
/******************/

/* links page styles ****/
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;
}
/************************/

/* news styles ****/
#noticeboard {
	margin-top:10px;
	border-top: 1px dotted #c3aea9;
}
.newsitem {
	width:100%;
	font-size:0.7em;
	padding:10px 0;
	border-bottom: 1px dotted #c3aea9;
}
.newstitle {
	color:#c3aea9;
	font-weight:bold;
	text-align:left;
	float:left;
}
.newsdate {
	color:#999999;
	font-style:italic;
	text-align:right;
	float:right;
}
.newsitem div img {
	float:right;
	margin:2px 0 5px 5px;
}
.newsbody {
	clear:both;
	padding:5px 0 0 0;
}
/*******************/

