/*hcp CSS file. Built by Kreate design agency
http://www.kreateagency.co.uk */

/* @group Reset */
* {padding:0; margin:0;}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {margin: 1em 0;}
li, dd {margin-left:1em; padding-bottom:.3em;}
fieldset {padding: .5em;}
/* @end */

/* @group HTML elements */
body {
	font: small/140% Verdana, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background: #fff;
}

hr {
	height: 1px;
	background-color: #fff;
	color: #ddd;
	border: none;
	padding: 0;
	margin: 1em 0;
}

#main-content hr.divide {
	clear: both;
	color: #fff;
}

/* @end */

/* @group Links */
a:link {
	color: #079BCD;
	text-decoration: none;
}
a:visited {
	color: #079BCD;
}
a:hover {
	color: #079BCD;
	text-decoration: underline;
}
a:active {
	color: #079BCD;
}
/* @end */

/* @group Lists */
ul {
	list-style-type: square;
}

ul.header-links {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 5px;
	clear: left;
	font-size: 90%;
	float: left;
	width: 350px;
	color: #fff;
}

#header ul.header-links li {
	float: right;
}

#header ul.header-links li a {
	text-decoration: none;
	color: #fff;
	border-right: 1px solid #fff200;
	padding-right: 10px;
}

#header ul.header-links li.last a {
	border: none;
}

#header ul.header-links li a:hover {
		color: #fff200;
}
/* @end */

/* @group Images */
img {
	border: none;
	margin: 0;
	padding: 0;
}
#content img {
	float: left;
	margin: 5px 10px 10px 0;
	border: 1px solid #444;
}

img.site-banner {
	position: absolute;
	top: 0;
	right: 0;
}

img.star {
	float: right;
	margin-right: 15px;
}

img.photo {
	float: left;
	margin: 10px;
	margin-top: 0;
}

.sidebar-bottom img {
	margin-left: 15px;
}

img.section-banner {
	margin-right: 15px;
}

#class-banners img {
	border: 1px solid #EEE;
	margin-bottom: 26px;
}
/* @end */

/* @group Headings */

h1 {
	text-indent: -5000px;
	background: url(../images/hcp-logo.gif) top left no-repeat;	padding: 30px 0;
	margin: 0;
	margin-bottom: 10px;
	margin-top: 15px;
}

#search-again h1 {
	text-indent: -5000px;
	background: url(../images/hcp-logo-yellow.gif) top left no-repeat;
	width: 163px;
	margin: 15px 15px 10px 10px;
	padding: 0;
	height: 54px;
 float: left;

}

h2 {
	margin: 15px 10px 10px 10px;
	font-size: 130%;
	text-align: center;
	color: #fff;
}

h2 span {
	color: #fff200;
}

#search-result h2 {
	color: #079BCD;
	text-align: left;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	font-size: 110%;
}

#search-result h2 span {
	color: #002252;
}

h3 {
	color: #079BCD;
	margin-top: 0;
}

#search-result h3 {
	clear: left;
	margin: 10px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 10px;
	font-size: 120%;

}

#theme-search h4, #brand-search h4 {
	background: #08789F url(../images/title-bg.gif) top left no-repeat;
	color: #fff;
	width: 544px;
	clear: both;
}

#welcome h4, .bottom h4 {
	background: #000 url(../images/title-dark-bg.gif) top left no-repeat;
	color: #fff;
	width: 544px;
	clear: both;
}


h4 span {
	padding: 13px;
	background: url(../images/title-bottom.png) bottom left no-repeat;
	display: block;
}

.sidebar h4, .sidebar-bottom h4 {
	background: #08789F url(../images/sidebar-title.gif) top left no-repeat;
	color: #fff;
	width: 164px;
	padding: 13px;
	margin-top: 0;
	}

.sidebar-bottom h4 {
background: #000 url(../images/sidebar-title-dark.gif) top left no-repeat;
}

.standard h4 {
	margin: 0;
	padding: 10px;
	padding-bottom: 0;
	background: url(../images/standard-top.gif) top left no-repeat;
}


h5 {
	color: #079BCD;
	font-size: 110%;
	margin-top: 10px;
}

/* @end */

/* @group Forms */

/* Using same basic form html, simply alter class attribute of form to alter layout. */

/* @group General */
input.input {
	width: 200px;
	border: 1px solid #ccc;
	padding: 2px;
}
input.input:hover {
	background: #F9FFE1;
}
input.input:focus {
	border: 2px solid #002252;
	background: #F9FFE1;
	padding: 1px;
}

