@charset "utf-8";
/* CSS Document */

/*colours*/
/* orange; #f90; */
/* grey text; #666; */
/* blue text; #2d94df; */
/* blue footer; #2d94df; */

/* TOC 
	1 = html (tags)
	2 = structure
	3 = navigation  
	4 = text 
	5 = forms 
	6 = tables 
	7 = hacks 
*/


/* 1 HTML */
body {
	background:url(../images/build/background.gif) #2d94df repeat-x top left;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#fff;
}

img {
	border:0;
}
/* 1 HTML ENDS */


/* 2 STRUCTURE */
div.topbar {
	height:33px;
	width:960px;
	margin:0 auto;
	padding:5px 0 0 0;
}
div.topbarleft {
	width:300px;
	float:left;
	padding-top:6px;
}
div.topbarright {
	width:600px;
	float:right;
	padding:4px 15px 0 0;
	text-align: right;
	background:no-repeat url(../images/build/searchbar.html) top right;
	height: 26px;
}
div.header {
	height:164px;
	width:960px;
	margin:0 auto;
	padding:20px 0 0 0;
}
div.headerleft {
	width:630px;
	float:left;
}
div.headerright {
	width:300px;
	float:right;
	text-align:right;
}
div.breadcrumbs {
	height:36px;
	width:960px;
	margin:0 auto;
	padding:0;
}
div.breadcrumbs ul{
	margin:0;
	padding:10px 0 0 0;
}
div.breadcrumbs ul li{
	display:inline;
	padding:0 10px;
	background:url(../images/build/footerline.gif) left no-repeat;
}

div.contentholder {
	width:100%;
	margin-top:8px;
	background:url(../images/build/footertop.gif) #fff repeat-x bottom left;
	padding: 5px 0 20px 0;
}
div.content {
	width:960px;
	margin:0 auto;
	padding:0;
}
div.leftside {
	width:245px;
	margin:0;
	padding:0;
	float:left;
}
div.box {
	width:245px;
	background:no-repeat url(../images/build/box_background.gif) bottom;
	padding:0 0 5px 0;
	text-align: left;
	clear: both;
	color:#666;
	margin: 0 0 10px 0;
}
div.box p{
	padding:5px 10px 10px 20px;
	margin: 5px 0 0 0;
}
div.box ul{
	list-style:none;
	margin:5px 0 5px 20px;
	padding:0 10px 0 0;
}
div.box ul li{
	line-height:140%;
	margin:0;
	padding:0;
	text-indent:15px;
	background:url(../images/build/bullet_orange.gif) no-repeat top left;
}
div.boxtop {
	width:245px;
	background:#fff no-repeat url(../images/build/box_top.gif) bottom;
	margin:0;
	padding:0;
	height:22px;
}
div.bodytexthome{
	float:left;
	width:420px;
	margin-left:30px;
}
div.bodytextmain{
	float:right;
	width:685px;
	margin-left:30px;
}
div.copy{
	text-align:left;
	color:#666;
	line-height:170%;
	padding:5px 0;
}
div.copy ul{
	list-style: url(../images/build/bullet_orange.gif);
	margin:0 0 10px 0;
	padding:0 0 0 1.3em;
	list-style-position:outside !IMPORTANT;
}
div.copy ul li{
	line-height:170%;
	margin:0;
	padding:0;
}

div.rightside{
	float:right;
	width:245px;
}
div.logos{
	clear:both;
	border-top: 1px solid #ccc;
	padding:10px 0 0 0;
	text-align: center;
}
div.logos ul{
	margin:0;
	padding:0;
}
div.logos li{
	display:inline;
	padding:0 25px 0 0;
}
div.footer{
	clear:both;
	width:960px;
	margin:0 auto;
	padding:6px 0;
}
div.footersection{
	width:225px;
	padding:0 0 0 15px;
	background:repeat-y url(../images/build/footerline.gif) left;
	float: left;
}

