/* CSS Document */

/* Body and Universal Reset */

* {
	margin: 0;
	padding: 0;
}

body {
	text-align:center;
	margin:0 0 30px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	line-height:18px;
	background:url(images/backgrounds/bg.gif) repeat-y top center #fff;
}
	
#container {
	margin:0 auto;
	width:849px;
	background:url(images/backgrounds/container_bg.gif) repeat-y 234px 0;
	text-align:left;
	border-top:16px solid #0083AD;
}

td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	line-height:18px;
	vertical-align:top;
}

img {
	border:0;
}

#popupWindowCaller {
	display:none;
}


/* Typography */

h1 {
	font-size:21px;
	color:#FFFFFF;
	font-weight:normal;
}

h2 {
	font-size:15px;
	color:#0083AD;
	font-weight:normal;
	margin:22px 0 10px 0;
}

h2.operationHeading {
	margin:22px 0 18px 0;
	color:#ADADAD;
	font-size:16px;
}

a {
	color: #0083AD;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.operationsList a {
	font-weight:normal;
	color:#666666;
}

.operationsList a:hover {
	font-weight:normal;
	color:#0083AD;
}


/* Left Col */

#leftCol {	
	width:191px;
	padding:26px 0 17px 23px;
}

.logo {
	margin:0 0 57px 0;
}

#leftCol p {
	line-height:13px;
	margin:0 0 14px 2px;
}

#leftCol p a {
	font-size:10px;
}

.phone {
	color:#000000;
}

.faxLabel {
	margin:0 15px 0 0;
}

.emailLabel {
	margin:0 4px 0 0;
}

#leftCol ul {
	margin:0 0 15px 0;
}

#leftCol li {
	list-style:none;
	margin:0 0 1px 0;
}

#leftCol li a {
	display:block;
	width:175px;
	height:22px;
	font-weight:normal;
	color:#666666;
	background:#E6E6E6;
	padding:4px 0 0 10px;
}

#leftCol li a:hover {
	color:#fff;
	background:#009BC5;
	text-decoration:none;
}

#leftCol li.down a {
	color:#fff;
	background:#009BC5;
	text-decoration:none;
}


/* Body */

#body {
	float:right;
	width:615px;
}

#pageTitle {
	height:31px;
	background:#0083AD;
	text-align:right;
	padding:9px 22px 0 0;
	margin:0 0 20px 1px;
}


/* Main Navigation */

#mainNav {
	height:32px;
	padding:15px 0 0 0;
	text-align:center;
}

#mainNav li {
	list-style:none;
	display:inline;
	float:left;
	border-right:1px solid #CCCCCC;
	padding:1px 26px 0 26px;
	height:18px;
}

#mainNav li.first {
	padding:1px 26px 0 19px;
}


#mainNav li.last {
	border-right:none;
	padding:1px 0 0 26px;
}


/* Content */

#content {
	padding:0 17px 15px 21px;
}

#content p, #content table, #content ul {
	margin:0 0 18px 0;
}

#content li {
	background:url(images/spacers/arrow_bullet.gif) no-repeat 0 4px;
	padding:0 0 0 16px;
	list-style:none;
}

#content li.subLI {
	margin:0 0 0 15px;
}

.textHighlight {
	font-weight:bold;
	color:#0083AD;
}

.pageImage {
	border:1px solid #CACECD;
	margin:0 0 5px 15px;
}

.centrePara {
	text-align:center;
}

.lineBreak {
	border-bottom:1px solid #E6E6E6;
	height:1px;
}



/* Online Enquiry Form */

.onlineEnquiryTable td {
	padding-bottom:5px;
}

.yourDetails {	
	padding:7px 0 0 0;
	height:15px;
	font-weight:bold;
	font-size:13px;
	color:#0083AD;
	border-bottom:1px solid #E6E6E6;
}

.requiredFields {
	text-align:right;
	font-size:11px;
	float:right;
}

.required {
	text-align:center;
	vertical-align:middle;
	padding-left:15px;
	padding-right:5px;
}

.onlineEnquiryTable input.textinput, .onlineEnquiryTable input.textinputhover, .onlineEnquiryTable textarea {
	width:415px;
}

input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(images/backgrounds/white.gif);
}

.textinput {
	border:1px solid #BABABA;
	padding:0px 2px;
}

.textinputhover {
	border:1px solid #0083AD; 
	padding:0px 2px;
}

select {
	font-size:11px;
	color:#808080;
}

.errorText {
	color:#FF0000;
}


/* Footer */

#footer {
	background:#E6E6E6;
	text-align:center;
	font-size:10px;
	line-height:28px;
	clear:both;
}

#footer li {
	display:inline;
	list-style:none;
	color:#FFFFFF;
	margin:0 12px 0 0;
}

#footer li a {
	color:#FFFFFF;
}

