@charset "ISO-8859-1";
/* Clear margins and padding, a good start to any CSS */
* {margin:0;padding:0;}

/* START FUNCTIONALS */

#container {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}

a { color: #08c; }
a:link, a:visited, a:active { text-decoration: none; }
a:hover { text-decoration: underline; }
a.more {
	white-space: nowrap;
	padding-right: 10px;
	zoom: 1;
	background-image: url(../images/morearrow_08c.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

a.before {
	white-space: nowrap;
	padding-left: 25px;
	zoom: 1;
	background-image: url(../images/newcoursesbullet.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}

div.navigation_cell {
	margin-top: 40px;
	margin-bottom: 0px;
	margin-left: 93px;
}


/* END FUNCTIONALS */

#content_cell {
	padding-bottom: 20px;
	background-color: #ecf5fb;
	margin-top: 90px;
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Tahoma, sans-serif;
	font-size: 14px;
}

#content_cell h1{
	font-size: 24px;
	font-weight: normal;
	color: #0E3664;
	padding-bottom: 20px;
}

#content_cell h2{
	font-size: 18px;
	font-weight: normal;
	color: #0E3664;
	padding-bottom: 20px;
}

#content_cell .subtext{
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

#content_cell ul { 
	text-indent: 5px; 
	padding-left: 30px; 
}

.companylogo {
	padding-bottom: 20px;
}

.levelstext {
	width: 700px;
	padding-bottom: 120px;
}
.levelstext img.floatRight { 
    float: right; 
    margin: 4px; 
}

#maincell {
	padding: 0px;
	line-height: 1.5em;
	}
	
#maincell p {
	padding-bottom: 13px;
	}
	
#maincell ul {
	text-indent: 40px;
	padding-top: 0px;
	}

#hor-minimalist-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 14px;
	width: 700px;
	border-collapse: collapse;
	text-align: left;
	margin-top: 0px;
	margin-right: 45px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 1px solid #6678b1;
}
#hor-minimalist-b th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6678b1;
	background-color: #FFFFFF;
}

#hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	background-color: #DAE2E7;
}

#hor-minimalist-b a:hover {
	background:#ffffff;
	text-decoration:none;
} /*BG color is a must for IE6*/
#hor-minimalist-b a.tooltip span {
	display:none;
	margin-left:100px;
	width:300px;
	font-size: 14px;
	padding: 8px;
}
#hor-minimalist-b a.tooltip:hover span{display:inline; position:absolute; border:1px solid #cccccc; background:#ffffff; color:#6c6c6c;}



.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.color {
	font-size: 18px;
}
.alert {
	font-weight: bold;
	color: #F00;
}
.important {
	padding: 15px;
	width: 650px;
	border: 1px solid #06C;
}

hr {
	border: 0;
	width: 60%;
	color: #069;
	background-color: #069;
	height: 1px;
}