/* @end */

/* @group Vertical */
form.verticalform fieldset {
	display: block;
	width: 17em;
	margin: 0 0 3em 0;
	padding: 0 1em 1em 1em;
}
form.verticalform fieldset.radio {
	width: 15em;
	margin: 1em 0 2em 0;
}
form.verticalform fieldset.radio input {
	clear: both;
	float: left;
	width: auto;
}
form.verticalform fieldset.radio label{
	font-weight: normal;
}
form.verticalform input {
	display: block;
	width: 240px;
}
form.verticalform label{
	display: block;
	margin-bottom: 0.5em;
	margin-top: 2em;
}
form.verticalform label.first{
	padding-top: 1em;
}
form.verticalform p.postcode input {
	width: 125px;
}
form.verticalform select {
	display: block;
}

form.verticalform input.search {
	width: 80px;
	height: 25px;
	float: right;
	margin-top: 30px;
	
}

/* @end */

/* @group Columnar */
form.columnarform fieldset {
	float: left;
	display: block;
	width: 17em;
	margin: 0 1em 1em 0;
	padding: 0 1em 1em 1em;
}
form.columnarform fieldset.radio {
	width: 15em;
	margin: 1em 0 2em 0;
}
form.columnarform fieldset.radio input {
	clear: both;
	float: left;
	width: auto;
}
form.columnarform fieldset.radio label {
	font-weight: normal;
}
form.columnarform input {
	display: block;
	width: 15em;
}
form.columnarform label {
	display: block;
	margin-bottom: 1em;
	font-weight: bold;
}
form.columnarform label.first {
	padding-top: 1em;
}
form.columnarform select {
	display: block;
}

/* @end */

/* @group Horizontal */
form.horizontalform fieldset {
	display: block;
	margin: 0 0 3em 0;
	padding: 0 1em 1em 1em;
	overflow: hidden; /* to clear in Safari */
}
form.horizontalform fieldset.radio {
	margin: 1em 0 2em 0;
}
form.horizontalform fieldset.radio input {
	clear: both;
	float: left;
	width: auto;
}
form.horizontalform fieldset.radio label {
	font-weight: normal;
}
form.horizontalform input {
	display: block;
	width: 15em;
}
form.horizontalform input.submit {
	clear: both;
}
form.horizontalform label {
	float: left;
	display: block;
	margin: 1em 1em 0 0;
	font-weight: bold;
}

form.horizontalform select {
	display: block;
}

/* @group site search */

#site-search fieldset {
	display: block;
	margin: 0 0 3em 0;
	padding: 0 1em 1em 1em;
	overflow: hidden; /* to clear in Safari */
}

#site-search fieldset.radio {
	margin: 1em 0 2em 0;
}
#site-search fieldset.radio input {
	clear: both;
	float: left;
	width: auto;
}
#site-search fieldset.radio label {
	font-weight: normal;
}
#site-search input {
	float: left;
	width: 15em;
	margin: 0 5px 0 5px;
}
#site-search input.go {
	float: left;
	width: 34px;
	height: 21px;
	margin: 0 ;
}
#site-search label {
	float: left;
	margin: 0;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
#site-search select {
	display: block;
}

/* @end */

/* @group search-again */
#search-again p {
	float: left;
	width: 150px;
	color: #fff;
	font-size: 9px;
	margin: 10px 20px 0 0;
	padding: 0;
	display: inline;
}

#search-again p strong {
	font-size: 12px;
}

#search-again p.postcode {
	width: 100px;
	margin-right: 40px;
	display: inline;
}
#search-again fieldset {
	display: block;
	margin: 0 0 3em 0;
	padding: 0 1em 1em 1em;
	overflow: hidden; /* to clear in Safari */
}
#search-again fieldset.radio {
	margin: 1em 0 2em 0;
}
#search-again fieldset.radio input {
	clear: both;
	float: left;
	width: auto;
}
#search-again fieldset.radio label {
	font-weight: normal;
}
#search-again input {
	display: block;
	width: 150px;
	margin-top: 20px;
}
#search-again p.postcode input {
	display: block;
	width: 100px;
}

#search-again input.submit {
	clear: both;
}
#search-again label {
	float: left;
	display: block;
	margin: 0;
	font-weight: bold;
}

#search-again select {
	display: block;
}

#search-again input.search {
	width: 80px;
	float: left;
	margin-top: 28px;
}

/* @end */
/* @end */

