/************************************************************************
* NACADA N10-PageLayout Global CSS Stylesheet
* Author:	Victor Holt, Gary Cunningham
* Date:		May 8, 2009
* This file belongs to NACADA and is not to be used without expressed 
* permission by the owner. 
***********************************************************************
* Maintenance Log
* xxx mm/dd/yyyy xxxxxxxxxxxxxxxxxxxx
***********************************************************************
*/
/************************************************************************
* Global Layout CSS
************************************************************************/
html {
	height: 100%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

body {
	background-color: #f5f2eb;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	font-family: Lucida Grande, Verdana, Sans-serif;
	font-size: 14px;
	color: #000000;
	height: 100%;
	text-align: left;
}

.cls { clear: both; overflow: hidden; }
img { border: none; }

/************************************************************************
* Page Layout CSS
************************************************************************/
div#master { width: 960px; }
table.master-table { width: 960px; }
table.master-table td.rt-shadow { 
	background-image:url(http://nacada.ksu.edu/templates/images/lt_shadow.gif); 
	background-repeat:repeat-y; 
	width:10px; 
}
table.master-table td.lt-shadow { 
	background-image:url(http://nacada.ksu.edu/templates/images/rt_shadow.gif); 
	background-repeat:repeat-y; 
	width:10px; 
}
div#page-separator { 
	background-image:url(http://nacada.ksu.edu/templates/images/top_sep_line.gif); 
	background-repeat: repeat-x; 
	width: 100%; 
	height: 3px; 
}
/************************************************************************
* Topbar Layout CSS
************************************************************************/
div#top-bar {
	background-color: #10385e;
	width: 100%; 
	height: 27px; 
	text-align: left; 
	color: #fff; 
}
div#top-bar .links {
	top: 5px;  
	font-size: 8px; 
	padding-left: 10px; 
	position: relative;
}
div#top-bar .links .separator {
	padding-left: 10px; 
	padding-right: 10px; 
}
div#top-bar a {
	top: 5px; 
	color: #fff; 
	text-decoration: none; 
		font-size: 11px; 
}
div#top-bar a:hover {
	background-color: #990033;
	height: 23px;
	border: 0px solid #fff;
	text-decoration: underline; 
	color:#fff;
}
/************************************************************************
* Banner Area Layout CSS
************************************************************************/
td.banner-area { 
	background-color: #ffffff; 
	width: 250px; 
	height: 93px; 
	overflow:hidden; 
}
div#nacada-banner {
	background-image:url(http://nacada.ksu.edu/templates/images/logo.gif); 
	background-repeat:no-repeat; 
	width: 250px; 
	height: 93px; 
}
td.rotation-banner {
	background-color: #ffffff; 
	width: 690px; 
	height: 93px; 
	overflow:hidden;

}
td.rotation-banner .nacada-alert-banner {
	background-image:url(http://www.nacada.ksu.edu/Images/Animated/Animated30YrSeal.gif);
	background-position: 0% 50%;
	background-repeat: no-repeat;
	background-color: #fff;
	width: 70px;
	height: 93px;	
	display:none;
	position:relative;
	left: 90%;
	z-index:100;
}
/************************************************************************
* Main Navigation Bar Layout CSS
************************************************************************/
/*div#nav-bar {
	background-image:url(http://nacada.ksu.edu/templates/images/navbar_bg.gif); 
	background-repeat:repeat-x; 
	width: 100%; 
	height: 44px; 
}*/
div#nav-bar {
	background-color: #10385e;
	width: 100%;
	font-size: 12px;
	height: 2.2em;
	color: #fff;
}
#nav-bar ul { padding: 0; margin: 0; }
#nav-bar li {
	list-style-type: none;
	width: 9em;
	font-weight:normal;
	height: 2.1em;
	line-height: 2.1em;
	text-align: center;
	margin-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	border: none;
	float: left;
}
#nav-bar li a {
	display:block; 
	color: #fff; 
	text-decoration: none;
}
#nav-bar li.selected a {
	background-color: #990033; 
	border: 1px solid #fff;
	color: #fff; 
	text-decoration: underline; 
} 
#nav-bar li a:hover {
	background-color: #990033; 
	border: none;
	color: #fff; 
	text-decoration: underline; 
}

div.navlink {
	background-repeat: 
	no-repeat; 
	float: left; 
}

