       @charset "UTF-8";

/*------------------------------------------------------------------------------------
* Filename: site.css
* Version: 1.0.0 (26-08-2010)
* Website: CPM
* Author: Lex Holden & Al Munnings
* Description: Handles the site layout.
    ------------------------------------------------------------------------------------*/

@font-face {
	font-family: 'cpmLTStdRoman';
	src: url('/resources/fonts/CPM/optimaltstd-medium-cpm.eot');
	src: local('☺'), url('/resources/fonts/CPM/cpmltstd-cpm.woff') format('woff'), url('/resources/fonts/CPM/cpmltstd-cpm.ttf') format('truetype'), url('/resources/fonts/CPM/cpmltstd-cpm.svg#webfont8PTIYBeU') format('svg');
	font-weight: normal;
	font-style: normal;
}
	
/*------------------------------------------------------------------------------------
      Global Styles
    ------------------------------------------------------------------------------------*/

body {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: #454378; /* Old browsers */
	background: -moz-linear-gradient(top,  #6b457d 0%, #2e4273 100%); /* FF3.6+ */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6b457d), color-stop(100%,#2e4273)); /* Chrome,Safari4+ */
	
	background: -webkit-linear-gradient(top,  #6b457d 0%,#2e4273 100%); /* Chrome10+,Safari5.1+ */
	
	background: -o-linear-gradient(top,  #6b457d 0%,#2e4273 100%); /* Opera 11.10+ */
	
	background: -ms-linear-gradient(top,  #6b457d 0%,#2e4273 100%); /* IE10+ */
	
	background: linear-gradient(to bottom,  #6b457d 0%,#2e4273 100%); /* W3C */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b457d', endColorstr='#2e4273',GradientType=0 ); /* IE6-9 */
	background-repeat:no-repeat;
	background-position:top;
	background-attachment:fixed;
	
}

h1 {
	padding:0;
	margin:0 0 12px 0;
	color:#660063;
	font-family: 'cpmLTStdRoman';
}

h2 {
	padding:0;
	margin:0 0 12px 0;
	color:#660063;
	font-size: 18px;
	font-family: 'cpmLTStdRoman';
}

h3 {
	padding:0;
	margin:0 0 12px 0;
	color:#AF66AA;
	font-family: 'cpmLTStdRoman';
}

h4 {
	padding:0;
	margin:0 0 12px 0;
	color:#666;
	font-family: 'cpmLTStdRoman';
	font-weight: normal;
}

h5 {
	padding:0;
	margin:0 0 12px 0;
}

p {
	padding:0;
	margin:0 0 15px 0;
	font-size:12px;
	color:#463F46;
	line-height:17px;
}

a {
	text-decoration: none;
	color: #E43380;
}

a:hover {
	text-decoration: underline;
}


ol {
	font-size: 12px;
	color:#463F46;
	margin:0;
	padding:0 10px 10px 20px;
}

ul {
	font-size: 12px;
	color:#463F46;
	margin:0 0 0 20px;
	padding:0;
}

li {
	margin: 0;
	padding: 0;
}

acronym, abbr {
	text-transform: uppercase;
}

acronym {
	font-weight: bold;
}

em  {
	
}

hr {
	
}


	
/*------------------------------------------------------------------------------------
      Container
    ------------------------------------------------------------------------------------*/
	
#container {
	width: 1000px;
	margin:0 auto 0 auto;
	/*border:1px solid white;*/
}



/*------------------------------------------------------------------------------------
      Header
    ------------------------------------------------------------------------------------*/

#header {
	height: 130px;
	position: relative;
}

#header img.cpmlogo {
	padding:0;
	position: absolute;
	width: 15%;
	height: auto;
	top: 34px;
	left: 16px;
	behavior: url("/resources/js/iepngfix.htc");
}

#logoblack{
	display: none;	
}
	
#header .right {
	float:right;
	margin-right: 4px;
	margin-top: 35px;	
}
	
#header .right .search {
	padding:0;
	margin: 30px 0 20px 0;
	height:30px;
}