/* @group Margin */
form.marginform fieldset {
	display: block;
	margin: 0 0 1em 0;
	border: 0 solid #FFFFFF;
	border-top: 1px solid #000000;
	padding: 0 1em 1em 1em;
	overflow: hidden; /* to clear in Safari */
}
form.marginform fieldset.radio {
	margin: 0 0 0 -1em;
	border: 0 solid #FFFFFF;
}
form.marginform fieldset.radio input {
	position: static;
	clear: both;
	float: left;
}
form.marginform fieldset.radio label {
	position: relative;
	top: -1.25em;
	display: inline;
	width: auto;
	margin: 0 0 0 8em;
	font-weight: bold;
	font-weight: normal;
}
form.marginform fieldset.radio legend {
	float: left;
	font-weight: bold;
}
form.marginform input {
	position: relative;
	top: -1.4em;
	left: 8em;
	display: block;
}
form.marginform input.submit {
	clear: both;
	top: 0;
}
form.marginform label {
	clear: both;
	float: left;
	display: block;
	width: 8em;
	margin-top: -1em;
	font-weight: bold;
}
form.marginform label.first {
	margin-top: 1em;
}
form.marginform select {
	position: relative;
	top: -1.4em;
	left: 8em;
	display: block;
}
/* @end */

.select {

	float: left;
	margin: 10px 0 0 10px;
}

.select select {
	width: 50px;
}

/* @end */

/* @group Layout */

/* @group home page */

/* Insert appropriate layout code here  */

#outer-wrapper, .navfix {
	width: 760px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.navfix {
	z-index: 999;	
}

#header {
	background: url(../images/header.jpg) top left no-repeat;
	float: left;
	position: relative;
}

#header #win-button {
	position: absolute;
	bottom: 2px;
	right: 18px;
}

#main-content {
	margin-top: 80px;
	clear: both;
	float: left;
	width: 760px;
}

#brand-search, #theme-search, #welcome, .bottom {
	width: 544px;
	position: relative;
	clear: left;
	/*clear:both; (if side bar boxes are required to line up with theme/brand. Also need to move postion of second sidebar in HTML*/
	float: left;
}

#welcome p {
	margin-left: 10px;
}

.bottom p{
	margin-left: 127px;
}

#welcome p strong, .bottom p strong {
	color: #002252;
}

p.view-all {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 19px;
	right: 5px;
	color: #000;
}

#theme-search p.view-all a {
	text-decoration: none;
	margin: 0;
	color: #000;
	background: url(../images/view-bg.png) top left no-repeat;
	padding: 6px;
	padding-right: 5px;
	padding-left: 30px;
	display: block;
	width: 115px;
	height: 32px;
}

#theme-search p.view-all a:hover {
	color: #079BCD;
}

.feature, .lastfeature {
	width: 161px;
	float: left;
	border-right: 1px solid #ccc;
	padding-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}

.lastfeature {
	border: none;
	padding: 0;
}

.sidebar, .sidebar-bottom {
	float: right;
	width: 190px;
	margin: 0;
	margin-top: 13px;
	background: #fff url(../images/sidebar-bg.gif) bottom left no-repeat;
	margin-bottom: 20px;
}

.sidebar p, .sidebar ul, .sidebar-bottom p, .sidebar-bottom ul {
	margin: 15px;
}

p.button {
	margin: 0 0 15px 12px;
}
p.button a {
	background: url(../images/button.gif) top left no-repeat;
	width: 166px;
	display: block;
	margin: 0;
	padding: 8px 0;
	text-align: center;
	color: #000;
	text-decoration: none;
}

p.button a:hover {
	text-decoration: none;
	color: #079BCD;
}

/* @end */

/* @group footer */

#footer {
	clear: both;
	background: #002252 url(../images/footer-bg.gif) bottom left no-repeat;
	padding: 15px;
	float: left;
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 90%;
	width: 730px;
}

#search-result #footer {
	margin-top: 5px;
}

#footer p {
	color: #fff;
	float: left;
	margin: 0;
	padding: 0;
}

#footer ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer ul li {
	float: left;
}

#footer ul li a{
	border-right: 1px solid #fff;
	padding-right: 15px;
	text-decoration: none;
}

#footer ul li a:hover {
	color: #fff;
}

#footer ul li.last a {
	padding: 0;
	border: none;
}

/* @end */


/* @group site search */

#site-search {
	float: right;
	width: 360px;
}

/* @end */

/* @group searchbox */

