i
body, html, image {
	margin: 0;
	padding: 0;
	border: none;
}

a { color: inherit; }

.nav, .nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav a { text-decoration: none; }

body {
	font-family: "aktiv-grotesk-std", sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #555555;
	background: url(http://www.ceus.ca/themes/ceus/images/main-bg.jpg) top center no-repeat;
}

#content h1, h2, h3, h4 {
	color: #15368a;
	font-weight: 300;
}

#content h2 { font-size: 25px; }

/************************************ Layput ***************************/


#wrapper {
	background: white;
	width: 950px;
	margin: 0 auto 40px auto;
	box-shadow: 0 0 10px black;
}

#pre-header {
	height: 27px;
	background: url(http://www.ceus.ca/themes/ceus/images/pre-header-bg.jpg) top center no-repeat;
}

#header {
	height: 195px;
	background: url(http://www.ceus.ca/themes/ceus/images/header-bg.jpg) top center no-repeat;
	padding: 20px 0 0 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#header h1 { font-size: 40px; }

#logo { margin-right: 20px; }

#main-nav {
	padding: 0 10px;
	clear: both;
	text-transform: uppercase;
	text-align: center;
	font-size: 15px;
}

#header-search { margin: 1px 20px 0 0; }

#header-search input {
	background-color: rgba(255,255,255,0.85);
	font-size: 12px;
	line-height: 14px;
	border: none;
}

#header-search .ccm-search-block-submit {
	cursor: pointer;
	vertical-align: middle;
	background : url(http://www.ceus.ca/themes/ceus/images/searc-icon.png) center center no-repeat rgba(255,255,255,0.85);
	margin-left: -3px;
}

#main-nav ul.nav {
	display: inline-block;
	padding: 0px 5px;
	border: 1px solid #eee;
	box-shadow: 2px 2px 5px rgba(44,102,125,0.5);
	border-radius: 5px;
}

#main-nav .nav>li {
	vertical-align: middle;
	display: inline-block;
	padding: 2px 10px;
	background: url(http://www.ceus.ca/themes/ceus/images/nav-devider.png) center right no-repeat;
}

#main-nav .nav>li:hover {
	background: -moz-linear-gradient(top, rgba(0,0,0,0.01) 0%, rgba(233,233,233,1) 50%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.01)), color-stop(50%, rgba(233,233,233,1)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.01) 0%, rgba(233,233,233,1) 50%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.01) 0%, rgba(233,233,233,1) 50%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.01) 0%, rgba(233,233,233,1) 50%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.01) 0%, rgba(233,233,233,1) 50%, rgba(0,0,0,0) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03000000', endColorstr='#00000000', GradientType=0 );
}

#main-nav .nav>li>a {
	display: table;
	height: 60px;
}

#main-nav .nav ul {
	padding: 10px;
	text-align: left;
	padding-top: 4px;
	width: 180px;
	font-size: 13px;
}

#main-nav .nav ul:after {
	content: "";
	position: absolute;
	width: 100%;
	top: 5px;
	bottom: 0px;
	left: 0;
	z-index: -1;
	border: 1px solid #eee;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	background: white;
}

#main-nav .nav ul>li {
	margin-top: 10px;
	color: #7c7c7c;
}

#main-nav .nav ul>li:hover { 
	color: #111111;
}

.table-cell {
	vertical-align: middle;
	display: table-cell;
}

#main-nav .nav>li>a { max-width: 123px; }

#main-nav .nav li:nth-child(1) { 
	max-width: 100px; 
}

#main-nav .nav li ul li:nth-child(1) { 
	max-width: 200px; 
}

#main-nav li:last-child { background: none; }

#content-wrapper { }

#content {
	padding: 50px;
	min-height: 500px;
}

#footer {
	padding: 50px;
	height: 143px;
	background: url(http://www.ceus.ca/themes/ceus/images/footer_bg.jpg) top center no-repeat;
	color: white;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#footer-nav { 
	padding: 10px 0px 0px 30px; 
	width:680px;
}

#footer-nav li {
	display: inline-block;
	font-size: 12px;
}



#footer-nav li:after {
	margin: 0 5px;
	content: "|";
}

#footer-nav li:last-child:after { content: ""; }

/************************************ Utility ***************************/




h1, h2, h3 {}

h1 {
	margin: 0px 0px 30px 0px;
	font-size: 28px;
	text-transform:uppercase; 
}

h2 {
	font-size: 24px;
	padding:0px 0px 0px 0px;
	margin:30px 0px 0px 0px;
}

h3{ 
	text-transform:uppercase; 
	margin:30px 0px 0px 0;
}

h3{ 
	margin:20px 0px 3px 0;
}
/* p{ margin:3px 0} */
ul{ padding-left:19px; margin:0}

h3 { font-si ze: 20px; }

.text_10px { font-size: 10px; }

.text_12px { font-size: 12px; }

.text_14px { font-size: 14px; }

.text_16px { font-size: 16px; }

.text_18px { font-size: 18px; }

.text_20px { font-size: 20px; }

.text_24px { font-size: 24px; }

