@charset "utf-8";
#force-scrollbar {
   bottom:-1px;
   position:absolute;
   top:0;
   width:1em;
   z-index:-1;
}
.access {
    position: absolute;
	top: 0;
	left: -2000px;
	z-index: -100;
}
#skiplinks {
    left:-2000px;
    position:absolute;
    top:0;
    z-index:-100;
}
html{
margin:0;padding:0;overflow: -moz-scrollbars-vertical;
}
body,td,th, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input, textarea {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #999999;
}
body {
	margin: 0px;
	background-color: #ffffff;
	background-position: top;
	background-image: url(images/fade.gif);
	background-repeat: repeat-x;
}
#container {
	background-image: url(images/background.gif);
	background-position: center top;
	padding: 0px;
	width: 800px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#logo {
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#logo  h1, #logo h2 {
	position: absolute;
	left: -2000px;
	top: 0px;
}
#logo img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nav {
	padding: 0px;
	float: left;
	width: 200px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 30px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#nav a {
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#nav a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #B7B428;
	text-decoration: none;
}
#maincontent {
	margin: 0px;
	width: 510px;
	padding: 30px;
	float: left;
}
#maincontent ul {
	padding: 0px;
	list-style-position: inside;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	list-style-image: url(images/bullet.gif);
}
#maincontent li {
	margin-bottom: 5px;

}
#maincontent a {
	color: #B7B428;
	text-decoration: none;
}
#maincontent a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #B7B428;
}
#thumbnails {
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#maincontent h3 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 17px;
	font-weight: normal;
	text-transform: lowercase;
	color: #B7B428;
}
#maincontent p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.clearer {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#contactform {
	width: 410px;
	margin: 0px;
	padding: 0px;
}
#contactform label {
	font-weight: bold;
	width: 80px;
	display: block;
	float: left;
}
#contactform p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#name, #email, #telephone {
	margin: 0px;
	padding: 2px;
	width: 250px;
}
#comments {
	padding: 2px;
	width: 250px;
}
#sendbut {
	margin-left: 80px;
	width: 60px;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}