/* GLOBAL STYLES */

* {
	border: 0;
	margin: 0;
	padding: 0;
	outline: none;
	font-size: 100%;
    list-style: none;
	font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif"; 
}

body {
    color: #333;
	font-size: 80%;
    background: #FFF url("/media/layout/bg-body.jpg") top center no-repeat;
}

.clearing {
	clear: both;
}


/* FORMS */

.input {
	color: #666;
	padding: 2px;
    width: 220px;
	background: #FFF;
	border: 1px solid #999;
}

.textarea {
	color: #666;
	padding: 2px;
    width: 220px;
    height: 100px;
	background: #FFF;
	border: 1px solid #999;
}

.select {
	color: #666;
	padding: 2px;
	background: #FFF;
	border: 1px solid #999;
}

.select option {
    width: auto;
}

.button {
	color: #333;
	padding: 2px;
    color: #eb7f0a;
    cursor: pointer;
	background: #f8dbbb;
	border: 1px solid #eb7f0a;
}

fieldset p span {
    width: 150px;
    float: left;
}


/* SITE MESSAGES */

#main .content .site_messages {
    width: auto;
    margin: 0 0 20px 0;
}

#main .content .site_messages p {
    margin-bottom: 0;
    padding-bottom: 0;
}

#main .content .site_messages .negative {
    color: red;
    padding: 5px;
    font-weight: bold;
    background: #ffeeee;
    border: 1px dashed red;
    margin-bottom: 5px;
}

#main .content .site_messages .positive {
    color: green;
    padding: 5px;
    font-weight: bold;
    background: #d1ffd3;
    border: 1px dashed green;
    margin-bottom: 5px;
}


/* LAYOUT */

#wrapper {
	width: 950px;
	margin: 0 auto;
	background: transparent url("/media/layout/bg-wrapper.png") top center no-repeat;
}

#header {
	width: 920px;
	height: 315px;
	margin: 0 auto;
	position: relative;
}

#header .logo {
	top: 10px;
	right: 10px;
	width: 160px;
	height: 56px;
	position: absolute;
}

#header .strapline {
	top: 30px;
	left: 20px;
	position: absolute;
}

#header .strapline h2 {
	color: #192b79;
	text-transform: uppercase;
}

#header .strapline h3 {
	color: #ea6c24;
	text-transform: uppercase;
}

#header .photography {
	top: 68px;
	left: 0;
	width: 912px;
	height: 225px;
	margin: 0 4px;
	position: absolute;
}

#header .photography .overlay {
	top: 0;
	left: 0;
	width: 920px;
	height: 225px;
	position: absolute;
	background: transparent url("/media/layout/header-overlay.png") top left no-repeat;
}

#main {
	position: relative;
	background: transparent url("/media/layout/bg-main.gif") top center no-repeat;
}

#main.full_width {
    background: transparent url("/media/layout/bg-main-2col.gif") top center no-repeat;
}

#main .sidebar-left {
	float: left;
	width: 202px;
	margin-left: 15px;
	position: relative;
}

#subnav {
	margin-top: 20px;
	margin-bottom: 40px;
}

#subnav ul {
	background: transparent url("/media/layout/separator-subnav.png") top left no-repeat;
}

#subnav ul li {
	position: relative;
	background: transparent url("/media/layout/separator-subnav.png") bottom left no-repeat;
}

#subnav ul li a {
	color: #666;
	font-size: 90%;
	display: block;
	margin-right: 9px;
	text-decoration: none;
	padding: 8px 5px 8px 20px;
}

#subnav ul li a:hover,
#subnav ul li.active a {
	color: #eb7f0a;
}

#subnav ul li.active ul li a {
	color: #666;
}

#subnav ul li.active ul li a:hover {
	color: #eb7f0a;
}

#subnav ul li.specialist-rescue-training a,
#subnav ul li.health-and-safety-training a,
#subnav ul li.industrial-safety-training a,
#subnav ul li.diploma-certificate-in-specialist-rescue a {
	background: #e5e5e5 url("/media/layout/separator-subnav.png") bottom left no-repeat;
}

