@charset "utf-8";
/* CSS Document */




#content-top { 
	width:938px;
	background-image:url(/_images/template/homepage-bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #CCC;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	float:left;
	background-color:#FFF
}


#content-bot { 
	width:938px;
	background-image:url(/_images/template/homepage-bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	border-top: solid 1px #FFF;
	padding-left:10px;
	padding-right:10px;
	float:left;
	background-color:#FFF
}
	
#content-bot a {
	text-decoration:none;
	color:#444;
}

#content-bot a:hover, #content-bot a:active {
	text-decoration:underline;
	color:#900;
	}
#content-bot a:visited {
	color:#666;
	}

.home-col {
	width: 210px;
	margin: 12px;
	float:left;
	display:inline; /*ie6 double margin fix */
}

.home-col2 {
	width: 444px;
	margin: 12px;
	float:left;
	display:inline; /*ie6 double margin fix */

}



.home-col p, .home-col ul,  .home-col ol {
	margin:5px;
	margin-top:10px;
	color:#444;
	
	}
.home-col2 p, .home-col2 ul, .home-col2 ol {
	margin:5px;
	margin-top:10px;
	color:#444;
	
	}	
.home-col2 p a, .home-col2 p a:visited{
	text-decoration:underline;
	
	}




#content { width: 958px; }
#main { background-image:none; }

/*FEATURES -----------------*/
#feature {
	height:300px;
	overflow:hidden;
}

.feature-inside {
	width:auto;
	height:300px;
	
	padding-right:10px;
	padding-left:710px; 
}

#feature01 {
	background-image:url(/_images/features/CRW-header.jpg);
	background-repeat:no-repeat; 
}
#feature02 {
	background-image:url(/_images/features/featuredcourse02.png);
	background-repeat:no-repeat; 
}

#feature03 {
	background-image:url(/_images/features/featuredcourse01.png);
	background-repeat:no-repeat; 
}




.prev {
	display:inherit;
	position:absolute;
	margin-top:250px;
	z-index: -1000;
	}

.next {
	position:absolute;
	margin-top:250px;
	margin-left:200px;
	z-index: -1000;
}

/*--------------- ----------*/








.homeButton a {
	text-align:center;
	cursor:pointer;
	margin:0 auto;
	width:204px;
	height:75px;
	background-image:url(/_images/buttons/homepage-button.png);
	background-position:top 0px;
	background-repeat:no-repeat;
	font-size:18px;
	text-decoration:none;
	line-height:75px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#900;
	display:block;
	 behavior: url(/_components/iepngfix.htc)
	
	}
.homeButton a:hover, .homeButton a:active {
	background-position:0 -76px;
	color:#C00;
	text-decoration:underline;
	behavior: url(/_components/iepngfix.htc)
}
.homeButton a:visited {
	color:#666;
}
	
.homeButton a img {
	display:block;
	float:left;
	margin: 10px;
	margin-right:6px;
	text-decoration:none;
	
}