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

* {
	margin: 0px;
	padding: 0px;
	}
body {
	font: normal 13px/1.5 Arial, Helvetica, sans-serif;
	color: #6c6c6c;
	background: #f3f3f3;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	}
img {
	border: 0px;
	}
p {
	padding-bottom: 12px;
	}
ul, ol {
	margin: 0 40px 15px 40px;
	}
a {
	color: #4253a6;
	}
h1 {
	font-size: 30px;
	font-weight: normal;
	color: #093463;
	}
h2 {
	font-size: 24px;
	font-weight: normal;
	}
h3 {
	font-size: 18px;
	font-weight: bold;
	color: #093463;
	}
h4 {
	font-size: 18px;
	font-weight: bold;
	color: #cccccc;
	}
blockquote {
	margin-left: 20px;
	}
.blue {
	color: #0d3267;
	font-weight: bold;
	}
/** Navigation **/
.menu {
	
	height: 27px;
	float: left;
	width: 955px;
	}
.menu ul {
	padding:0;
	margin:0;
	list-style: none;
	}
	.menu ul li {
		float: left;
		position: relative;
		}
	.menu ul li a {
		text-decoration: none;
		color: #000;
		height: 27px;
		text-align: center;
		line-height: 27px;
		font-size: 12px;
		text-indent: -1000em;
		overflow: hidden;
		display: block;
		z-index: 1;
		}
	.menu ul li:hover a {
		color: #3f4e9d;
		background: #fff;
		text-decoration: none;
		}
		.menu ul li a#welcome {
			background: url(../images/nav_welcome.jpg) no-repeat;
			width: 115px;
			}
			.menu ul li:hover a#welcome {
				background: url(../images/nav_welcome_over.jpg) no-repeat;
				}
		.menu ul li a#admissions {
			background: url(../images/nav_admissions.jpg) no-repeat;
			width: 113px;
			}
			.menu ul li:hover a#admissions {
				background: url(../images/nav_admissions_over.jpg) no-repeat;
				}
		.menu ul li a#academics {
			background: url(../images/nav_academics.jpg) no-repeat;
			width: 108px;
			}
			.menu ul li:hover a#academics {
				background: url(../images/nav_academics_over.jpg) no-repeat;
				}
		.menu ul li a#campus {
			background: url(../images/nav_campus.jpg) no-repeat;
			width: 115px;
			}
			.menu ul li:hover a#campus {
				background: url(../images/nav_campus_over.jpg) no-repeat;
				}
		.menu ul li a#offices {
			background: url(../images/nav_offices.jpg) no-repeat;
			width: 86px;
			}
			.menu ul li:hover a#offices {
				background: url(../images/nav_offices_over.jpg) no-repeat;
				}
		.menu ul li a#alumni {
			background: url(../images/nav_alumni.jpg) no-repeat;
			width: 83px;
			}
			.menu ul li:hover a#alumni {
				background: url(../images/nav_alumni_over.jpg) no-repeat;
				}
		.menu ul li a#news {
			background: url(../images/nav_news.jpg) no-repeat;
			width: 72px;
			}
			.menu ul li:hover a#news {
				background: url(../images/nav_news_over.jpg) no-repeat;
				}
/* Sub Nav */
.menu ul li ul {
	display: none;
	}
	.menu ul li:hover ul {
		z-index:2;
		display: block;
		position: absolute;
		top: 27px;
		width: 150px;
		border: 1px solid #d9d9d9;
		}
.menu ul li:hover ul li {
	width: 150px;
	border-bottom: 1px solid #d9d9d9;
	}	
.menu ul li:hover ul li a {
	display: block;
	background: #fff;
	color: #000;
	text-align: left;
	padding: 3px 3px 3px 10px;
	height: auto;
	line-height: 1.3em;
	width: 133px;
	border: 2px solid white;
	text-transform: none;
	text-indent: 0em;
	}
	.menu ul li:hover ul li:hover a {
		color: #4c5aa4;
		text-decoration: none;
		border: 2px solid #4c5aa4;
		}
	.menu ul li:hover ul li a.hide {
		background: url(../images/nav_arrow.gif) no-repeat right #fff;
		}
		.menu ul li:hover ul li:hover a.hide {
			background: url(../images/nav_arrow.gif) no-repeat right #fff;
			}
