body {
	margin: 0;
	padding:0;
/*	font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family:"Palatino Linotype", "Times New Roman", Times, serif;
/*	font-family: Arial, Helvetica, sans-serif; */
	font-size:14px;
	color: #6f6f6f;
/*	background-color:#02298e;*/
}

a {
/*	font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family:"Palatino Linotype", "Times New Roman", Times, serif;
/*	font-family: Arial, Helvetica, sans-serif;*/
	font-size:14px;
	color: #1a6a86;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 10px 0;
	padding: 0;
	color: #6f6f6f;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #25408e;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #25408e;
	margin: 5px 0 0 0;
	padding: 0 0 5px 0;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #25408e;
	margin: 5px 0 0 0;
	padding: 0 0 5px 0;
}
img {
	border: none;
}
address {
	font-style: normal;
	line-height: 1.5;
	margin: 0 0 10px 0;
}

label {
	font-weight: bold;
	color: #000000;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	border: 1px solid #ababab;
}

table {
	margin: 0;
	padding: 0;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	vertical-align: top;
	padding: 2px;
}
td {
	font-family:"Palatino Linotype", "Times New Roman", Times, serif;
	text-align: left;
	font-size: 12px;
	vertical-align: top;
	padding: 2px;
}
tr {
	border-bottom: 1px dotted #efefef;
}

hr {
	border: 0;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	margin: 0 0 5px 0;
	padding: 0;
}

fieldset {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 0;
	border-right: 0;
}
legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #595959;
}

/*
--------------------------------------------------------
	STRUCTURE
--------------------------------------------------------
*/

#wrapper {
   position:relative;
   width:893px;
   padding: 0 10px 10px 10px;
   margin: 0 auto 50px auto;
   background-color:#ffffff;
   z-index: 0;
}

#header {
    position: relative;
	width: 893px;
	height: 200px;
	background-image: url(/images/doctors.jpg);
	background-repeat:no-repeat;
	background-position: bottom right;
	border-bottom: 1px solid #000000;
	z-index: 10;
}

#main {
    position: relative;
	width: 883px;
	margin:0;
	padding: 10px 5px 0 5px;
}

#content {
    position: relative;
    padding: 0 5px 0 5px;
	
}

#content p {
	line-height: 1.5;
}

#footer {
	position: relative;
	background-image: url(/images/footer-bar.jpg);
	background-repeat: no-repeat;
	width: 893px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	color: #ffffff;
}

/*
--------------------------------------------------------
	FORMS
--------------------------------------------------------
*/
label.label1 {
	margin:0 0 0 20px;
	padding:0;
	float: left;
	width:120px;
	text-align: left;
}
input.input1 {
	width: 400px;
}

input.input2 {
	width: 30px;
	font-size: 11px;
}

label.label3 {
	margin:0;
	padding:0;
	float: left;
	width:100px;
	text-align: left;
}
input.input3 {
	width: 250px;
}

label.label4 {
	margin:0;
	padding:0;
	float: left;
	width: 150px;
	text-align: left;
}
label.label5 {
	margin:0;
	padding:0;
	float: left;
	width: 70px;
	text-align: left;
}
input.input5 {
	width: 140px;
}


textarea.textarea1 {
	width: 250px;
}

textarea.textarea2 {
	width: 400px;
}

select.select1 {
	width: 405px;
}

select.select2 {
	width: 145px;
}

