/* CSS Document */

* {
	margin: 0;
	padding: 0;
}


body {
	font-family: Arial, helvetica, sans-serif;
	font-size: small;
	color: #11336a;
	-webkit-text-size-adjust: none;
}


img {
	display: block;
	border:0px;
}


h1 {
	font-size: 18px;
	font-weight: 800;
	padding-bottom: 10px;
}


h2 {
	font-size: 20px;
	font-weight: bold;
}


h3 {
	font-size: 17px;
	font-weight: bold;
	padding-bottom:10px;
}


h4 {
	font-size: 15px;
	font-weight: bold;
	padding-bottom:5px;
}


p {
	padding-bottom: 10px;
}


.underline {
	text-decoration:underline;
}


.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
}


a {
	color: #b91a39;
}


a:visited {
	color: #b91a39;
}


hr {
	margin:10px;
}


table {
	margin-bottom:10px;
}


table th {
	padding:5px;
}


table td {
	padding:2px;
}


#main {
	padding-top: 10px;
	width: 740px;
	margin: 0 auto;
}


#logo {
	float: left;
	width: 320px;
	padding-top:10px;
}


#topmenuitems {
	float: left;
	width: 120px;
	padding-right: 5px;
	padding-left:30px;
}


#topmenuitems li {
	padding-bottom: 5px;
	padding-left:5px;
	list-style: none;
}


#topmenuitems a {
	text-decoration: 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;
}


#leftmenu {
	float: left;
	width: 160px;
	padding-top: 10px;
}


#vertmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 160px;
}


#vertmenu h2 {
	display: block; 
	background-color:#11336a;
	font-size: 11px;
	font-weight: bold; 
	padding: 3px 0 3px 3px;
	color: #ffffff;
	margin: 0px;
	width:160px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}


#vertmenu ul {
	list-style: none;
	border: none;
}


#vertmenu ul li a {
	font-size: 11px;
	display: block;
	padding: 3px 0px 3px 3px;
	text-decoration: none;
	width:160px;
}


#vertmenu ul li a:hover, #vertmenu ul li a:focus {
	color: #ffffff;
	background-color: #b91a39;
}


#vertmenu ul li:last-child a:hover, #vertmenu ul li:last-child a:focus {
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}


#vertmenu ul li a:hover img {
	border:1px solid #ffffff;
	display:inline;
	float:left;
	margin-right:5px;
}


#breadcrumbs {
	font-size: 10px;
	color: #b91a39;
	padding-bottom: 10px;
}


#maincontent {
	padding-top: 10px;
	padding-left: 10px;
	float: right;
	width: 560px;
}


/*#pagetitle {
	font-size: 18px;
	font-weight: 800;
	padding-bottom: 5px;
}*/


#maincontent img {
	display: block;
	padding: 3px;
}


#maincontent ol {
	padding-bottom:10px;
	padding-right: 20px;
	padding-left: 25px;
}


#maincontent ol li {
	padding-top:3px;
	padding-bottom:3px;
	list-style-position: outside;
}


#maincontent ol li ol li {
	list-style:lower-alpha !important;
}


#maincontent ol li ol li ol li {
	list-style:lower-roman !important;
}


#maincontent ol li ol li ul li {
	list-style:disc !important;
}


#maincontent ol li ol li ol li ol li {
	list-style:decimal !important;
}


#maincontent ul {
	padding-bottom: 10px;
}


#maincontent ul li {
	/*list-style-type:disc;*/
	margin-left: 25px;
	padding-bottom:3px;
	padding-top:3px;
}


#maincontent ul li ul li {
	list-style-type:circle !important;
	padding-bottom: 5px;
}


#maincontent ul li ul li ul li {
	list-style-type:square !important;
	padding-bottom: 5px;
}


#maincontent dl {
	padding-bottom:10px;
}


#maincontent dd {
	padding-bottom:10px;
}


#footer {
	width: 740px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom:10px;
	font-size: 10px;
}


#footer p {
	/*line-height: 125%;*/
	padding-bottom:5px;
	text-align:center;
}


#footer a {
	text-decoration: none;
}


#print {
	font-family:Verdana;
	font-size:80%;
	text-align:left;
}


