/** HEADER
    
	custom.css
    Terra Dotta
    Copyright 2009-2010.                              
    Please check for cross-browser compatibility prior to making changes
    MINIMUM BROWSER CHECK :: IE7,Firefox,Safari

 **/
 
/** CSS DOCUMENT **/

/** BODY AND OUTER WRAPPERS **/

	body {
		font-size:62.5%;
		font-family:Arial, Helvetica, sans-serif;
		margin:0 auto;
		padding:0;
		color:#000000;
	}
	/** BASIC LINK COLORS **/
	a:link {
		color:#0022B4;
	}
	a:visited {
		color:#0022B4;
	}
	a:active {
		color:#0022B4;
	}	
	a:hover {
		color:#0022B4;
	}
	#mainContainer {
		/** contains all page elements **/
		/** establish page width; center page in browser window **/
		margin:0 auto;
		padding:0 0 20px 0;
		min-height:576px; /** does not work in IE7 **/
		width:900px;
  		min-width:900px;
		background:none;
	}
	#mainContainerInside {
		/** secondary main contaner **/
		/** may provide background image, color or padding **/
	}

/** HEADER **/

	#headerContainer {
		/** contains title, subtitle, and horizontal main menu **/
		width:100%;
	}
	#headerContainer #header1 {
		/** container for the site title **/
		background:none;
    border-bottom: 0px;
    color: #EEEEEE;
    padding: 0px;

		
	}
	#headerContainer #header1 h1 {
		/** site title **/
		font-size:1.8em;
		font-weight:normal;
		margin:0px;
		padding:0px;
		line-height:100%;
	}
	#headerContainer #header1 h1 a:link {
		color:#ffffff;
		text-decoration:none;
	}
	#headerContainer #header1 h1 a:visited {
		color:#ffffff;
		text-decoration:none;
	}
	#headerContainer #header1 h1 a:active {
		color:#ffffff;
		text-decoration:underline;
	}
	#headerContainer #header1 h1 a:hover {
		color:#ffffff;
		text-decoration:underline;
	}
	#headerContainer #header2 {
		/** container for the site subtitle **/
		padding:15px 20px;
		color:#ffffff;
		text-indent:-99999px;
	}
	#headerContainer #header2 h2 {
		/** site subtitle **/
		padding:0px;
		margin:0px;
		font-size:1.4em;
		font-weight:normal;
		line-height:100%;
	}
	#headerContainer #mainNavigation {
		/** container for the main horizontal nav **/
		width:100%;
		background-color:#cccccc;
		text-align:right;
	}
	#headerContainer #mainNavigation ul {
		display:block;
		font-size:1.1em;
		line-height:100%;
		margin:0;
		padding:7px 20px;
	}
	#headerContainer #mainNavigation ul li {
		/** establish space and border between options **/
		margin:0px;
		list-style:none;
		display:inline;
		padding:0px 0.75em 0px 1em;
		border-left:1px solid #aaaaaa;
  font-size:13px
	}
	#headerContainer #mainNavigation ul li a:link {
		/** main nav link color **/
		font-weight:normal;
		color:#666666;
		text-decoration:none;
	}
	#headerContainer #mainNavigation ul li a:visited {
		/** main nav link color **/
		font-weight:normal;
		color:#666666;
	}
	#headerContainer #mainNavigation ul li a:active {
		/** main nav link hover color **/
		color:#ffffff;
	}
	#headerContainer #mainNavigation ul li a:hover {
		/** main nav link hover color **/
		color:#ffffff;
	}
	#headerContainer #mainNavigation ul li.first {
		border:none;
		padding-left:0px;
	}
	#headerContainer #mainNavigation ul li.last {
		padding-right:0px;
	}
