@charset "utf-8";

body {
	background: #fff url(../images/bg.png) repeat-x;
	color: #666;
}

a {
	color: #008dcb;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3{
	font-family: "Trebuchet MS","Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0 0 .2em;
	color: ;
}

#wrapper{
	width: 940px;
	margin: 0 auto;
	position: relative;
	padding: 417px 0 0 0;
}

#header{
	position: absolute;
	left: 0;
	top: 0;
	height: 417px;
	width: 100%;
}

#logo{
	display: block;
	position: absolute;
	left: 0;
	top: 12px;
	width: 292px;
	height: 103px;
	background: url(../images/logo.png);
}

#topLogin{
	position: absolute;
	top: 11px;
	left: 677px;
	width: 263px;
	height: 104px;
	background: #ebeef0 url(../images/top-login-bg.png) no-repeat;
	text-align: right;
	line-height: 1em;
	font-size: 11px;
}

#topLogin div{
	padding: 10px 10px 0;
}

#topLogin .niceField{
	display: inline;
	padding: 2px;
	width: 171px;
	margin: 0 0 5px 7px;
}

#topLogin .submit{
	width: 76px;
	height: 20px;
	border: 0;
	cursor: pointer;
	margin: 0 7px 5px 0;
	background: #3dc6f3 url(../images/button-login.png) no-repeat;
}

#topFind{
	padding: 12px 20px 0;
	position: absolute;
	left: 0;
	top: 135px;
	width: 617px;
	height: 250px;
	background: url(../images/find-bg.jpg) no-repeat;
}

#topFind h2{
	color: #fff;
	font: bold 28px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	margin: 0 0 10px;
}

#topFind select{
	border: 0;
	padding: 2px 0;
	margin: 0 0 5px;
	background: #fff;
	color: #666;
	width: 287px;
	height: 24px;
	font-size: 14px;
	display: block;
}

#topFind .submit{
	width: 146px;
	height: 42px;
	background: url(../images/button-find.png) no-repeat;
	border: 0;
	cursor: pointer;
	margin: 4px 0 0 141px;
}

#menu{
	font-family: "Trebuchet MS","Lucida Grande", Lucida, Verdana, sans-serif;
	position: absolute;
	left: 677px;
	top: 135px;
	height: 251px;
	width: 223px;
	background: #1baee8 url(../images/menu-bg.png) no-repeat;
	list-style-type: none;
	padding: 11px 20px 0;
	margin: 0;
}

#menu li{
	width: 223px;
	background: url(../images/menu-item-active.png) no-repeat 0 -100px;
	border-bottom: 1px solid #6ccff2;
}

#menu li a{
	display: block;
	height: 28px;
	width: 190px;
	line-height: 28px;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	border-bottom: 1px solid #0785b9;
	padding: 0 10px 0 23px;
	background: url(../images/menu-arrow.png) no-repeat 10px 10px;
}

#menu li:hover{
	background-position: 0 0;
	padding-bottom: 1px;
	border: 0;
}

#menu li:hover a{
	padding-bottom: 1px;
	border: 0;
	text-decoration: none;
}

#content{
	background: url(../images/content-bg.png) repeat-y;
	overflow: hidden;
	padding: 15px 20px;
	position: relative;
}

#content .t{
	position: absolute;
	width: 940px;
	height: 15px;
	top: 0;
	left: 0;
	background: url(../images/content-top.png) no-repeat;
}

#mainColumn{
	width: 617px;
	float: left;
}

#mainColumn h1, #mainColumn h2, #mainColumn h3{
	color: #008dcb;
}

#mainColumn h1{
	padding: 5px 0 15px 52px;
	line-height: 1em;
	font-size: 26px;
	background: url(../images/header-bullet.png) no-repeat;
}

#mainColumn h2{
	padding: 7px 0 20px 22px;
	line-height: 1em;
	font-size: 20px;
	background: url(../images/sub-header-bullet.png) no-repeat;
}

#mainColumn p{
	line-height: 1.5em;
	margin: 0 0 1.5em 0;
}

#mainColumn .sections{
	margin: 0;
	padding: 0 0 .7em;
	list-style-type: none;
	overflow: hidden;
}

#mainColumn .sections li{
	float: left;
	height: 124px;
	margin: 0 8px 8px 0;
}

#mainColumn .sections li.right{
	margin-right: 0;
}

#mainColumn .sections li a{
	display: block;
	float: left;
	width: 138px;
	height: 119px;
	padding: 5px 5px 0;
	background: url(../images/home-content-section.png) no-repeat;
	text-align: center;
}

#mainColumn .sections li a img{
	display: block;
	margin: 0 0 2px;
}

#sideColumn{
	float: right;
	width: 223px;
}

#sideColumn h3{
	background: #7b7e82 url(../images/side-header.png) no-repeat;
	color: #fff;
	text-align: center;
	height: 31px;
	line-height: 31px;
	font-size: 16px;
	margin: 0;
}

#sideColumn h4{
	font-size: 12px;
	color: #00aeef;
	margin: 0 0 1px;
}

#sideColumn .button{
	display: inline-block;
	line-height: 22px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	height: 22px;
	padding: 1px 1px 2px 0;
	vertical-align: middle;
	font-size: 11px;
}

#sideColumn .blue{
	width: 63px;
	background: url(../images/button-side-blue.png) no-repeat;
}

#sideColumn .grey{
	width: 89px;
	background: url(../images/button-side-grey.png) no-repeat;
}

#sideColumn .dottedList{
	list-style-type: none;
	padding: 0 0 12px;
	margin: 0;
}

#sideColumn .dottedList li{
	overflow: hidden;
	padding: 8px 0;
	font-size: 10px;
	border-bottom: 1px dotted #ccc;
}

#sideColumn .dottedList li .date{
	font-style: italic;
	margin: 0 0 1px;
}

#sideColumn .dottedList li .stars{
	height: 15px;
	width: 70px;
	overflow: hidden;
	margin: 0 0 1px;
}

#sideColumn .dottedList li .stars span{
	display: block;
	width: 14px;
	height: 15px;
	float: left;
	background: url(../images/star-inactive.png) no-repeat;
}

#sideColumn .dottedList li .stars span.active{
	background: url(../images/star-active.png) no-repeat;
}

#sideColumn .dottedList li p{
	margin: 0 0 5px;
}

#sideSubscribeForm{
	padding: 8px 0 12px;
	text-align: right;
}

#sideSubscribeForm .niceField{
	width: 217px;
	margin: 0 0 5px 0;
}

#sideSubscribeForm .submit{
	width: 86px;
	height: 21px;
	border: 0;
	cursor: pointer;
	background: url(../images/button-subscribe.png) no-repeat;
}

#featuredCourses img{
	float: left;
}

#featuredCourses .holder{
	float: right;
	width: 154px;
}

#footer{
	height: 55px;
	overflow: hidden;
	background: url(../images/footer-bg.png) repeat-x;
}

#footerWrapper{
	width: 940px;
	padding-top: 20px;
	color: #fff;
	font-size: 11px;
	margin: 0 auto;
	overflow: hidden;
}

#footerWrapper a{
	color: #fff;
}

