/* reset browser defaults */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus{
	outline: 0;
}

body{
	line-height: 1;
	color: black;
	background: white;
}

ol,
ul{
	list-style: none;
}

ol{
	list-style-type:decimal;
	padding-left:30px;
}

table{
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* images */

img.left{
	float:left;
	margin:0 15px 15px 0;
}

img.right{
	float:right;
	margin:0 0 15px 15px;
}

img.center{
	display:block;
	float:none;
	clear:both;
	margin:0 auto;
}

/* BASIC LAYOUT */

.clear{
	float:none;
	clear:both;
	height:0px;
}

body {
	background:#ECECEC;
}

#colA {
	width:690px;
	height:497px;
	float:left;
}

#colB {
	float:right;
	width:248px;
	height:497px;
	background:url(images/bg_colB.gif) no-repeat;
}

#content {
	float:left;
	width:939px;
	height:497px;
	padding:0 11px 0 10px;
	background:url(images/bg_content.gif) repeat-y center center;
}

#footer {
	width:870px;
	height:95px;
	background:url(images/bg_footer.gif) no-repeat;
	clear:both;
	padding:30px 45px 0 45px;
} 
	
#header {
	width:870px;
	height:191px;
	background:url(images/bg_header.jpg) no-repeat;
	padding:29px 45px 0 45px;
}

#intro {
	background:url(images/bg_intro.gif) no-repeat;
	padding:60px 35px 0 35px;
	height:197px;
	overflow:auto;
	border-bottom:2px solid #fff;
}

#leftnav {
	width:153px;
	background:#ececec;
	float:left;
	padding-top:19px;
}

#middle {
	width:520px;
	height:424px;
	float:right;
	background:url(images/bg_middle.gif) no-repeat left top;
	padding:40px 0 0 15px;
	border-bottom:1px solid #fff;
}

#maincontent{
	margin:20px 5px 0 20px;
	padding:0 20px 20px 0;
	overflow:auto;
	height:364px;
}


#outer {
	width:960px;
	height:780px;
	position:relative;
	margin:0 auto;
	padding:0 9px 0 10px;
}

/* END BASIC LAYOUT */


/* LINKS */

a{
	color:#5d5d5d;
	text-decoration:none;
}

a:hover{
	color:#5d5d5d;
	text-decoration:underline;
}

h2 a{
	color:#fff;
	text-decoration:none;
}

h2 a:hover{
	color:#fff;
	text-decoration:underline;
}

div#contactdetails a{
	color:#004D93;
	text-decoration:none;
}

div#contactdetails a:hover{
	text-decoration:underline;
}

#maincontent a,
#intro a{
	font-weight:bold;
}

#maincontent a:hover,
#intro a:hover{
	color:#08b3e7;		
}

/* HEADINGS */

h1,
#intro h2,
#maincontent h2{
	display:block;
	width:auto;
	height:auto;
	float:none;
	font-size:15px;
	margin:0 0 15px 0;
	font-weight:normal;
	line-height:18px;
	color:#08b3e7;
	padding:0;
}

h2{
	font-size:14px;
	margin:0;
	font-weight:normal;
	color:#fff;
	display:block;
	width:170px;
	height:29px;
	float:left;
	padding:2px 0 0 35px;
}

h3 {
	font-size:14px;
	margin:0 0 10px 0;
	font-weight:normal;
	color:#08b3e7;
}

/* TYPOGRAPHY */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#5d5d5d;
}

p {
	margin:0 0 15px 0;
}

div#contactdetails p {
	margin:0;
	padding:8px 0 8px 26px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
}

div#contactdetails p strong {
	font-size:18px;
}

div#latestnews p {
	margin:0 0 3px 0;
	line-height:12px;
}

div#latestnews p.excerpt {
	margin:0 0 10px 0;
}

div#latestnews p.title {
	font-size:14px;
}

div#latestnews p.subtitle {
	font-size:12px;
	margin:0 0 10px 0;
}


