﻿@charset "UTF-8";
/* CSS Document */

/* NEWS AND EVENTS HERO IMAGE STYLES
----------------------------------------------------------------------*/
#departments_landing_column {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 685px;
}
.sys_large_department_image {
	width:685px;
	height: 280px;
	clear: both;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	overflow: hidden;
	position: relative /* CC Added 08/12/2010 */
}
.sys_large_department_image img {
	width:685px;
	height: 280px;
}
.sys_large_department_image h2 {
	position: absolute;
	z-index: 200;
	text-indent: 0px!important;
	/* line-height: 30px; CC Removed 20/12/2010 */
}
.sys_large_department_image h2,/*CC*/
.sys_large_department_image h2 a, 
/* .sys_department_landing_small a *//*CC*/
.sys_hero_small_text a { 
	font-family: 'BureauGrotesqueThreeSeven', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#FFF;
	font-size: 35px;
	text-decoration:none;
}
.sys_large_department_image h2 a:hover, 
/* .sys_department_landing_small a:hover *//*CC*/
.sys_hero_small_text a:hover { 
	text-decoration:underline;
}
/* .sys_large_department_image h2 .sys_department_landing_small *//*CC*/
.sys_large_department_image h2 .sys_hero_small_text {
	font-size: 20px!important;
	line-height: 20px!important;
	display:block;
}
.sys_large_department_image h2.sys_left_top {
	/* width:665px; CC Removed 08/12/2010 */
	padding: 0px;
	/* margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;  CC Removed 08/12/2010 */
	position: absolute; /* CC Added 08/12/2010 */ 
	top: 13px; /* CC Added 08/12/2010 */ 
	left: 10px; /* CC Added 08/12/2010 */ 
	
}
.sys_large_department_image h2.sys_left_bottom {
	/* width:665px; CC Removed 08/12/2010 */
	padding: 0px;
	/* margin-top: 140px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;  CC Removed 08/12/2010 */
	position: absolute; /* CC Added 08/12/2010 */ 
	bottom: 10px; /* CC Added 08/12/2010 */ 
	left: 10px; /* CC Added 08/12/2010 */ 
}
.sys_large_department_image h2.sys_right_top {
	/* width:665px; CC Removed 08/12/2010 */
	padding: 0px;
	/* margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;  CC Removed 08/12/2010 */
	text-align:right;
	position: absolute; /* CC Added 08/12/2010 */ 
	top: 13px; /* CC Added 08/12/2010 */ 
	right: 10px; /* CC Added 08/12/2010 */ 
}
.sys_large_department_image h2.sys_right_bottom {
	/* width:665px; CC Removed 08/12/2010 */
	padding: 0px;
	/* margin-top: 140px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;  CC Removed 08/12/2010 */
	text-align:right;
	position: absolute; /* CC Added 08/12/2010 */ 
	bottom: 10px; /* CC Added 08/12/2010 */ 
	right: 10px; /* CC Added 08/12/2010 */  
}

/* NEWS AND EVENTS PUFF STYLES
----------------------------------------------------------------------*/
.sys_departments_feature_holder {
	width:100%;
	float:left;
	clear: both;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.sys_departments_feature {
	width:224px;
	float:left;
	padding: 0px;
	margin-top: 0px;
	/* margin-right: 5px; Removed */ /*CC*/
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 6px;/*999*/
}
.sys_departments_feature.dep_feature_last {
	margin-right: 0px!important;
}
.sys_departments_feature h3 {
	position:absolute;
	padding: 0px;
	width: 170px;
	margin-top: -135px; /*CC*/
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px; /*CC*/
	z-index: 200;
	text-transform: uppercase;
	/* font-size: 16px; 999*/
	font-size: 18px!important; /* IKM 25 Mar 2011 */
	line-height: 19px; /* IKM 25 Mar 2011 */
	font-family: 'BureauGrotesqueThreeSeven', Arial, Helvetica, sans-serif;
	color: #FFF;
}
.sys_departments_feature h3 a {
	color:#FFF;
	text-decoration:none;
}
.sys_departments_feature h3 a:hover {
	color:#FFF;
	text-decoration:underline;
}
.sys_department_feature_pic_holder {
	width:224px;
	height:135px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	display: block;
}
.sys_department_feature_pic_holder img {
	width:224px;
	height:135px;
	padding: 0px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.sys_departments_feature p {
	padding-right:5px;
}
.sys_departments_feature p a {
	text-decoration:none;
}
.sys_departments_feature p a:hover {
	text-decoration:underline;
}

/* test ticker */
#DeptTicker .sys_newsticker-themed .sys_ticker
{
    border: 0px solid #5A554A!important;
    min-height: 45px;
    padding: 0px 2px 0px 2px;
}



#DeptTicker .sys_newsticker-themed .sys_ticker a
{
    border-bottom: 1px dotted #5A554A;
}

#DeptTicker .sys_newsticker-themed .sys_ticker a:hover
{
    border-bottom: 1px solid #5A554A;
    
}