/* CSS Document */

body {
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
h1 {
	font-size: 16px;
	font-weight: normal;
}
h2 {
	font-size: 14px;
}
h2.saddle {
	margin-bottom: 10px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
}
a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h4 {
	font-size: 8.5px;
	line-height: -1px;
	vertical-align: baseline;
	color:#FFF;
	}
img {
	border: none;
}
#wrapper {
	height: 731px;
	width: 941px;
	background: url(../graphics/layout/3-column-bg.jpg) no-repeat center top;
	margin-top: 12px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}
#wrapper.contact {
	background: url(../graphics/layout/3-column-bg-contact.jpg) no-repeat center top;
}
#wrapper.advert {
	background: url(../graphics/layout/3-column-bg-advertise.jpg) no-repeat center top;
}
#left-content {
	float: left;
	width: 392px;
	text-align: left;
	padding: 175px 20px 2px 30px;
}
#inner-left-content {
	height: 420px;
	overflow: auto;
	padding-right: 16px;
}

#right-column {
	float: right;
	width: 332px;
	padding-top: 80px;

}
#right-nav {
	text-align: left;
	font-size: 12px;
	padding-left: 20px;
	padding-top: 4px;
	height: 304px;
}
#right-nav ul {
	margin: 0px;
	padding: 0px;
}
#right-nav li {
	list-style: none;
	position: relative;
	width: 310px;
	margin: 0;
	background-image: url(../graphics/menu-arrow.jpg);
	background-repeat: no-repeat;
	background-position: 232px center;
}
#right-nav li a {
	color: #FFFFFF;
	text-decoration: none;
	width: 304px;
	voice-family: "\"}\"";
	voice-family:inherit;
	display: block;
	font-weight: bold;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 6px;
}
#right-nav a:hover, #right-nav li.current {
	background-image: url(../graphics/grey-arrow.jpg);
	background-repeat: no-repeat;
	background-position: 235px center;
}

#right-nav li:hover {
	z-index: 999;
	background-color: #838488;
}

#right-nav li:hover a, #right-nav li.sfhover a, #right-nav li.current {
	background-color: #838488;
}
#right-nav li.current {
	background-position: 235px center;
}

#right-nav li.submenu a:hover {
	background-image: none;
}
#right-nav>ul a {
	width: auto;
}
#right-nav ul ul {
	position: absolute;
	top: 10px;
	left: 160px;
	display: none;
	z-index: 100;
	width: 146px;
	padding-bottom: 6px;
	padding-left:4px;
	background-color: #838488;
	padding-top: 4px;
}
#right-nav ul ul li {
	width: 140px;
	padding-left: 6px;
	background-image: none;
}
#right-nav ul ul li a {
	width: 136px;
	color: #FFFFFF;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#right-nav ul ul li a:hover {
	background-image:none;
}
#right-nav ul.level1 li.submenu:hover ul.level2 {
	display: block;
}
#right-saddle-range {
	height: 252px;
	text-align: left;
	padding-left: 30px;
	font-size: 12px;
	padding-right: 10px;
	padding-top:6px;
}
#centre-column {
	padding-top: 180px;
	margin-right: 340px;
	margin-left: 446px;
}
#footer {
	padding-right: 14px;
	color: #242424;
	font-size: 9px;
	font-weight: bold;
	margin-top: 16px;
	padding-top: 0;
	text-align: right;
}
#footer-right {
	text-align: right;
	float: right;
	width: 570px;
}
#footer-left {
	float: left;
	width: 300px;
	text-align: left;
	padding-top: 10px;
	padding-left: 30px;
}
img.footer {
	padding-right: 14px;
}

#footer a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
form.contact {
	height: 310px;
	overflow: auto;
	padding-bottom: 6px;
}

.adlabel {
	float: left;
	width: 134px;
}
.adfield {
	border-style: none;
	background: url(../graphics/layout/form-field-bg.jpg) no-repeat;
	height: 16px;
	width: 222px;
	padding-left: 6px;
	padding-top: 4px;
	font-size: 11px;
}
.adtextfield {
	background-image: url(../graphics/txtarea-bg.jpg);
	background-repeat: no-repeat;
	border: none;
	width: 216px;
	height: 67px;
	padding: 6px;
	font-size: 11px;
}


.submit {
	font-size: 15px;
	font-weight: bold;
	border-style: none;
	background:#000000 url(none);
	color: #FFFFFF;
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
}
.secfield {
	border-style: none;
	height: 16px;
	width: 90px;
	padding-left: 6px;
	padding-top: 4px;
	font-size: 11px;
	background: url(../graphics/sec-txt-bg.jpg) no-repeat;
}

.formnotes {
	font-size: 9px;
	font-weight: normal;
}

form.advert {
	height: 420px;
	overflow: auto;
	padding-bottom: 6px;
}
.clear {
	clear: both;
}
.errortxt {
	color: #FFFF00;
	font-weight: bold;
}