button.button1 {
	border: 0;
	background: url(/images/button1-off.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	width: 125px;
	height: 23px;
	color: #ffffff;
	font-size: 12px;
	line-height: 25px;
	padding: 0 4px 2px 0;
	text-align: center;

}
button.button2 {
	border: 0;
	background: url(/images/button2-off.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	width: 63px;
	height: 23px;
	color: #ffffff;
	font-size: 12px;
	line-height: 25px;
	padding: 0 0 2px 0;
	text-align: center;

}

a.link-button1 {
	display: block;
	border: 0;
	background-image: url(/images/button1-off.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	width: 125px;
	height: 23px;
	color: #ffffff;
	font-size: 12px;
	line-height: 25px;
	padding: 0 4px 2px 0;
	text-align: center;
}
a.link-button1:hover {
	border: 0;
	background-image: url(/images/button1-on.png);
	background-repeat: no-repeat;
	text-decoration: none;
	width: 125px;
	height: 23px;
	color: #ffffff;
	font-size: 12px;
	line-height: 25px;
	padding: 0 4px 2px 0;
	text-align: center;
}

a.link-button3 {
    display: block;
    border: 0;
    background-image: url(/images/button3-off.png);
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    width: 239px;
    height: 23px;
    color: #ffffff;
    font-size: 12px;
    line-height: 25px;
    padding: 0 4px 2px 0;
    text-align: center;
}
a.link-button3:hover {
    border: 0;
    background-image: url(/images/button3-on.png);
    background-repeat: no-repeat;
    text-decoration: none;
    width: 239px;
    height: 23px;
    color: #ffffff;
    font-size: 12px;
    line-height: 25px;
    padding: 0 4px 2px 0;
    text-align: center;
}

.check-box {
	border: 0;
}
/*
--------------------------------------------------------
	TABLES COL WIDTHS
--------------------------------------------------------
*/
table.full {
	width: 100%;
	margin-bottom: 10px;
}
th.th1 {
	width: 33%;
}
th.th2 {
	width: 25%;
}
th.th3 {
	width: 40%;
}
th.th4 {
	width: 20%;
}
th.th5 {
	width: 25%;
}
th.th6 {
	width: 10%;
}
th.th7 {
	width: 30%;
}
th.th8 {
	width: 15%;
}
th.th9 {
	width: 55%;
}
td.td1 {
	width: 380px;
}
td.td2 {
	width: 340px;
}
td.td3 {
	width: 700px;
}

/*
--------------------------------------------------------
	BOX 1
--------------------------------------------------------
*/
.box1 {
	position: relative;
	background-image: url(/images/box1-slice.jpg);
	background-repeat: repeat-y;
	width: 420px;
	margin: 0 0 10px 0;
}
.box1 h2 {
	position: relative;
	top: -15px;
	left: 15px;
	margin: 0 0 -10px 0;
	padding: 0;
}
.box1 p {
	padding: 0 15px 0 15px;
}

.square1 {
	display: block;
	width: 30px;
	height: 30px;
	margin-left: 15px;
	margin-right: 10px;
	background-color: #136582;
}

/*
--------------------------------------------------------
	BOX 2
--------------------------------------------------------
*/
.box2 {
	position: relative;
	background-image: url(/images/box2-slice.jpg);
	background-repeat: repeat-y;
	width: 873px;
	margin: 0 0 15px 0;
}
.box2 h2 {
	position: relative;
	top: -15px;
	left: 15px;
	margin: 0 0 -10px 0;
	padding: 0;
}
.box2 p {
	padding: 0 15px 0 15px;
}

/*
--------------------------------------------------------
	HEADER
--------------------------------------------------------
*/
#logo {
	position: absolute;
	top: 65px;
	left: 0;
}
#top-menu {
	position: absolute;
	top: 162px;
	left: 0;
}
#top-menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1a6a86;
}
/*
--------------------------------------------------------
	HOME PAGE
--------------------------------------------------------
*/
.featured-box {
	position: relative;
	background-image: url(/images/featured-blk-slice.jpg);
	background-repeat: repeat-y;
	width: 268px;
	margin: 0 0 10px 0;
}
h2.featured-courses {
	position: absolute;
	top: 2px;
	left: 5px;
	margin: 0;
	padding: 0;
	width: 170px;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}
p.featured-text {
	font-size: 12px;
	margin: 0;
	padding: 5px;
}
a.featured-link {
	margin: 5px;
	padding: 0;
}

.ask-debra-blk {
	position: relative;
	background-image: url(/images/ask-debra-box.jpg);
	background-repeat: no-repeat;
	width: 71px;
	height: 87px;
	margin: 20px 10px 0 0;
	padding: 0 10px 0 100px;
	text-align: center;
	line-height: 1.5;
	font-size: 12px;
}

.ask-debra-blk a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	
}
.ask-debra-blk a:hover {
	color: #000000;
	text-decoration: underline;
}
.special-offers-blk {
	position: relative;
	background-image: url(/images/blue-box.jpg);
	background-repeat: no-repeat;
	width: 123px;
	height: 81px;
	margin: 20px 5px 0 0;
	padding: 5px 10px 0 10px;
	text-align: center;
	line-height: 1.5;
	font-size: 14px;
}

.special-offers-blk a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
}
.special-offers-blk a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.latest-brochure-blk {
	position: relative;
	background-image: url(/images/light-grey-box.jpg);
	background-repeat: no-repeat;
	width: 109px;
	height: 87px;
	margin: 20px 0 0 0;
	padding: 0 100px 0 10px;
	line-height: 1.5;
	font-size: 14px;
}

.latest-brochure-blk a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.latest-brochure-blk a:hover {
	color: #000000;
	text-decoration: underline;
}
img.mini-brochure {
	position: absolute;
	top: -25px;
	left: 130px;
}

.tag-line {
	margin: 40px 0 10px 10px;
}

#rcn-avail {
	position: relative;
	background-image: url(/images/dark-grey-box.jpg);
	background-repeat: no-repeat;
	width: 268px;
	height: 45px;
	margin: 0;
	text-align: center;
	padding: 4px 0 0 0;
	line-height: 1.5;
	font-size: 14px;
	font-weight: bold;
}
#rcn-avail p {
	margin: 0;
	padding: 0;
	color: #ffffff;
}