#header .right .tagline {
	float: right;
	behavior: url("/resources/js/iepngfix.htc");
}

#taglineblack{display: none;}

#header .right .search ul {
	padding:0;
	margin:0 -5px 0 0;
	list-style-type:none;
	float:right;
}

#header .right .search ul li {
	margin-right: 12px;
	float:left;
}
	
#header .right .search .noborder {
	border-right:none;
}


#header .right .dropdownnewsletter img {
	behavior: url("/resources/js/iepngfix.htc");
}

#header .right #newsletterdropdown {
	display:none;
	position:absolute;
	top: 38px;
	right: 81.2px;
	width:240px;
	height:62px;
	background-image:url(/resources/images/newsletter_dropdown_bg.png);
	background-repeat:no-repeat;
	padding:8px 10px 5px 10px;
	margin:0 0 0 0;
}

#header .right #newsletterdropdown p {
	color:#FFF;
	font-size:11px;
	padding:0;
	margin:0 0 5px 0;
	line-height:15px;
}

#header .right #newsletterdropdown a {
	color:#FF9900;
}

#header .right #newsletterdropdown .email, #header .right #newsletterdropdown select{
	float: left;
}

#header .right #newsletterdropdown .submit{
	float: right;
}


#header .right #newsletterdropdown .email {
	border: 1px solid #cfd0d2;
	height: 16px;font-size: 0.75em;
	color: #009CA8;
}

#header .right ul.social{
	margin-right: 5px;
}

#header .right ul.last{
	margin-right: 0;
}

#header .right form {
	display: inline;
	padding: 0;
	margin: 0;
}

#header .right input.q{
	height: 19px;
	border: 1.5px solid #cfd0d2;
	width: 165.5px;
	padding-left: 4px;
	color: #95bfbc;
	letter-spacing: 0.3px;
	font-size: 1em;
}

#header .right input.q, #header .right input.submit{
	float: left;
}

/*#header .right input.q,
#header .right input.email.
#header .right select {
	border: 1px solid #0098A6;
	
	margin: 0;
	padding: 0;
	height: 19px;
	overflow: hidden;
	font-size:10px;
	font-weight: normal;
	font-family: verdana;
	text-rendering: normal;
	float: left;
	line-height: 19px;
}*/

#header .right input.email {
	width: 115px;
	margin-right: 3px;
	font-size: 9px;
}

#header .right input.submit {
	height: 23px;
	cursor: pointer;
}

	
/*------------------------------------------------------------------------------------
      Main Navigation
    ------------------------------------------------------------------------------------*/

#menu {
	margin: 0 0 18px 0;
	width:1000px;
	height:35px;	
	border:1px solid #A07fC5;
	background-color:#9066B9;
	text-transform:uppercase;
	font-family: 'cpmLTStdRoman';
	text-align: center;
}

#menu ul {
	padding:0 0 0 0;
	margin:0;
	list-style-type:none;
}

#menu li {
	display: inline-block;
	*display: inline; zoom: 1;	
	border-right: 1px solid #A07fC5;
	
	height: 35px;
	line-height: 35px;
	margin:0;	
	color:#FFF;	
}

#menu a {
	color: #FFF;
	font-size: 14px;
	display: block;	
	padding: 0 3.77em;
	margin-left: -0.205em;
}

#menu a:hover {
	color:#FFF;
	text-decoration:underline;
}

#menu .on a {
	background-color:#7733A0;
}

#menu .first a{
	margin-left: 0;
}

#menu .noborder{
	border-right:none;	
}


/*------------------------------------------------------------------------------------
      Sub Menu - Drop Down
    ------------------------------------------------------------------------------------*/

.submenu {
	display:none;
	border:1px dotted #01A8AD;
	background-color:#FFF;
	background-image:url(/resources/images/sub_menu_drop_down_bg.jpg);
	background-repeat:no-repeat;
	width:1000px;
	position:relative;
	margin:0 0 18px 0;
}

.submenu .overview {
	float:left;
	width:290px;
	margin:0;
	padding:20px 25px 10px 15px;
}

