/* middle container style */
.middle_container_student_life {
	background-color: #669966;
	border-top: 1px #174969 solid;
	border-bottom: 1px #174969 solid;
}

.homepage_copy_student_life {
	width: 980px;
	padding-top: 20px;
	margin: 0 auto;
}

.cell_1 {
	width: 195px;
}

.cell_2 {
	width: 540px;
	padding: 0px 25px;
	border-left: 2px dotted #cccccc;
	border-right: 2px dotted #cccccc;
}

.cell_3 {
	width: 195px;
}

.sub_cell_1 {
	width: 50%;
}

.sub_cell_1 {
	width: 50%;
}

/* cell 1 */
#left_menu {
	margin-left: -20px;
	margin-top: -5px;
}

#left_menu  li{
	list-style: none;
	width: 175px;
}

#left_menu  li a{
	font-family: arial;
	font-size: 12px;
	color: #669966;
	text-decoration: none;
}

#left_menu  li a:hover{
	font-family: arial;
	font-size: 12px;
	color: #669966;
	font-weight: bold;
	text-decoration: none;
}

.selected {
	font-family: arial;
	font-size: 12px;
	color: #669966;
	font-weight: bold;
	text-decoration: none;
}

/* cell 2 */
.cell2_list {
	list-style: none;
	margin-left: -40px;
}

.header_style_student_life {
	font-family: verdana;
	font-size: 20px;
	color: #174969;
	margin-top: -5px;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.header2_style_student_life {
	font-family: verdana;
	font-size: 11px;
	color: #666666;
	text-transform: uppercase;
	font-weight: 900;
}

.p_style_student_life {
	font-family: arial;
	font-size: 13px;
	color: #666666;
	text-decoration: none;
	line-height: 18px;
	margin-bottom: 25px;
}

a.tooltip span {
	display:none;
	padding:2px 3px;
	margin-left:8px;
	width:130px;
}

a.tooltip:hover span{
	display:inline;
	position:absolute;
	top: 500px;
	width: 425px;
	padding: 20px;
	border:1px solid #d8dadb;
	background:#fbf9f0;
	color:#6c6c6c;
}

.span_image {
	float: left;
	width: 100px;
	margin-right: 15px;
	margin-bottom: 5px;
}

.span_p_header {
	float: left;
	width: 270px;
}

.span_p {
	float: left;
	width: 300px;
	text-align: left;
}

.gap_before {
	margin-top: 25px;
}

#dashed_list {
	margin-top: -20px;
}

#dashed_list  li{
	list-style: none;
	font-family: arial;
	font-size: 13px;
	color: #666666;
	width: 450px;
	margin-bottom: 10px;
}

/* VIA html/css/jquery coded by daniel zhu danielzzhuATgmail.com */