@import url("structure.css");
@import url("sitemap.css");
@import url("lightbox.css");

@media print {
	body,p,div,td,span {font: 10pt/15pt Arial,Verdana, Helvetica, sans-serif;}
	a {font: 10pt/15pt Arial,Verdana, Helvetica, sans-serif;font-weight:bold;}
	h1, h2, h3,	h4, h5, h6 { page-break-after: avoid; page-break-inside: avoid }
   	blockquote,	pre { page-break-inside: avoid }
   	ul, ol, dl { page-break-before: avoid }
	table { page-break-inside: avoid }
}
body {
	margin: 0;
	padding: 0;
	background:#ffffff url(../i/body-bg.gif) repeat-x;
	font: 13px/22px Arial, Verdana, Helvetica, sans-serif;
	color:#414141;
}
.clear-me{
	clear:both;
}
.reverse{
	direction:rtl;
	unicode-bidi: bidi-override;
}
/*** Header Styles ***/

.mast-head div {
	position: absolute;
	z-index:1;
}
.logo{
	top:10px;
	left:30px;
}
.strapline{

}

/*** Text Styles ***/

a {
	color: #f39c57;
	text-decoration:none;
	font-weight:normal;
}
a:hover {
	text-decoration:underline;
}
p {
	margin:0 0 10px 0;
}
h1, h2, h3 {
	font-weight:normal;
	color:#f39c57;
}
h1 {
	font-size:20px;
	padding:0 0 10px 0;
	margin:0;
}
h2 {
	font-size:16px;
	margin:0 0 5px 0;
}
h3 {
	font-size:14px;
	margin:0 0 5px 0;
}

ul {
	margin:0 0 10px 0;
	padding:0 0 0 25px;
}

li {
	/*list-style: url(../i/li-arrow.gif) outside;*/
	list-style:none;
	background: url(../i/li-arrow.gif) no-repeat 0 9px;
	vertical-align: middle;
	margin:0;
	padding:3px 0 3px 15px;
}

.small {
	font-size:9px;
}

/*** Main navigation styles ***/

#main-navigation{
	width:994px;
	float:left;
	text-align:center;
	border-bottom:2px solid #ffffff;
	/*background:#1b5da7;*/
	position:absolute;
	bottom:0;
	right:0;
	/*z-index:10;*/
}
#main-navigation ul{
	list-style:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:735px;
	/*height:29px;*/
	/*z-index:10;*/
	float:right;
}
#main-navigation li {
	display: inline;
	margin:0;
	padding:0;
	height:49px;
	/*z-index:10;*/
}
#main-navigation a {
	margin:0 0 0 0;
	/*padding:6px 15px 10px 15px;*/
	padding: 0 15px;
	color:#ffffff;
	text-decoration:none;
	font:12px/15px Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	/*z-index:10;*/
	border:0 solid red;
	height:29px;
	float:left;
}
#main-navigation li.first{
	
}
#main-navigation li.last a{
	border-right:0;
}
#main-navigation li a:hover, #main-navigation li a.main-on{
	background:url(../i/nav-on.gif) no-repeat center bottom;
	color:#ffffff;
}

/***  Sub navigation styles ***/
#sub-navigation {
	border-top:1px solid #848484;
	border-bottom:1px solid #848484;
}

#sub-navigation ul {
	width:185px;
	padding:12px 0 12px 0;
	margin:0;
	background:#848484;
	border-top:1px solid #acacac;
	border-bottom:1px solid #acacac;
}
#sub-navigation ul li {
	background:none;
	display: block;
	width: 185px;
	margin:0;
	padding:0;
	list-style-type: none;
	list-style-image: none;
}
#sub-navigation ul li a{
	display: block;
	width:175px;
	margin:0 0 0 0;
	padding:3px 0 3px 10px;
	text-decoration:none;
	font:13px/18px Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	color:#ffffff;
}
#sub-navigation ul li a:hover, #sub-navigation ul li a.sub-on {
	color:#f39c57;
}

