article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {display:block}

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, blockquote, pre, form, fieldset, table, th, td {margin:0;padding:0}
p {margin-top:0;padding:0}

@font-face {
	font-family: 'CenturyGothic';
	src: url('../fonts/century.eot');
	src: local('☺'), url('../fonts/century.woff') format('woff'), url('../fonts/century.ttf') format('truetype'), url('../fonts/century.svg#') format('svg');
}
@font-face {
	font-family: 'CenturyGothicBold';
	src: url('../fonts/century_bold.eot');
	src: local('☺'), url('../fonts/century_bold.woff') format('woff'), url('../fonts/century_bold.ttf') format('truetype'), url('../fonts/century_bold.svg#') format('svg');
}

body {
	background: #fff url(../images/body-bg.png) 50% 0 repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.4;
	color: #555;
}

a {text-decoration:none}
img {border:0}

.fleft {float:left}
.fright {float:right}
.cleft {clear:left}
.cright {clear:right}
.cboth {clear:both}
.righted {text-align:right}
.centered {text-align:center}
.justify {text-align:justify}
input:focus {outline:none}

nav ul {list-style:none}

#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

header {
	padding-top: 10px;
	position: relative;
	height: 300px;
}

nav li {
	margin-left: 10px;
	float: left;
}

nav a {
	font-family: CenturyGothic, Arial, Helvetica, sans-serif;
	color: #fff;
	text-shadow: 1px 1px 1px #418ca0, -1px -1px 1px #418ca0, -1px 1px 1px #418ca0, 1px -1px 1px #418ca0;
	text-transform: uppercase;
	display: block;
	height: 33px;
	line-height: 33px;
	text-align: center;
}

#home {background:url(../images/nav-home-bg.png) 50% 0 no-repeat;width:69px}
#home:hover {background:url(../images/nav-home-bg.png) 50% 100% no-repeat}
#about {background:url(../images/nav-about-bg.png) 50% 0 no-repeat;width:74px}
#about:hover {background:url(../images/nav-about-bg.png) 50% 100% no-repeat}
#trainers {background:url(../images/nav-trainers-bg.png) 50% 0 no-repeat;width:123px}
#trainers:hover {background:url(../images/nav-trainers-bg.png) 50% 100% no-repeat}
#become {background:url(../images/nav-become-bg.png) 50% 0 no-repeat;width:159px}
#become:hover {background:url(../images/nav-become-bg.png) 50% 100% no-repeat}
#courses {background:url(../images/nav-courses-bg.png) 50% 0 no-repeat;width:127px}
#courses:hover {background:url(../images/nav-courses-bg.png) 50% 100% no-repeat}
#contact {background:url(../images/nav-contact-bg.png) 50% 0 no-repeat;width:95px}
#contact:hover {background:url(../images/nav-contact-bg.png) 50% 100% no-repeat}

#logo {margin-top:10px}

#family {
	position: absolute;
	width: 216px;
	height: 167px;
	right: 90px;
	bottom: 20px;
	background: url(../images/family.png) 0 0 no-repeat;
}

header h1 {
	width: 362px;
	height: 90px;
	background: url(../images/logo.png);
	text-indent: -9999px;
}

#strapline {
	font-family: CenturyGothicBold, Arial, Helvetica, sans-serif;
	color: #87c725;
	text-shadow: 1px 1px 1px #fff;
	background: url(../images/red-heart.png) 0 50% no-repeat;
	line-height: 59px;
	height: 59px;
	margin-left: -50px;
	padding-left: 85px;
	font-size: 2.4em;
	margin-bottom: 50px;
	text-transform: none;
}

#strapline a {
	color: #bebebe;
	font-size: 0.6em;
	background: url(../images/dots.png) 0 100% repeat-x;
	position: relative;
	left: 26px;
}
#strapline a:hover {color:#429bb2}

.hp-section {width:300px}
#middle-section {margin:0 30px}

h2 {
	font-family: CenturyGothicBold, Arial, Helvetica, sans-serif;
	color: #87c725;
	text-transform: uppercase;
	font-size: 2em;
}

.hp-section a:active, .hp-section a:visited {outline:none}

.hp-section a h2, .hp-section a:visited h2, .hp-section h2 a, .hp-section h2 a:visited {color:#87c725}
.hp-section a p, .hp-section a:visited p, .hp-section p a, .hp-section p a:visited {color:#555}

.hp-section p.righted span {
	color: #87c725;
	font-weight: bold;
	border-bottom: 1px dotted #999;
	position: relative;
	top: -10px;
}

.hp-section p.righted span a, .hp-section p.righted span a:visited {color:#87c725}

.hp-sublinks {
	width: 295px;
	background: url(../images/red-heart.png) 0 0 no-repeat;
	padding-left: 85px;
	margin: 50px 0 70px 40px;
}

.hp-sublinks h3 {color:#a60f18}

.boldlink {
	border-bottom:1px dotted #999;
	color: #555;
	font-weight: bold;
}

#wrapper aside+aside {margin-right:40px}

/*INTERNALS*/

#application-form, #contact-application-form {
	width: 300px;
	height: 320px;
	margin: 0 0 70px 20px;
	position: relative;
}
#contact-application-form {margin:20px 80px 50px 0}

#pdf-link {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255,0.7);
	margin-left: 1px;
	padding: 5px;
	width: 288px;
	font-size: 17px;
	text-align: center;
}

/*course dates*/
dl {margin-bottom:40px}

dt {
	float: left;
	clear: left;
	margin: 0;
	padding: 3px 3px 3px 6px;
	background: #ececec;
	width: 110px;
	font-weight: bold;
	color: #429bb2;
	border: 1px solid #d9dbe2;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	text-shadow: 1px 1px 1px rgba(255,255,255,1);
}

dd {
	margin: 4px 340px 4px 120px;
	padding: 3px;
	border: 1px solid #d9dbe2;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

#alert {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #429BB2;
}

/*contact*/
#cform {
	margin-bottom: 20px;
	width: 385px;
}

#cform ul {list-style:none}

#cform input[type=text], #cform input[type=email], #cform input[type=tel], #cform textarea {
	width: 385px;
	border: 1px solid #d5d5d5;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
}
#cform input[type=text]:hover, #cform input[type=email]:hover, #cform input[type=tel]:hover, #cform textarea:hover, #cform input[type=text]:focus, #cform input[type=tel]:focus, #cform input[type=email]:focus, #cform textarea:focus {border:1px solid #aaa}

.hotr {display:none}

.box {margin-bottom:10px}

#contact-details {
	width: 460px;
}

.section-title {
	color: #429bb2;
	font-size: 22px;
	margin-bottom: 10px;
}

.vcard a {
	color: #555;
	border-bottom: 1px dotted #555;
}

.vcard a.access {border-bottom:none}

/*FOOTER*/
footer {
	border-top: 1px solid #ccc;
	padding-top: 15px;
}

footer a {color:#555}

address {font-style:normal}

#footer-tel, #footer-email {
	background: url(../images/telephone.png) 0 50% no-repeat;
	padding-left: 19px;
	height: 16px;
	line-height: 16px;
	margin-left: 280px;
}
#footer-email {
	background: url(../images/envelope.png) 0 50% no-repeat;
	margin-top: 15px;
}

.veryend {
	font-size: 0.9em;
	padding-top: 10px;
	margin-bottom: 10px;
}