/* Sub-Sub Nav */
.menu ul li:hover ul li ul {
	display: none;
	margin-top: -1px;
	}
	.menu ul li:hover ul li:hover ul {
		display: block;
		position: absolute;
		left: 150px;
		top: 0;
		}
		.menu ul li:hover ul li:hover ul li a {
			background: #ffffff;
			color: black;
			border: 2px solid white;
			}
			.menu ul li:hover ul li:hover ul li:hover a {
				background: #ffffff;
				color: #4c5aa4;
				border: 2px solid #4c5aa4;
				}
/* Last Drop down */
.menu ul li:hover ul li:hover ul.left {
	left:-109px;
	}
/** Home Page **/
#home_top {
	background: url(../images/home_top2.jpg) repeat-x #f3f3f3;
	}
.home_bg {
	background: url(../images/home_bg2.jpg) center no-repeat;
	width: 100%;
	height: 450px;
	float: left;
	top: 0px;
	}
.home_welcome {
	float: left;
	width: 955px;
	color: #424449;
	padding-top: 9px;
	}
	.home_welcome p {
		padding-top: 100px;
		}
	.home_welcome img.right_image {
		float: right;
		padding-left: 75px;
		}
.white {
	width: 100%;
	float: left;
	background: #fff;
	}
	.home_content {
		width: 955px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 17px;
		}
	.home_nav {
		float: left;
		width: 137px;
		}
		.home_nav a {
			font-size: 11px;
			text-decoration: none;
			color: #848c96;
			}
			.home_nav a:hover {
				text-decoration: underline;
				}
	.home_news {
		float: left;
		width: 270px;
		}
		.home_news table {
			width: 270px;
			} 
			.home_news td {
				padding: 2px;
				vertical-align: top;
				font-size: 11px;
				}
			.home_news a {
				text-decoration: none;
				font-weight: bold;
				}
/** Tier 2 Pages **/
#t2_top {
	background: url(../images/t2_top2.jpg) repeat-x #f3f3f3;
	}
.t2_bg {
	width: 100%;
	background: url(../images/t2_bg2.jpg) top center no-repeat;
	float: left;
	}
.header_container {
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	color: #043959;
	}
	.header {
		float: left;
		width: 955px;
		height: 157px;
		color: #043959;
		}
		.header_container a {
		/*color: #0d3267*/
			color: #043959;
			text-decoration: none;
			}
			.header_container a:hover {
				text-decoration: underline;
				}
		.header_container table {
			margin-top: 30px;
			}
		.header_container table td {
			padding: 3px 10px;
			}
			.header_container input {	
				border: 1px solid #043959;
				color: #043959;
				background: #ffffff;
				}
.t2_white {
	background: /*url(../images/content_bg.jpg) top center no-repeat */ #fff;
	width: 100%;
	float: left;
	}
	.content_container {
		width: 955px;
		margin-left: auto;
		margin-right: auto;
		}
		.content {
			float: left;
			width: 955px;
			background: url(../images/t2_content_bg.gif) repeat-y;
			margin: 5px 0;
			}
			.leftnav {
				float: left;
				width: 217px;
				background: url(../images/leftnav.gif) no-repeat;
				min-height: 394px;
				padding: 20px 0;
				}
				.leftnav ul {
					margin: 0px;
					padding: 0 0 0 70px;
					list-style-image: url(../images/blue_arrow.gif);
					}
					.leftnav li a{
						color: #6c737a;
						text-decoration: none;
						}
						.leftnav li a:hover {
							text-decoration: underline;
							}
					.leftnav ul ul {
						margin-left: -45px;
						}
			.maintext {
				float: left;
				width: 420px;
				padding: 20px 40px 20px 28px;
				}
				.maintext2 {
					float: left;
					width: 670px;
					padding: 20px 40px 20px 28px;
					}
			.righttext {
				float: left;
				width: 250px;
				padding: 20px 0;
				}
				.righttext h2 {
					background: url(../images/right_header.jpg) repeat-x;
					font-size: 14px;
					color: #fff;
					padding: 0 0 0 20px;
					margin-bottom: 5px;
					text-transform: uppercase;
					}
					.rightbox {
						border: 2px solid #e2e2e3;
						background: url(../images/rightbox_bg.jpg) bottom repeat-x;
						padding: 10px 15px;
						margin-bottom: 15px;
						font-size: 11px;
						}
/** Footer **/
.top_border {
	border-top: 7px solid #ededed;
	float: left;
	width: 100%;
	}
	.footer {
		width: 955px;
		margin-left: auto;
		margin-right: auto;
		text-align: right;
		color: #8194b7;
		padding-top: 10px;
		padding-bottom: 30px;
		}
		.footer a {
			color: #8194b7;
			text-decoration: none;
			padding: 0 5px;
			}
