/* home page */

#calltoaction {
	width: 990px;
	margin: 0px;
	padding: 0px;
}
#calltoaction #cta_left {
	position:relative;
	float:left;
	width: 495px;
	height: 257px;
	overflow: hidden;
}
#calltoaction #cta_left #cta_left_photo {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}
#calltoaction #cta_left #cta_left_details {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
}
#calltoaction #cta_left .title {
	font-size: 21px;
	font-weight: bold;
	color: #000000;
	margin: 15px 0px 0px 15px;
}
#calltoaction #cta_left .title a {
	color:#000000;
}
#calltoaction #cta_left .name {
	font-size: 32px;
	margin: 50px 0px 0px 15px;
}
#calltoaction #cta_left .text {
	padding: 10px 0px 0px 15px;
	width: 270px;
}
#calltoaction .buttons {
	color: #FFFFFF;
	position:absolute;
	bottom: 15px;
	left: 15px;
	font-size: 13px;
}
#calltoaction .buttons .black_button {
	display: inline;
	margin-right: 30px;
}
#calltoaction .buttons .black_button a {
	border: 1px solid white;
	padding: 3px 15px 3px 15px;
	background: #000000 url(/undergraduate/images/button_arrow_black.png) no-repeat;
	color: #FFFFFF;
}
#calltoaction .buttons .green_button {
	display: inline;
	margin-right: 30px;
}
#calltoaction .buttons .green_button a {
	border: 1px solid white;
	padding: 3px 15px 3px 15px;
	background: #00ae42 url(/undergraduate/images/button_arrow_green.png) no-repeat;
	color: #FFFFFF;
}
#calltoaction #cta_right {
	position:relative;
	float:right;
	background: url(/undergraduate/images/blood_sweat_cash.png) no-repeat;
	width: 495px;
	height: 257px;
	overflow: hidden;
}
#calltoaction #cta_right .title {
	font-size: 32px;
	font-weight: bold;
	margin: 70px 0px 0px 15px;
}
#calltoaction #cta_right .text {
	padding: 10px 0px 0px 15px;
	width: 270px;
}
#calltoaction #cta_fade {
	height: 65px;
	background: url(/undergraduate/images/cta_fade.png) repeat-x;
}

#home_events {
	float:right;
	width: 248px;
	padding-top: 50px;
}
#home_events .title {
	font-size: 15px;
	color: #ffe400;
}
#home_events .event {
	color: #CCCCCC;
	font-size: 13px;
	border-top: 1px dashed #333333;
	padding: 10px 0px 10px 0px;
	line-height: 16px;
}
#home_events .event_first {
	border-top: 1px solid #6b6b6b;
}
#home_events .event_title {
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
}
#home_events .event_title .event_date {
	color: #FFFFFF;
}

#home_widgets {
	width: 700px;
}
#home_widgets .widget {
	width: 330px;
	margin: 10px;
	float:left;
}
#home_widgets .widget .title a {
	font-size: 23px;
	color: #00ae42;
	line-height: 40px;
}
#home_widgets .widget .icon {
	float:right;
	margin: 20px;
}
#home_widgets .bottom {
	float:left;
	width: 330px;
	margin: 10px;
}
#home_widgets .dashedline {
	border-bottom: 1px dashed #6b6b6b;	
}

