#HomeLeft {
	float:left;
	width:500px;
}

a#Logo {
	float:left;
	display:block;
	width:535px;
	height:50px;
	text-indent:-9999px;
	background:url(Images/Logo3.jpg) no-repeat;
	margin-left: 20px;
	margin-top: 10px;
	margin-right:60px;
	margin-bottom:15px;
	outline:none;
}
	
	#Logo h1 {
		border:none;
		padding:0;
		margin:0;
	}

#Banner {
	float:left;
	width:500px;
	min-height:250px;
	overflow:hidden;
	margin-left:20px;
}

	#Banner div {
		border:none;
		margin:0;
		padding:0;
	}




#HomeRight {
	float:right;
	width:260px;
	min-height:391px;
	padding:0 15px 0 38px;
	background:url(Images/RightColDivShade.jpg) no-repeat 0 15px;
}




	#CampusDrawers {
		float:left;
		width:250px;
		min-height:215px;
	}
	
		#CampusDrawers h2 {
			font-size:18px;
			text-transform:uppercase;
			color:#007fd2;
			font-weight:normal;
			margin:5px 0 5px 0;
			line-height:18px;
		}
	
		/* .Drawer hight switches between 35 and 117 depending
		on if the Drawer is .Selected or not */
		.Drawer {
			height:35px; 
			overflow:hidden;
		}
		
			.Drawer.Selected {
				height:117px;
			}
		
		h3.CampusName {
			line-height:34px;
			border-bottom:1px solid #e6e6e6;
			padding-left:33px;
			background:url(Images/PointerRight.gif) no-repeat 5px 12px;
			font-size:11px;
			color:#787878;
			font-weight:normal;
			margin:0;
		}
		
			h3.CampusName:hover,
			.Selected h3.CampusName {
				color:#007FD2;
				cursor:pointer;
			}
			
			.Selected h3.CampusName {
				cursor:default;
				background-image:url(Images/PointerDown.gif);
			}







#Promo {
	float:left;
	width:260px;
	/* background:url(Images/PromoPaneTopShade.jpg) no-repeat;
	padding-top:25px; */
	margin-top:15px;
}

#Current {
	float:left;
	width:240px;
	margin-top:10px;
}

	#WatchNow {
		float:left;
	}
	#atcNews {
		float:right;
		margin:5px 0 0 0;
	}
	




#BigButtons {
	float:left;
	margin:25px 0 10px;
	width:100%;
}

	.BigButton {
		float:left;
		margin-right:36px;
	}
	
	#LeftButton {
		margin-left:17px;
	}
	
	#RightButton {
		margin-right:0;
	}