
/* Main style tweaks */

.main-content h1 {
	font-size: 22px;

}

.main-content h2 {
	font-size: 18px;
	color: #003567;
	margin-bottom: 0px;

}

.main-content h2 + p {
	margin-top: 4px;
}

.main-content h3 {
	font-size: 14px;
	color: #007bc4;
	margin-bottom: 0px;

}

.main-content h3 + p {
	margin-top: 4px;
}

.main-content h3 + ul {
	margin-top: 4px;
}

.main-content li {
	font-size: 12px;
}

.main-content a {
	color: #007bc4;
}


#nav-main a {
	text-decoration: none;
}

#nav-main a:hover {
	text-decoration: underline;
	/*color: #eaaf0f; */
}


/* slideshow tweaks */

.flex-direction-nav a {
	height: 44px;
	text-shadow: 0;
	text-decoration: none;
}

.flex-control-nav {
	bottom: 33px;
	left: -383px;
}

.flex-control-paging li a {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 0;
}

.flexslider {
	border: 0;
}



/* hero links on homepage */

.hero-links {
	margin-top: -86px;
}

.hero-links ul li a {
	width: inherit;
	padding: 4px 27px;
}



.slideshow {
	overflow: hidden;
}

/* Nav-main adjustments*/

#nav-main ul.nav-main-1 {
	width: auto;
}

#nav-main ul.nav-main-2 {
	width: 0;
	display: none;
}

/* SIDEBAR LINKS MODIFICATIONS*/

.aside ul li a {
	padding-left: 10px;
}

.aside ul li a.selected {
	font-weight: bold;
}

.aside ul li ul li {
	margin-left: 20px;
	border-bottom: 0;
}

.aside ul li ul li a {
	padding-left: 10px;
}

/* ADDITIONAL STYLES */

table.contactlist {
	border-collapse:collapse;
	background:#fff;
}

table.contactlist td {
	border: 1px solid #0072c6;
	padding: 5px;
	font-size: 12px;
	
}

td.contactlist-site {
	background-color:#CFEAFE !important;
	font-size: 14px;
	height: 30px;
}


/* STUDENT RESOURCES BUTTONS*/

ul.student-resources {	
    padding-left: 0px;
}

ul.student-resources li {
	display: inline-block;
	margin: 3px;
	
}

ul.student-resources li a {
	display: block;
	padding: 10px 5px;
	width: 132px;
	text-align: center;
	text-decoration: none;
	background: #003567;
	color: #fff;
}

ul.student-resources li a:hover {
	background: #FC3;
	color: #003567;
}


/* IE7 Inline Block fixes*/

/*

#nav-main li {
	display: inline-block;
	line-height: 18px;
	border-right: 1px solid #fff;
	zoom: 1;
    *display: inline;
}

.footer li {
	display: inline-block;
	zoom: 1;
    *display: inline;
}

*/