#subnav ul li ul li a {
	padding-top: 5px;
	padding-left: 30px;
	padding-bottom: 8px;
	background: #f0f0f0 url("/media/layout/separator-subnav.png") bottom left no-repeat !important;
}

#subnav ul li ul li ul li a {
	padding-top: 3px;
	padding-left: 40px;
	padding-bottom: 5px;
	background: #FFF url("/media/layout/separator-subnav.png") bottom left no-repeat !important;
}

#subnav ul li ul li ul li ul li a {
	padding-top: 3px;
	padding-left: 50px;
	padding-bottom: 5px;
	background: #FFF url("/media/layout/separator-subnav.png") bottom left no-repeat !important;
}

#subnav ul li .bullet {
	top: 11px;
	left: 10px;
	width: 4px;
	height: 7px;
	position: absolute;
	background: transparent url("/media/layout/bullet-subnav-1.gif") top left no-repeat;
}

#subnav ul li ul li .bullet {
	top: 8px;
	left: 20px;
	background: transparent url("/media/layout/bullet-subnav-2.gif") top left no-repeat;
}

#subnav ul li ul li ul li .bullet {
	top: 6px;
	left: 30px;
	background: transparent url("/media/layout/bullet-subnav-3.gif") top left no-repeat;
}

#subnav ul li ul li ul li ul li .bullet {
	top: 6px;
	left: 40px;
	background: transparent url("/media/layout/bullet-subnav-3.gif") top left no-repeat;
}

#subnav ul li span {
	display: block;
}

#subnav ul li.specialist-rescue-training span { background: transparent url("/media/layout/subnav-end-blue.gif") bottom right no-repeat; }
#subnav ul li.health-and-safety-training span { background: transparent url("/media/layout/subnav-end-red.gif") bottom right no-repeat; }
#subnav ul li.industrial-safety-training span { background: transparent url("/media/layout/subnav-end-grey.gif") bottom right no-repeat; }
#subnav ul li.diploma-certificate-in-specialist-rescue span { background: transparent url("/media/layout/subnav-end-green.gif") bottom right no-repeat; }

#subnav ul li ul li { background: #e5e5e5 url("/media/layout/separator-subnav.png") bottom left no-repeat; }

#main .font-size {
	bottom: 0px;
	left: 50px;
	font-size: 90%;
	position: absolute;
}

#main .font-size a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

#main .font-size a:hover {
	text-decoration: underline;
}

#main .font-size a.small { font-size: 90%; }
#main .font-size a.medium { font-size: 110%; }
#main .font-size a.large { font-size: 130%; }

#main .sidebar-right {
	float: right;
	width: 200px;
    position: relative;
	margin-right: 16px;
}

#main .sidebar-right .search {
	margin-bottom: 10px;
	padding: 0 10px 20px 10px;
	background: transparent url("/media/layout/separator-sidebar.gif") bottom center no-repeat;
}

#main .sidebar-right .search .heading {
	margin-bottom: 10px;
}

#main .sidebar-right .search .input {
	width: 170px;
	margin-bottom: 5px;
}

#main .sidebar-right .search a.advanced {
	width: 100px;
	float: right;
	color: #333;
	font-size: 80%;
	text-align: right;
	padding: 5px 5px 0 0;
	text-decoration: none;
}

#main .sidebar-right .search a.advanced:hover {
	text-decoration: underline;
}

#main .sidebar-right .search .button {
	font-size: 80%;
	font-weight: bold;
}

#main .sidebar-right .downloads {
	margin-bottom: 10px;
	padding: 0 10px 20px 10px;
	background: transparent url("/media/layout/separator-sidebar.gif") bottom center no-repeat;
}

#main .sidebar-right .downloads .heading {
	margin-bottom: 10px;
}

#main .sidebar-right .downloads .select {
	width: 176px;
	margin-bottom: 5px;
}

#main .sidebar-right .downloads p {
	font-size: 80%;
	margin-top: 10px;
}

#main .sidebar-right .downloads p a {
	color: #666;
	text-decoration: underline;
}

#main .sidebar-right .latest-news {
	padding: 0 10px 0 10px;
}

