F@charset "utf-8";
/*  CSS Document */

/*  Colours
	text grey: #666;
	green grey: #587678;
*/

/*  Contents 
	1 = html (tags)
	2 = structure
	3 = navigation  
	4 = text 
	5 = forms 
	6 = tables 
	7 = hacks 
*/


/* 1 HTML */
img {border:0;}
a img {border:0;}
body {
	background:repeat-x url(../images/build/background.gif) center top;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	margin:0 auto;
	padding:0;
	width:980px;
}
/* 1 HTML ENDS */


/* 2 STRUCTURE */
div.colouredbar {
	background-image:url(../assets/images/build/colours.gif);
	border-bottom:#FFF solid 1px;
	border-top:#FFF solid 1px;
	height:5px;
	clear: both;
}
div.floatitleft {
    float:left;
}
div.floatitright {
    float:right;
}
div.header {
	height:125px;
	padding: 30px 30px 0 30px;
	margin:0 auto;
	background:repeat-x url(../assets/images/build/headerbackground.jpg) top left;
}
div.headerright {
	float:right;
	width:400px;
	padding-top: 80px;
	text-align: right;
}
img.imageright, .imageright {
    float:right;
    margin-left:20px;
}
img.imageleft {
    float:left;
    margin-right:20px;
    display: block;
}
div.content {
	padding:0 0 20px 0;
	margin: 0;
	clear: both;
}
div.leftcolumn {
	width:710px;
}
div.footer {
	background:#587678;
	clear:both;
	color:#fff;
	padding:20px 30px;
	font-size: 80%;
	line-height: 160%;
}
div.footer ul {
	margin:0;
	padding:0;
	list-style:none;
	width: 600px;
}
div.footer li {
	padding:0 30px 0 8px;
	background:no-repeat url(../images/build/arrow.gif) left;
	display:inline;
}
div.footer a {
	color:#fff;
	text-decoration:none;
}
div.footer a:hover {
	color:#fff;
	text-decoration: underline;
}
div.newssection {
	float:right;
	width:230px;
	font-size: 90%;
}
ul.textlist {
	margin:0;
	padding:10px 20px;
	list-style:none;
}
ul.textlist li{
	background:no-repeat url(../assets/images/build/bullet.gif) top left;
	margin:0;
	padding:0 0 5px 10px;
}
/*2 STRUCTURE ENDS*/


/*3 NAVIGATION */
div.navigation {
	background:repeat-x  url(../assets/images/build/navback.gif) top;
	float:left;
	height:67px;
	width:100%;
}
div.navigation ul{
	height:67px;
	list-style:none;
	margin:0;
	padding:0;
}
div.navigation ul li{
	display:inline;
	float:left;
	margin:0;
	padding:0;
}
div.navigation ul li.separator{
	background:no-repeat url(../assets/images/build/navseparator.gif) top left;
	display:inline;
	float:left;
	height:60px;
	width:2px;
}
div.navigation ul li a{
	color:#587678;
	display:block;
	margin:0;
	padding:30px 50px 17px 30px;
	text-decoration:none;
}
div.navigation ul li a:hover {
	background:repeat-x url(../assets/images/build/navover.gif) top;
	color:#fff;
}
div.navigation ul li.selected {
    background:no-repeat url(../assets/images/build/navselected.gif) top center;
}
/* dropdowncode */
.navigation ul.dropdown, ul.dropdown li, ul.dropdown ul {
	 list-style: none;
	 margin: 0;
	 padding: 0;
}
.navigation ul.dropdown {
	position: relative;
	z-index: 597;
}
.navigation ul.dropdown li {
	float: left;
	zoom: 1;
}
.navigation ul.dropdown li.hover, ul.dropdown li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}
.navigation ul.dropdown ul {
	left: 0;
	position: absolute;
	top: 100%;
	visibility: hidden;
	z-index: 598;
}
.navigation ul.dropdown ul ul {
	left: 99%;
	top: 1px;
}
.navigation ul.dropdown li:hover > ul {
	visibility: visible;
	width: 150px;
}
.navigation ul.dropdown li ul li {
	display:block;
	float: none;
	font-size:70%;
	height:auto;
	padding: 0;
	text-align:left;
}
.navigation ul.dropdown li ul li a {
	border-bottom:solid #fff 1px;
	padding: 6px 6px 6px 15px;
	min-width:100%;
	height:auto!important;
	background:#cecece no-repeat url(../images/build/navigationback.gif) center top;
	}
.navigation ul.dropdown li ul li a:hover {
	background:#9a9fa0 repeat-x url(../assets/images/build/navover.gif) top;
	}
.navigation ul.dropdown li ul li a.open {
	 background-color: #949494;
	 color: #fff;
	}
/*3 NAVIGATION ENDS*/


/*4 TEXT*/
.whitetext {
	color:#fff;
}
h1, h3, .colouredtext {
    color:#587678;
}
h1, .largetext {
    font-size:160%;
}
h1 {
    font-weight:normal;
    margin:0;
    padding: 20px 0 10px 0;
}
h2 {
	font-size:120%;
	margin:0;
	color:#587678;
	padding:5px 0;
}
h3 {
    font-size:110%;
    margin:0;
    padding:5px 0;
}
hr {
    background: repeat-x url(../images/build/underline.gif);
    border:0;
	clear:both;
    height:11px;
}
div.content a {
    color:#587678;
    text-decoration:none;
}
div.content a:hover {
	color:#666;
	text-decoration:underline;
}
div.newssection h1 {
	padding-left:15px;
}
div.newssection h2 {
	margin:0;
	padding:0;
}
div.underline {
	height:1px;
}
div.underline, div.newssection ul {
	background:url(../assets/images/build/underline.gif) repeat-x bottom;
}
div.newssection ul {
	list-style:none;
	margin:0;
	padding:15px 0 0 0;
}
div.newssection li {
	background:no-repeat url(../assets/images/build/arrow.gif) top left;
	padding:0 0 15px 30px;
}
/*4 TEXT ENDS*/


/*5 FORMS*/
form {
	background-color:#efefef;
	margin:0;
	padding:20px;
	width:640px;
}
div.row {
	padding:0 0 10px 0;
	clear: left;
	line-height: 20px;
	width: 620px;
}
label {
	color:#587678;
	float:left;
	font-size:90%;
	font-weight:bold;
	width:190px;
	padding:0 20px 0 0;
	text-align:right;
}
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #CCC;
	padding:5px;
	width:380px;
}
div.submit input {
	background-color:#587678;
	border:none;
	color:#fff;
	cursor:pointer;
	font-weight:bold;
	margin-left:210px;
	width:auto !important;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #ccc;
}
.validation-advice {
	color:#666;
	float: left;
	font-size: 90%;
	margin:0 0 10px 0;
	padding-left:210px;
	width: 310px;
}
/*5 FORMS ENDS*/

/*6 TABLES*/
table {
    margin: 0;
}
table th {
    text-align: left;
    color: #000;
    background: #587678;
    padding: 5px 0 5px 5px;
    font-weight: normal;
}
table td {
	background-color:#dedede;
	border-bottom: 1px dotted #999;
    padding: 10px 0;
}
/*6 TABLES 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 */
