@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #f2f2f2;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

#container {
	width: 100%;
	background: #f2f2f2;
	margin: 50px auto 0 auto; 
	text-align: left; 
}

#header {
	background: #f2f2f2; 
	padding: 0 10px 0 0;
	text-align: right;
}

#header h1 {
	margin: 0;
	padding: 10px 0;
	text-align: right;
}
#mainContent {
	padding: 0;
	margin: 0;
	background: #fff;
	border-top: 2px solid #e4e4e4;
	border-bottom: 2px solid #e4e4e4;
	height: 400px;
}

#mainContent p {
	font-size: 80%;
	line-height: 1.5;
	padding: 0 10px;
	margin: 5px 0;
}

#mainContent a:link, #mainContent a:visited {
	color: #000;
	text-decoration: underline;
}

#mainContent a:hover, #mainContent a:active {
	color: #666;
	text-decoration: none;
}

#footer { 
	width: 100%;
	padding: 0; 
	background:#f2f2f2;
	margin-top: 2px;
} 

.flrtright {
	float: right;
	padding: 20px;
}

img {
	border: none;
}

.fltLeft {
	float: left;
}

table {
	margin: 0 auto;
}

/* about page scroll panel */

.pane .jScrollPaneTrack {
	background: #e4e4e4;
}
.pane .jScrollPaneDrag {
	background: #666 url(../images/scrollerarrows.jpg) no-repeat 50% 50%;
}
.pane .scroll-pane {
	background: #fff;
}

.scroll-pane {
	width: 500px;
	height: 200px;
	overflow: auto;
	background: #ccc;
}

#biotext {
	height: 400px;
}

#centrepic {
	width: 100%;
	margin: 0 auto;
}

#tblGallery td{
	padding: 0 2px;
}

/* contact form */

.warning {
	font-size: 0.8em;
	color: #f00;
}

.feedbackmessage {
	margin: 0 auto;
	font-weight: bold;
}

.feedbackerror {
	margin: 0 auto;
	font-weight: bold;
	color: #f00;
}

fieldset {
	width: 400px;
	margin: 50px auto;
	padding: 10px;
	border: 1px solid #ccc;
	background: #f8f8f8;
}

legend {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}

label {
	display: block;
}

input {width: 200px;
}

textarea {
	width: 300px;
	height: 100px;
}

input.submit {
	width: auto;
}

input:focus, textarea:focus {
	background: #ffc;
}

.required {
	font-size: 0.75em;
	color: #760000;
}

#thumbs {
	width: 560px;
	text-align: center;
	font-size: 80%;
	margin: 0 auto;
}

#thumbs img {
	padding: 5px;
}

 /* slider specific CSS */
.sliderGallery {
	background: #fff;
	overflow: hidden;
	position: relative;
	padding: 10px;
	height: 330px;
	width: 470px;
}

.sliderGallery ul {
	position: absolute;
	list-style: none;
	overflow: none;
	white-space: nowrap;
	padding: 0;
	margin: 0;
}

.sliderGallery ul li {
	display: inline;
}

.slider {
	width: 510px;
	height: 17px;
	top: 320px;
	left: -30px;
	padding: 1px;
	position: relative;
	background: url(../images/sliderbar1.gif) no-repeat;
}

.handle {
	position: absolute;
	cursor: move;
	height: 17px;
	width: 181px;
	top: 0;
	background: url(../images/handle.png) no-repeat;
	z-index: 100;
}

#instructions {
	color: #666;
	text-align: center;
	font-size: 70% !important;
}