#main .sidebar-right .latest-news .heading {
	margin-bottom: 10px;
}

#main .sidebar-right .latest-news .article {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}

#main .sidebar-right .latest-news .article.last {
	border: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#main .sidebar-right .latest-news .article h3 {
	color: #eb7f0a;
	padding-bottom: 3px;
}

#main .sidebar-right .latest-news .article p {
	color: #999;
	font-size: 90%;
}

#main .sidebar-right .latest-news .article a {
	color: #999;
	font-weight: bold;
	text-decoration: none;
}

#main .sidebar-right .latest-news .article a:hover {
	text-decoration: underline;
}

#main .sidebar-right .bookings {
	margin-bottom: 10px;
	padding: 0 10px 20px 10px;
	background: transparent url("/media/layout/separator-sidebar.gif") bottom center no-repeat;
}

#main .sidebar-right .bookings .heading {
	margin-bottom: 5px;
}

#main .sidebar-right .bookings p {
    color: #939c98;
    margin-bottom: 10px;
}

#main .sidebar-right .bookings p.phone {
    font-size: 120%;
}

#main .sidebar-right .bookings p a {
	color: #666;
	text-decoration: underline;
}

#main .sidebar-right .course-dates {
    width: 200px;
    height: 147px;
    position: relative;
    background: transparent url("/media/layout/bg-course-dates.gif") top center no-repeat;
}

#main .sidebar-right .course-dates p.info {
    top: 85px;
    left: 10px;
    color: #999;
    width: 165px;
    font-size: 90%;
    position: absolute;
}

#main .sidebar-right .course-dates p.link {
    bottom: 10px;
    right: 10px;
    position: absolute;
}

#main .sidebar-right .course-dates p.link a {
    color: #251e58;
    text-decoration: none;
}

#main .sidebar-right .course-dates p.link a span {
    color: #939c98;
}

#main .content {
	float: left;
	width: 450px;
	margin-left: 30px;
    position: relative;
}

#main.full_width .content {
	width: 670px;
}

#main .content a {
    color: #eb7f0a;
    text-decoration: none;
}

#main .content a:hover {
    text-decoration: underline;
}

#main .content ul {
    margin: 0 0 10px 15px;
}

#main .content ul li {
    list-style: disc;
    padding-bottom: 5px;
}

#main .content .heading {
	padding: 20px 0 10px 0;
}

#main .content .heading-small {
	padding-bottom: 10px;
}

#main .content h2,
#main .content h3 {    
    padding: 5px 0;
}

#main .content h2 {
    color: #251e58;
    font-size: 120%;
    font-weight: bold;
}

#main .content .separator-top,
#main .content .separator-bottom {
    width: 490px;
    height: 2px;
    clear: both;
	background: transparent url("/media/layout/separator-content.gif") top left no-repeat;
}

#main .content .separator-top {
    margin-bottom: 8px;
}

#main .content .separator-bottom {
    margin: 8px 0 12px 0;
}

#main .content p {
	padding-bottom: 15px;
}

#main .content p.intro {
	color: #251e58;
	font-size: 100%;
    font-weight: bold;
}

#main .content .image-overlay {
	width: 220px;
	height: 130px;
	position: relative;
}

#main .content .image-overlay .overlay {
	top: 0;
	left: 0;
	width: 220px;
	height: 130px;
	position: absolute;
	background: transparent url("/media/layout/image-overlay-1.png") top left no-repeat;
}

#main .content .image-overlay img {
	top: 0;
	left: 0;
	position: absolute;
}

#main .content .image-overlay a {
	top: 103px;
	left: 8px;
    color: #2a19a9;
	font-size: 105%;
	font-weight: bold;
	position: absolute;
	text-decoration: none;
	z-index: 2;
}

#main .content .image-overlay a:hover {
	text-decoration: underline;
}

#main .content .image-overlay-large {
	width: 220px;
	height: 160px;
	position: relative;
}

#main .content .image-overlay-large .overlay {
	top: 0;
	left: 0;
	width: 220px;
	height: 160px;
	position: absolute;
	background: transparent url("/media/layout/image-overlay-2.png") top left no-repeat;
}

