﻿@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'MyriadWebProRegular';
    src: url('fontface/myriadwebpro-webfont.eot');
    src: url('fontface/myriadwebpro-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontface/myriadwebpro-webfont.woff') format('woff'),
         url('fontface/myriadwebpro-webfont.ttf') format('truetype'),
         url('fontface/myriadwebpro-webfont.svg#MyriadWebProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	padding: 0px;
	margin: 0px;
	background: #FFF;
	font-size: 12px;
	font-family: 'MyriadWebProRegular',Arial, Helvetica, sans-serif;
}

.clearfix 
{ 
	display: block; 
	vertical-align:top;
} 

.clearfix:after
{ 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

a
{
    color: #008FC5;
    text-decoration: underline;
}

a:hover
{
    color: #014E60;
    text-decoration: underline;
}

a img
{
    border: none;
}

#scOuter {
	width: 983px;
	margin-right: auto;
	margin-left: auto;
	background: #FFF;
}
#scUtility {
	margin: 0px auto 0px auto;
	padding-top: 7px;
	width: 960px;
	height: 15px;
	background: #008FC5;
	color: #FFF;
	text-align: right;
	font-size: 12px;
}

#scUtility a:link, #scUtility a:visited {
	text-decoration: none;
	color: #FFF;
	padding: 5px 10px 0px 10px;
	font-weight: bold;
}

#scUtility a:hover {
	color:  #FFF;
	text-decoration: underline;
}

#scHeader {
	height: 167px;
	width: 960px;
	margin: 0px auto 0px auto;
	background: url('../img/headerbg.jpg') no-repeat;
}

#scHeader #HeaderLeft {
	float: left;
}

#scHeader #HeaderLeft #Logo1 {
	background: url('../img/scclogo.jpg') no-repeat;
	width: 205px;
	height: 75px;
	top: 25px;
	position: relative;
}

#scHeader #HeaderLeft #Logo2 {
	background: url('../img/celogo.jpg') no-repeat;
	width: 205px;
	height: 50px;
	top: 35px;
	position: relative;
}

#scHeader #HeaderRight {
	float: right;
	width: 400px;
}

#scHearder #HeaderRight #SearchBox {
	float: left;
}
 
#scHeader #HeaderRight #SearchBox br, #scHeader #HeaderRight #SearchBox a {
	display: none;
}

#scHeader #HeaderRight #Phone {
	font-family: 'MyriadWebProRegular', Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 16px;
	font-weight: 600;
	margin-right: 20px;
	text-align: right;
	margin-top: 70px;
}

#scHeader #HeaderRight #CatalogBtn {
	margin-right: 20px;
	display: block;
	position: relative;
	float: right;
	margin-top: -30px;
}

#scHeader #HeaderRight #CatalogBtn a {
	background-image: url('../img/catalog.png');
	text-indent: -9999px;
	width: 178px;
	height: 35px;
	background-repeat: no-repeat;
	float: right;
}
			
#scHeader #HeaderRight #CatalogBtn a:hover {
	background-position: 0px -35px;
}	

#scMainMenu {
	height: 58px;
	width: 983px;
	background: url('../img/navbg.png') no-repeat;
	padding: 0px;
	text-align: right;
}

#scMainMenuLeft {
	float: left;
}

#scMainMenu #scCourseCatalog {
	width: 220px;
	height: 42px;
	display: block;
	position: relative;
	left: 11px;
}

#scMainMenuRight {
	float: right;
}

#scMainMenu ul {
	list-style: none;
	display: inline-block;
	padding: 0px;
	margin: 0px auto 0px auto;
	right: 20px;
	height: 20px;
	position: relative;
	top: 14px;
	*+top: 8px;
	*+left: 190px;
}
#scMainMenu ul li {
	list-style: none;
	display: inline;
	height: 20px;
	text-align: center;
	padding: 5px 10px 5px 10px;
	margin-left: -4px;
}

#scMainMenu ul li.last {
	list-style: none;
	display: inline;
	height: 20px;
	text-align: center;
	padding: 5px 10px 5px 10px;
	margin-left: -4px;
	border-right: none;
}

#scMainMenu ul li a {
	*+display: inline-block;
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 15px 0px 15px;
	font-weight: bold;
	height: 25px;
	text-transform: uppercase;
}

#scMainMenu ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}

#scMain {
	background-color: #FFF;
}

#scMain #scMainRight {
	width: 900px;
	min-height: 500px;
	padding: 20px 20px 20px 20px;
}
#scMain #scMainRight #content {}

#scFooter {
	width: 960px;
	margin: 0px auto 0px auto;
	height: 50px;
	clear: both;
	font-size: 12px;
	background-color: #008FC5;
	text-align: center;
	padding-top: 10px;
	color: #FFF;
	font-weight: normal;
	line-height: 1.5em;
}

div#cceLogo {
	height: 100px;
	width: 220px;
	margin: 20px auto 0px auto;
	color: #454545;
	text-align: center;
}

div#cceLogo img {
	margin-bottom: 10px;	
}

    

