@charset "utf-8";
#contactAddress {
	clear: both;
	float: left;
	display: block;
	margin-top: 10px;
	line-height: 1.5;
	position: relative;
}

/* CSS Document */

.dottedR {
	background-image:url(../images/dot.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.dottedB {
	background-image:url(../images/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#content .contactlist ul {
	margin: 0px;
	padding: 0px;
	border: none;
	list-style-image: none;
	list-style-type: none;
}
	
.contactlist {
	position:relative;
	float:left;
	display:inline;
	width:250px;
	margin-top: 10px;
	}	
		
#content .contactlist ul li {
	width:240px;
	text-align: left;
	list-style-type: none;
	overflow: visible;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 0px;
}


#content .contactlist ul li a {
	height: 65px;
	text-decoration: none;
	width: 100%;
}

.banner {
	width:100%;
	height:74px;
/*	background-color:#212a4b; */
	background-color:#0b0b0b; 
	background-image: url(../images/banner.jpg);
	background-repeat:no-repeat;
}
.courses {
	background-color: #8498cc;
}

.coursesStripe {
	position:absolute;
	width:175px;
	height:100%;
	z-index:1;
	background-color: #b0bbde;
}
.experience {
	background-color: #ADA7C7;
}
.experienceStripe {
	position:absolute;
	width:175px;
	height:100%;
	z-index:1;
	background-color: #D6D3E3;
}

.news {
	background:#7da17e;
	}
.newsstripe {
	position:absolute;
	width:175px;
	height:100%;
	z-index:1;
	background:#bed0bf;
	}
	
.welcome {
	background:#9fc251;
	}
.welcomeStripe {
	position:absolute;
	width:175px;
	height:100%;
	z-index:1;
	background:#e2edcb;
	}
	
.about {
	background:#b5b29f;
	}
.aboutStripe {
	position:absolute;
	width:175px;
	height:100%;
	z-index:1;
	background: #dad8cf;
	}	
	
a.success:link {
	font-family: Tahoma, sans-serif, Arial, Verdana, Helvetica;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}
a.success:visited {
	font-family: Tahoma, sans-serif, Arial, Verdana, Helvetica;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}
a.success:hover {
	font-family: Tahoma, sans-serif, Arial, Verdana, Helvetica;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: underline;
}
.menu {
	color:#FFFFFF;
	font-family: Tahoma, Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
}
.selectedItem {
	position:relative;
	height:30px;
	z-index:7;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	cursor: pointer;
}
.menuItem {
	position:relative;
	height:20px;
	z-index:7;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #b1b99b;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	cursor: pointer;
}
	