.submenu .overview h2 {
	border-bottom:1px solid #7D0089;
	font-size:16px;
	color:#FFF;
	margin-bottom:10px;
	text-transform:uppercase;
}

.submenu .overview p {
	color:#FFF;
	font-size:11px;
}

.submenu .overview a {
	color:#FFF;
}

.submenu .overview .image {
	float:right;
	margin-right:-5px;
	margin-left:5px;
}

.submenu .items {
	float:right;
	width:660px;	
}

.submenu .items ul {
	list-style-type:none;
	padding:20px 10px 10px 10px;
	margin:0 0 0 0;
	width:640px;
	display:block;
}

.submenu .items ul li {
	float:left;
	padding:0 10px 0 0;
	margin:0;
	display:block;
	width:310px;
}

.submenu .items ul li h3 {
	font-size:14px;
	color:#590061;
	text-transform:uppercase;
}

.submenu .items ul li p {
	font-size:11px;
	padding-right:15px;
}

.submenu .items ul li a {
	color:#590061;
	text-decoration:underline;
}

.submenu .closebtn {
	position:absolute;
	right:0;
	top:0;
}

.submenu #closebtn1,
.submenu #closebtn2,
.submenu #closebtn3,
.submenu #closebtn4,
.submenu #closebtn5,
.submenu #closebtn6 {
	cursor: pointer;	
}







/*------------------------------------------------------------------------------------
      Home Page
    ------------------------------------------------------------------------------------*/


#content {
	width:968px;
	border:1px solid #A07fC5;
	background-color:#FFF;
	padding:16px;
	position:relative;
}

#content .homefeature {
	width:968px;
	height:218px;
	border:1px solid #A07fC5;
	margin:0 0 15px 0;
	padding:0;
	position:relative;
	overflow: hidden;
	background: -moz-linear-gradient(top, #fef9ff 0%, #efdfff 100%); /* FF3.6+ */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fef9ff), color-stop(100%,#efdfff)); /* Chrome,Safari4+ */
	
	background: -webkit-linear-gradient(top, #fef9ff 0%, #efdfff 100%); /* Chrome10+,Safari5.1+ */
	
	background: -o-linear-gradient(top, #fef9ff 0%, #efdfff 100%); /* Opera 11.10+ */
	
	background: -ms-linear-gradient(top, #fef9ff 0%, #efdfff 100%); /* IE10+ */
	
	background: linear-gradient(to bottom, #fef9ff 0%, #efdfff 100%); /* W3C */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef9ff', endColorstr='#efdfff',GradientType=0 ); /* IE6-9 */
	background-repeat:no-repeat;
	background-position:top;
}

#content.cpmreviews .homefeature {
	display: inline-block;
	*display: inline; zoom: 1;
	margin-top: 15px;
}

#content .homefeature .image {
	position:absolute;
	top:0;
	left:0;
	margin:0;
	padding:0;
	border-right:1px solid #A07fC5;
}

#content .homefeature .info {
	
	margin:15px 15px 15px 0;
	padding:0 0 0 0;
	width:445px;
	position:absolute;
	right: 0;
	
	/*height:160px;*/
}

.info1,
.info2,
.info3,
.info4 {
	display: none;	
}

#content .homefeature .info h2 {
	color:#630066;
}

#content .homefeature .info h2 a {
	color:#630066;
}

#content .homefeature .info h2 a:hover {
	text-decoration:underline;
}

#content .homefeature .numbers {
	height:30px;
	position:absolute;
	right:10px;
	bottom:5px;
	z-index: 80;
}

#content .homefeature .numbers ul {
	padding:0;
	margin:0;
	list-style-type: none;
	display:block;
}

#content .homefeature .numbers ul li {
	width:16px;
	height:20px;
	background-color:#C96DD1;
	padding:4px 0 0 8px;
	margin:0 2px 0 0;
	float:left;
	background-image: none;
}

#content .homefeature .numbers ul li a {
	color:#FFF;
	font-size:15px;
}

#content .homefeature .numbers ul li.on {
	background-color:#78157B;	
}