/** CONTENT AREAS **/

	#contentWrap {
		/** main content wrapper, contains the left and right columns **/
		width:100%;
		margin:0px;
		background: url(../images/bg_trans.png) left top repeat;
		float:left;
	}
	#contentWrap #leftColumn {
		/** contains the left side navigation and announcements **/
		margin:0px;
		padding:0px;
		width:200px;
		float:left;
		background:none !important;
	}
	#contentWrap #leftColumn #leftColumnInside {
		/** secondary left column contaner **/
		/** may provide background image, color or padding **/
		padding-left:5px;
		padding-bottom:10px;
	}
	#contentWrap #rightColumn {
		/** contains the page content **/
		width:700px;
		float:left;
		font-size:1.4em;
		margin:0px;
		padding:0px;
	}
    #contentWrap #rightColumn a{text-decoration:underline}
    #contentWrap #rightColumn a:hover{text-decoration:none}
	#contentWrap #rightColumn #rightColumnInside {
		/** secondary right column contaner **/
		/** may provide background image, color or padding **/
		padding:10px 10px 20px 10px;
	}

/** LEFT COLUMN NAVIGATION **/

	#leftColumn #leftNavigation {
		/** wrapper for left side menu **/
		margin:10px 0px 0px 0px;
		font-size:1.1em;
		line-height:1.1em;
		border:0px;
		background:none !important; 
	}
	#leftColumn #leftNavigation #SA_TOC_Container {
		/** secondary wrapper for left side menu **/
	}
	#leftColumn #leftNavigation #SA_TOC_Container a {
		/** attributes of all menu links **/
		display:inline;
		text-decoration:none;
	}
	/* TOP LEVEL OPTIONS */
	.level0block {
		display:block;
		margin:0px;
		padding:0px;
	}
	.level0item {
		font-size:11px;
		padding:0px;
		margin:0px;
		list-style:none;
		line-height:13px;
		font-weight:normal;
		height:auto;
		
	}
	.level0text {
		padding:4px 20px 4px 20px;
		background-image:none;
		color:#000;
	}
	.level0text a:link {
		color:#000000;
	}
	.level0text a:visited {
		color:#000000;
	}
	.level0text a:active {
		color:#0022B4;
	}
	.level0text a:hover {
		color:#0022B4;
	}
	.level0text a.hovered {
		color:#0022B4;
	}
	/* FIRST SUBMENU OPTIONS */
	.level1block {
		display:none;
		margin:0px;
		padding:0px !important;
	}
	.level1item {
		font-size:11px;
		padding:0px;
		margin:0px;
		list-style:none;
		line-height:12px;
		font-weight:normal;
	}
	.level1text,.level1text_off {
		padding:4px 20px 4px 35px;
		background-image:none;
	}
	.level1text a:link {
		color:#0022B4;
	}
	.level1text a:visited {
		color:#0022B4;
	}
	.level1text a:active {
		color:#0022B4;
	}
	.level1text a:hover {
		color:#0022B4;
	}
	.level1text a.hovered {
		color:#0022B4;
  text-decoration:underline!important
	}					
	/* SECOND SUBMENU OPTIONS */
	.level2block {
		display:none;
		margin:0px;
		padding:0px;
	}
	.level2item {
		font-size:11px;
		padding:0px;
		margin:0px;
		list-style:none;
		line-height:12px;
		font-weight:normal;
	}
	.level2text {
		padding:7px 20px 7px 50px;
		background-image:none;
	}
	.level2text a:link {
		color:#336699;
	}
	.level2text a:visited {
		color:#336699;
	}
	.level2text a:active {
		color:#336699;
	}
	.level2text a:hover {
		color:#336699;
	}
	.level2text a.hovered {
		color:#0022B4;
	}
	/* THIRD SUBMENU OPTIONS */
	.level3block {
		display:none;
		margin:0px;
		padding:0px;
		background-color:#d3d3d3;
	}
	.level3item {
		font-size:11px;
		padding:0px;
		margin:0px;
		list-style:none;
		line-height:12px;
		font-weight:normal;
	}
	.level3text {
		padding:7px 20px 7px 65px;
		background-image:none;
	}
	.level3text a:link {
		color:#6699cc;
	}
	.level3text a:visited {
		color:#6699cc;
	}
	.level3text a:active {
		color:#0022B4;
	}
	.level3text a:hover {
		color:#0022B4;
	}
	.level3text a.hovered {
		color:#0022B4;
	}

	/** MENU BUTTON STATES **/
	.link-selected {
		/** currently selected menu option text and bg **/
		font-weight:bold;
		background-color:#ffffff;
		color:#0022B4;
	}
	.link-selected a:link {
		/** hyperlink on selected option **/
		color:#0022B4;
		text-decoration:none;
	}
	.link-selected a:visited {
		/** hyperlink on selected option **/
		color:#0022B4;
		text-decoration:none;
	}
	.link-selected a:active {
		/** hyperlink on selected option **/
		color:#0022B4!important;
		text-decoration:none;
	}
	.link-selected a:hover {
		/** hyperlink on selected option **/
		color:#0022B4;
		text-decoration:none;
	}
	
	/** ICON FOR MENU EXPANSION AND COLLAPSE, BY LEVEL **/
	.level0item.expandable .level0text {
		background-image:url(../images/TOCplus.gif);
		background-position:5px 6px;
		background-repeat:no-repeat;
	}
	.level0item.expandable .level0text.expandabletexthovered {
		background-image:url(../images/TOCplushovered.gif);
		background-position:5px 6px;
		background-repeat:no-repeat;
		color:#0022B4;
	}
	.level0item.expandable.submenuopen .level0text {
		background-image:url(../images/TOCminus.gif);
		background-position:5px 6px;
		background-repeat:no-repeat;
  color:#0022B4;
  font-weight:bold
	}
	.level0item.expandable.submenuopen .level0text.expandabletexthovered {
		background-image:url(../images/TOCminushovered.gif);
		background-position:5px 6px;
		background-repeat:no-repeat;
	}	
	.level1item.expandable .level1text {
		background-image:url(../images/TOCplus.gif);
		background-position:20px 6px;
		background-repeat:no-repeat;
	}
	.level1item.expandable .level1text.expandabletexthovered {
		background-image:url(../images/TOCplushovered.gif);
		background-position:20px 6px;
		background-repeat:no-repeat;
		color:#0022B4;
	}
	.level1item.expandable.submenuopen .level1text {
		background-image:url(../images/TOCminus.gif);
		background-position:20px 6px;
		background-repeat:no-repeat;
	}
	.level1item.expandable.submenuopen .level1text.expandabletexthovered {
		background-image:url(../images/TOCminushovered.gif);
		background-position:20px 6px;
		background-repeat:no-repeat;
	}	
	.level2item.expandable .level2text {
		background-image:url(../images/TOCplus.gif);
		background-position:35px 6px;
		background-repeat:no-repeat;
	}
	.level2item.expandable .level2text.expandabletexthovered {
		background-image:url(../images/TOCplushovered.gif);
		background-position:35px 6px;
		background-repeat:no-repeat;
		color:#0022B4;
	}
	.level2item.expandable.submenuopen .level2text {
		background-image:url(../images/TOCminus.gif);
		background-position:35px 6px;
		background-repeat:no-repeat;
	}
	.level2item.expandable.submenuopen .level2text.expandabletexthovered {
		background-image:url(../images/TOCminushovered.gif);
		background-position:35px 6px;
		background-repeat:no-repeat;
	}	

