@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	background-image: url(../images/header.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Tahoma, Verdana; 
	font-size: 12px;
	color:#404040;
}
a {
	color: #881114;
}
h1 {
	color: #881114;
	font-size: 20px;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #881114;
}
h2 {
	color: #881114;
	font-size: 14px;
	font-weight: bold;
	
}
#container { 
	width: 900px;
	overflow: hidden;
	margin: auto;
}
#header {
	width: 900px;
	text-align: right;
	color: #FFF;
	font-size: 14px;
	padding-top: 5px;
	
}
#navholder {
	width: 900px;
	clear: both;
	
}
#header a {
	
	color: #FFF;
	
	
}
#headerleft {
	width: 300px;
	float: left;
	text-align: left;
}
#headerright {
	width: 300px;
	float: right;
	
}
#logo {
	width: 190px;
	height: 50px;
	padding-top: 30px;
	margin: 0px;
	float: left;
	
}
#navbar {
	width: 700px;
	height: 50px;
	padding-top: 30px;
	margin: 0px;
	float: right;
	
}
#navbar ul {
	width: 700px;
	float: right;
	height: 41px;
	display: block; 
	padding: 0px; 
	margin: 0 auto; 
	list-style: none; 
	text-align: center; 
} 

#navbar ul li { 
	display: block; 
	float: right; 
	margin: 0px; 
	list-style: none; 
} 

#navbar a {
	display: block;
	font-family: Arial, Tahoma, Verdana;
	
	font-weight: bold;
	width: 100px;
	height: 29px;
	padding-top: 12px;
	margin-right: 10px;
	
	border: 0px;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
} 

#navbar a:hover { 
	color: #FFF;
	background-image: url(../images/button.jpg);
	background-repeat: no-repeat;
}
#navbar .on {
	color: #FFF;
	background-image: url(../images/button.jpg);
	background-repeat: no-repeat;
	
}
#navbar .padding {
	padding-top: 5px;
	height: 36px;
}
#imgcontainer {
	width: 900px;
	height: 300px;
	clear: both;
}
/* slideviewer */

div#slide-holder {
	float: left;
	z-index:40;
	width:900px;
	height:300px;
	position:relative;
}

div#slide-holder div#slide-runner {
	width:900px;
	height:300px;
	overflow:hidden;
	position:relative;
}

div#slide-holder img{
	margin:0;
	display:none;
	position:absolute;
	padding-bottom: 45px;
	background: url(../images/slidebg.png) bottom repeat-x;
	background-image: url(images/1.jpg);
}

div#slide-holder div#slide-controls {
	margin-top: 255px;
	width:898px;
	height:45px;
	display:none;
	background: url(../images/captionbg.png) !important;
	background: url(../images/captionbg.gif);
	position: relative;
	left: 1px;
}
div#slide-holder div#slide-controls p {
	float:left;
	color:#fff;
	display:inline;
	line-height:16px;
	margin:15px 0 0 20px;
}
div#slide-holder div#slide-controls p#slide-nav {
	float:right;
	height:24px;
	display:inline;
	margin:11px 15px 0 0;
}

div#slide-holder div#slide-controls p#slide-nav a {
	float:left;
	width:24px;
	height:24px;
	display:inline;
	font-size: 0.8em;
	margin:0 5px 0 0;
	line-height:24px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	background-position:0 0;
	background-repeat:no-repeat;
	color: #fff;
}

div#slide-holder div#slide-controls p#slide-nav a.on {
	background-position:0 -24px;
}

div#slide-holder div#slide-controls p#slide-nav a {
	background-image: url(../images/slidecontrol.png);
}

.map {
	width: 290px;
	height: 170px;
	overflow: hidden;
}
#fulltextbox {
	width: 880px;
	
	padding: 10px 10px 10px 10px;
}
#lefttext {
	width: 430px;
	padding: 10px 10px 10px 10px;
	float: left;
}
#righttext {
	width: 430px;
	padding: 10px 10px 10px 10px;
	float: right;
}
#lefttextbox {
	width: 280px;
	float: left;
	padding: 10px 10px 10px 10px;
}
#righttextbox {
	width: 600px;
	float: right;
}
#centretextbox {
	width: 280px;
	float: left;
	padding: 10px 10px 10px 10px;
}
#farrighttextbox {
	width: 280px;
	float: right;
	padding: 10px 10px 10px 10px;
}
#footer {
	width: 880px;
	padding: 10px 10px 10px 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #881114;
	clear: both;
	overflow: hidden;
}
#footer a {
	
	color: #881114;
	
}
#footerleft {
	width: 300px;
	float: left;
	text-align: left;
}
#footerright {
	width: 300px;
	float: right;
	text-align: right;
}

