/* CSS Document */

* {
	margin: 0;
	padding: 0;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #11336a;
	-webkit-text-size-adjust: none; /*makes sure iPhones do not mess with our CSS */
}


img {
	display: block;
	border: 0px;
}


p {
	padding-bottom: 10px;
}


a {
	color: #b91a39;
	text-decoration: none;
}


a:visited {
	color: #b91a39;
}


h1 {
	color: #ffffff;
	padding: 5px;
	padding-left:8px;
	font-size: 16px;
	font-weight: 800;
	background: #11336a;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
}


#main {
	padding-top: 10px;
	width: 740px;
	margin: 0 auto;
}


#logo {
	float: left;
	width: 320px;
	padding-top:10px;
	padding-right:15px;
}


#topmenuitems {
	float: left;
	width: 120px;
	padding-right: 5px;
	padding-left:30px;
	padding-top:8px;
}


#topmenuitems li {
	padding-bottom: 5px;
	padding-left:5px;
	list-style: none;
}


#topmenusearch {
	float: right;
	width: 250px;
	padding-bottom: 5px;
	/*margin-top:15px;*/
	font-size: 12px;	
}


#dropmenu {
	/*margin-top:15px;*/
}


#mainmenu {
	text-align:center;
	width: 740px;
	height: 15px;
	padding-bottom: 2px;
	/*padding-left:2px;*/
	color:#ffffff;
}


#mainmenu a {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	display:inline;
	padding-right:4px;
	padding-left:4px;
}


* html #mainmenu p {
	margin-bottom:-15px; /* hack for any IEs less than 6 because p's in IE 6- don't do what I want them to; this'll show 'em */
}


.plaiddivider {
	background-image:url(/includes/images/plaidline.jpg);
	background-repeat:no-repeat;
	height:12px;
	width:740px;
}


.headerpic {
	background-image:url(/includes/images/mac_campus.jpg);
	width:740px;
	height:124px;
}


#highlights {
	float: right;
	width: 495px;
	font-size: 12px;
	padding-bottom: 3px;
}


#highlights p {
	margin: 5px;
	padding-bottom:10px;
}


#highlights a {
	color:#b91a39;
	text-decoration: underline;
}


#highlights ul {
	margin-left:20px;
	padding-bottom:10px;
}


#highlights a:visited {
	color:#b91a39;
}


#mainimages {
	float: left;
	width: 240px;
	padding-right: 5px;
	padding-bottom: 5px;
}


#emergency {
	float: left;
	width: 740px;
	font-weight: bold;
	font-size:14px;
	color: #FF0000;
	/*padding-top: 5px;*/
}


#emergency p {
	margin: 5px;
	padding-bottom:10px;
}


#info {
	float: left;
	width: 245px;
}


#info a {
	font-weight: 700;
}


#info p {
	padding: 5px;
}


#info img {
	display: inline;
}


#calendar {
	float: left;
	width: 495px;
}


#calendar a {
	font-weight: 700;
}


#calendar p {
	padding: 5px;
}


#calendar img {
	display: inline;
}


#calendar #events {
	float:left;
	width:350px
}


#links {
	float: right;
	width: 135px;
	padding-top:10px;
}


#footer {
	width: 740px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom:10px;
	font-size: 10px;
}


#footer p {
	/*line-height: 125%;*/
	padding-bottom:5px;
	color: #11336a;
	text-align:center;
}


.printfooter {
	display:none;
}


.skiplink{
	display:none;
}


.smallText {
	font-size: x-small;
}


.important {
	color:#b91a39;
}