


/* ================================ */
/* ====== CVTC HOME PAGE CSS ====== */
/* ================================ */

/* ===== HOME PAGE MAIN CONTENT ===== */
#brandingarea {	
	margin:8px auto -3px auto; /* the negative 3px fixes the IE 3pixel bug */
}
#centerstripcontainer {
	height:218px;
	background: url('/images/system/centerstripbg.gif') no-repeat;
}
#centerstripcontent {
	padding:0 20px 5px 20px;
	color:#fff;
}
#centerstripcontent h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:16pt;
	color:#b8dcff;
	margin:0 0 6px 0;
}
#infocontainer {
	float:left;
	width:170px; 
}
ul#infofor {
	list-style:none;
	margin:0 0 0 0;
	padding:5px 0 0 0;
}
ul#infofor li {
	border-bottom:1px solid #7c9ebd;
	width:150px;
}
ul#infofor li a:link,
ul#infofor li a:visited {
	display:block;
        text-decoration:none;
	width:145px;
	color:#fff;
	padding:4px;
	font-size:9pt;
}
ul#infofor li a:hover {
	color:#c1e1ff;
	text-decoration:none;
	background:#013c77;
}
#campuscontainer {
	float:left;
	width:228px;
	padding-left:15px;
}
#spotlightcontainer {
	width:287px;
	padding-left:15px;

	float:left;
}
#spotlightcontainer h2 {
	color:#e0d352;
	margin:0 0 5px 0;
	padding:0;
	font-size:9pt;
}
#spotlightcontainer p {
	margin:0;
	padding:0;
color:#fff;
	font-size:9pt;
}
#spotlightphoto {
	float:right;
	padding:5px 0 5px 5px;
}

.flex {
border-top:1px solid #6996bd;
padding-top:15px;
margin-top:10px;
}
/* ======= BOTTOM CONTENT AREA ======= */
#bottomstripcontainer {
	background:#fff;
	width:100%;
	clear:both;
	height:_1%; /* allows div to stretch regardless of floated elements */
	overflow:hidden; /* allows div to stretch regardless of floated elements */
	font-size:9pt;
}
#bottomstripcontent {
	width:760px;
	margin:0 auto;
}
#newscontainer h1,
#eventscontainer h1,
#whatshotcontainer h1 {
	color:#005a9c;
	margin:0 0 12px 0;
	font-size:18pt;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#newscontainer ul,
#eventscontainer ul {
	margin:0;
	padding:0;
	list-style:none;
}
#newscontainer li,
#eventscontainer li {
	margin:0;
	padding:3px 0 3px 12px;
	background: url('/images/system/itembullet.gif') no-repeat 0px 7px;
}
#newscontainer {
	float:left;
	width:275px;
}
#newscontent {
	padding:10px 15px 10px 15px;
}
#newscontent h1 {
	background: url('/images/system/latestnewsicon.gif') no-repeat left;
	padding-left:28px;
}
#newscontent a:link,
#newscontent a:visited {
text-decoration:none;
}
#newscontent a:hover {
text-decoration:underline;
}
#eventscontainer {
	width:276px;
	float:left;
}
#eventscontent {
	padding:10px 15px;
}
#eventscontent h1 {
	background: url('/images/system/upcomingeventsicon.gif') no-repeat left;
	padding-left:28px;
}
#eventscontent a:link,
#eventscontent a:visited {
        text-decoration:none;
	/*  padding-left:5px; moves link text a bit away from date */
}
#eventscontent a:hover {
        text-decoration:underline;
	/* padding-left:5px;  moves link text a bit away from date */
}
#whatshotcontainer {
	width:209px;
height:250px;
	background:url('/images/system/whatshotbg.gif') repeat-x top;
	float:left;
}
#whatshotcontent {
	padding:10px 15px;
}
#whatshotcontent h1 {
	background: url('/images/system/whatshoticon.gif') no-repeat left;
	padding-left:28px;
	margin-bottom:5px;
	color:#ca0005;
}
#whatshotcontent img {
	border:none;
	padding:3px 0;
}
#bottomcap {
	margin-bottom:8px;	
}


