@charset "utf-8";
/* CSS Document */

/* Colours
dark grey back: #262626
green: #8fcb47 
*/

/* Contents 
	1 = html (tags)
	2 = structure
	3 = navigation  
	4 = text 
	5 = forms 
	6 = tables 
	7 = hacks 
*/


/* 1 HTML */
html {
	background-color:#262626;
}
img {border:0;}
body {
	background: #262626 url(../images/pageback.gif) repeat-x top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	margin:0 auto;
	width:980px;
	padding:0;
}
a {
	color: #8fcb47;	
	text-decoration: none;
}
/* 1 HTML ENDS */


/* 2 STRUCTURE */

div.header, div.content {
	width: 980px;
	margin: 0 auto;
	/*background: url(../images/contentback.gif) repeat-y top;*/
}
div.headertop {
	background: #333 url(../images/headertop.gif) no-repeat bottom;
}
div.headermiddle {
	padding: 0 8px;	
	height: 90px;
}
div.headermiddleleft {
	width: 480px;
	height: 90px;
	float: left
}
div.headermiddleright {
	width: 480px;
	height: 90px;
	float: left;
	color: #FFF;
	text-align: right;
}
div.headerbtm {
	padding: 0;	
	background: url(../images/navTile.gif) repeat-x top;
	border-bottom: 2px solid #8fcb47;
}
div.contentinner {
	width: 980px;
	margin:0;
	background: #1e1e1e;
}
div.rightcolumn {
	width: 290px;
	float: left;
	margin:0;
	min-height: 290px;
	background: #1b1b1b url(../images/mapbkg.gif) no-repeat top;
	color: #ccc;
}
div.leftcolumn {
	width: 690px;
	float: left;
	margin: 0;
	color: #CCC;
}
div.leftcolumninner {
	padding: 20px;
}
div.imagefader {
	float: left;
	width: 690px;
	height: 205px; 
	display: block;
	overflow: hidden;
}	
#slide-images {
	display:block;
	margin:0px;
	padding:0px;
	width:289px;
	height:289px;
	right:0;
	top:0;
}
#slide-images li {
	position:absolute;
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#slide-images li img {
	display:block;
	border: 0;
}
div.latestnews {
	background: url(../images/latestNewsBkg.gif) repeat-x top;
	width: 290px;	
	float: left;
	height: 205px;
}
div.footer {
	padding: 30px 0 0 0;
	margin: 0 auto;
	color: #666;
	font-size: 70%;
	background: #1e1e1e url(../images/footerBkg.gif) no-repeat top;
}
div.footerbtm {

}
div.footercol, div.footercollast, div.footercolfirst {
	float: left;
	width: 250px;
	margin: 0 65px 0 0;
}
div.footercollast {
	margin: 0 0 0 50px;
	color: #999;
}
div.footercolfirst {
	margin: 0 65px 0 20px;
}
div.footercol, div.footercolfirst {
	/*border-right: 1px dotted #fff;*/
}
img.imageright {
	float:right;
	margin-left:15px;
}
img.imageleft {
	float:left;
	margin-right:15px;
}
/*2 STRUCTURE ENDS*/


/*3 NAVIGATION */
div.headerbtm ul {
	list-style: none;
	margin: 0;
	line-height: 51px;
	float: left;
	background: url(../images/logo.gif) no-repeat left;
	padding: 0  0 0 138px;
}
div.headerbtm ul li {
	float: left;
}
div.headerbtm ul li a {
	text-decoration: none;
	display: inline-block;
	color: #fff;
	font-size: 110%;
	padding: 0 25px;
	border-right: 1px solid #333;
	white-space: normal;
}
div.headerbtm ul li a:hover, div.headerbtm ul li a.on {
	background: url(../images/50black.png) repeat;
}
div.footer ul {
	margin: 0;
	padding: 0;
}
div.footer ul li {
	list-style: none;
}

