@charset "utf-8";
/* CSS Document */

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
author:    Ryan Nathan
email:     info@impulsiv.co.uk
website:   www.impulsiv.co.uk
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

/* --------------------- basic styling --------------------- */

/* ---- remove page margin and padding ---- */
* {
	margin: 0;
	padding: 0;
	outline: none;
}
.clear {
	clear: both;
}

/* ------------- typografy ------------- */
body {
	background-image: url(../images/navigation_bg.png);
	background-position: center 111px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	cursor: default;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #325233;
	padding: 0 15px 15px 15px;
	list-style:disc;
}
.unordered_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #325233;
	padding: 0 15px 15px 30px;
}
.unordered_list li {
	margin-bottom: 10px;

}
.ordered_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #325233;
	padding: 0 15px 15px 36px;
}
.ordered_list li {
	margin-bottom: 10px;

}
a.appform {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin-left: 15px;
}

acronym {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0C6;
	cursor: help;
}

#content p.last {
	background-image: url(../images/content_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	padding: 1px;
}

h1{
	font-size:24px;
	color: #306d32;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 15px 15px 0 15px;
	}
h2{
	color: #2F9634;
	margin-left: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #2F9634;
	margin-right: 15px;
	}
h2 img {
	margin-right: 5px;
	padding-top: 15px;
}

h3{
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 16px;
	background-image: url(../images/ccm_title.gif);
	width: 221px;
	height: 34px;
	display: block;
	line-height: 34px;
	text-indent: 15px;
	}
h3 img {
	margin-right: 5px;
	margin-bottom: -1px;
}
h4  {
	background-image: url(../images/ccm_breadcrumb_right.gif);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	font-weight: normal;
}
h5 {
	font-size: 18px;
	margin-left: 15px;
	color: #407E9B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-bottom: 8px;
	margin-right: 15px;
}
h6 {
	color: #2055BA;
	margin-left: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #2055BA;
	margin-right: 15px;
	}
h6 img {
	margin-right: 5px;
	padding-top: 15px;
}

#container {
	width: 1024px;
	margin: 0 auto;
}



/* --------------------- position container elements --------------------- */

/* ------------- header id ------------- */
#header {
	height: 103px;
	width: 909px;
	margin: 0 auto 0 auto;
	background-image: url(../images/ccm_header.gif);
	padding-top: 8px;
	background-position: left 8px;
	background-repeat: no-repeat;

	}
.toptags {
	position: absolute;
	visibility: hidden;
}

#navigation {
	height: 35px;
	width: 1024px;
	margin-top: 14px;
}
#navigation ul {
	margin: 0 auto 0 14px;
	;
	list-style: none;
}
#navigation li {
	float: left;
	height: 35px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #ebebeb;
}
#navigation a {
	padding: 0 9px 0 9px;
	color: #1e6421;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	text-decoration: none;
	display: block;
	line-height: 35px;
}
#navigation a:hover {
	color: #330;
}
#navigation a.active {
	background-image: url(../images/main_nav_active.png);
	background-repeat: repeat-x;
	color: #FFF;
	cursor: default;
}
.breadcrumbs {
	background-image: url(../images/ccm_breadcrumbs_left.gif);
	height: 34px;
	display: block;
	line-height: 34px;
	text-indent: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #FFF;
}
.breadcrumbs a  {
	color: #0a460d;
	text-decoration: none;
}
.content_navigation {
	background-image: url(../images/content_navigation_grad.png);
	height: 34px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #65A466;
	font-weight: bold;
	padding-left: 12px;
	list-style: none;
}
.content_navigation li {
	float: left;
	padding: 0 13px 0 0;
}
.content_navigation img {
	border: none;
	margin-right: 4px;
	margin-bottom: -2px;

}

.content_navigation a {
	color: #1e6421;
	display: block;
	margin-top: 9px;
	font-size: 14px;
	text-decoration: none;
}
.no-refund {
	font-size: 12px;
	color: #575757;
	font-style: italic;
}





/* ------------- content id ------------- */
#content {
	width: *px;
	background-image: url(../images/content_bg.gif);
	background-repeat: no-repeat;
	width: 507px;
	margin: 15px auto 40px auto;
	background-position: right top;
	background-color: #FFF;
	}
#gallery_thumbnails {
	margin-right: 15px;
	margin-left: 15px;
}
#gallery_thumbnails img{
	margin: 0 15px 15px 0;
	padding: 3px;
	border: 1px solid #CCC;
	background-color: #FFF;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;

}
#gallery_thumbnails img:hover{
	border: 4px solid #2f9933;
	padding: 0px;

}
#gallery_thumbnails img.last{
	margin-right: 0px;


}

.returntotop {
	font-size: 12px;
	text-decoration: none;
	color: #360;
	float: right;
	height: 19px;
	display: block;
	margin-top: 17px;
}

#page_banner {
	text-align: center;
	width: 507px;
	margin: 24px auto 0 auto;
}
#page_banner img{



}
.tutor_img {
	padding: 3px;
	border: 1px solid #D6D6D6;
	margin: 0 15px 10px 10px;
	float: right;
}

img#course_venue {

}


#leftsidebar {
	width: 221px;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-left: 14px;
	float: left;
	margin-top: 24px;
}
#course_wrapper {
	margin-bottom: 15px;
	background-image: url(../images/ccm_sidebar.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 11px;
}

#course_navigation li {
	height: 35px;
	width: 219px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #b2d1ae;
	border-bottom-color: #b2d1ae;
	border-left-color: #b2d1ae;
	list-style: none;
}
#course_navigation a {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #27621f;
	display: block;
	text-indent: 10px;
	line-height: 35px;
}
#course_navigation a:hover {
	color: #330;
}
#course_navigation a.active {
	color: #FFF;
	background-color: #2f9933;
	background-image: url(../images/course_nav_arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	text-indent: 25px;
	cursor: default;
}
#rightsidebar {
	width: 221px;
	top: 184px;
	margin-right: 14px;
	float: right;
	margin-top: 24px;
}
.like_btn  {
	width: 52px;
	margin-top: 3px;
	margin-left: 6px;
}

.sidebar_box {
	background-image: url(../images/sidebar_box.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 15px;
	padding: 12px;
}
.sidebar_box p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #330;
	font-size: 15px;
	text-align: center;
}

.sidebar_textfield {
	width: 196px;
	height: 18px;
	padding: 2px 0 0 0;
}
.sidebar_btn {
	padding: 2px;
	margin-top: 5px;
	cursor: pointer;
}
.sidebar_box img {
	float: right;
	margin-left: 12px;
	border: none;
}
.sidebar_venue {
	margin-bottom: 15px;
}
.sidebar_venue p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #330;
	margin-top: 5px;
	text-align: center;
}
#clear {
    clear: both;
}

	
/* ------------- footer id ------------- */
#footer {
    color: #FFFFFF
	font-size: 0.8em;
	font-family:Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 10px;
	color: #666;
	height: 20px;
	background-image: url(../images/content_navigation_grad.png);
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	line-height: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D6D6D6;
	}
#footer a {
	text-decoration: none;
	color: #06F;
}

p#copyright {
	line-height: 20px;
	float: right;
	padding-right: 7px;
}
p#websitedesign {
	float: right;
	padding-right: 5px;
}
.bold-dates {
	font-size: 16px;
	font-weight: bold;
}