#content ul.quicklinks {
	list-style-type:none;
	padding:0;
	margin:0 0 0 -16px;
	position: relative;
	width: 987px; /* 968px + (li left margin) for neg margin ( see below ) */
}

#content ul.quicklinks li {
	float:left;
	padding:0 5px 0 16px; /* the UL will need to indent to the left by this left margin */
	margin:0 0 15px 0;
	width:312px;
	border-right:1px solid #E7BFEB;
}

#content ul.quicklinks li.noborder {
	border-right:none;
	padding-right:0;
	right: -10px;
	position: absolute;
}

#content ul.quicklinks li h2 {
	color:#006366;
	border-bottom:1px solid #CF7FD7;
	margin-right: 12px;
}

#content ul.quicklinks li h2 a {
	color:#006366;
}

#content ul.quicklinks li h2 a:hover {
	text-decoration:none;
	color:#E43322;
}

#content #partners {
	width:968px;
	height:162px;
	border:1px solid #97CDD8;
	background-image:url(/resources/images/partners_bg.jpg);
	background-repeat:repeat-x;
	background-color:#DFF3F5;
	margin:0 0 20px 0;
}

#content #partners h2 {
	background-color:#00A0AF;
	color:#FFF;
	padding:4px 0 4px 10px;
	margin:0;
	font-size:18px;
}

#content #partners ul {
	margin:0;
	padding:0;
	list-style-type:none;
	
}

#content #partners ul li {
	margin:0;
	padding:0;
	float:left;
	width:240px;
	border-right:1px solid #97CDD8;
	display:block;
}

#content #partners ul li.noborder {
	border-right:none;
}

#content #partners ul li p {
	padding:0 10px 0 10px;
	font-size:11px;
	text-align:center;
}

#content #partners ul li img {
	float:left;
	padding:0;
	margin:0;
	behavior: url("/resources/js/iepngfix.htc");
}


/*------------------------------------------------------------------------------------
      Sub Page - Breadcrumbs
    ------------------------------------------------------------------------------------*/

#content .breadcrumbs {
	border-bottom:1px dotted #CCC;
	margin-bottom:15px;
	font-size:11px;
	color:#8C9091;	
	padding-bottom:5px;
	text-align:left;
}

#content .breadcrumbs.sub {
	margin-right:300px;
}

#content .breadcrumbs a {
	color:#8C9091;
	margin:0;
	padding:0;
}

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

#content .breadcrumbs .on {
	color:#A074BF;
}


/*------------------------------------------------------------------------------------
      Sub Page - Headings, Lists and Links
    ------------------------------------------------------------------------------------*/

#content.sub {
	
}

#content.sub a {
	color:#6D0077;	
}


#printBtn {
	width: 16px;
	height: 16px;
	background-image: url(../images/printer.png);
	float: right;
	margin-right: 4px;
}

#printBtn:hover {
	opacity: 0.7;
}

#printBtn span {
	display: none;
}

#content.sub h1 {
	font-size:22px;
	margin-right: 350px;
}

#content.sub h1.mainheading {
	font-size:25px;	
	border-bottom:1px solid #C199C2;
	margin-right: 0;
}

#content.sub h1.withsubheading {
	margin-bottom:5px;
}

#content.sub h2 {
	font-size:18px;	
	color:#9A00A7;
}

#content.sub h3 {
	font-size:16px;	
}

#content.sub ul {
	list-style-type:none;
	padding:0;
	margin:0 0 0 10px;
}

#content.sub ul li {
	padding:0 0 0 15px;
	margin:0 0 10px 0;
	behavior: url("/resources/js/iepngfix.htc");
}

#content.sub ul.courses li
{
	border-left: 5px solid #80009f;
}


/*------------------------------------------------------------------------------------
      Sub Page - Overview page
    ------------------------------------------------------------------------------------*/

#content .featureimage {
	margin:0 0 15px 0;
}

#content .overviewright {
	float:right;
	width:290px;
	margin:0 -10px 15px 15px;
}

#content .overviewright ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

#content .overviewright ul li {
	padding:0;
	margin:0 0 5px 0;
	background-image:none;
}