ul.subnav {
	margin: 20px;
	padding: 0;
	list-style: none;
}
ul.subnav li a {
	background: url(../images/70black.png) repeat;  
	margin: 2px 0;
	padding: 2px;
	width: 240px;
	display: block;
}
ul.subnav li a:hover, ul.subnav li a.on {
	background: #8fcb47;  
	color: #333;
	margin: 2px 0;
	padding: 2px;
	width: 240px;
	display: block;
}
/*3 NAVIGATION ENDS*/


/*4 TEXT*/
h1 {
	margin: 0;
	color: #8fcb47;
	font-size: 140%;
	font-weight: normal;
}
h2 {
	color: #8fcb47;
	margin: 0;
	margin: 10px 0 0 0;
	font-weight: normal;
	font-size: 110%;
}
div.rightcolumn h2 {
	color: #8fcb47;
	margin: 20px 0 0 20px;
	font-weight: normal;
	font-size: 100%;
	text-transform: uppercase;
}
div.rightcolumn p {
	padding: 20px;	
}
div.rightcolumn form {
	padding-top: 20px;	
}

div.leftcolumn ul {
	list-style: url(../images/bullet.gif);	
}
ul.news a {
	color: #369;
	font-weight: bold;
	text-decoration: none;
}
ul.news a:hover {
	text-decoration: underline;
}
div.headertop p{
	width: 980px; 
	float: left;
	padding: 0;
	margin: 0;
	color: #ccc;
	text-indent: 20px;
	line-height: 33px;
	font-size: 85%;
}
div.headermiddleright p {
	padding: 0;
	margin: 20px 20px 0 0;	
}
div.headermiddleright p.tel {
	color: #8fcb47;
	font-size: 200%;
	margin: 0 20px 0 0;
}
p.imagefader {
margin: 175px 0 0 0; text-indent: 20px; width: 690px; height: 30px; background: url(../images/70black.png) repeat; line-height: 30px; color: #8fcb47;
}
div.footer a {
	color:#666;
	text-decoration: none;
}
div.footer a:hover {
	color:#999;
	text-decoration: none;
}
/*4 TEXT ENDS*/


/*5 FORMS*/
div.formrow {
	vertical-align: middle;	
}
form {
	padding:0;
	margin:0;
}
input[type="text"], textarea, select {
	border:1px solid #369;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	width: 180px;
}
label {
	width:180px;
	display:block;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #F90;
}

.validation-advice {
	color: #F90;
	margin: 0 0 10px 0;
	font-size: 100%;
	width: 180px;
}

.custom-advice {
	color : #900;
}

form.fasttrack {
	padding:0;
	margin:20px;
}
label.fasttrack {
	width:180px;
	display:block;
	color: #CCC;
	font-size: 85%;
}
input[type="submit"].fasttrack {
	background: #F90 url(../images/orangeButtonBkg.gif) repeat-x bottom;	
	border: 0;
	color: #fff;
	padding: 1px 5px;
}
input[type="text"].fasttrack {
	background: #000;	
	border: 1px solid #8fcb47;
	color: #fff;
}

form.contactus {
	padding:0;
	margin:20px;
}
form.contactus label {
	width:80px;
	display: inline-block;
	color: #CCC;
	font-size: 90%;
	float: left;
	/*border: 1px solid red;*/
}
form.contactus input[type="submit"] {
	background: #F90 url(../images/orangeButtonBkg.gif) repeat-x bottom;	
	border: 0;
	color: #fff;
	padding: 1px 5px;
}
form.contactus input[type="text"],input[type="password"], textarea {
	background: url(../images/50black.png) repeat;	
	border: 1px solid #8fcb47;
	color: #ccc;
	width: 155px !IMPORTANT;
}
form.contactus textarea {
	overflow: auto;
}
div.formrow {
margin: 5px 0;	
}

/*5 FORMS ENDS*/


/*6 TABLES*/

/*6 TABKES ENDS/


/*7 HACKS */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
/*7 HACKS ENDS */