/** ANNOUNCEMENTS **/

	#announcements-frame {
		/** container for announcements **/
		margin:10px 0px 0px 0px;
		border-bottom:5px #999999 solid;
		background:none !important;
	}
	#announcements-box {
		/** secondary wrapper for announcements **/
	}
	#announcements-box h3 {
		/** announcements box title **/
		font-size:1.1em;
		margin:0px;
		padding:7px 20px;
		background-color:#666666;
		line-height:1.1em;
		color:#ffffff;
	}
	#announcements-box #controls {
		/** previous and next buttons **/
		margin:0px;
		padding:0px;
		height:15px;
		background-color:#cccccc;
		width:195px;
	}
	#announcements-box #controls li {
		float:left;
		width:95px;
		list-style:none;
		margin:0px;
		padding:2px 0px 0px 0px;
	}
	#announcements-box #controls li #prev {
		/** previous button, default state **/
		display:block;
		height:11px;
		width:50px;
		overflow:hidden;
		text-indent:-999em;
		background:transparent url(../images/ANMTprev.gif) 20px 1px no-repeat;
	}
	#announcements-box #controls li #prev:hover {
		/** previous button, hovered state **/
		background:transparent url(../images/ANMTprev.gif) 20px -8px no-repeat;
	}
	#announcements-box #controls li #next {
		/** previous button, default state **/
		display:block;
		float:right;
		height:11px;
		width:50px;
		overflow:hidden;
		text-indent:-999em;
		background:transparent url(../images/ANMTnext.gif) 25px 1px no-repeat;
	}
	#announcements-box #controls li #next:hover {
		/** previous button, hovered state **/
		background:transparent url(../images/ANMTnext.gif) 25px -8px no-repeat;
	}
	#announcements-box #announcements-list {
		display:block;
		font-size:1.1em;
		margin:10px 20px 0px 20px;
		padding:0px;
		height:12em;
	}
	#announcements-box #announcements-list li {
		list-style:none;
		margin:0px;
		padding:0px;
	}
	#announcements-box #announcements-list li h4 {
		margin:0px 0px 0.25em 0px;
		font-size:1.1em;
		padding:0px;
	}
	#announcements-box #announcements-list li p {
		margin:0px 0px 0.25em 0px;
		padding:0px;
		color:#0022B4;
	}
    #announcements-box #announcements-list li p a:hover{text-decoration:none}
	#announcements-box p.more {
		padding:15px 20px 5px 20px;
		margin:0px;
		border:0px;
	}
	#announcements-box p.more a {
		text-decoration:none;
	}
    #announcements-box p.more a:hover{text-decoration:underline}

