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

@media print {
	body,p,div,td,span {font: 10pt/15pt Verdana, Arial, Helvetica, sans-serif;}
	a {font: 10pt/15pt Verdana, Arial, 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: url(../i/header-bg.gif) #f2f3f1 repeat-x 0 0;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#414141;
}
.clear-me{
	clear:both;
}

/*** Header Styles ***/

.mast-head div {
	/*position: absolute;*/
}
.logo{
	margin: 0 auto;
	width: 417px;
	padding: 22px 0 0 0;
}
.strapline{

}

/*** Text Styles ***/

p {
	text-align: justify;
}

p.small {
	font-size: 9px;
}

a {
	color: #222;
	text-decoration:underline;
	font-weight:normal;
}
a:hover {
	text-decoration:none;
}
h1, h2, h3 {
	color:#000000;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana;
}
h1 {
	font-size:24px;
	margin:0 0 15px 0;
	text-transform: uppercase;
	letter-spacing: -1px;
}
h2 {
	font-size:16px;
	margin:0 0 5px 0;
	border-bottom: 2px solid #d8d9d7;
}
h3 {
	font-size:14px;
	margin:0 0 5px 0;
	border-bottom: 2px solid #d8d9d7;
}

h1.news {
	padding: 0 0 0 25px;
}

li {
	list-style-type: none;
	list-style: none;
	padding: 0 0 0 20px;
	background: url(../i/bullet.gif) no-repeat 0 6px;
}
ul {
	margin: 10px 0;
	padding: 0;
	list-style-type: none;
	list-style: none;
	text-align: left;
}

/*** Main navigation styles ***/

#main-navigation{
	left: 50%;
	position: relative;
	float: left;
	text-align: left;
	height:39px;
}
#main-navigation ul{
	list-style: none;
	margin:0;
	padding:0;
	/*height:39px;*/
	position: relative;
	left: -50%;
}
#main-navigation li {
	list-style: none;
	position: relative;
	float: left;
	margin:0 0 0 0;
	padding:0 5px;
	background: none;
}
#main-navigation a {
	margin:0 0 0 0;
	padding:0 0 0 12px;
	color:#ffffff;
	text-decoration:none;
	text-transform: uppercase;
	font:16px/33px Verdana, Arial, Helvetica, sans-serif;
	height: 24px;
	float: left;
	position: relative;
}
#main-navigation a span {
	height: 30px;
	padding: 0 12px 0 0;
	float: left;
	cursor: pointer;
}
#main-navigation a span.nav-text {
	height: 30px;
	padding: 0 3px;
	line-height: 24px;
	float: left;
	cursor: pointer;
}
#main-navigation li.first{
	
}
#main-navigation li.last a{
	border-right:0;
}

#main-navigation li a:hover {
	background:url(../i/nav-hover-l.gif) no-repeat top left;
}
#main-navigation li a:hover span {
	background:url(../i/nav-hover-r.gif) no-repeat top right;
}
#main-navigation li a:hover span.nav-text {
	background: url(../i/nav-hover-m.gif) no-repeat top center;
}

#main-navigation li a.main-on{
	background:url(../i/nav-current-l.gif) no-repeat top left;
	color:#000000;
}
#main-navigation li a.main-on span{
	background:url(../i/nav-current-r.gif) no-repeat top right;
}
#main-navigation li a.main-on span.nav-text{
	background: url(../i/nav-current-m.gif) no-repeat top center;
}

/***  Sub navigation styles ***/
#sub-navigation {
	float: left;
	width:200px;
}

#sub-navigation ul {
	width:200px;
	padding:0;
	margin: 0;
	list-style: none;
}
#sub-navigation ul li {
	float: left;
	width: 200px;
	margin:5px 0 0 0;
	padding:0;
	list-style: none;
}
#sub-navigation ul li a{
	float: left;
	width: 177px;;
	height: 18px;
	margin:0 0 0 0;
	padding:5px 0 5px 10px;
	text-decoration:none;
	font:12px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	background: #e7e3df;
	border: 1px solid #bfb6a4;
}
#sub-navigation ul li a:hover {
	background:#f6f6f6;
	border: 1px solid #bfb6a4;
	color:#6f6a60;
}
#sub-navigation ul li a.sub-on {
	background: #f6f6f6;
	border: 1px solid #bfb6a4;
	border-right: none;
}
#sub-navigation ul li a.sub-on:hover {
	border-right: none;
	color:#6f6a60;
}