/* NAVIGATION */

div#footernav {
	height:60px;
}

div#footernav ul li {
	float:left;
	padding:0 8px 0 2px;
	background:url(/style/images/bg_footernav.gif) no-repeat right center;
}

div#footernav ul li.network{
	display:block;
	background:none;
	margin-top:3px;
}

div#footernav ul li.first {
	padding:0 8px 0 0;
}

div#footernav ul li.last {
	padding:0 0 0 2px;
	background:none;
}

/* twitter/facebook links */

div#footernav ul#social{
	float:right;
	margin-top:-5px;
}

div#footernav ul#social li{
	float:left;
	background:none;
	padding:0 0 0 8px;
}

div#footernav ul#social li a,
div#footernav ul#social li a:link,
div#footernav ul#social li a:visited{
	display:block;
	text-indent:-9999px;
	height:27px;
	width:27px;
	overflow:hidden;
}

div#footernav ul#social li a.facebook{
	background:url(images/social/facebook.png) no-repeat;
}

div#footernav ul#social li a.twitter{
	background:url(images/social/twitter.png) no-repeat;
}

div#leftnav ul li a {
	background:url(images/bg_leftnav.gif) repeat-x left top #005497;
	color:#fff;
	padding:2px 15px 4px 15px;
	text-decoration:none;
	width:123px;
	display:block;
	border-bottom:1px solid #fff;
	font-size:12px;
	line-height:16px;
}

div#leftnav ul li.selected a,
div#leftnav ul li a:hover{
	text-decoration:underline;
}

div#leftnav ul li ul li a {
	background:#CCCCCC;
	color:#505050;
	padding:0px 15px 2px 25px;
	text-decoration:none;
	width:113px;
	display:block;
	border-bottom:1px solid #fff;
	font-size:12px;
	line-height:16px;
}

div#leftnav ul li.selected ul li.selected a,
div#leftnav ul li ul li a:hover {
    text-decoration:underline;
	background:url(images/bg_leftnav_sub.gif) no-repeat left center #CCCCCC;
}

div#topnav {
	width:500px;
	float:left;
}

div#topnav ul {
	width:106px;
	float:left;
	border-left:7px solid #e7e7e7;
	padding:28px 0 0 0;
}

div#topnav ul li {
	padding:0;
	height:16px;
}

div#topnav ul li a {
	padding:0 0 0 12px;
	display:block;
	height:16px;
}

div#topnav ul li a:hover,
div#topnav ul li.selected a,
div#topnav ul li.selected a:link,
div#topnav ul li.selected a:visited{
	background:url(images/bg_topnav.gif) no-repeat left center;
	text-decoration:none;
	color:#009cea;
}

/* SPECIFIC DIV STYLES */

div.contentbox {
	float:left;
	width:229px;
	background:url(images/bg_contentbox.gif) no-repeat;
	height:239px;
	border-right:1px solid #fff;
	overflow:hidden;
}

div.contentbox ul {
	padding:5px 0 0 35px;
	font-size:12px;
	clear:both;
	height:73px;
	line-height:16px;
}

div.contentbox img.arrow {
	padding:5px 0 0 0;
}

div.contentboxsmall {
	float:left;
	width:229px;
	background:url(images/bg_contentboxsmall.gif) no-repeat;
	height:32px;
	border-right:1px solid #fff;
}

div#copyright {
	clear:left;
	float:left;
	padding:0;
}

div#networkcharges{
	float:right;
	padding:0 20px 0 0;	
	background:url('images/legal-ahp-logo.png') no-repeat right;
}

body.develop div#networkcharges a,
body.develop div#networkcharges a:link,
body.develop div#networkcharges a:visited{
		
}

div.joblisting {
	border-top:2px solid #cacaca;
	padding:15px 0 0 0;
}

div#latestnews {
	padding:35px 5px 0 26px;
	overflow:auto;
}

