@import url(menu.css);
@import url(newsletter.css);
@import url(page.css);
@import url(businessdirectory.css);
@import url(weblog.css);

html {
	height:100%;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #6598cb;
	background-image:url(../../images/bg.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	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%;
}
/******************/

input {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	border: 1px solid #cccccc;
	font-size: 0.75em;
}

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:#333333;
	text-decoration:none;
}
a:hover {
	color:#82bb79;
}
a img {
	border:none;
}
div a.morelink {
	font-style:italic;
	color:#ff6600;
}

ul li {
	font-size:0.75em;
}

ul.links {
	margin:0 0 20px 0;
	padding:0;
	list-style-type:none;
}
ul.links li {
	font-size:0.75em;
	background-image:url(../../images/bullet.gif);
	background-repeat:no-repeat;
	background-position:0 0.75em;
	padding-left:1em;
}
ul.links li a {
	text-decoration:none;
	font-weight:normal;
}
ul.links li a:hover {
	text-decoration:underline;
}

p.cathead {
	list-style-type:none;
	font-family:"Trebuchet MS", sans-serif, Arial;
	font-size:0.9em;
	font-weight:bold;
	padding:0;
	margin:0.5em 0 0.2em 0;
	color:#82bb79;
}

/* architecture *************/
#outerwrapper {
	margin:0 auto;
	text-align:left;
	width:960px;
	min-height:100%;
	background-color:#ffffff;
	background-image:url(../../images/fauxbg.gif);
	background-repeat:repeat-y;
}

#headerbar {
	padding:10px;
	background-color:#ffffff;
}

#topmenu {
	height:20px;
	background-color:#ffffff;
	background-image:url(../../images/topmenubg.jpg);
	background-repeat:no-repeat;
	text-align:right;
}

#headerimage {
	position:relative;
	background-color:#ffffff;
}
#headerimage img {
	display:block;
}

#strapline {
	position:absolute;
	right:10px;
	bottom:10px;
}

#headercill {
	background-image:url(../../images/headercillbg.jpg);
	background-repeat:no-repeat;
	height:10px;
}

#leftbar {
	float:left;
	width:175px;
	text-align:center;
	margin:0 auto;
}

div.tab {
	margin:2px auto 10px auto;
}

#menubar {
	margin-bottom:20px;
}

#whatson {
	width:160px;
	height:243px;
	background-image:url(../../images/whatsonbg.jpg);
	background-repeat:no-repeat;
	margin:0 auto 20px auto;
}

#locationlink a {
	font-size:0.85em;
	color:#ff6600;
	font-style:italic;
}

#contentdiv {
	float:left;
	position:relative;
	width:590px;
	min-height:160px;
	padding:10px;
	background-image:url(../../images/compassbg.gif);
	background-repeat:no-repeat;
	background-position:440px 10px;
}

#rightbar {
	float:left;
	width:175px;
	text-align:center;
	margin:0 auto;
}

#footerbar {
	clear:both;
	position:relative;
	left:175px;
	width:600px;
	padding-left:10px;
	border-top:1px solid #e4e4e4;
	/*text-align:right;
	display:block;*/
	/*background-image:url(../../images/headercillbg.jpg);
	background-repeat:no-repeat;
	height:10px;*/
}

#credit {
	float:left;
	width:200px;
	font-size:0.7em;
	font-style:italic;
	margin:5px 0 3px 0;
}

/* general styles *****/
.bold {
	color:#333333;
	font-weight:bold;
}

.strong {
	color:#000000;
}

.sma {
	font-size: xx-small;
}
.smait {
	font-size: xx-small;
	font-style:italic;
}

.btn {
	font-size: xx-small;
}

.alert {
	font-weight: bold;
	color: #ff0000;
}

label.error {
	font-size:xx-small;
	color:#FF6600;
}

.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 {
	
}
#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;
}
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;
}
/******************/

/* 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 #82bb79;
}
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:420px;
	margin-top:10px;
	/*border-top: 1px dotted #999999;*/
}
.newsitem {
	width:100%;
	font-size:0.9em;
	margin:10px 0;
	border-bottom: 1px dotted #999999;
}
.newstitle {
	color:#6699cc;
	font-size:0.9em;
	font-weight:bold;
	text-align:left;
	float:left;
}
.newsdate {
	color:#999999;
	font-size:0.75em;
	font-style:italic;
	text-align:right;
	float:right;
}
.newsitem div img {
	float:right;
	margin:2px 0 5px 5px;
}
.newsbody {
	clear:both;
	padding:5px 0 10px 0;
}

div.monthhead {
	padding:10px 0 0 0;
	font-family:"Trebuchet MS", sans-serif, Arial;
	font-size:1em;
	color:#82bb79;
	font-style:italic;
	font-weight:bold;
}
/*******************/

/* scrollers ********/
#marqueecontainer {
	position:relative;
	top:60px;
	height:168px;
	width:130px;
	overflow:hidden;
	text-align:left;
	padding-left:10px;
}
#marqueecontainer div.scrolleritem {
	width:130px;
	font-size:0.8em;
	margin-bottom:30px;
}
#marqueecontainer div.scrollertitle {
	font-weight:bold;
	font-size:0.8em;
}
#marqueecontainer div.scrollerdate {
	font-size:0.8em;
}
#marqueecontainer div.scrollerbody {
	font-size:0.8em;
}
#marqueecontainer div.scrollerbody a {
	color:#5f758d;
	font-style:italic;
}
#marqueecontainer div.scrollerbody a:hover {
	color:#c1d04d;
	text-decoration:none;
}

#pscroller1{
	width: 175px;
	height: 80px;
	font-size:0.75em;
	padding:5px;
	color:#ffffff;
	background-color:#82bb79;
}

div.newsscrollertitle {
	font-weight:bold;
}
div.newsscrollerbody {

}

div#pscroller1 a.morelink {
	color:#666666;
	font-size:0.9em;
}
div#pscroller1 a.morelink:hover {
	color:#ffffff;
}
/*******************/

/* adverts *********/
div#advertbar {
	margin:10px 0 0 0;
	width:175px;
	text-align:center;
	margin:0 auto;
}

div.advert {
	width:125px;
	margin:0 25px 20px 25px;
}

div.advert img {
	margin:0 auto 5px auto;
	text-align:center;
}

div.advert a {
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:0.65em;
	color:#bf0f13;
}
/*******************/