span.sub-nav-on {
	float: right;
	background: url(../i/news-sub-on-arrow.gif) no-repeat top right;
	width: 12px;
	height: 30px;
}

/*** Image Styles ***/
img {
	border: 5px solid #bfb6a4;
}

.footer img, .dev-footer img,
#header img {
	border: 0;
}

p.caption {
	
	margin: 0;
	font-weight: bold;
	padding: 0;
}
p.caption.home {
	padding-left: 55px;
}

/*** News Styles ***/

.single-news-item {
	width:974px;
	padding:10px 0 10px 0;
	background: #f6f6f6;
	float:left;
}

.single-news-right {
	padding: 0;
	float: right;
	width:210px;
}
.single-news-left {
	padding: 0 10px 10px 0;
	width: 714px;
	float: left;
}
.single-news-bottom {
	border-top: 2px dotted #dbd1bd;
	padding: 10px 0 0 0;
}

.news-item{
	width:724px;
	padding:10px 25px 10px 25px;
	background: #fff;
	/*background: #e7e3df;
	border: 2px solid #bfb6a4;*/
	border-bottom: 1px solid #c9c5b0;
	/*margin:0 0 10px 0;*/
	min-height:50px;
	float:left;
	clear:both;
}
.news-item:hover, .news-item.even:hover{
	background: url(../i/news-item-hover-bg.gif) #f0ece9 repeat-x bottom center;
}
.featured:hover {
	background: url(../i/news-featured-bg-hover.gif) #eeeae0 no-repeat top center;
}
.featured {
	/*width: 720px;
	border: 2px solid #dbd1bd;*/
	border-top: 1px solid #c9c5b0;
	background: url(../i/news-featured-bg.gif) #e3ded2 no-repeat top center;
	margin: 0 0 15px 0;
}

.news-item.even {
	background: #f6f6f6;
	/*border: 2px solid #b3aa9a;*/
}
.news-item h2 {
	padding: 0 0 5px 0;
	/*border-bottom: 2px dotted #dbdbdb;*/
	border: 0;
}
.featured h2 {
	font-size: 18px;
}
.news-item a, .latest-news a {
	color: #000000;
	text-decoration: none;
}
.news-item a:hover, .latest-news a:hover {
	color: #8f887b;
	text-decoration: none;
}
.news-item img{
	margin:5px 10px 5px 0;
	border: 5px solid #bfb6a4;
}
span.date{
	float:right;
	font-weight:bold;	
	color: #6f6a60;
}

.latest-news { /* On homepage */
	background: #f4f1ee;
	border: 2px solid #bfb6a4;
	float: right;
	padding: 10px 20px;
	margin: 30px 0 0 0;
	width: 370px;
	text-align: left;
}
.latest-news h2 {
	border-bottom: 1px solid #6f6a60;
	padding: 0 0 5px 0;
	color: #333;
}
.latest-news h3 {
	border: 0;
}
.latest-news-img {
	float:left;
	margin: 10px 10px 10px 0;
}
.latest-news-img img {
	border: 5px solid #bfb6a4;
}

.read-more {
	float: right;
	margin: 0;
	padding: 0;
}
.read-more img {
	border: 0;
}
.read-more span {
	background: url(../i/read-more.gif) no-repeat 0 0;
 	display:block;
 	float:right;
	cursor:pointer;
	height:20px;
 	width:95px;
	text-indent: -9999px;
	border:0;
}
.read-more span:hover {
	background: url(../i/read-more.gif) no-repeat 0 -20px;
}

span.go-back {
	background: url(../i/go-back.gif) no-repeat 0 0;
	cursor: pointer;
	float: left;
	width: 110px;
	height: 20px;
	text-indent: -9999px;
}
span.go-back:hover {
	background: url(../i/go-back.gif) no-repeat 0 -20px;
}

/*** 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:auto;*/
	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-left {
	float: left;
	width: 325px;
}
#contact-right {
	float: right;
	width: 640px;
}