#push-down {
	margin-top: 50px;
}

/*
--------------------------------------------------------
	VENUES
--------------------------------------------------------
*/
ul.venue-area {
	list-style: none;
	margin: 0 0 10px 20px;
	padding: 0;
}
li.venue {
	background: url(/images/bullet-point.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 17px;
	line-height: 2;
}
ul.accom-type {
	list-style: none;
	margin: 0 0 10px 20px;
	padding: 0;
}
li.accom {
	background-image: url(/images/bullet-point.jpg);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 17px;
	margin-bottom: 10px;
	line-height: 1.4;
}

.venue-area a {
	color: #6f6f6f;
	
}

/*
--------------------------------------------------------
	E-LEARNING
--------------------------------------------------------
*/
#elearning-instr {
    list-style: none;
    margin: 0 0 10px 20px;
    padding: 0 0 10px 0;
    border-bottom: solid 1px #dedede;
}

#elearning-instr li {
    background: url(/images/bullet-point.jpg);
    background-repeat: no-repeat;
    background-position: 2px 3px;
    padding-left: 17px;
    line-height: normal;
    margin-bottom: 5px;
}

.elearning-blk {
    position: relative;
    padding: 5px 10px 5px 20px;
    border-bottom: solid 1px #dedede;
}
#elearning-faq {
    list-style: none;
    margin: 0 0 10px 20px;
    padding: 0 0 10px 0;
    border-bottom: solid 1px #dedede;
}

#elearning-faq li {
    background: url(/images/bullet-point.jpg);
    background-repeat: no-repeat;
    background-position: 2px 3px;
    padding-left: 17px;
    line-height: normal;
    margin-bottom: 5px;
}


/*
--------------------------------------------------------
	NEWSLETTER PAGE
--------------------------------------------------------
*/
#newsletter-head {
	position: relative;
}
#newsletter-head p {
	position: absolute;
	top: 175px;
	right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}

/*
--------------------------------------------------------
	TERMS & CONDITIONS
--------------------------------------------------------
*/
ul.terms-area {
	list-style: none;
	margin: 0 0 10px 20px;
	padding: 0;
}
li.terms {
	background: url(/images/bullet-point.jpg);
	background-repeat: no-repeat;
	background-position: 2px 3px;
	padding-left: 17px;
	line-height: normal;
	font-size: 12px;
	margin-bottom: 5px;
}

/*
--------------------------------------------------------
	LINKS
--------------------------------------------------------
*/
ul.links-area {
	list-style: none;
	margin: 0 0 10px 20px;
	padding: 0;
}
li.links {
	background: url(/images/bullet-point.jpg);
	background-repeat: no-repeat;
	background-position: 2px 3px;
	padding-left: 17px;
	line-height: normal;
	margin-bottom: 10px;
}
li.links-continued {
	list-style: none;
	padding-left: 17px;
	line-height: normal;
	margin-bottom: 10px;
}

/*
--------------------------------------------------------
	SPECIAL OFFERS
--------------------------------------------------------
*/
ul.offers-area {
	list-style: none;
	margin: 0 0 10px 20px;
	padding: 0;
}
li.offers {
	background: url(/images/bullet-point.jpg);
	background-repeat: no-repeat;
	background-position: 2px 3px;
	padding-left: 17px;
	line-height: normal;
	margin-bottom: 10px;
}

/*
--------------------------------------------------------
	FORM - COURSE SEARCH
--------------------------------------------------------
*/

#frm-course-search  {
	position: relative;
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 0;
}

.search-results {
	margin-left: 20px;
	margin-bottom: 30px;
}

/*
--------------------------------------------------------
	COURSE
--------------------------------------------------------
*/
ul.course-info-list {
	margin: 0;
	padding: 0 0 0 15px;
}
.course-info-list li {
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1.5;
}

/*
--------------------------------------------------------
	ABOUT US
--------------------------------------------------------
*/

/*
--------------------------------------------------------
	BASKET
--------------------------------------------------------
*/
.basket td {
	padding: 5px 0 5px 0;
}
tfoot, thead {
	background: #efefef;
}

/*
--------------------------------------------------------
	CHECKOUT - ATTENDEES
--------------------------------------------------------
*/
.attendee-blk {
	float: left;
	width: 260px;
	margin: 0 10px 15px 0;
	padding: 5px;
	background: #EFEFEF;
	font-size: 12px;
}


/*
--------------------------------------------------------
	SHOP / PRODUCTS
--------------------------------------------------------
*/
.medisave-box {
	position: relative;
	background-image: url(/images/featured-blk-slice.jpg);
	background-repeat: repeat-y;
	width: 268px;
	margin: 0 0 10px 0;
}
.medisave-box p {
	padding: 0 10px 0 20px;
}
.medisave-box a {
	padding: 0 0 0 20px;
}


