/*CPM Print Stylesheet by Heinrich van der Berg (Couch Creative)*/
	
/*------------------------------------------------------------------------------------
      Global Styles
    ------------------------------------------------------------------------------------*/

body {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: black;
	font-size: 0.7em;
}

a{
	color: black;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
	display: block !important;
	display: block;
	float: none !Important;
	float: none;
}

h1,h2,h3,h4,h5,h6,p,ul,li,ol,div,span {
	color: #000 !important;
	color: #000;
	
}

h1{font-size: 1.7em;}

p{color: #222;}

ul{list-style-type: square;}

/*------------------------------------------------------------------------------------
      Disabled Elements
    ------------------------------------------------------------------------------------*/

#printBtn, .search, #menu, #newsletterdropdown, #partners, .submenu .closebtn, .numbers,  #sitemap, .submenu, .homefeature .image, .homefeature .info, #footer p.right, #frmSS90, #subright, .tagline{
	display: none;	
}

/*------------------------------------------------------------------------------------
      Fix cufon print issues for IE9
    ------------------------------------------------------------------------------------*/

canvas {display: none;}
cufontext {display: inline;}

/*------------------------------------------------------------------------------------
      Container
    ------------------------------------------------------------------------------------*/

#container{
	margin: 5px;
	
}

/*------------------------------------------------------------------------------------
      Submenu
    ------------------------------------------------------------------------------------*/

.submenu, .quicklinks, .homefeature{
	clear: left;	
}

.submenu{
	margin-bottom: 10px;
}

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

.overview{
	width: 50%;
	float: left;
}

.overview .image{
	float: right;	
}

.items{
	width: 50%;
	float: right;	
}

.items ul{
	list-style: none;
}

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

.cpmlogo{
	display: none;
}

#logoblack{
	display: block;	
}

.cpmlogo{
	margin-bottom: 5px;	
}

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


.quicklinks{padding-top: 10px;}

.quicklinks li {
    clear: left;
    list-style: none outside none;
    margin: 10px 0.5%;
    width: 100%;
	text-align: center;
}

.quicklinks li p, #content ul.quicklinks li h2{
	text-align: left;	
}

#content{
	width: 100%;
	clear: left;
	float: left;
}

.homefeature{
	clear: left; float: left;	
}

.homefeature .info{
	margin-top: 5px;
}

.homefeature .image{
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid black;	
}

.homefeature ul{
	list-style: none;	
}

/*------------------------------------------------------------------------------------
      Content
    ------------------------------------------------------------------------------------*/

.breadcrumbs{
	margin-top: 20px;	
}

.courses{
	margin-left: -40px;	
}

#overviews li{
	width: 100%;
	height: 170px;
}

#overviews li a img{
	float: right;
	clear: right;
	padding-left: 8px;
}

table p{
	font-size: 1.15em;	
}