div#latestnews div.content{
	height:300px;
	overflow:auto;
	padding-right:21px;
}

div#latestnews div.content div {
	margin:0 0 10px 0;
}

div#latestnews div.content div.divider {
	background:#D4D4D4;
	height:2px;
	overflow:hidden;
}

div#loginbutton {
	float:right;
	padding:0px 0 0 0;
}

div#logo {
	float:right;
	padding:30px 0 0 0;
}

div#search {
	position:absolute;
	top:180px;
	left:55px;
}

div#search input.imagefield {
	margin:0 0 -3px 0;
}


/*
* sitemap
*/

#sitemap ul{
	list-style:none;
	padding-left:0;
}

#sitemap ul ul{
	padding:10px 20px;
}

/*
* lists
*/

#maincontent ul{
	padding:0 0 15px 20px;
	list-style:disc;
}

/*
* search results
*/

#searchresults .resultsNav{
	padding-bottom:15px;	
}

#searchresults .resultsNav ul,
#searchresults .resultsNav li{ 
	display:inline;
	padding:0;
	margin:0;
}

#searchresults .resultsNav a{
	display:inline;	
	padding-left:3px;
	text-decoration:none;
}

#searchresults form{
	padding-bottom:15px;	
}

/*
* questionaire forms
*/

form.kamValidate input.kamSubmit{
	width:auto;
	border:0;
	background:url(images/submit-background.jpg) repeat-x top left #0076B0;
	padding:2px 8px;
	color:#FFF;
	margin-top:10px;
}

form.kamValidate fieldset legend{
	font-size:14px;
	padding-bottom:0;
	margin-bottom:0;
	font-weight:normal;
	color:#08b3e7;
}

form.kamValidate fieldset label.kamFieldLabel,
form.kamValidate fieldset label.kamRadio,
form.kamValidate fieldset label.kamCheckBox,
form.kamValidate fieldset input,
form.kamValidate fieldset select{
	display:block;
	float:none;
	clear:both;
	width:auto;
}

form.kamValidate fieldset{
	padding:0;	
}

form.kamValidate fieldset label.kamFieldLabel{
	padding-top:0;
	margin-top:0;
	font-weight:bold;
}

form.kamValidate fieldset input,
form.kamValidate fieldset select,
form.kamValidate fieldset textarea{
	margin-bottom:10px;	
}

form.kamValidate fieldset textarea{
	width:430px;	
}


/*
* lines layout
*/

body.lines #maincontent p{
	border-top:2px solid #CCC;
	margin-top:15px;
	padding-top:15px;
}

/*
* about layout
*/

body.about #maincontent h2{
	padding-bottom:5px;
	border-bottom:2px solid #CCC;
}

/*
* contact layout
*/

div.contact #maincontent h2{
	padding-bottom:5px;
	border-bottom:2px solid #CCC;
}

div.contact form.kamValidate div.kamClear{
	display:none;
}

div.contact form.kamValidate label.kamFieldLabel{
	float:left;
	width:150px;
	padding-top:5px;
}

div.contact form.kamValidate textarea.kamDataTypeText{
	width:430px;
}

div.contact form.kamValidate div.kamCheckbox div.kamInput{
	padding-top:5px;
}

div.contact form.kamValidate div.kamCheckbox div.kamInput label.kamCheckBox{
	padding-right:10px;
}

div.contact form.kamValidate div.kamFormLabel{
	padding:10px 0 5px 0;
}

/*
* misc
*/

div.kamClear{
	display:block;
	clear:both;
	float:none;
	overflow:hidden;
	height:1px;
}

/**
* images
*/

img.left{
	float:left;
	margin:0 15px 15px 0;
}

img.right{
	float:right;
	margin:0 0 15px 15px;
}

img.center{
	display:block;
	float:none;
	clear:both;
	margin:10px auto;
}

img.clear{
	display:block;
	float:none;
	clear:both;
	margin:10px 0;
}

/* competition additions */