.member-link { 
	display: block;
	background-image:url(http://nacada.ksu.edu/templates/images/member_img.gif);	
	background-position: 0px 0px;
	width: 296px;
	height: 44px;
	float: left;	
	cursor: hand;
}
a:hover .member-link { background-position: -296px 0px; }

.home-link { 
	display: block;
	background-image:url(http://nacada.ksu.edu/templates/images/navbar.gif);	
	background-position: 0px 0px;
	width: 88px;
	height: 44px;
	float: left;	
	cursor: hand;
}
a:hover .home-link { background-position: -584px 0px; }
a .home-link.selected, a:hover .home-link.selected { background-position: -1168px 0px; }

.about-link { 
	display: block;
	background-image:url(http://nacada.ksu.edu/templates/images/navbar.gif);	
	background-position: -88px 0px;
	width: 133px;
	height: 44px;
	float: left;
	cursor: hand;	
}
a:hover .about-link { background-position: -672px 0px; }
a .about-link.selected, a:hover .about-link.selected { background-position: -1256px 0px; }

.events-link { 
	display: block;
	background-image:url(http://nacada.ksu.edu/templates/images/navbar.gif);	
	background-position: -221px 0px;
	width: 74px;
	height: 44px;
	float: left;
	cursor: hand;	
}
a:hover .events-link { background-position: -805px 0px; }
a .events-link.selected, a:hover .events-link.selected { background-position: -1389px 0px; }

.programs-link { 
	display: block;
	background-image:url(http://nacada.ksu.edu/templates/images/navbar.gif);	
	background-position: -295px 0px;
	width: 93px;
	height: 44px;
	float: left;
	cursor: hand;	
}
a:hover .programs-link { background-position: -879px 0px; }
a .programs-link.selected, a:hover .programs-link.selected { background-position: -1463px 0px; }

.resources-link { 
	display: block;
	background-image:url(http://nacada.ksu.edu/templates/images/navbar.gif);	
	background-position: -388px 0px;
	width: 99px;
	height: 44px;
	float: left;
	cursor: hand;	
}
a:hover .resources-link { background-position: -972px 0px; }
a .resources-link.selected, a:hover .resources-link.selected { background-position: -1556px 0px; }

.services-link { 
	display: block;
	background-image:url(http://nacada.ksu.edu/templates/images/navbar.gif);	
	background-position: -489px 0px;
	width: 95px;
	height: 44px;
	float: left;
	cursor: hand;	
}
a:hover .services-link { background-position: -1073px 0px; }
a .services-link.selected, a:hover .services-link.selected { background-position: -1657px 0px; }
/************************************************************************
* UI Menu Layout CSS
************************************************************************/
#ui-nav-menu ul { padding: 0; margin: 0; }
#ui-nav-menu li {
	font-weight: normal;
	list-style-type: square;
	text-align: left;
	text-indent: 0px;
	margin-top: 0px;
	margin-left: -28px;
	margin-bottom: 3px;
	border: none;
}

#ui-nav-menu-indent li {
	font-weight: normal;
	list-style-type: square;
	text-align: left;
	text-indent: 0px;
	margin-top: 0px;
	margin-left: -8px;
	margin-bottom: 3px;
	border: none;
}

#ui-nav-menu li a {
	display:block; 
	color: #10385e; 
	text-decoration: none;
}
#ui-nav-menu li a:hover {
	background-color: #fff; 
	color: #990033; 
	text-decoration: underline; 
}

/************************************************************************
* Website Search Layout CSS
************************************************************************/
input.searchbox {
	position: relative; 
	top: -4px; 
	height: 15px;
}
input.searchbtn {
	position: relative; 
	top: -4px; 
	height: 21px; 
	border: 1px 
	solid #000;
}

/************************************************************************
* Footer Area Layout CSS
************************************************************************/
div#footer { 
	width: 960px; 
	height: 12px;
}
div#footer div.left-footer {
	background-image:url(http://nacada.ksu.edu/templates/images/lt_bt_shadow.gif); 
	background-repeat: no-repeat; 
	width: 12px; 
	height: 12px; 
	float: left; 
}
div#footer div.middle-footer {
	background-image:url(http://nacada.ksu.edu/templates/images/bt_shadow.gif); 
	background-repeat: repeat-x;
	width: 936px; 
	height: 12px; 
	float: left;
}
div#footer div.right-footer {
	background-image:url(http://nacada.ksu.edu/templates/images/rt_bt_shadow.gif);
	background-repeat: no-repeat; 
	width: 12px;
	height: 12px;
	float: right;
}

