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

/*----- CONTENT SUB NAVI -----*/

a.snCourses { background-image: url(../img/button/courses/sub_courses.gif); height: 28px; width: 128px; }
a.snProDevCourses { background-image: url(../img/button/courses/sub_pro_dev.gif); height: 28px; width: 380px; }
a.snIntensiveWs { background-image: url(../img/button/courses/sub_intensive_ws.gif); height: 28px; width: 240px; }
a.snCorpTraining { background-image: url(../img/button/courses/sub_corp_training.gif); height: 28px; width: 240px; }

a.snCourses:hover,
a.snProDevCourses:hover,
a.snIntensiveWs:hover,
a.snCorpTraining:hover { 
	background-position: bottom left; 
	background-repeat: no-repeat; 
	display: inline-block;
	text-decoration: none;
}

a.snCourses.select,
a.snProDevCourses.select,
a.snIntensiveWs.select,
a.snCorpTraining.select { 
	background-position: bottom left; 
	background-repeat: no-repeat; 
	display: inline-block;
	text-decoration: none;
}

.internshipLogo { width: 133px; height: 120px; margin: 5px; float: left; padding: 10px 5px; text-align: center; border: #ff0000 1px solid; }
.internshipLogo .img { border: #ff0000 1px solid; width: 120px; height: 80px; }
.internshipLogo .name { text-align: center; width: 120px; margin-top: 8px; }

.testimonials img { border: #ff0000 1px solid; float: left; margin-right: 10px; }
.testimonials .details { float: left; width: 210px; }