@import url(menu.css);
@import url(newsletter.css);
@import url(page.css);
@import url(wordpress.css);

html {
	height:100%;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	color: #777777;
	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:1em;
	padding:0;
	margin:0 0 1em 0;
	color:#666633;
}

h2 {
	font-weight:bold;
	font-size:1em;
	padding:0;
	margin:0 0 1em 0;
}

h3 {
	font-weight:bold;
	font-size:0.85em;
	padding:0;
	margin:0 0 0.5em 0;
}

p {
	font-size: 0.85em;
	padding:0;
	margin:0 0 1em 0;
	line-height:1.3em;
}

input {
	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:Arial, Helvetica, sans-serif;
	border: 1px solid #cccccc;
	color: #666666;
	font-size: 0.75em;
}
textarea {
	font-family:Arial, Helvetica, sans-serif;
	border: 1px solid #cccccc;
	color: #666666;
	font-size: 0.75em;
}

a {
	color:#cc6600;
	text-decoration:none;
}
a:hover {
	color:#336600;
}
a img {
	border:none;
}

ul.standard li {
	font-size:0.9em;
}

ul#links {
	margin:0 0 20px 0;
	padding:0;
	list-style-type:none;
}
#links li {
	font-size:0.75em;
}
#links li a {
	text-decoration:none;
	font-weight:normal;
}
#links li a:hover {
	text-decoration:underline;
}
#links li.cathead {
	list-style-type:none;
	font-size:0.85em;
	font-weight:bold;
	padding:5px 0;
}

/* architecture *************/
#outerwrapper {
	margin:0 auto;
	text-align:left;
	width:960px;
	min-height:100%;
	background-color:#ffffff;
}

#headerbar {
	position:relative;
	margin:20px 0 0 0;
	padding:0;
}
#headerbar #logo {
	
}
#headerbar #strapline {
	float:right;
	width:430px;
	text-align:right;
	font-size:0.9em;
	color:#bbbbbb;
	margin:70px 0 5px 0;
}
#headerbar #headerimage img {
	clear:both;
	display:block;
	padding:0 0 5px 0;
}

#contentdiv {
	float:left;
	width:650px;
	margin-top:10px;
}

#menubar {
	border-top:1px solid #cc6600;
}

#rightbar {
	float:right;
	width:290px;
}

#footer {
	clear:both;
	margin:0;
	padding:5px 5px 0 0;
	border-top:1px solid #cc6600;
	background-image:url(../../images/footerbg.jpg);
	background-repeat:repeat-x;
	height:25px;
	text-align:right;
	font-size:0.7em;
	color:#336600;
}

/* general styles *****/
.alignright {
	float:right;
}

.alignleft {
	float:left;
}

.italic {
	font-style:italic;
}

#title {
	font-size:1.7em;
	padding:0 0 10px 0;
}
#title span.title1 {
	color:#666633;
}
#title span.title2 {
	color:#cc6600;
}

.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;
}
/*****************/

/* 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;
	margin:10px 40px 30px 0;
}

.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;
}
.precistitle {
	color:#808040;
	font-weight:bold;
	font-size:0.7em;
	margin:0 0 0.7em 0;
}
.precisdate {
	font-size:0.7em;
	font-style:italic;
}
/*******************/

/* boxes ***********/
div.boxlabel {
	
}
div#boxl {
	background-image:url(/images/box_r1_c1.gif);
	float:left;
	width:15px;
	height:24px;
}
div#boxm {
	background-image:url(/images/box_r1_c2.gif);
	float:left;
	height:24px;
	min-width:8em;
}
div#boxr {
	background-image:url(/images/box_r1_c3.gif);
	float:left;
	width:15px;
	height:24px;
}
div.boxlabel h1 {
	color:#808040;
	font-weight:bold;
	font-size:0.9em;
	margin:0;
	padding:5px 0 0 0;
}

div.box {
	border-style:solid;
	border-color:#cfcf9e;
	border-width:1px;
	margin:0;
	padding:10px;
	background-image:url(../../images/boxbg.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	min-height:169px;
}
div.box2 {
	background-image:url(../../images/boxbg2.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}
div.box p {
	line-height:normal;
	font-size:0.7em;
}
/*******************/

/* scroller ********/
#marqueecontainer {
	position:relative;
	height:110px;
	width:260px;
	overflow:hidden;
	text-align:left;
}
#marqueecontainer div.scrolleritem {
	width:260px;
	margin-bottom:5px;
}
#marqueecontainer div.scrollertitle {
	
}
#marqueecontainer div.scrollerdate {
	
}
#marqueecontainer div.scrollerbody {
	font-size:0.7em;
}
#marqueecontainer div.scrollerbody a {
	color:#006699;
}
#marqueecontainer div.scrollerbody a:hover {
	color:#cc6600;
	text-decoration:none;
}
a.morelink{
	font-style:italic;
	font-size:0.7em;
}
a.morelink:hover {

}
/*******************/