#sub-navigation ul li.depth2 {
	padding: 0 0 0 15px;
	width: 165px;
}
#sub-navigation ul li.depth2 a {
	padding: 4px 5px 4px 15px;
	width: 150px;
}
#sub-navigation ul li.depth2 a.sub-on,
#sub-navigation ul li.depth2 a:hover {
	background: url(../i/sub-nav-arrow.gif) no-repeat 0 9px;
}

/*** Image Styles ***/
img{
	border:0;
	margin:0;
	padding:0;
}

.column-two img {
	margin:5px;
}

/*** News Styles ***/

.news-item{
	width:744px;
	padding:10px 10px 10px 10px;
	background:#ecedef;
	margin:0 0 10px 0;
	min-height:50px;
	float:left;
	clear:both;
}
.news-item.even {
	background:#e3e4e5;
}
.news-item img{
	margin:5px 5px 5px 0;
}
span.date{
	float:right;
	font-weight:bold;
	color:#494949;
}

.news-image {
	float:right;
	margin: 7px 0 10px 20px;
}

.news-back-button a {
	background:transparent url(../i/prev-arrow.gif) no-repeat scroll left 2px;
	height:12px;
	padding-left:15px;
	text-align:left;
}

/*** Documents Styles ***/

.document-category{
	border:1px solid #353a40;
	padding:10px 10px 10px 10px;
	margin:0 0 10px 0;
}
.document{
	border:1px solid #353a40;
	padding:10px 10px 10px 10px;
	margin:0 0 10px 0;
}
.document-back{

}
.document-back a{
	padding:5px;
}
.document-back a:hover{
	background:#ebebeb;
	text-decoration:none;
}
.document a{
	padding:5px 0 0 3px;
}
.document img{
	margin:0 0 0 0;
	float:left;
}

/*** Slug styles ***/

.slug {
	background:#edeede;
	border-top:solid 1px #ffffff;
	border-bottom:solid 1px #353a40;
	color:#7F7C73;
	padding-left:4px;
	padding-right:4px;
	height:22px;
	text-align:left;
	clear:both;
}
.slug-title {
	color:#7F7C73;
	width:33px;
	float:left;
	height:22px;
	margin-top:2px;
}
.slug-trail {	
	float:left;
	height:20px;
	line-height:20px;
	font-size:0.8em;
	background: #FFFFFF;
	border:solid 1px #353a40;
	padding:1px 2px 0 10px;
	width:80%;
}
span.no-slug {
	color:#C6C7C8;
}
#slugOn {
	background:#FFFECE;
	color:#000000;
}

/***  Contact form styles ***/

#contact-form {
	background:#ecedef;
	padding:10px;
	margin:0;
	width:615px;
	position:relative;
}
.details {
	float:left;
	padding: 0 10px;
	width:280px;
}
.enquiry {
	float:right;
	padding: 4px 10px 0 10px;
	width:280px;
}
.contact-field {
	float:left;
	padding:5px 0;
	width:280px;
}
#contact-form label {
	clear:both;
	display:block;
	width:280px;
	float:left;
	font-weight:bold;
}
#contact-form .error,
.error h2 {
	color:#990000;
}
.error h2 {
	padding: 0 10px;
}
p.errored {
	font-size:11px;
	margin:0;
	color:#990000;
}
#contact-form input, #contact-form textarea {
	font:12px/17px Verdana, Arial, Helvetica, sans-serif;
	border:solid 1px #acacac;
	float:left;
	width:278px;
	line-height:20px;
}
#contact-form input {
	height:20px;
}
#contact-form textarea {
	height:302px;
	width:275px;
}
#contact-form .captcha {
	clear:both;
	float:left;
	width:280px;
	padding:5px 0;
}
#contact-form .captcha-top {
	float:left;
	width:100%;
}
#contact-form .captcha-bottom {
	float:left;
	margin:3px 0 0;
	width:100%;
}
#contact-form .captcha-hint-left {
	float:left;
}
#contact-form .captcha-hint {
	float:left;
	font-size:9px;
	line-height:12px;
	width:200px;
}
#contact-form .captcha-top img#captcha {
	float:left;
	width:175px;
}
#contact-form .captcha input {
	float:right;
	margin:0;
	width:90px;
}
#contact-form .submit {
 	float:right;
 	margin:10px 0 0 0;
}
#contact-form .submit input {
 	height:32px;
 	width:103px;
	margin:0;
	padding:0 0 0 0;
	background:url(../i/submit-bg-full-2.gif) repeat-x 0 0 #1b5da7;
	/*border:1px solid #1D5CA3;*/
	border:0;
	color:#ffffff;
	font:12px/18px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	cursor:pointer;
}
#contact-form .submit input:hover {
	color:#f39c57;
	background-position: 0 -32px;
}