#print a {
	vertical-align:bottom;
}


.printfooter {
	display:none;
}


#printlink {
	padding-top:10px;
}


#printlink img {
	float:left;
}


.smtext {
	font-size: smaller;
}


.smallText {
	font-size: x-small;
	font-weight: bold;
}


.error {
	padding:10px;
}


.skiplink{
	display:none;
}


.noshow {
	visibility:hidden;
	height:1px;
	width:1px;
}


.important {
	color:#b91a39;
}


.totop {
	padding:20px;
	text-align:right;
}


/* begin CSS for alumni pages */
#memories {
	width:740px;
	height:200px;
	margin:5px 5px 5px 5px;
	padding-bottom:15px;
	border-bottom-color:#b91a39;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	clear:both;
}


#headlines {
	width:740px;
	/*height:210px;*/
	float:none;
	margin:5px 5px 5px 5px;
	padding-bottom:5px;
	border-bottom-color:#b91a39;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}


#headlines img {
	/*width:200px;*/
	padding:5px;
	float:left;
	margin-right:5px;
	margin-left:5px;
	clear:both;
}
	
	
/*#alumni_award {
	width:550px;
	float:none;
	margin:5px 5px 5px 5px;
	padding-bottom:5px;
	border-bottom-color:#b91a39;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	height:250px;
}


#alumni_award_image {
	width:200px;
	height:200px;
	padding:5px;
	float:left;
	margin-right:5px;
	margin-left:5px;
}*/


.event_content {
	width:550px;
	float:left;
	margin: 0px;
	padding-bottom:5px;
	padding-top:5px;
	border-top-color:#b91a39;
	border-top-style:dotted;
	border-top-width:1px;
	height:300px;
}


.event_content img {
	padding:5px;
	float:right;
	margin-right:5px;
	margin-left:5px;
}


.event_links {
	width:240px;
	height:300px;
	padding:5px;
	float:left;
	margin-right:5px;
	margin-left:5px;
}


#atmacheader {
	padding-bottom:10px;
}


#atmactitle {
	font-family:Georgia;
	font-size:35px;
	float:left;
	padding-bottom:5px;
}


#atmacdate {
	font-family:Georgia;
	float:right;
	padding-top:22px;
	padding-bottom:5px;
}
/* end CSS for alumni pages*/


/* begin CSS for sitemap */
#sitemap {
	margin-left:20px;
	font-size: 20px;
	font-weight: bold;
	color: #b91a39;
	list-style-image:url(/includes/images/rarrow.gif);
}


#sitemap ul {
	margin-left:30px;
}


#sitemap ul li {
	padding:2px;
	list-style-image:url(/includes/images/rarrow.gif);
}


#sitemap li ul {
	font-size: 16px;
	font-weight: bold;
	color: #b91a39;
	padding:3px;
}


#sitemap li ul li ul {
	font-family: Arial, helvetica, sans-serif;
	font-size: small;
	color: #11336a;
	font-weight:100;
	padding:3px;
}


#sitemap li ul li ul li ul {
	font-family: Arial, helvetica, sans-serif;
	font-size: small;
	color: #11336a;
	font-weight:100;
	padding:3px;
}
/* end CSS for sitemap */


/* begin CSS for news pages */
.news_releases {
	width:540px;
	margin-top:7px;
}


.releases {
	width:520px;
	float:left;
	padding-left:20px;
	border-bottom:dotted;
	border-bottom-width:thin;
	margin-bottom:7px;
}
/* end CSS for news pages */


/* begin CSS for athletics main page */
#slideshow {
	padding-bottom:10px;
}


#athletics_events {
	width:300px;
	float:left;
	border-right:1px dotted #11336a;
	padding-right:30px;
}


#athletics_news {
	border-top:1px dotted #11336a;
	width:300px;
	padding-top:10px;
}

#athletics_welcome {
	width:200px;
	float:right;
}
/* end CSS for athletics main page */


/* begin CSS for res halls page */
.hall {
	width:550px;
	padding-bottom:10px;
	padding-top:10px;
	border-bottom-color:#b91a39;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	text-align:center;
}
/* end CSS for res halls page */