#content ul.configurations {
	padding:0;
	margin:0;
	list-style-type:none;
	display:block;
}

#content ul.configurations li {
	float:left;
	padding:0;
	margin:0 20px 0 0;
	width:190px;
	display:block;
}

#content ul.configurations li h2 {
	font-size:14px;	
	border-bottom:1px solid #E7BFEB;
	margin-bottom:5px;
	padding-bottom:2px;	
}

#content ul.courses {
	padding:0;
	margin:0;
	list-style-type:none;
	position:relative;
}



#content ul.courses li {
	padding:10px 10px 5px 20px;
	margin:0 0 10px 0;
	background-color:#FEFAFF;
	width:630px;
	background-repeat:repeat-y;
	background-position:left;
	border-bottom:1px solid #F3EFF4;
	border-right:1px solid #F3EFF4;
	border-top:1px solid #F3EFF4;
}

#content ul.courses#overviews li {
	height:115px;	
}

#content ul.courses li h2 {
	margin-bottom:8px;
	font-size:15px;
	color:#485152;
}

#content ul.courses li h3 {
	margin-bottom:8px;
	font-size:14px;
	color:#9800A4;
}

#content ul.courses li p {
	margin-bottom:5px;
}

#content ul.courses li .courseimage {
	position:absolute;
	right:0;
	margin:-10px 0 0 0;
	padding:0;
}

/*------------------------------------------------------------------------------------
      Sub Pages
    ------------------------------------------------------------------------------------*/

#subright {
	float:right;
	margin:0 0 10px 10px;
	display:block;
}

#subright .photo {
	margin:0 0 15px 0;
}

#subright .quote {
	
}



/*------------------------------------------------------------------------------------
      Footer
    ------------------------------------------------------------------------------------*/

#footer {
	width:970px;
	border-top:5px solid #A080CF;
	height:40px;
}

#footer p {
	color:#808381;
	padding:10px 0 10px 0;
}

#footer a {
	color:#808381;
}

#footer p.right {
	float:right;
}


/*------------------------------------------------------------------------------------
      Site Map / Structure
    ------------------------------------------------------------------------------------*/
	
#content #sitemap {
	background: #efdfff; /* Old browsers */
	background: -moz-linear-gradient(top, #f5f0ff 0%, #efdfff 100%); /* FF3.6+ */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f0ff), color-stop(100%,#efdfff)); /* Chrome,Safari4+ */
	
	background: -webkit-linear-gradient(top, #f5f0ff 0%, #efdfff 100%); /* Chrome10+,Safari5.1+ */
	
	background: -o-linear-gradient(top, #f5f0ff 0%, #efdfff 100%); /* Opera 11.10+ */
	
	background: -ms-linear-gradient(top, #f5f0ff 0%, #efdfff 100%); /* IE10+ */
	
	background: linear-gradient(to bottom, #f5f0ff 0%, #efdfff 100%); /* W3C */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f0ff', endColorstr='#efdfff',GradientType=0 ); /* IE6-9 */
	background-repeat:no-repeat;
	background-position:top;
	
	padding: 20px 0 20px 20px;
	border: 1px dotted #A07fC5;

	display: inline-block;
	*display: inline; zoom: 1;
}

#content #sitemap a {
	color:#666;
	font-size:11px;
}

#content #sitemap ul {
	padding:0;
	margin:0 0 10px 0;
	list-style-type:none;
}

#content #sitemap ul li {
	padding:0;
	margin:0 0 5px 0;
	background-image:none;
	padding: 0;	
}

#content #sitemap ul li.last {
	margin-bottom:25px;
}

#content #sitemap ul li h3 {
	padding:0 0 2px 0;
	margin:0 40px 10px 0;
	font-size:16px;
	border-bottom:1px dotted #CF7FD7;
}
	
#content #sitemap .left {
	float:left;
	width:290px;
	margin: 0 0 0 20px;
}	
	
#content #sitemap .middle {
	width:295px;
	margin: 0 320px 0 325px;
	height: auto;
}	
	
#content #sitemap .right {
	float:right;
	width:300px;
	margin:0;
	padding:0 0 0 0;
}
	
	
	
	


