/*///////////////////////////////////*/
/*  Certain Certify Main Style Sheet */
/*///////////////////////////////////*/

/* Reset default CSS stylings */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #cec6bb url(../../media/images/global/bg_body.jpg) repeat-x;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #171717;
}
a:link,
a:visited {
	color: #4289B6;
	text-decoration: none;
}
a:hover, 
a:active {
	color: #939e8f;
}
a img {
	border: none;
}
.printOnly {
	display: none;
}
.clear {
	clear: both;
}
.show {
	display: inline;
}
.hide {
	display: none;
}


/************************/
/* Container Styles */
/************************/
div#siteWrapper {
	width: 730px;
	margin: 0px auto;
	text-align: left;
	overflow: hidden;
}



/************************/
/* Main Styles */
/************************/
div#mainContent {
	float: left;
	background-color: #ffffff;
	width: 730px;
	margin: 16px 0px;
	min-height: 270px;
	font-size: 12px;
	color: #171717;
	line-height: 1.3em;
	padding: 15px 0px;
}

div#mainContent p,
div.mainNarrative p {
	font-size: 12px;
	margin-bottom: 15px;
}
div#mainContent div.mainNarrative {
	width: 324px;
	padding: 25px 20px 0px 25px;
}



/************************/
/* Header Styles */
/************************/
div#header {
	background: transparent url(../../media/images/global/bg_header.jpg) no-repeat;
	position: relative;
	height: 250px;
	width: 730px;
	overflow: hidden;
	top: 0px;
	left: 0px;
}
div#header div#login {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 274px;
	text-align: right;
}
div#header div#login img {
	float: right;
}

div#header div#mainNavigation {
	padding: 0px;
	position: absolute;
	font-family: "Trebuchet MS",Trebuchet,Helvetica,Jamrul,Arial,sans-serif; 
	text-transform: uppercase;
	top: 104px; /* all browsers */
	*top: 119px; /* IE 7 and below */
	_top: 119px; /* IE 6 and below */
}
div#header div#mainNavigation ul {
	list-style: none;
	height: 110px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px; /* all browsers */
	*margin: 0px 0px 0px 20px; /* IE 7 and below */
	_margin: 0px 0px 0px 0px; /* IE 6 and below */
}
div#header div#mainNavigation ul li {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 10px;
	text-align: center;
	width: 115px;
}
div#header div#mainNavigation img {
	display: block;
	margin: 0px auto 2px auto;
	padding: 0px 0px 0px 0px;
}
div#header div#mainNavigation a:link,
div#header div#mainNavigation a:visited {
	color: #171717;
	padding: 0px 6px 0px 6px;
}
div#header div#mainNavigation a:hover,
div#header div#mainNavigation a:active,
div#header div#mainNavigation a.active {
	color: #3c3c3c;
}

div#header h1 {
	position: absolute;
	left: 0px;
	top: 30px;
	bottom: 0px;
	display: block;
	clear: both;
	height: 80px;
	width: 400px;
}
div#header h1 a {
	display: block;
	height: 80px;
	width: 400px;
}
div#header h1 span,
div#header h1 img {
	display: none;
}



/************************/
/* Footer Styles */
/************************/
div#footer {
	clear: left;
	width: 730px;
	height: 25px;
	overflow: hidden;
	font-size: 11px;
	padding: 15px 0px 20px 0px;
	position: relative;
	color: #727e70;
}
div#footer a:link,
div#footer a:visited {
	color: #41544a;
	padding: 0px 8px 0px 0px;
	line-height: 0px;
}
div#footer a:hover,
div#footer a:active,
div#footer a.active {
	color: #335837;
}

div#footer div#copyright {
	width: 275px;
	position: absolute;
	text-align: right;
	top: 10px;
	right: 10px;
	padding: 3px 0px 0px 2px;
}
div#footer div#footerLinks {
	float: left;
}
div#footer div#footerLinks ul {
	list-style: none;
	margin: 0px 0px 0px 10px;
}
div#footer div#footerLinks ul li {
	float: left;
	margin-right: 8px;
	border-right: 1px solid #41544a;
}
div#footer div#footerLinks ul li.last {
	border-right: none;
}


