@import url(menu.css);
@import url(newsletter.css);
@import url(page.css);

html {
	height:100%;
}

body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color: #040507;
	background-image:url(../../images/slig-bg.jpg);
	background-attachment:fixed;
	color: #ffffff;
	font-size:100%;
	height:100%;
	text-align:center;
	margin:0;
	padding:10px 0 0 0;
}
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:1.3em;
	padding:0;
	margin:0 0 1em 0;
	color:#ff9900;
}

h2 {
	font-weight:bold;
	font-size:1em;
	padding:0;
	margin:0 0 1em 0;
}

p {
	font-family:"Trebuchet MS", sans-serif, Arial;
	font-size: 0.75em;
	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.7em;
}
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.7em;
}
textarea {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	border: 1px solid #cccccc;
	color: #666666;
	font-size: 0.7em;
}

a {
	color:#ffffff;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a img {
	border:none;
}

ul.standard li {
	font-size:0.9em;
}

ul#links {
	margin:0;
	padding:0;
	list-style-type:none;
}
#links li {
	font-family:"Trebuchet MS", sans-serif, Arial;
	font-size:0.9em;
	margin:1em 0;
}
#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;
	text-align:left;
	width:960px;
	min-height:100%;
}

#splashborder {
	background-image:url(../../images/splash-border.png);
	background-repeat:no-repeat;
	background-position:center;
	min-height:697px;
}
#splash {
	position:relative;
	background-image:url(../../images/splash-inset.jpg);
	background-repeat:no-repeat;
	background-position:center 39px;
	min-height:658px;
}

#headerbar {
	background-image:url(../../images/header-bg.png);
	background-repeat:no-repeat;
	background-position:right top;
	min-height:90px;
}

#main {
	background-image:url(../../images/frame-bg.png);
	background-repeat:repeat-y;
	padding:10px 0 0 10px;
}

#faux {
	background-image:url(../../images/faux-bg.gif);
	background-repeat:repeat-y;
	background-position:left top;
}

#leftbar {
	width:200px;
	float:left;
	margin:0 10px 0 0;
	padding-bottom:20px;
	/*background-color:#283c55;*/
}

#contentdiv {
	width:740px;
	float:right;
}

#pagecontent {
	width:365px;
	padding:10px 0 0 30px;
}
#pagecontent table td {
	font-size:0.7em;
	padding:3px 0;
}

#rightbar {
	float:right;
	width:295px;
}
#rightbar > div > img:first-child {
	margin-top:10px;
}

#footer {
	clear:both;
	background-color:#283c55;
	padding:3px 10px 5px 10px;
	font-size:0.7em;
	font-style:italic;
	text-align:right;
}

div#footer {
	color:#b0c2d2;
	font-size:0.6em;
	letter-spacing:0.05em;
}

div#footer a {
	color:#b0c2d2;
}

div#footer span.t, div#footer span.e {
	color:#e66627;
	padding-left:10px;
}

#menubar {
	text-align:right;
	margin:10px 0;
	width:200px;
}

#whatson {
	width:165px;
	height:250px;
	margin:0 auto;
	background-image:url(../../images/whats-on-bg.gif);
	background-repeat:no-repeat;
}

#camlink {
	width:165px;
	margin:0 auto;
	padding-top:20px;
}

#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;
}

/* standard *********/
.em {
	color:#a3bdcd;
}
.sma {
	font-size: xx-small;
}
.smait {
	font-size: xx-small;
	font-style:italic;
}

.btn {
	font-size: xx-small;
}
.resultbtn {
	font-size: xx-small;
	color:#ffffff;
	background-color:#283c55;
	border-color:#283c55;
}

.alert {
	font-weight: bold;
	color: #ff0000;
}

.fieldlabel {
	font-family:"Trebuchet MS", sans-serif, Arial;
	font-size: 0.7em;
	color:#b0c2d2;
}

.sitemapline {
	padding-bottom: 6px;
	font-size : 0.75em;
}
a.sitemaplink {
	color: #ff9900;
}
a.sitemaplink:hover {
	text-decoration: underline;
}

/* gallery styles */
div#thumbnailgallery{
	width:700px;
	margin:0 0 20px 0;
}

#thumbnailgallery h2.cathead {
	clear:both;
}

div.thumb{
	float:left;
	width:140px;
	height:100px;
	overflow:hidden;
	margin:10px 20px 20px 0;
	border:5px solid #285a78;
}
div.thumb:hover {
	border:5px solid #497088;
}
div.thumb img {
	margin-top:-20px;
	margin-left:-30px;
}

.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 {
	background-color:#497088;
	margin-top:20px;
	padding:10px;
}
.newsitem {
	width:100%;
	font-size:0.7em;
	margin:10px 0;
	border-bottom: 2px solid #e66627;
}
.newstitle {
	font-size:1em;
	font-weight:bold;
	text-align:left;
	float:left;
	text-transform:uppercase;
}
.newsdate {
	color:#b0c2d2;
	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;
}
/*******************/

/* scroller ********/
#marqueecontainer {
	position:relative;
	top:50px;
	height:180px;
	width:145px;
	overflow:hidden;
	padding-left:8px;
}
#marqueecontainer div.scrolleritem {
	width:145px;
	font-size:0.65em;
	margin-bottom:30px;
}
#marqueecontainer div.scrollertitle {
	font-weight:bold;
}
#marqueecontainer div.scrollerdate {
	
}
#marqueecontainer div.scrollerbody a {
	color:#5f758d;
	font-style:italic;
}
#marqueecontainer div.scrollerbody a:hover {
	color:#c1d04d;
	text-decoration:none;
}
/*******************/