#contact-form {
	/*background: #e7e3df;*/
	background: #f0ece9 repeat-x bottom center;
	border:solid 1px #bfb6a4;
	padding:10px 25px;
	margin:0;
	width:570px;
}
.details, .enquiry {
	float:left;
	width:260px;
	
}
.details {
	margin: 0 15px 0 15px;
}
#contact-form .contact-field {
	clear:both;
	display:block;
	width:100%;
	float:left;
}
#contact-form label {
	font-weight:bold;
}
#contact-form img {
	border: 0;
}

div.error {
	width: 615px;
	height: 25px;
	float: left;
	padding: 10px 0 5px 30px;
	margin: 0 0 0 0;
}
div.error h2 {
	border: 0;
	color: #990000;
}

#contact-form .error {
	color:#990000;
}
#contact-form p.errored {
	color: #990000;
	margin: 0;
	font-size: 10px;
}

#contact-form input, #contact-form textarea {
	font:11px/17px Verdana, Arial, Helvetica, sans-serif;
	border:solid 1px #ffffff;
	float:left;
	width:100%;
	line-height:16px;
}
#contact-form input:hover,
#contact-form textarea:hover {
	border:solid 1px #dbd1bd;
}
#contact-form input {
	height:16px;
	margin: 0 0 5px 0;
}
#contact-form textarea {
	height:252px;
}

#contact-form .captcha {
	clear: both;
	float: left;
	width: 100%;
	border-top: 2px dotted #dbd1bd;
	margin-top: 5px;
	padding-top: 5px;
}
#contact-form .captcha-top {
	float: left;
	width: 100%;
	
}
#contact-form .captcha-bottom {
	float: left;
	width: 100%;
	margin: 3px 0 0 0;
}
#contact-form .captcha-top img#captcha {
	float: left;
	width: 175px;
}
#contact-form .captcha input {
	margin: 0;
	float: right;
	width: 70px;
}
#contact-form .captcha-hint {
	float:left;
	font-size:9px;
	line-height:12px;
	width:200px;
	padding-right:-3px;
}
#contact-form .captcha-hint-left {
	float:left;
}
#contact-form .captcha-bottom img#speaker {
	float: left;
	width: 25px;
	margin: 0 5px 0 0;
}

#contact-form .contact-footer {
	margin-top:20px;
}
#contact-form .submit {
	clear: both;
 	float:right;
 	width: 95px;
 	margin: 5px 0 0 0;
}
#contact-form .submit input {
	background: url(../i/submit.gif) no-repeat 0 0;
 	height:20px;
 	display:block;
 	width:95px;
	margin:0;
	padding:0;
	border:0;
	/*background:#4d504b;*/
	color:#ffffff;
	font:12px/22px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	cursor:pointer;
	text-indent: -9999px;
}
#contact-form .submit input:hover {
	background-position: 0 -20px;
}

/*** Paginate styles  ***/

.pagination, .pagination-info{
	width:100%;
	padding:3px 0 3px 0;
	margin:0 0 3px 0;
	float:left;
	text-align:center;
	font-size: 12px;
}
.pagination a, .pagination-info a{
	color: #8f887b;
}
.prev{
	width:20%;
	float:left;
}
.next{
	text-align:right;
	float: right;
	width: 20%;
}
.next a {
	background: url(../i/icon-next.gif) no-repeat top right;
	float: right;
	padding-right: 25px;
	height: 25px;
}
.prev {
	text-align: left;
}
.prev a {
	background: url(../i/icon-prev.gif) no-repeat top left;
	float: left;
	padding-left: 25px;
	height: 25px;
}
.page-numbers{
	width:60%;
	float:left;
	text-align:center;
	font-size: 14px;
}
.paginateOn, .paginateOff{
	width:auto;
	display:inline;
	margin:2px 2px 2px 2px;
}

/*** Footer Styles ***/

.footer-logo {
	display: block;
	margin: 0 0 5px 0;
	background: none;
}

/*** 404 Error Styling ***/

#error-404 {

	margin: 0 auto;
	width: 400px;
}

#error-404-left {
	
}
#error-404-right {

}

#qmark {
	float: left;
	display: block;
	width: 199px;
	height: 199px;
	margin: 0 25px 0 0;
}

/** Safari 3 on Mac fix **/
/* @media screen and (-webkit-min-device-pixel-ratio:0) {
	next a { padding-right: 50px; }
} */