#main .content .image-overlay-large img {
	top: 0;
	left: 0;
	position: absolute;
}

#main .content .image-overlay-large a {
    top: 100px;
	left: 11px;
    color: #2a19a9;
    font-size: 90%;
	font-weight: bold;
	position: absolute;
	text-decoration: none;
	z-index: 2;
}

#main .content .image-overlay-large a:hover {
	text-decoration: underline;
}

#main .content .image-overlay-large .select {
    left: 8px;
    bottom: 6px;
    width: 165px;
    padding: 1px;
    font-size: 90%;
	margin-top: 5px;
    position: absolute;
	z-index: 2;
}

#main .content .main-page-item {
    float: left;
    width: 220px;
    margin-right: 10px;
    margin-bottom: 10px;
}

#main .content .main-page-item.last {
    margin-right: 0px;
}

#main .content .left-column {
	float: left;
	width: 225px;
}

#main .content .right-column {
	float: right;
	width: 225px;
}

#main .content table {
    margin-bottom: 20px;
    border: 1px solid #CCC;
}

#main .content table tr.head {
    width: 450px;
    height: 42px;
    background: transparent url("/media/layout/bg-table.gif") top left no-repeat;
}

#main.full_width .content table tr.head {
    width: 668px;
    background: transparent url("/media/layout/bg-table-full.gif") top left no-repeat;
}

#main .content table tr.head th {
    color: #251e58;
    font-size: 120%;
    text-align: left;
    font-weight: bold;
    padding-left: 10px;
}

#main .content table td {
    padding: 10px;
}

#main .content table td.link-column {
    width: 80px;
}

#main .content .link-column {
    width: 80px;
    float: right;
}

#main .content table tr.alt1 {
    background: #FFF;
}

#main .content table tr.alt2 {
    background: #f0f0f0;
}

#main .content table a {
    color: #251e58;
    text-decoration: none;
}

#main .content table a span {
    color: #939c98;
}

#main .content table td.download-pdf {
    padding-left: 40px;
    background: transparent url("/media/layout/download-pdf.png") 8px 10px no-repeat;
}

#main .content table td.visit-website {
    padding-left: 40px;
    background: transparent url("/media/layout/icon-go.png") 8px 10px no-repeat;
}

#footer {
	width: 900px;
	margin: 10px auto;
}

#footer .container {
	padding: 10px 5px;
	background: transparent url("/media/layout/separator.gif") top left no-repeat;
}

#footer .contact {
	float: left;
	width: 300px;
	color: #222150;
	margin-top: 13px;
	font-weight: bold;
}

#footer .contact a {
	color: #222150;
	text-decoration: none;
}

#footer .contact a:hover {
	text-decoration: underline;
}

#footer .affiliates {
	float: right;
	width: 500px;
	height: 55px;
	text-align: right;
}

#footer .address {
	float: left;
	width: 550px;
	font-size: 90%;
	margin-top: 5px;
}

#footer .links {
	float: right;
	width: 300px;
	font-size: 90%;
	margin-top: 5px;
	padding-right: 5px;
	text-align: right;
}

#footer .links a {
	color: #666;
	text-decoration: none;
}

#footer .links a:hover {
	text-decoration: underline;
}



/* ### HOMEPAGE ### */

body.homepage #main .content p {
	padding-bottom: 20px;
}

body.homepage #main .content .heading {
	padding-bottom: 20px;
}



/* GOOGLE MAP */

.google_map {
    padding: 1px;
	margin-bottom: 20px;
	border: 1px solid #CCC;
}




/* SITEMAP */

body.sitemap #main .content ul
body.sitemap #main .content ul li {
    margin: 0;
    padding: 0;
}

body.sitemap #main .content ul {
    padding: 5px 0 0 10px;
}

body.sitemap #main .content ul li {
    padding: 5px 0 5px 0;
}


/* COURSE DATES */

.datesprices #main .content table td {
    padding: 5px 10px;
}

.datesprices #main .content table .showHideToggle {
    font-size: 80%;
}
