@charset "utf-8";
/* Association of Franciscan Colleges and Universities */
/* 8/2008 NPB */


* {
    font-family: Verdana, Arial, Helvetica, sans-serif; margin:0; padding:0;
	font-size: 1em;
}


div.clearfloats {
	clear: both;
}

#allWrapper {
	width: 820px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;

}

#topWrapper {
	width: 100%;
}

#header {
	width:100%;


}






/*Horizontal portion of menu */

#navBar {
	float:left;
	margin-left:144px;
	margin-top:-18px;
	width:655px; 			/* makes the navBar div full width */
	font-size:.8em;			/* SET FONT-SIZE HERE */
}



#navBar ul {
	margin:0 0 0 0px;  		/* Indents ul menu items from edge of container - NOTE: different value for IE6 */

}


#navBar li {
	background-color:#660000; 	/*sets the background of the menu items */
	border-right:1px solid #C2C2C2; /* creates dividing lines between the li elements */
	float:left;	
	list-style-type:none;		/* removes the bullet off each list item */
	position:relative; 		/* positioning context for the absolutely positioned drop-down */


}


#navBar li:first-child {
	border-left:1px solid #000000; 	/*the first vertical line on the menu */
}



#navBar li:hover { 
	background-color:#A30000; 	/*sets the background of the menu items */
}


#navBar a {
	color:#FFF;			/* sets the type color */
	display:block;
	padding:1px 15px; 		/*creates space each side of menu item's text */
	text-decoration:none;	 	/* removes the underlining of the link */	

}

#navBar a:hover {
	color:#14FFFF;
}

/* Horizontal menu ends  */



/* Drop down portion of menu begins  */

#navBar ul li ul {
	border-left:1px solid #000;
	border-right:0; 	/* stops SCBs drops having two right borders - they inherit the border, IE doesn't */
	display:none;
	font-size:.8em;		/*sets the font size for the drop down.  Cascades (relative to) from #navBar */
	margin-left:-1px; 	/*aligns the drop exactly under the menu */
	position:absolute; 	/* positions the drop-down ul in relation to its relatively positioned li parent */
	width:15em; 		/*sets the width of the menu - in combo with the li's 100% width, makes the menu stack*/
	z-index:10;		/* puts drop-down on top of div - Safari needs this as menu is 1px higher */
}

#navBar ul li:hover ul {
	display:block;
}


#navBar ul li ul li{
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	width:100%;
}


/* Drop down menu ends  */

#left {
	float:left;
	margin-left:8px;
}

#right {
	float:left;
	margin-left:-3px;	
}




#content {
	background-color:#E5E8EF;
	border-bottom:2px solid #414141;
	border-left:1px solid #414141;
	border-right:1px solid #414141;
	font-size: 0.9em;
	float:left;
	margin-top:-1px;
	min-height:463px;
	width:636px;
}


#content h1, h2, h3, h4, h5, h6, p {
	margin-top:10px;
	padding-left:20px;
}

#content h1 {
	font-size:1.3em;

}

#content h1 a {
	color:#000000;
	text-decoration:none;
}

#content h1 a:hover {
	color:#956751;
	text-decoration:none;
}

#content h2 {
	font-size:1.1em;

}

#content h3 {
	font-size:1em;
	margin-bottom:5px;

}

#content hr {
	margin-top:10px;
}


#content p  {
	margin-right:10px;
	margin-top:10px;
	padding-bottom:10px;
	padding-right:20px;
}


#content p a{
	text-decoration:none;
}

#content p a:hover {
	color:#FFCC00;
}

#content dl {
	margin-left:30px;
}

#content  dl dt {
	font-weight:bold;
	margin-top:10px;
}

#content dl dd {
	margin-left:20px;
}


#content table {
	border-spacing:3px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	vertical-align:top;
}

#content table a {
	color:#660000;
	text-decoration:none;
	text-align:left;

}

#content table a:hover {
	color:#E00000;
	
}

#content table tr td {
	font-size:.8em;
	padding:2px;

}


#content ul {
	margin-left:40px;
	margin-top:10px;
}



#contentheading h1 {
	text-align:center;
}

#contentheading h3 {
	margin-top:0px;
	text-align:center;
}

#contentheading img {
    	display: block;
    	margin-left: auto;
    	margin-right: auto;
	margin-top:10px;
}


#contentlogo {
	float:left;
	margin:15px;

}


#contentlogo img {

    	margin-left: auto;
    	margin-right: auto;
}



#footer  {
	background-image: url(../images/layout/footer.gif);
	background-position: center;
	background-repeat: no-repeat;
	font-size:.7em;
	height:159px;
	margin-left:-15px;
	margin-top:-12px;
	width:100%;
}

#footer a {
	text-decoration:none;
}

#footer p {
	padding-top:25px;
	padding-left:75px;
	padding-right:75px;
	text-align:center;
}


.bold {
	font-weight:bold;
}

.bordercollapse {
	border-collapse:collapse;

}


.caption {
	font-size:.7em;
	font-weight:bold;

}

.center {
	text-align:center;
}

.columnBrown {
	background-color:#DECCC3;
}

.columnYellow {
	background-color:#D9D9BF;
}

.floatleft {
	float:left;
}

.imageLeft {
	border:1px solid #000;
	float:left;
	margin:10px;

}

.mapnumber {
	color:#8a181a;
	font-weight:bold;
	padding-right:5px;
	text-align:right;

}

.thinborder {
	border: 1px solid #414141;

}