img.imageright{
	float:right;
	margin:0 0 5px 20px;
}
img.imageleft{
	float:left;
	margin:0 20px 5px 0;
}
div.pagination {
	width: 100%;
	color: #CCC;
	margin: 5px 0;
}
div.copyimage {
	float: right;
	width: auto;
}

/*2 STRUCTURE ENDS*/


/*3 NAVIGATION */
div.navigation {
	width:240px;
	margin:0 0 0 5px;
	padding:0;
}
div.navigation ul{
	margin:0;
	padding:0;
}
div.navigation ul li{
	margin:0;
	padding:0;
	float:left;
	list-style:none;
	width: 235px;
}
div.pagination a {
	color: #f90;
	text-decoration: none;
}
div.pagination a:hover {
	color: #666;
}
/*3 NAVIGATION ENDS*/


/*4 TEXT*/
.largetext {
	font-size:200%;
}
.greytext, input, div.box a:hover, div.copy a:hover {
	color:#666;
}
.bluetext, h1, div.box h1 {
	color:#2d94df;
}
h1 {
	font-size:180%;
	font-weight:normal;
	margin: 0;
}
div.footer, div.topbarleft {
	font-size:80%;
}
div.breadcrumbs ul li a, div.footer a, div.topbar a{
	color:#fff;
	text-decoration:none;
}
div.breadcrumbs ul li a:hover, div.footer a:hover, div.box a,div.topbar a:hover{
	color:#f90;
	text-decoration:none;
}
div.copy a {
	color: #2d94df;
	text-decoration: none;
}
div.navigation ul li a{
	text-indent:15px;
	width:235px;
	margin:0;
	padding:8px 0;
	float:left;
	display:block;
	color:#f90;
	text-decoration:none;
	border-bottom: 1px solid #ccc;
}
div.navigation ul li a:hover, div.navigation ul li a.on{
	background-color:#e8e8e8;
	color:#666;
}
div.navigation ul li a.noline{
	border-bottom: none;
}
div.box h1{
	font-size:150%;
	padding:5px 5px 10px 20px;
	margin: 0;
}
div.copy h1 {
	color:#2d94df;
	font-size:180%;
	font-weight:normal;
	margin: 0;
	padding:10px 0 20px 0;
}
div.copy h2 {
	color:#2d94df;
	font-size: 140%;
	font-weight:normal;
	margin: 0;
	padding:15px 0 10px 0;
}
div.copy p {
	padding:3px 0;
	margin:0;
}
div.footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
p.footer {
	padding: 0 15px
}
div.copyimage p {
	font-size: 80%;
	margin: 0;
	padding: 0 5px;
	text-align: right;
}
div.copyimage ul li {
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
	text-align: right;
	background: none !IMPORTANT;
}
/*4 TEXT ENDS*/


/*5 FORMS*/
div.box form {
	padding:4px 5px 5px 20px;
	margin: 0;
}
div.topbarright form {
	padding:0;
	margin:0;
	vertical-align:top;
}
div.topbarright form label{
	padding:0;
	margin:0;
	vertical-align: top;
}
div.topbarright input.searchbox{
	width:110px;
	padding:0 0 0 2px;
	margin:0 8px 0 0;
	vertical-align:top;
	font-size:90%;
	line-height:inherit;
	color: #2d94df;
}
div.topbarright input.searchbutton{
	width:60px;
	padding:0 2px;
	margin:0;
	background:#fff repeat-x url(../images/build/button.gif) bottom;
}
div.topbarright input.searchbox, div.topbarright input.searchbutton {
	height:18px;
	border:0;
}

div.copy label {
	width:100px;
	padding:0 20px 0 0;
	margin:0;
	text-align:left;
	float:left;
	clear: both;
	height: 1em;
	line-height: 1em;
}
div.copy input, textarea {
	padding:0;
	margin-bottom: 4px;
}
input.submit {
	width: auto !IMPORTANT;
}
div.box input.required {
	width: 130px;
}
/*5 FORMS ENDS*/


/*6 TABLES*/

/*6 TABKES ENDS/


/*7 HACKS */
div.clear {
	clear:both;
}
.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 */
