body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: url(../images/page_bg.gif) repeat-x #FFFFFF;
	margin: 0;
	color: #454545;
}

#wrapper {
	margin: 0 auto;
	padding: 0 40px;
	width: 918px;
	min-height: 600px;
	background: url(../images/wrapper_bg.gif) top no-repeat;
}

/* HEADER */

#header {
	position: relative;
	height: 137px;
}

#header #logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 241px;
	height: 137px;
	margin: 0;
}

#header #logo a {
	display: block;
	width: 241px;
	height: 137px;
	background: url(../images/header_logo.gif) no-repeat;
}

#header #logo a span {
	display: none;
}

#header #tagline {
	position: absolute;
	top: 0;
	left: 240px;
	width: 240px;
	height: 55px;
	margin: 0;
}

#header .tag1 {
	background: url(../images/header_tagline1.gif) no-repeat;
}

#header .tag2 {
	background: url(../images/header_tagline2.gif) no-repeat;
}

#header .tag3 {
	background: url(../images/header_tagline3.gif) no-repeat;
}

#header #tagline span {
	display: none;
}

#header #headernav {
	position: absolute;
	top: 10px;
	right: 0;
	height: 55px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#header #headernav li {
	float: left;
	padding: 0 10px;
	border-right: 1px dotted;
}

#header #headernav li.last {
	padding-right: 0;
	border-right: none;
}

#header #headernav li a {
	text-decoration: none;
}

#header #headernav li a:hover {
	text-decoration: underline;
}

#header #phone {
	position: absolute;
	top: 55px;
	right: 0;
	width: 235px;
	height: 82px;
	margin: 0;
	background: url(../images/header_phone.gif) no-repeat;
}

#header #phone span {
	display: none;
}

#header #division_jumpmenu {
	position: absolute;
	top: 65px;
	left: 240px;
	margin: 0;
}

#header #division_jumpmenu form {
	margin: 0;
	padding: 0;
}

/* MAIN */

#main {
	clear: left;
	padding: 25px 0 0 0;
}

#main #sidepanel {
	float: left;
	width: 230px;
	font-size: 11px;
}

#main #sidepanel #general {
	clear: both;
	background: url(../images/nav_bg.gif) no-repeat bottom left;
}

#main #sidepanel #general h5 {
	height: 31px;
	width: 230px;
	margin: 0;
	background: url(../images/general_top.gif) no-repeat;
}

#main #sidepanel #related {
	margin: 0 0 20px 0;
	clear: both;
	background: url(../images/nav_bg.gif) no-repeat bottom left;
}

#main #sidepanel #related h5 span {
	display: none;
}

#main #sidepanel #related h5 {
	height: 31px;
	width: 230px;
	margin: 0;
	background: url(../images/related_top.gif) no-repeat;
}

#main #sidepanel #general h5 span {
	display: none;
}

#main #sidepanel .sidenav {
	clear: left;
	padding: 0;
	margin: 0 12px;
	list-style: none;
}

#main #sidepanel .sidenav li {
	float: left;
	clear: left;
	display: block;
	margin: 0;
	padding: 0;
	width: 203px;
}

#main #sidepanel .sidenav li.first span {
	display: none;
}

#main #sidepanel .sidenav li.section {
	border-top: 1px solid;
	margin-top: 1px;
	padding-top: 3px;
}

#main #sidepanel .sidenav li.last {
	clear: both;
}

/* Removed because links are coloured
#main #sidepanel .sidenav li.current {
	background: url(../images/nav_link_current.gif) center no-repeat;
}

#main #sidepanel .sidenav li.current a {
	height: 18px;
	color: #FFFFFF;
	margin: 3px 15px 1px 15px;
}
*/

#main #sidepanel .sidenav li.sub a {
	/*text-indent: 10px;*/
}

#main #sidepanel .sidenav a {
	display: block;
	margin: 3px 15px;
	text-decoration: none;
	font-weight: bold;
}

#main #sidepanel .clearfix {
	display: block;
	clear: both;
	height: 20px;
	overflow: hidden;
}

#main .wide, #main .thin {
	float: left;
	margin: 0 0 0 15px;
	font-size: 12px;
	line-height: 17px;
}

#main .wide {
	width: 670px;
}

#main .thin {
	width: 459px;
	margin-right: 12px;
}

#main #content h3 {
	margin: 0 0 5px 0;
	border-bottom: 1px solid;
	padding: 0 0 3px 0;
	font-size: 18px;
	font-weight: normal;
}

#main #content h4 {
	margin: 10px 0 3px 0;
	border-bottom: 1px solid;
	font-size: 13px;
}

#main #content blockquote {
	text-align: center;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
}

#main #content p {
	margin: 0 0 10px 0;
	clear: left;
}

#main #content a {
	text-decoration: none;
	font-weight: bold;
}

#main #content a:hover {
	text-decoration: underline;
}

#main #content ul, #main #content ol {
	margin-top: 0;
	list-style: square;
}

#main #content hr {
	clear: both;
	margin: 10px 0;
}