.contact-asterix {
	
}
.contact-required {
	/*position:absolute;
	bottom:0;
	right:0;*/
	float:right;
	text-align:right;
	padding:5px 0 5px 0;
	width:280px;
}

/*** Paginate styles  ***/

.pagination, .pagination-info{
	width:100%;
	padding:3px 0 3px 0;
	margin:0 0 3px 0;
	float:left;
	text-align:center;
}
.prev, .next{
	width:20%;
	float:left;
	text-align:left;
}
.prev a{
	background:transparent url(../i/prev-arrow.gif) no-repeat scroll left 2px;
	height:12px;
	padding-left:15px;
	text-align:left;
	float;left;
}
.next a{
	background:transparent url(../i/next-arrow.gif) no-repeat scroll right 2px;
	height:12px;
	padding-right:15px;
	text-align:right;
}
.next{
	text-align:right;
}
.page-numbers{
	width:60%;
	float:left;
	text-align:center;
}
.paginateOn, .paginateOff{
	width:auto;
	display:inline;
	margin:2px 2px 2px 2px;
}

/*** Homepage styles ***/

#homepage-map {
	float:right;
	width:285px;
	height:285px;
	margin: 0 0 0 30px;
}

.shortcut-arrow {
	background:url(../i/shortcut-button-arrow.gif) no-repeat 0 0;
	display:block;
	height:23px;
	position:absolute;
	right:0;
	top:25%;
	width:12px;
}

.shortcut-buttons a {
	margin:0;
	padding:0;
	height:102px;
	width:146px;
	display:block;
}

a.shortcut-contact {
	background:url(../i/shortcut-contact.gif) #1d5ca4 no-repeat 0 0;
}
a.shortcut-trans {
	background:url(../i/shortcut-trans.gif) #1d5ca4 no-repeat 0 0;
}
.shortcut-buttons span,
.homepage-box-left span {
	display:none;
}

/*** Performance Data/Stats Page Styling ***/
.stats-image {
	border:1px solid #525252;
	margin:0;
}
.two-column-content-right .stats-image {
	margin:0;
}

span.click-to-enlarge {
	background:url(../i/click-to-enlarge.gif) no-repeat 0 0 #1d5ca3;
	border:1px solid #1d5ca3;
	color:#ffffff;
	cursor:pointer;
	display:block;
	font:16px/40px Arial, Verdana, sans-serif;
	height:40px;
	padding: 0 0 0 65px;
	text-decoration:none;
	width:276px;
}
span.click-to-enlarge a {
	color:#ffffff;
	cursor:pointer;
	text-decoration:none;
}
span.click-to-enlarge:hover,
span.click-to-enlarge a:hover {
	text-decoration:none;
	color:#f39c57;
}

/*** Footer Styles ***/

.footer a{
	color:#ffffff;
	text-decoration:underline;
}

.footer-link a {
	color:#494949;
}

.dev-footer {
	color:#494949;
}

.dev-footer a{
	color:#494949;
	font-weight:normal;
	text-decoration:underline;
}

/*** Flash Styles ***/

#flash-holder{
	width:527px;
	height:320px;
	float:right;
	margin:0 0 0 10px;
}
