

/* CAREER NAV */

#train a{
	background:  url(onebedroomsuites.jpg) no-repeat;
	background-position: 0 0px;
	display: block;
	width: 204px;
	height: 31px;
	padding: 0px 0 0 0px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 25px;
	text-decoration: none;
	color: #2a2723;
margin-left:1em;
}

#train a span {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #0b61b9;
}

#train a:hover {
	background-position: 0 0px;
}

#eng a{
	background: url(twobedroomsuites.jpg) no-repeat;
	background-position: 0 0px;
	display: block;
	width: 204px;
	height: 31px;
	padding: 0px 0 0 0px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 25px;
	text-decoration: none;
	color: #2a2723;
}

#eng a span {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #0b61b9;
}

#eng a:hover {
	background-position: 0 0px;
}

#prog a{
	background:  url(threebedroomsuites.jpg) no-repeat;
	background-position: 0 0px;
	display: block;
	width: 204px;
	height: 31px;
	padding: 0px 0 0 0px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 25px;
	text-decoration: none;
	color: #2a2723;
}

#prog a span {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #0b61b9;
}

#prog a:hover {
	background-position: 0 0px;
}

#prog_info img, #train_info img{
	border: 5px solid #E5E5E5;
	float: right;
	margin: 20px 0 0 20px;
}

#eng_info img  {
	border: 5px solid #E5E5E5;
	float: left;
	margin: 15px 20px 15px 0;
}


#train_info, #prog_info, #eng_info {
	width: 204px;
	display: none;
	margin: 0 auto;
	padding: 0px 0px 0 0px;
	border-bottom: 1px solid #DDD;
	margin-bottom: 20px;
	background: #EEE;
}

#train_info p {
	margin: 0;
	padding: 0 0 0px 0;
}

#prog_info p {
	margin: 0;
	padding: 0 0 0px 0;
}

#eng_info p {
	margin: 0;
	padding: 0 0 0px 0;
}

