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

body {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #313131;
}

a {
	text-decoration: none;
	color: #242365;
}

h1, h2, h3 {
	font-family: 'AmbleBoldItalic';
	font-weight: normal;
	
}
	h1 {
		background: url('../images/header_bg.jpg') right no-repeat;
		color: #fff;
		font-family: 'alex_brushregular';
		font-size: 38px;
		width: auto;
		display: block;
		line-height: 1.2em;
		margin: 0 0 5px 0;
		padding: 10px 7px 7px 7px;
		text-shadow: 0 0 3px #000;
	}
	
	#wide-col h1  {
		background-position: left;
	}
	
	h2.entry-title {
		background: url('../images/header_bg.jpg') right no-repeat;
		color: #fff;
		margin: 0 0 5px 0;
		padding: 10px 7px 7px 7px;
	}
	
	h3 {
		font-size: 24px;
		color: #242366;	
		letter-spacing: -.03em;
	}

.clr {
	clear: both;
}

#pageOverlay {
	background-color: rgba(0,0,0, .8);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9998;
	display: none;
}

#slide-container {
	position: relative;
	top: 0;
	overflow: hidden;
	z-index: 1;
}

	#slide {
		position: relative;
		top: 0;
	}
	
	#slideOverlay {
		height: 100%;
		width: 100%;
		max-width:1382px;
	}
	
		#slideOverlay img {
			height: 100%;
			width: 100%;	
		}
	
		#mission {
			position: absolute;
			top: 140px;
			left: 10px;
			z-index: 2;
			font-family: 'AmbleItalic';
			font-weight: normal;
			font-size: 20px;
			/*text-shadow: 1px 1px 0px #fff;*/
			color: #fff;
			text-shadow: 1px 1px 0px #000;
			line-height: 1.4em;	
			padding: 25px 15px;
			background-color: rgba(0,0,0,.2);
		}
		
			#mission h2 {
				font-family: 'alex_brushregular';
				font-size: 48px;
				margin: 0 0 15px 0;
			}

		#slide img {
			position: absolute;
			z-index: 0;
			vertical-align:middle;
		}

.nav-wrapper {
	position: fixed;
	z-index: 2;
	top: 0;
	width: 100%;
}

	.admin-bar .nav-wrapper {
		top: 28px;
	}

#nav {
	position: relative;
	background: url('../images/nav_bg.png') no-repeat;
	
}

	#logo {

	}
	
	#nav-btn {
		display: none	
	}
	
	
	#menu {
		font-family: 'AmbleItalic';
		font-weight: normal;
		
	}
	
		#menu ul {
			display: block;
			list-style: none;
		}
		
		#menu li {
			position: relative;
		}
		
		#menu li a {
			color: #000;			
		}
		
		#menu li a:hover {
			text-decoration: none;
		}
		
		/** Sub Menu **/
		#menu ul li:hover ul, #menu ul li ul:hover {
			display: block;
		}
		
		#menu ul li ul {
			display: none;
			position: absolute;
			top: 63px;
			left: 0;
			background-color: rgba(255,255,255, .9);
			min-width: 220px;
			-webkit-border-bottom-right-radius: 6px;
			-webkit-border-bottom-left-radius: 6px;
			-moz-border-radius-bottomright: 6px;
			-moz-border-radius-bottomleft: 6px;
			border-bottom-right-radius: 6px;
			border-bottom-left-radius: 6px;
			-o-transition: 1s;
			-ms-transition: 1s;
			-moz-transition:1s;
			-webkit-transition:1s;
			/* ...and now for the proper property */
			transition:1s;
			padding: 0 0 10px 0;
		}
		
		#menu li li {
			margin: 0;
		}
		
		#menu li li a {
			float: none;
			margin: 0;
		}
		
		#menu li li a:hover {
			background-color: #242366;
			color: #fff;
		}
		

#content-wrapper {
	background: url('../images/content_bg.jpg') top center no-repeat;
	display: block;
}

	#left-col {
		padding: 15px 0 0 0;
	}
	
		#left-col p {
			padding: 3px 10px;	
		}
	
	#right-col {
		background: url('../images/sidebar_div.png') top left no-repeat;
		overflow: hidden;
		min-height: 550px;
	}
	
	.sidebar-img {
		text-align: center;	
	}
	
	.widget_nav_menu ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
		.widget_nav_menu ul li {
			background: url('../images/blue_arrow.jpg') 2px 8px no-repeat;
			padding-left: 20px;
			
		}
		
		.widget_nav_menu ul li a {
			display: block;
			height: 23px;
			min-width: 213px;
			padding: 3px 0 0 0;
			margin: 0 0 3px 0;
		}
		
		.widget_nav_menu ul li a:hover {
			background: url('../images/sidebar_menu_bg.jpg') top right no-repeat;
			text-decoration: none;
			font-weight: bold;
		}

#footer {
	background: #656565;	
}

	#footer-inner {
		color: #fff;
		padding: 15px 0;
	}
	
		#foot-menu {
			font-family: 'AmbleRegular';
			font-weight: normal;
			margin-bottom: 20px;
			font-size: 16px;
			width: 680px;
			float: left;
			font-style: italic;
		}
		
			#foot-menu ul {
				display: block;
				list-style: none;
				margin-left: 0px;
				margin-top: 20px;
			}
			
			#foot-menu ul li {
				float: left;
				margin: 0 15px 0 15px;
			}
			
			#foot-menu li a {
				color: #FFF;			
			}
			
			#foot-menu li a:hover {
				color: #E1E1E1;
			}
		#service-logos {
			margin: 100px 0 0 0;	
		}
		
			#service-logos ul li {
				margin: 0 10px 0 10px;
			}
		.disclaimer {
			text-align: center;
			font-size: 11px;
		}
		
		.copyright {
			text-align: center;
			margin: 20px 0;
		}
		
		.last_modified {
			text-align: center;
			font-size: 11px;
		}
		
		#foot-contact {
			width: 268px;
			float: right;
			margin: 0 0 30px 0;
		}
		
			#foot-contact h3 {
				color: #fff;
				font-size: 22px;
				margin: 0 0 5px;
			}
			
			#foot-contact h4 {
				color: #fff;
				font-size: 17px;
				margin: 0 0 5px;
			}
	
/*** CAMPUS TOUR ***/
.campus_thumb {
	position: absolute;
	background: #fff;
	padding: 5px 5px 5px 5px;
	border-radius: 4px;
	box-shadow: 3px 3px 12px #000;
	width: 200px;
	display: none;
	top: 0;
	left: 0;
	font-size: 12px;
}

	.campus_thumb img {
		width: 200px;
		height: auto;
	}

.campus_photo {
	position: fixed;
	background: #fff;
	padding: 10px 10px 10px 10px;
	top: 50%;
	left: 50%;
	margin-top: -310px;
	margin-left: -460px;
	border-radius: 4px;
	box-shadow: 6px 6px 15px #000;
	display: none;
	z-index: 9999;
}

	.close-campus-photo {
		text-align: right;
		font-weight: bold;
	}
	
	.close-campus-photo:hover {
		cursor: pointer;
		
	}
	
.search-entry {
	border-bottom: 1px dotted #e1e1e1;
	margin-bottom: 15px; 
	padding-bottom: 10px;
}