#main #contextpanel {
	float: left;
	width: 200px;
}

#main #contextpanel ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#main #contextpanel ul li {
	float: left;
	clear: left;
	display: block;
	margin-bottom: 15px;
}

#main #contextpanel ul li a, #main #contextpanel ul li form {
	position: relative;
	display: block;
	height: 170px;
	width: 200px;
}

/* FOOTER */

#footer_wrapper {
	clear: both;
	height: 135px;
	padding-top: 40px;
	background: url(../images/footer_bg.gif) #686568 top repeat-x;
}

#footer {
	position: relative;
	margin: 0 auto;
	padding: 0 10px;
	width: 925px;
	height: 120px;
	border-left: 1px dotted #797979;
	border-right: 1px dotted #797979;
}

#footer #divisions {
	position: absolute;
	top: 0px;
	left: 15px;
}

#footer #divisions p {
	margin: 0 0 5px 0;
}

#footer #divisions p a {
	font-size: 11px;
	font-weight: bold;
	color: #efefef;
	text-decoration: none;
}

#footer #divisions p a:hover {
	text-decoration: underline;
}

#footer #divisions .group {
	margin: 0 40px 0 0;
	padding: 0;
	list-style: none;
	float: left;
}

#footer #divisions .group a {
	color: #c9c9c9;
	text-decoration: none;
	font-weight: bold;
}

#footer #divisions .group a:hover {
	color: #FFFFFF;
}

#footer #copyright {
	position: absolute;
	top: 45px;
	right: 15px;
	color: #797979;
}

#footer #copyright a {
	color: #898989;
	text-decoration: none;
}

#footer #copyright a:hover {
	color: #FFFFFF;
}

#footer #footernav {
	position: absolute;
	top: 60px;
	right: 15px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer #footernav li {
	float: left;
	padding: 0 5px;
	border-right: 1px solid #797979;
}

#footer #footernav li.last {
	padding-right: 0;
	border-right: none;
}

#footer #footernav li a {
	color: #c9c9c9;
	text-decoration: none;
}

#footer #footernav li a:hover {
	color: #FFFFFF;
}

#footer #fsa {
	position: absolute;
	text-align: center;
	width: 915px;
	top: 80px;
	left: 15px;
	border-top: 1px solid #797979;
	padding-top: 5px;
	color: #797979;
}

/* FLASH */

#flashbox {
	text-align: center;
	margin: 15px 0 15px 0;
	border: 1px solid #d8d8d8;
	padding: 1px 0;
	background-image: url(images/flash_bg.png);
}

/* QUICK ENQUIRY */

#quick_enquiry {
	display: block;
	margin: -5px 0 0 0;
}

#quick_enquiry .clearfix {
	display: block;
	clear: both;
	height: q0px;
	overflow: hidden;
}

/* FORMS */

fieldset {
	display: block;
	padding: 0;
	margin: 10px 0 20px 0;
	border: none;
}

label {
	display: block;
	margin: 10px 0 1px 0;
	font-weight: bold;
}

.column {
	float: left;
	width: 225px;
}

.buttons {
	margin-top: 15px;
}

.buttons #submit {
	margin-right: 5px;
}

#message {
	display: none;
}

#message span {
	font-weight: bold;
}

/* SITE MAP */

#sitemap h4 {
	margin: 10px 0 2px 0;
}

#sitemap ul {
	list-style: none;
	margin: 0;
	padding: 0 15px;
}

#sitemap a {
	text-decoration: none;
}

/* FAQ */

#main #content #faqs h4 a:hover {
	text-decoration: none;
}

/* TABLES */

.spec_table {
	border: 1px solid #EEEEEE;
	margin: 5px 0;
}

.spec_table tr.rowt {
	background-color: #EEEEEE;
	font-weight: bold;
}

.spec_table tr td {
	padding: 0 10px;
}

.spec_table tr td.td_right {
	text-align: right;
}

.section_table tr.req {
	background-color: #ffe3f3;
}

.section_table tr.req td {
	border-bottom: 3px solid #FFFFFF;
}

.section_table td {
	padding: 5px;
}

.section_table td.a {
	padding-left: 0;
}

.section_table td.doublespan {
	padding: 5px 0;
}

/* CONTACT */

#map {
	width: 457px;
	height: 300px;
	border: 1px solid #393939;
	margin: 10px 0;
	clear: left;
}

#map a img {
	border: none;
	width: 457px;
	height: 300px;
}

.contact_label {
	display: block;
	float: left;
	width: 150px;
	/*padding-bottom: 10px;*/
	font-weight: bold;
}

.contact_info {
	display: block;
	float: left;
	width: 300px;
	/*padding-bottom: 10px;*/
}

/* PAGE IMAGE */

#page_image {
	clear: both;
	margin: 0 0 10px 0;
}

#page_image img {
	width: 459px;
	height: 225px;
}

/* OTHER */

.hidden {
	display: none;
}

.next_section {
	display: block;
	margin: 20px 0 0 0;
	height: 60px;
	width: 459px;
}