



/* ----- SIENA HOME PAGE SPECIFIC STYLESHEET ------*/
/* ----- CREATED: 11.19.09 by Scott Thrower, SunGard Higher Education------------------*/

#header-wrapper {
	background:url('/images/system/siena-homepage-body-background.png') repeat-x 0 0;
	overflow:auto;
}

table.PageBoundingBox {
        background:url('/images/system/homepage-body-background.png') repeat-x 0 79px;
}
/***** SEARCH CSS ********/

#search-area {
	width:200px;
	float:right;
	padding:13px 8px 0 0;
	margin:0;
}
	#search-form-question {
		float:left;
		width:160px;
		height:22px;  /*27 minus padding */
		border:0;
		text-align:left;
		color:#a0a0a0;
		margin:2px 1px 0 0;
		padding:5px 4px 0 8px;
	}
	#search-form-question:focus{
		border:1px solid #ddab35;
		margin:1px 0px 0 0;
                padding:5px 4px 0 8px;
		height:21px;
		text-align:left;
		width:159px;
	}		
	#search-submit-button {
		float:left;
		height:17px;
		margin:7px 0 0 4px;
		padding:0;
	}


/***** QUICKLINKS CSS ********/

#quicklinks-controls{
	clear:right;
	margin:12px 10px 0 0;
	padding:0 0 0 20px;
	float:right;
	background:url('/images/system/quicklinks-end-piece.png') no-repeat 0 0;
}
	#quicklinks-controls ul {
		list-style:none;
		width:380px;
		height:26px;  /*original 26*/
		padding:0 20px 0 0;
		background:url('/images/system/quicklinks-main-bar.png') no-repeat 100% 0;
	}
	#quicklinks-controls ul  li{
		float:left;
		color:#fff;
		margin:0 2px 0 0;
		line-height:24px;
	}
	#quicklinks-controls img {
		padding-top:2px;
	}
	#quicklinks-controls a{
		color:#fff;
		padding: 0 15px;
	}
	#quicklinks-controls a.first {
		padding-left:8px;
	}
	#quicklinks-controls a.last {
		padding-right:6px;
	}
	#quicklinks-controls a {
		color:#fff;
		text-decoration:none;
	}
	#quicklinks-controls a:hover {
		color:#F8D55A;
	}	
a#plus-rollover,  a#Aa-rollover{
	margin:3px 0 0 0;
	padding:0;
	height:19px;
	display:block;
	background:url('/images/system/expander-plus-icon.png') no-repeat 0 0;
}
a#plus-rollover{
	width:19px;
}
a#plus-rollover:hover, a#Aa-rollover:hover {
	background-position: 0 -19px;
}
a#Aa-rollover{
	width:34px;
}
a#Aa-rollover {
	background:url('/images/system/text-resizer-icon.png') no-repeat 0 0;
}

/***** MAIN BODY CONTAINER CSS **********/

#main_body_container {
	margin-top:10px;
	overflow:auto;
}

/***** TOP LINKS EXPANDER CSS ********/

#expander {
	display:none;
	border:3px solid #CCC;
	padding:5px 5px;
	background:#333;
	color:#fff;
	height:200px;
}
#expander h1 {
	margin-top:80px;
	text-align:center;
	width:100%;
}

#a_to_z_content, #campus_map_content, #directions_content, #directory_content {
	display:none;
	border:3px solid #CCC;
	padding:0;
	background:#1e1e1e;
	color:#fff;
	height:200px;
overflow: auto;
}
#a_to_z_content h1, #campus_map_content h1, #directions_content h1, #directory_content h1  {
	margin-top:10px;
	text-align:center;
	width:100%;
	font-size:10pt;
	border:0;
}

#a_to_z_content h1, #a_to_z_content a, #a_to_z_content li,   {
color: #ffffff;
}

