@charset "utf-8";
body  {
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #880d39;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
.thrColFixHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.thrColFixHdr #headerleft {
	background:#ffffff url(images/logo.jpg) 10px 10px no-repeat;
	float: left; /* since this element is floated, a width must be given */
	width: 270px; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 128px;
}
.thrColFixHdr #headerright {
	float: right; /* since this element is floated, a width must be given */
	width: 495px;
	height: 70px;
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 0px 0px; 
}

.thrColFixHdr #headerright ul {
	list-style: none;
	padding: 0;
	margin: 0px 0px 0px 40px; 
}

.thrColFixHdr #headerright li {
	float: left;
	margin: 0 0.15em;	

}
.thrColFixHdr #headerright li a	{
	background: url(images/btnorange.png) #fff bottom left repeat-x;
	height: 4em;
	line-height: 2em;
	float: left;
	width: 11em;
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-align: center;


}
.thrColFixHdr #headerright li a.blue{
	background: url(images/btnblue.png) #fff bottom left repeat-x;
}
.thrColFixHdr #headerright li h3	{
	margin: 4px 0px 0px 0px;
	text-decoration: none;
}

/* Hide from IE5-Mac \*/
.thrColFixHdr #headerright li a {
	float: none;

}
/* End hide */

.thrColFixHdr #headerright {
	width:50em
	padding: 0px 0px 0px 10px;
	
} 



.topnav  {
	color:#666666;
	clear:both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #ffffff;
	background-image: url(images/navbar/middle.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}
.topnav .topnavleft {
	background:url(images/navbar/left.png) 0 0 no-repeat;

}

.topnav .topnavright {
	background:url(images/navbar/right.png) 100% 0 no-repeat;
	font-size:12px;
	line-height:16px;
	padding:3px 0px 0px 10px;
}



.round {
	background:#ffffff url(images/top.png) 0 0 repeat-x;
	margin:0px 0px 0px 0px;
	clear:both;
}
.round .b {
background:url(images/bottom.png) 0 100% repeat-x;
}
.round .l {
background:url(images/left.png) 0 0 repeat-y;
}
.round .r {
background:url(images/right.png) 100% 0 repeat-y;
}
.round .bl {
background:url(images/bl.png) 0 100% no-repeat;
}
.round .br {
background:url(images/br.png) 100% 100% no-repeat;
}
.round .tl {
background:url(images/tl.png) 0 0 no-repeat;

}
.round .tr {
	background:url(images/tr.png) 100% 0 no-repeat;
font-size:12px;
line-height:16px;
padding:15px;
}








.thrColFixHdr #toppanelleft {
	float: left; /* since this element is floated, a width must be given */
	width: 607px;
	background: #cdcce1;
	margin: 0px 0px 0px -11px;
	padding: 0px 0px 0px 0px;
	height: 194px;
}
.thrColFixHdr #toppanelleft h1 {
	margin: 6px 0px 0px 10px;
	background-image: url(images/h1grey.png);

}
.thrColFixHdr #toppanelleft p {
	margin: 6px 0px 0px 10px;

}
.thrColFixHdr #toppanelleft img {
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px; 
}
.thrColFixHdr #toppanelright {
	float: right; /* since this element is floated, a width must be given */
	width: 328px;
	height: 194px;
	background: #cdcce1; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	margin: 0px -4px 0px 0px;
}
.thrColFixHdr #toppanelright img {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent {
	margin: 0 50px 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px 30px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.thrColFixHdr #mainContent h1 {
	margin: 6px 0px 0px 0px;
	padding: 6px 0px 0px 20px;

}
.thrColFixHdr #mainContent p {
font-size:12px;
	margin: 6px 0px 0px 10px;

}


.thrColFixHdr #footer {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 



.thrColFixHdr #footer p {

	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#cmsContent {
 	padding: 10px 10px 10px 10px;
 	text-align: left;

}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.colour1 {
background: #bc914b;
text-align: center;
	color: #ffffff;
}
.colour2 {
background: #ced0cb;
text-align: center;
}
.colour3 {
background: #a76423;
text-align: center;
	color: #ffffff;
}
.colour4 {
background: #ffffff;
text-align: center;
}
.ladderheadingH2 {
	font-size:20px;
text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.ladderheadingP {
	font-size:9px;
text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

