/* image styles */

.educators_callout, .courses_callout {
	float: right; margin-left: 10%;
	border-left: solid 3px #3376a4;
}

.students_callout, .jobs_callout, .about_callout, .community_callout {
	float: right; margin-left: 10%;
	border-left: solid 3px #5c9925;
}


/* CSS Document, contains callout styles */

#header .callout {
	position: absolute;
	top: 135px;
	left: 12px;
	padding: 15px 0 0 18px;
	width: 240px;
	font-size: .9em;
	color: #def;
	}

#header .callout span {
	display: block;
	line-height: 1.2;
	font-size: 1.5em;
	letter-spacing: .05em;
	}
	
	.callout p {
		padding-bottom: 1em;
		}
	
	.callout .first {
		color: #4abfe3;
		}

	.callout .second {
		color: #e1f6fd;
		}

	.callout .third {
		color: #ffb717;
		padding-bottom: 4px;
		}
	
	.callout .more {
		color: #8fd8f5;
		font-size: 1.1em;
		}
	.callout a:hover {
		color: #9fe8ff;
		}

#header .callout .home_welcome {
	display: none;
	}

#header .callout .home_more {
	padding-top: 130px;
	line-height: 1.1;
	}

/* text based callout */

.text_callout {
	background: url(/lib/css/images/text_callout_div.gif) no-repeat top left #00315f;
	margin: 1.4em -15px 2em 0px;
}

.text_callout p {
	padding: 1.5em;
	line-height: 1.3em;
	margin: 0px;
	font-size: 1.2em;
	color: #FFFFCC;
	background: url(/lib/css/images/text_callout_p.gif) no-repeat bottom left transparent;
}

.text_callout a {
	color: #f2faff;
	font-weight: bold;
	border-bottom: dotted #3a8ac9 1px;
}

.text_callout a:hover {
	text-decoration: none;
	border-bottom: solid 1px #fff;
	color: #fff;
}

.text_callout .white {
	color: #eaf6fe;
	font-size: 1.3em;
	font-weight: normal;	
}


#resource_sidebar ul {
	margin: 1em 0px;
	list-style-type: none;
	padding: 0px;
}

#resource_sidebar ul li {
	line-height: 1em;
	padding: 0px 0px 1em 20px;
	background: url(/images/sidebar_bullet.gif) no-repeat 0px .15em;
	margin: 0px;
}


span.phone {
	display: block;
	width: 18px;
	float: left;
	height: 1.4em;
	text-indent: -9999px;
	background: url(/images/phone_icon.gif) no-repeat 0px 4px;
}

span.fax {
	display: block;
	width: 18px;
	float: left;
	height: 1.4em;
	text-indent: -9999px;
	background: url(/images/fax_icon.gif) no-repeat 0px 4px;
}