  @charset "UTF-8";
/* CSS Document */


/* maroon header information below */
		#bannerMenuWrapper {width:100%;display:block;background:#862633;}

		.bannerMenu {width:100%;display:block;max-width:1100px;margin:0 auto;font-size:.9em;}	
		.bannerMenu .menuOne a {text-decoration:none;color: #fff;display:block;padding:12px 20px 12px 20px;}
		.bannerMenu .menuOne a:hover {text-decoration:none; color: #fff; background-color:#50151D;}	
		.bannerMenu .menuTwo .menuButton a {text-decoration:none;color: #fff;display:block;margin:9px;padding:2px 28px;border:1px solid #fff;box-sizing: border-box;}
		.bannerMenu .menuTwo .menuButton a:hover {text-decoration:none; color: #fff; background-color:#50151D;}		
		.bannerMenu .menuTwo #quickLinks a {text-decoration:none;color: #fff;display:block;padding:12px;border:0px solid #fff;box-sizing: border-box;background-color:#50151D;}
		.bannerMenu .menuTwo #quickLinks a:hover {background-color:#000;}	
		.bannerMenu ul {margin:0;padding:0;}
		.bannerMenu /*.menuOne*/ li {list-style: none;display:inline-block;}
		/* list item positioning */
		
		.dropDownLink {display:inline;}
		.dropDownLink:hover .dropDownItems {display:none;}/*block hover turned off*/
		.dropDownItems {display:none;position: absolute; width:70%;max-width:700px;background:#fff;border-right:1px solid #862633;background:#fff;border-left:1px solid #862633;border-bottom:1px solid #862633;padding:10px 10px 20px 10px;box-sizing: border-box;}
		
		.menuOne {display:inline-block;}
		.menuTwo {display:inline-block;float:right;}
		
		/* #m-cse-search-box {margin:12px 0 0 0;} */
		#cse-search-box {margin: 10px 0 0 0;}
		/* maroon header ends */

		.logoWrapper {width:100%;max-width:1100px;margin:auto;}
		.ulmLogo {width:90px;padding:0 16px 0 0;margin-top:10px;margin-bottom:10px;}
		/* secondary header ends */
		
		/* background logo begins will need to relocate bg image */
		.bgWatermark {/*background-color:#eee;*/width:100%;min-height:144px;margin-top:-150px;margin-bottom:8px;/*background-image:url(/_resources/images/ulm-logo-bg.png);background-repeat: no-repeat;background-position: center -180px;*/}
		
		.headlineContainer {width:100%;max-width:1100px;margin:0 auto;padding-top:60px;}
		#headline {/*border-left:2px solid #eaaa00;*/padding-left:114px;font-weight:bold;font-family:Times,Times New Roman,Palatino,serif;margin-left:0;color:#862633;line-height: 1.2em;}
		.collegeName {display:none;}/*may be temporary, this is the default naming*/

/* local minimenu */
		
#menuItemsWrapper {max-width:1090px;margin:0 auto;}
#menuItemsWrapper a {text-decoration:none; padding:8px 10px;color: #862633;display:block;}
#menuItemsWrapper a:hover {text-decoration:none; color: #fff; background-color:#57595d;}
		
.localMiniMenu {width:100%;min-height:20px;background: #eee /*#c8c9c7*/;display:block;margin-top:-22px;}
.localMiniMenu ul {padding:0;margin:0;text-align:center;list-style: none;font-size:1em;}
.localMiniMenu ul li {display:inline-block;padding:0 3%;box-sizing: border-box;}
		

@media screen and (max-width: 992px) {}	
@media screen and (max-width: 768px) {}	
@media screen and (max-width: 576px) {}
@media screen and (max-width: 460px) {}


/* ends media queries */

