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



		.logoWrapper {width: 100%;max-width: 1100px;margin: auto;min-height: 80px;}
		.ulmLogo {width: 80px;display: inline-block;float: left;padding: 0 16px 0 0;margin-top: 10px;margin-bottom: 10px;}
		/* secondary header ends */
		
		/* background logo not used .bgWatermark {} */
		
		.headlineContainer {width:100%;max-width:1100px;margin:0 auto;padding-top:60px;}

		#headline {font-family: Times,Times New Roman,Palatino,serif;font-weight: bold;margin-left: 0;color: #862633;line-height: 1.2em;display: inline-block;padding-left: 0;padding-top: 10px;box-sizing: border-box;border: 0;}

		.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 */