/****** ALERT STATS BAR - HOMEPAGE *******/
#alert_notification_tab, #notice_notification_tab, #weather_notification_tab {
	position:relative;
	top:54px;
	left:50px;
	height:25px;
	float:left;	
}
#alert_notification_tab a, #notice_notification_tab a, #weather_notification_tab a {
	margin:0;
	padding:0;
	display:block;
	height:25px;
	width:174px;
}
#alert_notification_tab a {
	background:url('/images/system/emergency_alert_tab.png') no-repeat 0 0;
}
#notice_notification_tab a {
	background:url('/Images/system/notice_alert_tab.png') no-repeat 0 0;
}
#weather_notification_tab a {
	background:url('/Images/system/weather_alert_tab.png') no-repeat 0 0;
}
#alert_notification_description, #notice_notification_description, #weather_notification_description {
	width:860px;  /* 960 minus padding */
	margin:0 auto;
	padding:5px 50px 0 50px;
	height:25px;  /*30 minus padding */
}
#alert_notification_description {
	background:url('/images/system/emergency_notification_detail_bar.png') no-repeat 0 0;
}
#notice_notification_description {
	background:url('/Images/system/notice_detail_bar.png') no-repeat 0 0;
}
#weather_notification_description {
	background:url('/Images/system/weather_notification_detail_bar.png') no-repeat 0 0;
}
#alert_notification_description, #alert_notification_description a {
	color:#fff;
}
#weather_notification_description, #weather_notification_description a {
	color:#fff;
}
#notice_notification_description, #notice_notification_description a {
	color:#313131;
}

	
/***** AUDIENCE NAVIGATION CSS ********/

#audience-navigation {
	height:35px;
	background:#e4c77a;
}
#audience-navigation  ul{
	list-style:none;
	padding:0;
	margin:0;
	color:#ddab35;
}
li#audience-navigation-first {
    width:30%;
}
li#audience-navigation-second{
    text-align:center;
    width:25%;
}
li#audience-navigation-third {
    text-align:center;
    width:20%;
}
li#audience-navigation-last{
    text-align:center;
    width:25%;
}
#audience-navigation  ul li {
	display:inline;
    text-align:center;
	line-height:35px;
}
#audience-navigation  ul li a{
	float:left;
	height:35px;
	line-height:35px;
	font-size:12pt;
	color:#000;
        width:100%;
	display:block;
	text-decoration:none;	
}
#audience-navigation  ul li a:hover{
	background:#ddab35;
}
#audience-navigation  ul li{
	float:left;
}
.audience_nav_divider {
	margin:0;
	padding:0;
	text-align:right;
	color:#ddab35;
}
#divider-one {
	position:relative;
	left:18px;
}
#divider-two {
	position:relative;
	left:19px;
}
#divider-three {
	position:relative;
	left:38px;
}

#pane-container {
    height:240px;
    overflow:hidden;
}


/**** NEWS & EVENTS TABS CSS ********/

#news_events_container {
	width:300px;
	overflow:auto;	
}

/*TABS*/
/* Style for Usual tabs */

.view_full a {
	padding:0;
	float:right;
	display:block;
	color:#5c855c;
}
.view_full a:hover{
	color:#DDAB35;
}
#tab_container_wrapper {
	width:300px;
	background:url('/images/system/homepage-news-events-tab-box-edges.png') no-repeat 0 28px;
	height:300px;
        overflow:hidden;
}
.usual {
	color:#111;
	padding:0;
	width:294px;
	height:300px;
	margin:0 auto;
}
.usual ul {
	list-style:none;
}
.usual li {
	display:block;
	float:left;
}
.usual li a {
	color:#000;
	font-weight:bold;
}
.tab-content {
	margin:0 0 0 4px;
	width:270px;
	padding:20px;
}
.tab-content  a {
	text-decoration: none;
}
.tab-content  ul li{
	border-bottom:1px solid #ccc;
}
.tab-content ul p {
	color:#999;
	font-size:8pt;
	display: inline;
}
/*****NEWS *******/