/************************/
/* Main Content */
/************************/
div#mainContentWrapper {
	position: relative;
	float: left;
	min-height: 300px;
	width: 730px;
	background: url(../../media/images/global/bg_body_top.gif) no-repeat;
}
div#mainContentWrapper div#mainContentFooter {
	position: absolute;
	width: 730px;
	height: 16px;
	bottom: 0px;
	background: transparent url(../../media/images/global/bg_body_bottom.gif) no-repeat;
	clear: both;
}

div#mainContent h1 {
	color: #a64500;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
div#mainContent h2 {
	color: #337097;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
div#mainContent h3 {
	color: #6e0717;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
}

div#mainContent ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0px 0px 15px 16px;
}
div#mainContent ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0px 0px 15px 20px;
}
div#mainContent ul li,
div#mainContent ol li {
	margin-bottom: 7px;
}
div#mainContent blockquote {
	font-family: "Times New Roman", Times, serif;  
	font-size: 16px;
	padding: 10px 15px;
	background-color: #efefef;
	margin: 0px 0px 15px 0px;
	line-height: 1.2em;
}
div#mainContent a.moreLink {
	font-size: 11px;
	color: #4289b6;
	text-decoration: underline;
}
div#mainContent a.continueLink {
	display: block;
	font-size: 10px;
	font-weight: bold;
	color: #b35600;
	text-align: right;
}
div.sectionItem {
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	margin: 20px 0px;
	padding: 4px 0px;
	background: url(../../media/images/global/icon_arrow.gif) no-repeat 0px 4px;
}
div.sectionItem a:link,
div.sectionItem a:visited {
	display: block;
	font-weight: bold;
	padding: 0px 0px 0px 25px;
	color: #3a89b7;
}
div.sectionItem a:hover,
div.sectionItem a:active {
	color: #b35600;
}
div.listCourses {
	border-top: 1px solid #d4d4d4;
	margin: 10px 0px 25px 0px;
	padding: 15px 0px 0px 0px;
}
div#mainContent div.listCourses p {
	margin-bottom: 5px;
}
div.listCourses a:link,
div.listCourses a:visited {
	font-size: 14px;
	display: block;
	color: #337097;
	margin-bottom: 3px;
}

div.fadebox {
	background: url(../../media/images/global/bg_fade.jpg) repeat-x;
	padding: 8px 15px;
	font-size: 11px;
}
div.fadebox span.header {
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 4px;
}
div.fadebox img {
	margin: 4px 0px 7px 0px;
}
div.fadebox a strong {
	font-size: 12px;
	color: #4289b6;
}
div#mainContent div.courseDetails {
	padding: 15px 0px;
}
div#mainContent div.courseDetails ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
}
div#mainContent div.courseDetails ul li {
	margin: 0px 0px 6px 0px;
}
div#mainContent div.courseDetails span {
	color: #b35600;
}
div#mainContent img.thumbnail {
	float: left;
	margin: 0px 15px 8px 0px;
}

/************************/
/* Column Styles */
/************************/
div#columnLeft {
	float: left;
	margin: 0px 0px 0px 20px; /* all browsers */
	*margin: 0px 0px 0px 20px; /* IE 7 and below */
	_margin: 0px 0px 0px 10px; /* IE 6 and below */
	
	width: 170px; /* all browsers */
	*width: 170px; /* IE 7 and below */
	_width: 150px; /* IE 6 and below */	
	
}

div#columnRight {
	float: right;
	width: 470px;
	margin: 0px 25px 0px 0px;
	padding: 0px 0px 0px 25px;
	border-left: 1px solid #d4d4d4;
}

/*********************/
/*Local Add-On*/
#oneColumn{
	margin-left:25px;
	width:680px;
}