/** USER NAVIGATION **/

	#rightColumn #userNav {
		/** wrapper for menu that appears when logged in **/
		background-color:#ffffff;
		font-size:0.786em;
		padding:8px 20px 8px 20px;
		margin:0px;
		text-align:right;
		line-height:1.1em;
		border-bottom:#dddddd 1px solid;
	}
	#rightColumn #userNav small {
		font-size: 1em;
	}
	#rightColumn #userNav a.authBar {
		font-weight:normal;
		text-decoration:underline;
		display:inline;
		color:#666666;
		font-size:1em;
	}
	#rightColumn #userNav a.authBar:hover {
		color:#0022B4;
		font-weight:normal;
		text-decoration:underline;
	}
	#rightColumn #userNav .authBar {
		color:#999999;
	}
/** BREADCRUMB **/

	#rightColumn #BreadCrumbs {
		/** breadcrumb container **/
		color:#666666;
		margin:0px 0px 10px 0px;
		padding:0px;
		font-weight:bold;
	}
	#rightColumn #BreadCrumbs img {
		padding: 0px 2px 0px 3px;
	}
	#rightColumn #BreadCrumbs a:link {
		color:#0022B4;
		text-decoration:none;
		font-weight:normal;
	}
	#rightColumn #BreadCrumbs a:visited {
		color:#0022B4;
		font-weight:normal;
	}
	#rightColumn #BreadCrumbs a:active {
		color:#0022B4;
		text-decoration:underline;
		font-weight:normal;
	}
	#rightColumn #BreadCrumbs a:hover {
		color:#0022B4;
		text-decoration:underline;
		font-weight:normal;
		font-size:8pt !important;
	}
	#BreadCrumbs a, .TabBorderReverse a, .TabBorderReverse a:visited, #BreadCrumbs a:visited {
}
#BreadCrumbs a:hover, .TabBorderReverse a:hover {
    font-size: 8pt !important;
    text-decoration: underline;
}
#BreadCrumbs, .TabBorderReverse a {
    font-size: 8pt !important;
    text-decoration: none;
}
#BreadCrumbs {
    padding-bottom: 8px;
}
#BreadCrumbs a{ font-size:8pt !important;}
#BreadCrumbs a:hover{ font-size:8pt !important;}
/** FOOTER **/

	#footer {
		/** footer container **/
		clear:both;
	}
	#footerTop {
		/** footer row one **/
		text-align:right;
		padding-bottom:10px;
	}
	#footerBottom {
		/** footer row two **/
		text-align:right;
	}
/** ADMIN LAYOUT ADJUSTMENTS **/

	/** MAIN CONTAINER **/
	#mainContainer.admin-template {
		width:auto;
		margin:0px;
	}

	/** CONTENT AREA **/
	#mainContainer.admin-template #rightColumn {
		float:none;
		width:auto;
		margin:0px 0px 0px 200px;
	}

	/** ADMIN VIEWS **/
	#contentAdmin table, #sa_content table {
		font-size: 0.857em;
	}
	#contentAdmin table table {
		font-size: 1em;
	}
	#contentAdmin table .Small,
	#sa_content table .Small {
		font-size: 0.917em;
	}
	#contentAdmin td.Small {
		padding:3px 5px;
	}
	#sa_tips {
		line-height:133%;
		font-size:0.857em;
	}
	#sa_tips img {
		clear:none;
	}


