body {
	font: 12px/1.2em arial, helvetica;
	color: #363636;
	text-align: center;
}
#wrapper {
	width: 980px;
	margin: 0 auto;
}
#header, #page, #footer, #main {
	text-align: left;
	width: 960px;
	margin: 0 auto;
	clear: both;
}
#header {
	position: relative;
	width: 940px;
	padding: 0 10px 20px;
	height: 100px;
}
#content {
	margin-top: 7px;
	width: 669px;
	padding: 10px 25px 50px;
	float: left;
}
#right {
	width: 229px;
	float: left;
	margin: 10px 0;
}
#footer {
	margin-bottom: 75px;
}
a {
	color: #053D87;
}
a:hover {
	color: #0279BF;
}
.clear {
	clear: both;
}

/* header */
a#sitelogo {
	position: absolute;
	bottom: 20px;
}
#sitestrap {
	font-size: 20px;
	color: #053D87;
	position: absolute;
	left: 170px;
	bottom: 20px;
}
#sitesearch {
	position: absolute;
	left: 577px;
	bottom: 20px;
}
#sitelinks, #sitelinks a {
	text-align: right;
	color: #053D87;
	font-size: 11px;
	text-decoration: none;
}
#sitesearch_inputholder {
	border: 1px solid #DEDEDE;
	line-height: 20px;
}
#headersearch {
	margin: 0;
	padding: 0;
	float: left;
	border: 0;
	height: 19px;
	color: #000;
	font-size: 12px;
}
.sitesearch_button {
	margin: 0;
	padding: 0;
	float: left;
}
#siteaddress {
	font-size: 13px;
	color: #585858;
	line-height: 17px;
	text-align: right;
	float: right;
	margin: 14px 10px 0 0;
	padding: 4px 0 0;
	
}
/* content */
h1, h2, h3, h4, h5, h6 {
	color: #053D87;
	line-height: 1.25em
}
#tools {
	clear: both;
}
.column {
	float: left;
	width: 189px;
	border-right: 1px solid #DEDEDE;
	padding: 10px 25px 50px;
}
.column.first {
	padding: 10px 25px 40px 0;
}
.column.last {
	border-right: none;
	padding: 10px 0 40px 25px;
}
.column h2 {
	background: url("/app/templates/default/images/horizontal-rule.gif") no-repeat scroll left bottom transparent;
	padding-bottom: 8px;
	margin-bottom: 15px;
}
/* right */
#right .container {
	margin-bottom: 10px;
	margin-top: 1px;
	border: 1px solid #5FB03D;
	padding: 10px 25px;
}
#right .container h2 {
	padding-bottom: 8px;
	background:url("/app/templates/default/images/horizontal-rule.gif") no-repeat scroll left bottom transparent
}
#right .container ul p {
	margin: 0 0 0.25em;
}
#right .container ul {
	list-style-type: none;
	margin: 1em 0;
	padding: 0;
}
#right .container ul ul {
	list-style-type: disc;
	margin: 0 0 0 3em;
}
#right .container li:first-child {
	border-top: none;
}
#right .container li {
	border-top: 1px solid #F0F0F0;
	margin: 0 -10px;
	padding: 0.5em 10px;
}
#enquiryform input, #enquiryform select, #enquiryform textarea {
	border: 1px solid #DEDEDE;
	width: 100%;
}
.gradientbutton {
	border: none;
	color: #FFF;
	font-size: 12px;
	margin: 10px 0;
	padding: 5px;
	cursor: pointer;
	text-transform: uppercase;
	background: #3B9CCD; 
	background: -moz-linear-gradient(left, #3B9CCD 0%, #2989D8 0%, #713A8F 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#3B9CCD), color-stop(0%,#2989D8), color-stop(100%,#713A8F)); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3B9CCD', endColorstr='#713A8F',GradientType=1); 
	background: -o-linear-gradient(left, #3B9CCD 0%,#2989D8 0%,#713A8F 100%);
	-moz-border-radius: 12px;
  	-webkit-border-radius: 12px;
   border-radius: 12px;    
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
}

/* footer */
#footer_legal {
	width: 50%;
	float: right;
	text-align: right;
}
a.footer_links {
	color: #595959;
}
a.footer_links:hover {
	color: #D7D7D7;
}

