body {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
	color: #b2b2b2;
}
#wrapper {
	width: 937px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
/*	background-image: url(../images/full_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
	text-align: left;
	padding-right: 41px;
	padding-left: 41px;
}

.clear{clear:both;}
.floatLeft{float:left;}
.floatRight{float:right;}



#branding {
	height: 159px;
	text-align: center;
}
.logo {
	float: left;
	margin-top: 40px;
}
#contact {
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
	width: 300px;
	padding-top: 40px;
}
#contact a {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 14px;
}
#contact a:hover {
	color:#ff7f00;
	text-decoration:none;
}
.tel {
	font-size: 27px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	height: 34px;
	margin: 0px;
	padding: 0px;
}
#branding p {
	float: right;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	width: 450px;
	padding-top: 40px;
}
#top_nav {
	clear: both;
	height: 32px;
	background-image: url(../images/nav_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}


#top_nav ul{
padding: 0;
margin: 0;
}
#top_nav ul li{
display: inline;
padding: 0;
margin: 0;
}
#top_nav ul li a{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 9px;
	display: block;
	float: left;
} 
.nav_right {
	float: right;
}

#top_nav ul li a:hover, #top_nav ul li a:focus {
	color: #ff7f00;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ff7f00;

}
.active{
	color: #ff7f00;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ff7f00;

}
#top_nav ul li a.first_nav_item {
	margin-right: 21px;

}
#top_nav ul li a.nav_item {
	margin-right: 19px;
	margin-left: 19px;
}
#top_nav ul li a.last_nav_item {

}
.clearing {
	clear: both;
	display: block;
	font-size: 1px;
	text-indent: -3000px;
	height: 30px;
}

#hero {
	clear: both;
	margin-top: 28px;
	height: 269px;
	width: 936px;
	display: block;
	margin-bottom: 5px;
}

#content {
	clear: both;
	width: 936px;
	padding-top: 26px;
	padding-bottom: 26px;
}
#content a {
	color: #ff7f00;
	text-decoration: none;
}
#content a span{
	border-bottom: dotted #ff7f00 1px;
}
#content a:hover {
	color: #ffffff;
	text-decoration: none;
}
#content a:hover span{
	border-bottom: dotted #fff 1px;
}
#content h2 {
	font-size: 25px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	line-height: 25px;
	padding-bottom: 20px;
}
#content h3 {
	font-size: 23px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	line-height: 25px;
	padding-bottom: 20px;
}
#content p {
	font-size: 14px;
	font-weight: normal;
	line-height: 19px;
	padding-bottom: 18px;
}
a.cta_request {
	display: block;
	background-image: url(../images/go.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 46px;
	padding-top: 2px;
	padding-bottom: 3px;
	text-decoration: none;
	font-size: 14px;
	color: #ff7f00;
}
a.cta_request:hover {
	display: block;
	background-image: url(../images/go.jpg);
	background-position: left -22px;
	background-repeat: no-repeat;
	padding-left: 46px;
	padding-top: 2px;
	padding-bottom: 3px;
	text-decoration: none;
	font-size: 14px;
	color: #FFFFFF;
}


#col_left {
	float: left;
	width: 449px;
	padding-right: 38px;
}

#col_right {
	float: left;
	width: 449px;
}

.fact{font-size:20px; font-style:italic; line-height:25px;}

.subfact{font-size:10px; line-height:12px;}

#footer {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #464646;
	font-size: 11px;
	padding-top: 24px;
	color: #b2b2b2;
	line-height: 18px;
	padding-bottom: 10px;
	height: 40px;
}
.para_left {
	float: left;
}
.para_right {
	float: right;
}
.para_right a {
	color: #b2b2b2;
	text-decoration: none;
	margin-left: 6px;
}
.para_right a:hover {
	color:#ff7f00;
	text-decoration: none;
}
.para_left a {
	color:#ff7f00;

	text-decoration: none;
	margin-left: 6px;
}
.para_left a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


#contactAddress{width:200px; float:right;}

#contactForm{width:550px; padding-right:100px; border-right: 1px solid #464646;}

#contactLeft{
	float: left;
}
#contactRight{
	float: right;
}


/* Colours */
.Orange{color: #ff7f00;}
.White{color: #fff;}


/* === Accessibility === */

.offleft {
position: absolute;
margin-left: -9000px;
}