#header{ padding:15px 0 0 0; height:113px;}
#logo{height:55px; background:url(../images/offstudabrd_w.gif) 0 0 no-repeat}
#logo a{width:206px; height:55px; text-decoration:none;display:block}
#search ul.links li{padding: 0 8px 0 2px;}
#azbox ul li{display:inline; margin:0 0 0 2px}
#azbox{
	height:25px;
	width: 180px;	
	border:1px solid #999;
	display: none;
	position:absolute;
	margin: 1px 0 0 73px;
	padding: 4px;
	line-height:15px;
}
#search {
    text-align: right; float:right
}
.background1{background:url(../images/banner_background1.gif) center 0 no-repeat; min-width:900px;
    position: relative;
    z-index: 2;}
#buildingicon {
    margin-top: 23px;
    text-align: center;
}
div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24 {
    float: left;
    margin-right: 12px;
}
.span-9 {
    width: 330px;
}
.prepend-1 {
    padding-left: 38px;
}
.append-2 {
    padding-right: 76px;
}
.span-4 {
    width: 140px;
}
#search ul.links li {
    padding: 0 9px 0 2px;
}
#search ul.links, #search ul.links li {
    display: inline;
    list-style-type: none;
}
img{border:none}
#search ul.links li a:visited, #search ul.links li a {
    color: #A0C5FF;
}
#search ul.links li a {
    font-size:12px; text-decoration:none
}
#search ul.links li a:hover{text-decoration:underline}
#search input, #search select {
    font-size:11px;
}
#search .ku_searchtext{width:128px}
#search ul.links{margin:3px 0 0; display:block; padding:0}
#azbox { 
	text-align:center;
	background: #efefef url(../images/whiteblue_gradient.gif) repeat-x; font-size:12px; text-transform:uppercase;
}
#azbox ul{margin:0; padding:0}
#azbox ul a{text-decoration:none}
#azbox a:hover{ background-color:#E8000D; color:white;}


#footer{background:url(../images/footer_bg.gif) left bottom repeat-x;  font-size:12px; min-width:900px}
#concave{
		background: url(../images/footertop.png) center 3px  no-repeat;
		width: 100%;
		padding:50px 0 5px;
}
#myfooter{
		margin-left: auto !important;
		margin-right: auto !important;
		padding-bottom:0px;
		height:115px;
}
.clearfix, .container {
    display: block;
}
#footerjayhawk {
    padding-top: 28px;

    text-align: center;
}
#footertagline h5 {
    font:17px "Times New Roman",Times,serif;
    margin: 0;
}
#footertagline h4, #footertagline h5, #footertagline h6 {
    color: #999999;
    text-transform: uppercase;
}
h5 {
    color: #444444;
    font-family: arial;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.1em;
    margin: 10px 0 3px;
    padding: 0;
}
#footertagline h4 {
    font: 24px "Times New Roman",Times,serif;
    margin: 0;
}
#footertagline h4, #footertagline h5, #footertagline h6 {
    color: #999999;
    text-transform: uppercase;
}
h4 {
    color: #444444;
    font-family: arial;
    font-size: 1.125em;
    font-weight: bold;
    line-height: 1.1em;
    margin: 10px 0 3px;
    padding: 0;
}
#breadcrumbarea{ 
		width:100%; 
		background:url(../images/breadcrumbbar.png) top center repeat-x;
		height:26px;
}
#breadcrumb{margin:0 auto; width:900px;height:25px;}
#breadcrumb ul li.kulink{background:none; padding:0 5px 0 0;}	
#breadcrumb ul li.kulink img{vertical-align:top; padding-top:3px;} 
#breadcrumb ul{padding:3px 0 0 0; margin: 0; height:25px; }
#breadcrumb ul li a{color:#0022B4;}
#breadcrumb ul li{display:inline; color:#E8000D; margin:0; padding:4px 5px 4px 20px; vertical-align:middle; height:25px;	background: transparent url(../images/breadcrumb_separator.png) no-repeat top left;}

