@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	height:100%;
}

#overHeader {
	margin: 0 auto;
	margin-top: 10px;
	
	width:1010px;
	height:17px;
	
	text-align:right;
	
	background-color:#FFF;
}

#overHeader a {
	text-decoration: none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#000;
}

#header {
	margin: 0 auto;
	margin-top: 10px;
	
	width:1010px;
	height:120px;
	
	background-color:#FFF;
}

.navigation a {
	float:left;
	
	margin-top:30px;
	
	padding-right:20px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#7db0cf;
}

/* remove the list style */
#nav {
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	letter-spacing: 2px;
	font-weight:normal;
	
	padding:0; 
	list-style:none;
	
	margin: 0 auto;
	margin-top:30px;
	
	width:1010px;
	height:50px;
	
	background-color:#FFF;}	
	
	/* make the LI display inline */
	/* it's position relative so that position absolute */
	/* can be used in submenu */
	#nav li {
		float:left; 
		display:block; 
		width:150px; 
		background:#000; 
		position:relative;
		z-index:500; 
		margin-right: 30px;
		
	}
		
	/* this is the parent menu */
	#nav li a {
		display:block; 
		padding:8px 5px 0 5px; 
		font-weight:700;  
		height:20px; 
		text-decoration:none; 
		color:#fff; 
	}

	#nav li a:hover {
		color:#000;
		background-color:#257fb3;
	}
	
	/* you can make a different style for default selected value */
	#nav a.selected {
		color:#f00;
	}
	
		/* submenu, it's hidden by default */
		#nav ul {
			position:absolute; 
			left:0; 
			display:none; 
			margin:0 0 0 0px; 
			padding:0; 
			list-style:none;
		}
		
		#nav ul li {
			width:150px; 
			float:left; 
			border-top:1px solid #fff;
		}
		
		/* display block will make the link fill the whole area of LI */
		#nav ul a {
			display:block;  
			height:15px;
			padding: 8px 5px; 
			color:#666;
		}
		
		#nav ul a:hover {
			color:#FFF;
		}


#topbar {
	margin: 0 auto;
	margin-top:10px;
	margin-left:0px;
	margin-right:0px;
	
	height:250px;
	
	background-color:#7db0cf;
}

#topbar .fill {
	margin:0 auto;
	
	width:1010px;
	height:250px;

	background-color:#257fb3;

}

.stepcarousel{
	margin-top:0px;
	margin-left: 0px;
	position: relative; /*leave this value alone*/
	border: 0px;
	overflow: scroll; /*leave this value alone*/
	width: 1010px; /*Width of Carousel Viewer itself*/
	height: 250px; /*Height should enough to fit largest content's height*/
	
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	
	margin: 0px; /*margin around each panel*/
	width: 1010px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	height: 250px;
	
	background-color:#FFF;
	
	padding:0px;
	
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	text-align:justify;
	
	line-height: 17px;
	color:#6a6a6a;
}


#contentContainer {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	
	margin: 0 auto;
	margin-top:10px;
	
	
	width:1010px;
	
	
	background-color:#FFF;
}

#leftCol {
	float:left;
	margin-top: 0px;
	width:250px;
	
	background-color:#FFF;
	
	padding:0px;
}

#leftCol .cursusList {
	padding-top:10px;
	padding-left:10px;
	
	background-color:#7db0cf;
}

#leftCol .cursusList img {
	margin-left:210px;	
	margin-bottom:5px;
}

#leftCol .cursusListHeader  {
	margin-left:0px;
	margin-bottom:5px;
	
	padding:5px;
	
	color:#FFF;
	font-size:15px;
	font-weight:bold;
	
	text-decoration:none;
}

#leftCol .cursusList a {
	margin-left:15px;
	
	color:#567a8f;
	font-size:11px;
	
	text-decoration:none;
}

#leftCol .cursusList a:hover {
	margin-left:15px;
	
	color:#FFF;
	font-size:11px;
	
	text-decoration:none;
}

#rightCol {
	float:right;
	margin-top: 0px;
	width:700px;
	
	background-color:#FFF;
	
	padding:20px;
}

#rightCol .fpContent{
	
	border-bottom:1px dotted #7db0cf;
	
	background-image:url(../images/quotes.jpg);
	background-repeat: no-repeat;
	
	padding-bottom:10px;
	margin-bottom:10px;
		
	color:#000;
	
	background-color:#FFF;

}

#rightCol h1{
	border-bottom:1px dotted #7db0cf;
	
	padding:5px;
	
	color:#7db0cf;
	
	background-color:#FFF;

}

#rightCol h1 a{
	text-decoration:none;
	
	border-bottom:1px dotted #666;
	
	padding:5px;
	
	background-color:#FFF;

}

#rightCol .info {
	border-top:1px dotted #666;
	border-bottom:1px dotted #666;
	
	padding:10px;
	
	background-color:#FFF;
}

#procesSteps li {
	display:inline;
	padding:5px;
	padding-right:50px;
	
	padding-left: 50px;
	
	font-size:10px;
	font-weight:bold;
	
	height: 16px;
	
	background-color:#7db0cf;
}

#procesSteps li a {
	font-size:10px;
	font-weight:bold;
	color:#000;
	
	text-decoration: none;
}

#procesSteps .active{
	color:#FFF;
	background-color:#257fb3;
}

#procesSteps .passed{
	color:#FFF;
	background-color:#CCC;
}

#spacer {
	height:10px;
}



#footerbar {
	margin: 0 auto;
	margin-top:10px;
	margin-left:0px;
	margin-right:0px;
	bottom:0;
	
	height:70px;
	
	background-color:#333;
}

#footerbar .fill {
	margin:0 auto;
	padding-top:0px;
	
	width:1010px;
	height:70px;

	background-color:#000;
		
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#257fb3;
	text-align:center;
	letter-spacing: 2px;
}

#footerbar a {
	text-decoration:none;
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#257fb3;
	text-align:center;
	letter-spacing: 2px;
}


#footerbar .img {
	margin-right:20px;
	margin-top:12px;
	
	float: right;
	
}