a#more-link, a#close-link {
	text-decoration:none;
	font-weight:bold;
	color:#5c855c;
}
a#more-link:hover, a#close-link:hover  {
	text-decoration:underline;
	color:#DDAB35;
}
#more-link {
	padding-right: 60px;
}
#close-link {
	padding-left: 60px;
}
#tab_news {
	margin: 0;
	padding-right:8px;
}
#tab1 ul li {
	padding:4px 0;
	width:100%;
}
#tab1 ul li a {
  /* no color assigned */
}
#tab1 ul li a:hover {
	color:#DDAB35;
}
#news_item_teaser {
	width:50%;
	float:left;
}
#news_item_photo {
	float:right;
	padding:5px;
	width:76px;  /*86 minus padding */
	height:76px;  /*86 minus padding */
	background:url('/images/system/news-item-image-box.png') no-repeat 0 0;
}
#news_item_photo  img {
	margin:8px 8px;
}
.usual li#tab_news a {
	margin:0;
	background:url('/images/system/news-icon.png') no-repeat 25px 2px;
}
.usual li#tab_events a {
	background:url('/images/system/events-icon.png') no-repeat 25px 0;
}
.usual li#tab_events a,
.usual li#tab_news a {
	display:block;
	width:71px; /* 148 minus padding */
	padding:0 10px 0 62px;
	height:27px;
	line-height:27px;
	text-decoration:none;
	color:#fff;
	background-color:#444;
}
.usual li#tab_events a:hover,
.usual li#tab_news a:hover {
	color:#fff;
	background-color:black;
 }
.usual li#tab_events a.selected, 
.usual li#tab_news a.selected {
	margin-bottom:0;
	color:#000;
	background-color:#fff;
	border-bottom:1px solid #fff;
	cursor:default;
}
.usual div {
	padding:10px 10px 8px 10px;
	*padding-top:3px;
	margin-top:0px;
	clear:left;
	background:#fff;
}

/*****EVENTS *******/
#tab2 ul li {
	padding:4px 0;
	width:100%;
}
#tab2 ul li a {
	float:left;
}
#tab2 ul li a:hover {
	color:#DDAB35;
}
.calendar_add {
	display:block;
	margin-left:60px;
	height:14px;
	width:15px;
	background:url('/images/system/add_to_calendar_icon.png') no-repeat 0 0;
}
.event_plus {
	display:block;
	margin-left:4px;
	height:14px;
	width:15px;
	background:url('/images/system/events_plus_icon.png') no-repeat 0 0;
}

/****** FEATURE ROTATOR CSS ******/

#feature-rotator {
	margin-top:8px;
}
#feature-rotator a {
	float:left;
}
a.feature_link {
	display:block;
}
a.feature_link  img {
	height:17px;
	margin-left:8px;
}
/****** MAIN NAVIGATION CSS ***********/
#home-main-navigation h2{
	margin:20px 0 0 0;
	color:#000;
	font-size:14pt;
	border-bottom:1px solid #ddab35;
}
#home-main-navigation h2 a{
	color:#000;
	text-decoration:none;
}
#home-main-navigation div {
	width:135px;
}
#home-main-navigation div ul{
	list-style:none;
	margin:0;
	padding:0;
}
#home-main-navigation div ul a{
	font-size:8pt;
	color:#000;
	text-decoration:none;
}
#home-main-navigation div ul a:hover{
	font-size:8pt;
	text-decoration:underline;
}

/***** HOME CALLOUTS SECTION ********/

#home-callouts ul {
	list-style:none;
	padding:0;
	display:inline;
}
#home-callouts ul li{
	margin:36px 10px 0 0;
	float:left;
}

/***** HOME FOOTER STYLES *****/

#full_background {
	width:100%;
}
#footer-wrapper {
	background:url('/images/system/footer-repeatable-background.png') repeat-x 50% 100%;
	position:relative;
	top:-80px;
	z-index:1;	
}
#footer-content {
	height:187px;
	padding:0;  
	color:#fff;	
	background:url('/images/system/footer-main-image.jpg') no-repeat 0 0;
}
	#footer-content p {
		font-size:12pt;
		float:right;
		padding:0;
		margin:162px 100px 0 0;
	}
	#footer-content a {
		color:#fff;
		margin: 0 0 0 60px;
		text-decoration:none;
                  cursor:pointer;
	}
	#footer-content a:hover {
		color:#fff;
		text-decoration:underline;
	}
#footer-address {
	float:left;
	margin:164px 0 0 148px;
}
#second_phone {
	font-size:10px;
}

span.bottom {
 visibility: hidden;
}