.product-info-table {
	margin: 0 0 0 120px;
	padding: 0;
}
.product-info-table h3 {
	padding: 0;
	margin: 0;
}
.product-info-table td {
	padding: 0 0 5px 0;
	margin: 0;
}

.product-info {
	position:relative;
	margin:0 5px 0 270px;
	padding:0;
}
.product-info-small {
	width: 210px;
}
.product-info-large {
	width: 470px;
}

.product-info p, .product-info-small p, product-info-large p{
	position:relative;
	padding:0 0 5px 0;
	margin:0;

}
.product-price {
	font-size: 16px;
}

/*
--------------------------------------------------------
	BOTTOM MENU
--------------------------------------------------------
*/

#bottom-menu {
	position: relative;
	margin: 20px 0 10px 0;
	height: 36px;
	line-height: 36px;
}

#bottom-menu a#tandc {
	display: block;
	background-image: url(/images/btn-tandc-off.jpg);
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
	width: 145px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#bottom-menu a#tandc:hover {
	display: block;
	background-image: url(/images/btn-tandc-on.jpg);
	background-repeat: no-repeat;
	width: 145px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
}
#bottom-menu a#tandc.tc-on {
	display: block;
	background-image: url(/images/btn-tandc-on.jpg);
	background-repeat: no-repeat;
	width: 145px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
}
#bottom-menu a#links {
	display: block;
	background-image: url(/images/btn-links-off.jpg);
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
	width: 57px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#bottom-menu a#links:hover {
	display: block;
	background-image: url(/images/btn-links-on.jpg);
	background-repeat: no-repeat;
	width: 57px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
}
#bottom-menu a#links.lk-on {
	display: block;
	background-image: url(/images/btn-links-on.jpg);
	background-repeat: no-repeat;
	width: 57px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
}
#bottom-menu a#vacancies {
	display: block;
	background-image: url(/images/btn-vacancies-off.jpg);
	background-repeat: no-repeat;
	margin: 0 10px 0 0;
	width: 79px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#bottom-menu a#vacancies:hover {
	display: block;
	background-image: url(/images/btn-vacancies-on.jpg);
	background-repeat: no-repeat;
	width: 79px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
}
#bottom-menu a#vacancies.vc-on {
	display: block;
	background-image: url(/images/btn-vacancies-on.jpg);
	background-repeat: no-repeat;
	width: 79px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
}
#bottom-menu p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
}

#bottom-menu .facebook {
	margin: 0 5px 0 0;
}
/*
--------------------------------------------------------
	FOOTER
--------------------------------------------------------
*/
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}
/*
--------------------------------------------------------
	MISC / GENERAL USE
--------------------------------------------------------
*/
p.heading {
	margin: 0;
	padding: 0 0 5px 0;
	color: #25408e;
	font-weight: bold;
}

.float-left{
	float:left;

}
.float-right{
	float:right;

}
.clearblock {
	clear: both;
}
.right {
	text-align: right;
}
.center {
    text-align: center;
}
.no-border {
    border: none;
}
.hide {
	visibility:hidden;
	margin:0;
	padding:0;
	width:0;
	height:0;
}
.white {
	color: #ffffff;
}
.red {
	color: #ff0000;
}
.blue {
	color: #25408e;
}
.lt-green {
	color: #00ff66;
}
.bold {
	font-weight: bold;
}
.split5050 {
	width: 48%;
}
.split66 {
	width: 64%;
}
.split33 {
	width: 31%;
}
.split20 {
	width: 20%;
}
.pad-bottom-1 {
	padding-bottom: 10px;
}
.pad-left-1 {
	padding-left: 20px;
}
.pad-right-1 {
	padding-left: 20px;
}
.pad-right-2 {
	padding-right: 20px;
}
.extra-margin-l-r {
    margin-left: 10px;
    margin-right: 10px;
}
.normal-font {
	font-family: Arial, Helvetica, sans-serif;
}
.list-spaced li {
	line-height: 1.5;
}
.base-font {
/*	font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family:"Palatino Linotype", "Times New Roman", Times, serif;
/*	font-family: Arial, Helvetica, sans-serif; */
	color: #6f6f6f;
	font-size:13px;
}
.small-text {
	font-size: 11px;
}
.harbourdesign {
	font-size: 10px;
}
.harbourdesign a{
	font-size: 10px;
}
.course-vid {
	float: left;
	margin: 0 25px 0 0;
	padding: 5px;
	text-align: center;
	border: 1px solid #dedede;
}
.course-vid a {
	font-size: 10px;
}
.course-vid a:hover {
	text-decoration: none;
}
.hcl {
	padding-top: 10px;
	font-size: 11px;
}
.hcl img {
	margin: 0 10px 0 0;
}