#searchbox {
	background: #fff200;
	width: 245px;
	color: #002252;
	margin: 25px 0 0 0;
	padding: 0 12px 0 11px;
	float: left;
}

#searchbox p {
	font-size: 70%;
	margin: 0;
	padding: 0;
	line-height: 100%;
}

#searchbox p strong {
	font-size: 140%;
}

#searchbox p.postcode {
	width: 140px;
	margin-bottom: 15px;
	float: left;
}
/* @end */
/* @end */

/* @group search results */
#search-result #main-content {
	margin-top: 10px;
}

#entries {
	width: 513px;
	float: left;
}

#class-banners {
	width: 225px;
	float: right;
}

#section-banners {
	margin-top: 15px;
}


#search-again {
	margin-top: 10px;
	background: #fff200 url(../images/search-again-bg.gif) top left no-repeat;
	float: left;
	width: 760px;
}

#search-again ul {
	clear: both;
	list-style: none;
	float: left;

}

#search-again ul li {
	float: left;
	display: inline;
	margin: 0;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	
}

#search-again ul li a {
	color: #002252;
	text-decoration: none;
}

#search-again ul li a:hover {
	color: #079BCD;
}

.alphajump ul{
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 90%;
	float: left;
	clear: left;
}

.alphajump ul li {
	float: left;
	margin: 0;
	margin-right: 5px;
	padding: 0;
}

.alphajump ul li a:hover {
	color: #002252;
}
.show-results p.float-left {
	float: left;
}
/* @group platinum
 */

.platinum {
	margin-bottom: 15px;
	background: url(../images/platinum-bg.gif) top left repeat-y;
	float: left;
	font-size: 90%;
	width: 513px;
}

.platinum p {
	margin: 0 0 0 10px;
}

.platinum ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: #fff;
	float: left;
	border-bottom: 5px solid #079bcd;
	width: 513px;
}

.platinum ul li {
	margin: 0;
	margin-right: 2px;
	padding: 0;
	float: left;
}

.platinum ul li.last {
	margin: 0;
}

#entries .platinum ul li a {
	background: #079BCD url(../images/platinum-tab.gif) top left no-repeat;
	display: block;
	text-align: center;
	width: 101px;
	padding: 5px 0 5px 0;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #006F95;
	text-decoration: none;
}

.platinum ul li.first a {
	margin: 0;
	border-bottom: 1px solid #079bcd;
}

.platinum ul li.first {
		background: #079BCD url(../images/platinum-tab.gif) top left no-repeat;
	display: block;
	text-align: center;
	width: 101px;
	padding: 5px 0 5px 0;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid  #079bcd;
}

#entries .platinum ul li a:hover {
	text-decoration: none;
	color: #002252;
}

.platinum ul.details {
	margin: 10px;
	margin-top: 0;
	margin-left: 10px;
	background: #B9DDE8;
	border: none;
	display: inline;
	width:493px;
}

.platinum ul.details li {
	width: 151px;
	margin: 0;
	margin-right: 10px;
	float: left;
}

.platinum ul.details li p {
	margin: 0;
}

.platinum ul.details li a {
	background: none;
	color: blue;
	border: none;
}

.platinum p.email, .platinum p.web
 {
	clear: left;
	display: inline;
}

.platinum p.web a {
	background: url(../images/globe.gif) 0 50% no-repeat;
	padding: 5px 0 5px 30px;
}

.platinum .box-bottom {
	background: url(../images/platinum-bottom.gif) top left no-repeat;
	height: 16px;
	width: 513px;
}

/* @end */

/* @group premium
 */

.premium {
	margin-bottom: 15px;
	background: url(../images/premium-bg.gif) top left repeat-y;
	float: left;
	font-size: 90%;
	width: 513px;
}

.premium p {
	margin: 0 0 0 10px;
}

.premium ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: #fff;
	float: left;
	border-bottom: 5px solid #DADADA;
	display: inline;
	width: 513px;
}

.premium ul li {
	margin: 0;
	margin-right: 2px;
	padding: 0;
	float: left;
}

.premium ul li.last {
	margin: 0;
}

#entries .premium ul li a {
	background: #EEE url(../images/premium-tab.gif) top left no-repeat;
	display: block;
	text-align: center;
	width: 101px;
	padding: 5px 0 5px 0;
	color: #002252;
	font-weight: bold;
	border-bottom: 1px solid #A5A5A5;
	text-decoration: none;
}

#entries .premium ul li.first a {
	margin: 0;
	border-bottom: 1px solid #EEE;
}

