@import url(menu.css);

html {
	height:100%;
}
body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color: #ffffff;
	background-image:url(../../images/bg.gif);
	font-size: 100%;
	margin:0;
	padding:0;
	text-align:center;
	height:100%;
	color:#415f65;
}
html>body {
	font-size: 16px; /* IE can’t read this */
}

/* emsizing hacks */
table, td p, td td, td td td {
	font-size: 100%;
}
/******************/
h1 {
	color:#415f65;
	font-weight:bold;
	font-size:1em;
	margin:0;
	padding:0 0 5px 0;
}

p {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color:#006595;
	font-size:0.7em;
	line-height:1.5em;
}

input {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	border: 1px solid #666666;
	color: #666666;
	font-size: 0.9em;
}
select {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	border: 1px solid #666666;
	color: #666666;
	font-size: 0.9em;
}
textarea {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	border: 1px solid #666666;
	color: #666666;
	font-size: 0.9em;
}

a {
	color:#006595;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a img {
	border:none;
}

ul.standard {
	
}
ul.standard li {
	font-size:0.7em;
}

ul#links {
	margin:0;
	padding-left:1em;
}
#links li {
	font-size:0.7em;
}
#links li a {
	font-weight:normal;
	text-decoration:none;
}
#links li a:hover {
	text-decoration:underline;
	color:#8e6cc6;
}
#links li.cathead {
	list-style-type:none;
	font-weight:bold;
	padding-top:5px;
}

#outerwrapper {
	position:relative;
	margin:0 auto;
	text-align:left;
	width:780px;
	min-height:100%;
	background-color:#ffffff;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	background-image:url(../../images/contentbar-bg.gif);
	background-repeat:repeat-y;
}
#leftfade {
	position:absolute;
	background-image:url(../../images/leftfade.gif);
	background-repeat:repeat-y;
	width:25px;
	height:100%;
	left:-26px;
}
#rightfade {
	position:absolute;
	background-image:url(../../images/rightfade.gif);
	background-repeat:repeat-y;
	width:25px;
	height:100%;
	left:781px;
}

#leftbar {
	float:left;
	position:relative;
	width:170px;
	background-color:#f2f2f2;
	text-align:center;
	padding-top:10px;
}
#contentbar {
	float:left;
	position:relative;
	width:460px;
}
#rightbar {
	float:right;
	position:relative;
	width:150px;
	background-color:#f2f2f2;
	text-align:center;
	margin:20px 0 0 0;
}

#contentdiv {
	padding:10px;
}

#topline {
	background-image:url(../../images/topline.jpg);
	background-repeat:no-repeat;
	height:10px;
}

#titlebar {
	background-image:url(../../images/titlebar-bg.jpg);
	background-repeat:no-repeat;
	height:75px;
}
#titlebar #title {
	position:relative;
	top:28px;
	left:10px;
}

#headerbar {
	height:180px;
}

#menubar {
	background-color:#f2f2f2;
	height:25px;
}

#bannerbar {
	text-align:center;
	padding:10px 0 0 0;
}

#bottomline {
	clear:both;
	background-image:url(../../images/topline.jpg);
	background-repeat:no-repeat;
	height:10px;
	padding:0;
	margin:0;
}

#featurebox {
	width:155px;
	padding-bottom:20px;
	margin:0 auto;
	text-align:center;
}
#featurehead {
	background-image:url(../../images/feature-head.gif);
	background-repeat:no-repeat;
	height:22px;
	font-family:"Times New Roman", Times, serif;
	color:#a488d0;
	font-style:italic;
	font-weight:bold;
	font-size:1.1em;
	letter-spacing:0.05em;
}
#featurebody {
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	background-color:#ffffff;
	width:152px;
	text-align:left;
}
#featurefoot {
	background-image:url(../../images/feature-foot.gif);
	background-repeat:no-repeat;
	height:13px;
}

.subhead {
	font-weight:bold;
}
.subhead2 {
	color:#415f65;
	font-weight:bold;
	text-align:right;
	font-size:0.75em;
	padding-bottom:5px;
}

.sma {
	font-size: xx-small;
}
.smait {
	font-size: xx-small;
	font-style:italic;
}

.btn {
	font-size: xx-small;
}

.alert {
	font-weight: bold;
	color: #ff0000;
	font-size: xx-small;
}

.fieldlabel {
	font-size: 0.7em;
}

.gallerypointer {
	font-size: xx-small;
}

.sitemapline {
	padding-bottom: 6px;
	font-size : 0.7em;
}
a.sitemaplink {
	color: #ff9900;
}
a.sitemaplink:hover {
	text-decoration: underline;
}

/* advert styles ****/
div#advertsection {
	margin:15px 0;
}

div.advert {
	width:130px;
	border:1px solid #cccccc;
	background-color:#ffffff;
	margin-bottom:10px;
}
div.advert p {
	margin:0;
	padding:0;
	font-size:0.6em;
}
div.advert p.adverttitle {
	font-weight:bold;
}
/******************/

/* news styles ****/
#noticeboard {
	margin-top:10px;
	border-top: 1px dotted #cccccc;
}
.newsitem {
	font-size:0.7em;
	margin:10px 0;
	border-bottom: 1px dotted #cccccc;
}
.newstitle {
	color: #999900;
	font-weight: bold;
	text-align: left;
	margin-right:2em;
}
.newsbody {
	padding-top:10px;
	padding-bottom: 15px;
}
.newsdate {
	color: #999900;
	font-style: italic;
	text-align: right;
}
/*******************/

/* search results **/
ul#searchresults {
	margin:0;
	padding:0;
	list-style-type:none;
}
#searchresults li {
	font-size:0.7em;
	padding: 0 0 5px 0;
	border-bottom:1px dotted #cccccc;
}
#searchresults li div a {
	
}
#searchresults li div a:hover {
	color:#8e6cc6;
	text-decoration:none;
}
#searchresults li.cathead {
	background-image:url(../../images/search-results-category-bg.jpg);
	background-repeat:repeat-y;
	color:#003366;
	font-weight:bold;
	padding:0 0 2px 2px;
	margin:15px 0 5px 0;
	border:none;
}

.resultname {
	font-weight:bold;
	color:#8e6cc6;
}
.resultphone {
	font-style:italic;
}


/*******************/