#bottomarea{ 
		width:100%; 
		background: #8b8f90 url(../images/footerbottom.jpg) top center no-repeat; font-size:13px
}
#bottom{margin:0 auto; width:900px; text-align:center; color:#ffffff;padding:5px 0 23px 0;}
#bottom ul.links{padding: 3px 0; margin:0}
#bottom ul.links li{display:inline; margin:0; padding:0 5px; list-style-type:none;}
#bottom a{ color:#ffffff; text-decoration:none}
#bottom a:hover{ color:#ffffff; text-decoration:underline}
	
/* Jayhawk area in the footer */
#footerjayhawk{text-align:center; padding-top:28px;}	

/* Tag line area, default to right aligned */
#footertagline{text-align:right; margin-top:15px}
#footercontact{font-size:13px; color:#444; line-height:16px;}
#myfooter a {
    color: #0022B4!important;
    text-decoration: none;
}
#myfooter a:hover{text-decoration:underline!important}

.container {
    margin: 0 auto;
    width: 900px;
}
.span-10 {
    width: 368px;
}
.span-4 {
    width: 140px;
}
div.last {
    margin-right: 0;
}

#azpopuplink a{background:url(../images/downcarot.gif) right center no-repeat; padding-right:9px}

* html #kubackground {width:100% /* callback value */;
width:expression(((document.compatMode && 
document.compatMode=='CSS1Compat') ? 
document.documentElement.clientWidth : 
document.body.clientWidth) 
> 921 ? "100%" : (((document.compatMode && 
document.compatMode=='CSS1Compat') ? 
document.documentElement.clientWidth : 
document.body.clientWidth) < 921 ? "921" : "100%")); } 
* html #headerContainer {width:100% /* callback value */;
width:expression(((document.compatMode && 
document.compatMode=='CSS1Compat') ? 
document.documentElement.clientWidth : 
document.body.clientWidth) 
> 921 ? "100%" : (((document.compatMode && 
document.compatMode=='CSS1Compat') ? 
document.documentElement.clientWidth : 
document.body.clientWidth) < 921 ? "921" : "100%")); } 
* html #mainNavigation {width:100% /* callback value */;
width:expression(((document.compatMode && 
document.compatMode=='CSS1Compat') ? 
document.documentElement.clientWidth : 
document.body.clientWidth) 
> 921 ? "100%" : (((document.compatMode && 
document.compatMode=='CSS1Compat') ? 
document.documentElement.clientWidth : 
document.body.clientWidth) < 921 ? "921" : "100%")); } 
* html #contentWrap {width:100% /* callback value */;
width:expression(((document.compatMode && 
document.compatMode=='CSS1Compat') ? 
document.documentElement.clientWidth : 
document.body.clientWidth) 
> 921 ? "100%" : (((document.compatMode && 
document.compatMode=='CSS1Compat') ? 
document.documentElement.clientWidth : 
document.body.clientWidth) < 921 ? "921" : "100%")); } 
* html #footer {width:100% /* callback value */;
width:expression(((document.compatMode && 
document.compatMode=='CSS1Compat') ? 
document.documentElement.clientWidth : 
document.body.clientWidth) 
> 921 ? "100%" : (((document.compatMode && 
document.compatMode=='CSS1Compat') ? 
document.documentElement.clientWidth : 
document.body.clientWidth) < 921 ? "921" : "100%")); } 

#contentAdmin{width:99%}
.noUL{text-decoration:none!important}
.noUL:hover{text-decoration:underline!important}


img.bg {
    height: 100%;
    left: 0;
    min-height: 100%;
    min-width: 1280px;
    position: fixed;
    top: 0;
    width: 100%;
}


.admin-template #contentWrap #leftColumn{ background-color:#eee !important}
.admin-template #leftColumn #leftNavigation {
    background-color: #E6E6E6 !important;
    border-top: 1px solid #F2F2F2;}
.admin-template .level0item {
    border-bottom: 1px solid #F2F2F2;}
.admin-template .level1block {
    background-color: #E0E0E0;}
.admin-template .level1item {
    border-top: 1px solid #E6E6E6;}