.premium ul li.first {
	background: #EEE url(../images/premium-tab.gif) top left no-repeat;
	display: block;
	text-align: center;
	width: 101px;
	padding: 5px 0 5px 0;
	color: #002252;
	font-weight: bold;
	border-bottom: 1px solid #EEE;
}

#entries .premium ul li a:hover {
	text-decoration: none;
	color: #079BCD;
}

.premium ul.details {
	margin: 10px;
	margin-top: 0;
	background: #EEE;
	border: none;
	width: 493px;
}

.premium ul.details li {
	width: 150px;
	margin-right: 10px;
}

.premium ul.details li p {
	margin: 0;
}

.premium ul.details li a {
	background: none;
	color: blue;
	border: none;
}

.premium p.email, .premium p.web
 {
	clear: left;
	display: inline;
}

.premium p.web a {
	background: url(../images/globe-premium.gif) 0 50% no-repeat;
	padding: 5px 0 5px 30px;
}

.premium .box-bottom {
	background: url(../images/premium-bottom.gif) top left no-repeat;
	height: 16px;
	width: 513px;
	clear: left;
}

/* @end */

/* @group standard */

.standard {
	float: left;
	clear: left;
	font-size: 90%;
	background: #EEE url(../images/standard-bottom.gif) bottom left no-repeat;
	padding-bottom: 10px;
	margin-bottom: 15px;
	width: 513px;
}

.standard p {
	margin: 0 10px 0 10px;
}

/* @end */


/* @end */

/* @group Misc */
.hide {
	position: absolute;
	left: -5000px;
}
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
/*.clearfix {
    display:inline-block;
}/*
 /* mac hide \*/
    * html .clearfix {height: 1%;}
      .clearfix {display: block;}
 /* End hide */
p.hide a {
	text-decoration: none;
}
.note {
	font-size: 85%;
}
.extra-note {
	font-size: 80%;
}
span.required {
	font-weight: bold;
	color: red;
}
.highlight {
	background: #FEF49C;
}
/* @end */

/* @group Nav */
#nav {
	position: absolute;
	top: 354px;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 760px;
}

#nav ul li {
	margin: 0;
	padding: 0;
	float: left;
}

#nav ul li a {
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	width: 105px;
	display: block;
	margin-right: 2px;
	padding: 20px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	text-decoration: none;  
}

#nav ul li a:hover {
	padding-top: 40px;
	text-decoration: none;
}
#nav ul li.link-one a {
	background: #c70b06 url(../images/nav-one.gif) bottom left no-repeat;
}

#nav ul li.link-two a {
	background: #cc591e url(../images/nav-two.gif) bottom left no-repeat;
}

#nav ul li.link-three a {
	background: #d7b600 url(../images/nav-three.gif) bottom left no-repeat;
}

#nav ul li.link-four a {
	background: #009437 url(../images/nav-four.gif) bottom left no-repeat;
}

#nav ul li.link-five a {
	background: #087fa7 url(../images/nav-five.gif) bottom left no-repeat;
}

#nav ul li.link-six a {
	background: #551869 url(../images/nav-six.gif) bottom left no-repeat;
	margin: 0;
}
/* @end */

/* @group Calendar */  /* if EE calendar */
#calendar-box { 
	width: 170px;
	float: right;
	background: #fff;
	margin: 2em 30px 0 0;
}
table#calendar {
	background-color: #FFF;
	margin: 0 0 3em 0;
	padding: 0;
	clear: both;
	width: 170px;
	border: 1px solid #CCC;
	text-align: center;
}
table#calendar th {
	font: bold 11px/16px Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #DDD;
	color: #555;
	border-width: 1px 1px 0px 0px;
	border-color: #FFF;
}
table#calendar td {
	font: 10px/18px Arial, Helvetica, sans-serif;
	color: #999;
	text-align: center;
	background-color: #EEE;
}
table#calendar td a {
	font: bold 10px/18px Arial, Helvetica, sans-serif;
	display: block;
	background-color: #DDD;
	color: #444;
	text-align: center;
	text-decoration: none;
}
table#calendar th a {
	font: normal 17px/20px Arial, Helvetica, sans-serif;
	display: block;
	background-color: #DDD;
	color: #555;
	text-decoration: none;
}
table#calendar th a:hover {
	background-color: #777;
	color: #FFF;
}
table#calendar td a:hover, th a:hover {
	background-color: #DDD;
	color: #FFF;
}
/* @end */