/*------------------------------------------------------------------------------------
      Various
    ------------------------------------------------------------------------------------*/




.clear { 
	clear:both;
}

.clearright { 
	clear:right;
}

.clearleft { 
	clear:left;
}

.italics {
	font-style:italic;
}

.caption { 
	background-color: #F8FFF6;
	border:1px solid #C7FFBD;
	padding: 8px 8px;
	color: #000;
	font-size: 12px;
	margin:0 0 15px 0;
}

.caption p {
	color:#000;	
	margin:0 0 10px 0;
	padding:0;
}




#content.sub #subcourses {
	padding:0;
	margin:0;
}

#content.sub #upcomingcourses {
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-position: right;
	background-repeat: repeat-y;
	width: 290px;
}

#content.sub #upcomingcourses li {
	font-size: 10px;
	margin: 0;
	padding: 8px 15px 8px 45px;
	background-repeat: no-repeat;
	line-height:18px;
	background-position: 10px 10px;
	list-style-type: none;
	background-image:none;
}

#content.sub #upcomingcourses h3 {
	font-size:16px;
	margin: 0 0 0 35px;
	padding: 6px 0 5px 15px;
	color:#FFFFFF;
}

#content.sub #upcomingcourses .heading {
	background-color:#004E50;
	margin: 0;
	padding: 0;
}

#content.sub #upcomingcourses p {
	margin: 0;
	padding: 0;
}

#content.sub #upcomingcourses .closingdate {
	margin: 0;
	padding: 0;
	font-size:11px;
	color:#666666;
}

#content.sub #upcomingcourses .radiobutton {
	position:absolute;
	margin: 8px 0 0 -30px;
	padding: 0;
}

#content.sub #upcomingcourses .booknow {
	margin: 3px 0 0 25px;
	padding: 0;
}

#content.sub #upcomingcourses .odd {
	background-color: #F2EAF3;
}

#content.sub #upcomingcourses .even {
	background-color: #E4D4E6;
}


#content.sub #upcomingcourses li.last {
	padding: 0 0 0 0;
	margin: 0;
	height: 15px;
	background-position: top;
	background-repeat: repeat-x;
	text-align: right;
	margin-right: -15px;

}
#content.sub #upcomingcourses li.last span {

	display: inline-block;
	width: 15px;
	height: 25px;
	background-repeat: no-repeat;
	font-size: 0;
}






/*------------------------------------------------------------------------------
 * Booking Form
 *----------------------------------------------------------------------------*/


#applicationForm {
	margin: 15px 300px 15px 0;
}

#applicationForm .mandatory {
	color:#FF0000;
}

#applicationForm ol {
	font-size:0.7em;
	margin:0;
	padding:0 0 0 20px;
}

#applicationForm table {
	margin:0;
	padding:0;
}

#applicationForm td {
	border:1px solid #FFF;
	margin:0;
	padding:5px;
}

#applicationForm #coursedetails {
	background-color:#f1f1f1;
	border:1px solid #ccc;
	padding:10px;
	margin:10px 0 10px 0;
}

#applicationForm .textarea {
	font-family:Verdana, Arial, sans-serif;
	color:#0000FF;
}

#applicationForm .warning {
	color:#FF0000;
	}
	
#applicationForm .bookingform {
	display: block;
	border-bottom: 1px solid #ccc;
	font-size: 11px;
	padding: 8px;
	clear: left;
}
#applicationForm div input {
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 4px;
	color: #333;
}
#applicationForm .fb {
	display: block;
	float: left;
	padding-right: 40px;
}
#applicationForm .odd {
	background-color: #f1f1f1;
}
#applicationForm .clearer {
	clear: left;
	display: block;
}
#applicationForm .bigbutton {
	padding: 10px;
	font-size: 13px;
	font-weight: bold;
	width:auto;
	overflow:visible;
}

#applicationForm input.error,
#applicationForm textarea.error,
#applicationForm select.error
{
	border: 1px solid red;
	color: red;
}

#applicationForm label.error {
	margin: 0 0 0 10px;
	color: red;
}
