/* Design 2 */

.wrapperHead {
	background-color: white;
}

h2.logoType a {
	width: 106px;
	height: 59px;
	background: url(../img/logo-type-green.png) no-repeat 7px 5px;
	float: left;
	text-indent: -9999px;
}

div.title {
	border-left: 4px solid #DDD;
}

div.title h1.faculty-name a, .title-mobile h1.faculty-name a {
	color: #4b7a39;
}

div.title p.faculty-title, .title-mobile p.faculty-title {
	color: #777;
}

.title-mobile .container {
	border-top: 4px solid #DDD;
}

.navBottom {
	background: url(../img/navbar-back.gif) repeat-x;
	height: 50px;
}

.navBottom li {
	margin-right: 0 !important;
	vertical-align: inherit;
}

.navBottom li a {
	padding: 7px 15px 0 15px !important;
	font-family: 'Arial Narrow', sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 1px 1px 3px #000;
	color: #fff;
	line-height: 36px;
	border-bottom: 7px solid transparent;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.navBottom li a i {
	vertical-align: inherit;
}

.navBottom li a:hover, .navBottom li.here a {
	border-bottom-color: #467c3b;
}

.navBottom li a.more:hover {
	border-bottom-color: transparent;
}

.navBottom li ul {
	background-color: #467c3b;
    position: absolute;
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 1000;
}

.navBottom li:hover ul {
    display: block;
}

.navBottom li ul li {
	display: block !important;
}

.navBottom li ul li:hover {
}

.navBottom li ul li a {
	border-bottom: none;
	padding-top: 12px !important;
	padding-bottom: 12px !important;
	display: block;
	line-height: normal;
}

.page-container {
	background: white url(../img/bg_page.gif) repeat-x left top;
}

.main-photo .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/feature_imgMask.png) repeat-x left bottom;
}

.main-photo .content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px;
}

.main-photo .content h1 {
	color: #FFFFFF;
	font-family: 'EfBold';
	font-size: 24px;
	line-height: 1em;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0;
}

.main-photo .content p {
	color: #777;
	font-family: 'Eflight', sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	text-transform: uppercase;
	margin: 4px 0 0;
}

body.secondary .sidebar-right .secondary-nav li a {
	color: #000000;
}

body.secondary .sidebar-right .secondary-nav li.here a {
	color: #7E99AA;
}

body.secondary .sidebar-right .secondary-nav li a:hover {
	color: #ffffff;
	background-color: #2E5A4B;
}

body.secondary .sidebar-right .secondary-nav li.here a:hover {
	color: #7E99AA;
	background-color: transparent;
}

/* Medium and up */
@media screen and (min-width: 40em) {
	.main-photo .content {
		padding: 24px 48px;
	}
	.main-photo .content h1 {
		font-size: 48px;
	}
	.main-photo .content p {
		font-size: 17px;
		margin-top: 0;
	}
}

/* Large and up */
@media screen and (min-width: 64em) {
}