#compOuter{
	background:url(images/compbackground.png) repeat-y;
}

#compOuter p{
	color:#fff;	
	font-size:1.1em;
}

#compContent p{
	color:#363636;	
}

#compContent{
	overflow-y:scroll;
	padding:20px 30px 0 0;
	height:410px;
}

#compOuter h3{
	color:#9ed3ea;
	font-size:2.2em;
	line-height:23px;
}

#compOuter a.tournButton,
#compOuter a.tournButton:link,
#compOuter a.tournButton:visited{
	width:91px;
	height:29px;
	background:url(images/entercompbutton.png) no-repeat;
	display:block;
	text-indent:-999px;
	overflow:hidden;
	float:left;
	margin-right:15px;
}

#compOuter a.matchButton,
#compOuter a.matchButton:link,
#compOuter a.matchButton:visited{
	width:185px;
	height:29px;
	background:url(images/matchbutton.png) no-repeat;
	display:block;
	text-indent:-999px;
	overflow:hidden;	
	float:left;
}

#compOuter a.enterComp,
#compOuter a.enterComp:link,
#compOuter a.enterComp:visited{
	width:185px;
	height:29px;
	background:url(images/gotoform.png) no-repeat;
	display:block;
	text-indent:-999px;
	overflow:hidden;	
}

#compHeader{
	background:url(images/compheader.png) no-repeat;
	height:50px; 
}

#compHeader ul{
	padding:25px 0 0 60px;	
}

#compHeader li{
	float:left;
	padding:0 10px 0 3px;
	background:url(images/compnavdiv.png) no-repeat right;
}

#compHeader li.last{
	background:none;	
}

#compHeader li a,
#compHeader li a:link,
#compHeader li a:visited{
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
	height:16px;
}

#compHeader li.selected a,
#compHeader li.selected a:link,
#compHeader li.selected a:visited{
	border-bottom:2px solid #437dae;
}

#compFooter{
	background:url(images/compfooter.png) no-repeat;
	height:11px;
}

#compInner{
	margin-left:10px;
	padding:30px;
	height:375px;
}

#compInner.scroll{
	padding:0 12px 30px 30px;	
	height:405px;
}

#compInner.index{
	background:url(images/index-compbackground.jpg) no-repeat;	
}

#compIntro{
	width:300px; 
	margin-bottom:10px;
}

/* comp form */

#compContent form{
	
}

#compContent form h4{
	font-size:1.4em;
	color:#003980;
	margin-top:10px;
}

#compContent form p{
	font-size:1.1em;
	margin-bottom:5px;
}

#compContent fieldset{
	margin-bottom:20px;
}

#compContent label{
	float:left;
	display:block;
	width:80px;
	margin-top:5px;
	font-size:1.1em;
	color:#363636;
}

#compContent input{
	float:left;	
	width:320px;
	border:1px solid #d1d4d1;
	margin-top:5px;
}

#compContent input.submit{
	width:93px;
	height:29px;
	border:none;
	margin-top:20px;
}

#compContent select{
	float:left;
	margin-top:5px;
	border:1px solid #d1d4d1;
}

#compContent input.postcode{
	width:150px;	
}

#compContent label.lblHearAbout{
	width:300px;	
}

#compContent fieldset.refer h3{
	font-size:1.4em;	
	margin:0;
	float:left;
}

#compContent fieldset.refer p{
	margin:0;
	float:left;
}

#compContent h3{
	font-size:1.8em;	
	color:#14a5d3;
	margin-bottom:2px;
}

#compContent p{
	line-height:15px;	
	color:#363636;
}

form #compTerms h5 a,
form #compTerms h5 a:link,
form #compTerms h5 a:visited{
	color:#003980;
	font-size:1em;
	font-size:1.0em;
}

form #compTerms p{
	font-size:1em;
}

#error p{
	color:red;	
}

/*
* user styles
*/

.blue{
	color:#08b3e7;
}