.text_red { color: #FF0000; }

.content-image {
	float: right;
	margin: 0px 0px 30px 30px;
}

#content li { margin-bottom: 3px; }

.clear { clear: both; }

.f-left { float: left; }

.f-right { float: right; }

/*************** clearfix ******************/


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix { display: inline-block; }

html[xmlns] .clearfix { display: block; }

* html .clearfix { height: 1%; }

/***********************************/

/*Snipits*/



/*-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;*/




.article_item { }

.article_item div {
	float: left;
	padding: 10px 10px;
}

.article_item .author {
	width: 120px; }

.article_item .title {
	width: 300px;
	font-weight: 400;
}

.article_item .pub_name { width: 100px; }

.article_item .date { width: 100px; }

.article_item .volume_ref { width: 100px; }

.article_item .extra { float: left; }

.info-links a { text-decoration: none; }

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

#content strong { font-weight: 400; }

.button-switcher, .button-join {

}
#lang-switcher a.button-login, #lang-switcher a.button-logout {
	background-color: #D6A2A2;
}

#lang-switcher a.button-login, #lang-switcher a.button-logout, #lang-switcher a.button-join {
	
}


.lang-switcher:hover { background-color: #7ea6b9; }

#quest_div { padding: 100px; }

#lang-switcher {
	float: right;
	padding-top: 5px;
	width: 450px;
}

#lang-switcher a {
	background-color: #a2c5d6;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	text-indent: 0;
	/*border:1px solid #dcdcdc;*/

	display: inline-block;
	color: #FFFFFF;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	height: 16px;
	line-height: 16px;
	text-decoration: none;
	text-align: center;
	margin-right:5px;
	padding:0px 10px;
	float:right;
}


.head-rgt-txt{ margin-top:42px;}

.hometitle{color:#666666; margin-top: 0;}

 fieldset {
	border:none;
	padding:30px;
}

#ccm-profile-wrapper .ccm-profile-attribute {
	padding-bottom:10px;
}

#ccm-profile-wrapper label.control-label {
	float:left;
	padding:5px 20px 0px 0px;
	text-align: right;
	width: 230px;
}

#ccm-profile-wrapper #ccm-profile-body {
	width:100%;
}

.field-scans-exam {
	padding: 0px 30px 0px 20px; 
}


/* IP CERT FORM STYLES           */



#content .field-candidate-email-address {
	width:150px;
	margin-bottom:20px;
}
#content .field-candidate-mailing-address {
	width:200px;
	height:70px;
}

.field-certify {
	margin-left:60px;
}

#content .field-training-site {
	width:200px;
}

#content .training-site-20 {
	padding-top: 10px;
}

#content .ip-cert-form .submit {
	margin:30px 0px 0px 200px;
}

#content .ip-cert-form .element {
	width:90%;
}

#content input.field-certifier-email, #content input.field-candidate-email-address {
	width:100%;
}



#content input.type-field {
	margin: 3px 3px 0px 25px;
}

#content div.email-spacer {
	height:30px;
}

#content .formidable .ip-cert-form .label, #content .formidable .ip-cert-form label {
	float:none;
	width:200px;
}

#content .formidable .ip-cert-form .input {
    margin-left: 0px;
}

#content .formidable .ip-cert-form .label, #content .formidable .ip-cert-form label {
	float:none;
}

#content .formidable .ip-cert-form .w25 {
    width: 24%;
}

#content .formidable .ip-cert-form .label span {
    float: none;    
    display:inline;
 }



.formidable h3 {
	margin: 10px 0px 10px 0;
}

div.downloads-block h2 {
	margin: 10px 0px 20px 0;
}

.ccm-form .ccm-required {
 display:none;	
}

#ccm-profile-body .ccm-form {
	padding-top:20px;
}

#content .switcher {
	float:right;
}

#content .switcher-label {
	padding:10px;
	text-align: center;
}

#social-media {
	float:left;
	width:300px;
	padding-left:10px;
}

form.ccm-login-form select.ccm-input-select option {
	 text-transform: capitalize;
}

div.news-left, div.news-right, div.news-item {
/*	float:left;
	width:45%;	
*/}

div.news-left {
	padding:10px 30px 0px 0px;
	width:65%;
	float:left;
}

div.news-right {
	padding-left:10px;
	width:30%;
	float:left;
	margin-top:20px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#deeaef+0,ffffff+100 */
background: rgb(222,234,239); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(222,234,239,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(222,234,239,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(222,234,239,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deeaef', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.news-right h3 {
	margin: 10px 0px 10px 0;
	font-weight: 400;
}

#content h1.news-title {
	margin:0px 0px 10px 0px;
}

div.news-item {
 	padding:5px 40px;
}

div.news-item a {
	text-decoration: none;
}

div.news-item h3 {
	margin: 0px 0px 3px 0;
}

.news-item img {
	float:left;
    margin:20px 30px 50px 0px;

}

div.news-item.sidebar h3 {
	font-size:16px;	
	text-transform: none;
	color:#15368a;
	font-weight: normal;
}

div.news-item.sidebar {
	font-size:12px;	
	padding: 10px 0px;

}
div.comments-block {

}

.guestBook-formBlock textarea {
	width:75%;
	height:100px;
	margin:20px 0px ;
}

.guestBook-formBlock label.guest-label {
	width:100px;
	display:block;
	float:left;
}

.guestBook-entry {
	padding:20px 0px;
}

.ccm-page-list-rss-icon {
	padding-top:20px;
}

#content .ip-cert-form input.type-field {
    margin: 3px 10px 0px 25px;
    float:left;

}

#content .ip-cert-form .radio label div {
	padding-left:45px;
}