@charset "utf-8";

/* Header */

.wf-loading body {
    visibility: hidden;
}

.header {
	padding: 0em 0em 0em;
}



.logo a:active, .logo a:focus {
	background:none;
}

.ntuNavigationBg {
	background: #ffffff;
	padding: 1.2em 0em;
}

.internalLinks {
	text-align:right;
	/* color:#d2d2d2; */
	color:#004878;
	font-size:85%;
	padding: 0.6em 1.2em;
	*padding: 0.6em 0em;
}

.internalLinks a:link, .internalLinks a:visited {
	/* color:#787878; */
	color:#004878;
	text-decoration:none;
	font-weight:normal;
}

.internalLinks a:hover {
	/* color:#787878; */
	color:#004878;
	text-decoration:underline;
}

.internalLinks a:focus, .internalLinks a:active {
    /* background: none repeat scroll 0 0 #FFFFCC;
    color: #ed1165; */
    background: none repeat scroll 0 0 #FFFFEE;
    color: #E8005A;
    outline: medium none;
    text-decoration: underline;
}

.ntuNavigation {
	font-size: 152%;
    letter-spacing: 0.5px;
	font-family:"FS Albert Web Light", Verdana , sans-serif	;
}

.ntuNavigation ul {
	margin:0;
	padding:0;
	text-align:right;
}

.ntuNavigation ul li {
    display: inline;
    list-style-type: none;
	padding: 0em 0.8em 0em 0em;
}

.ntuNavigation a:link, .ntuNavigation a:visited  {
	text-decoration:none;
	color:#004878;
	font-weight:normal;
}

.ntuNavigation a:hover  {
	text-decoration:underline;
}

.ntuNavigation a:focus, .ntuNavigation a:active {
    /* background: none repeat scroll 0 0 #FFFFCC;
    color: #ed1165; */
    background: none repeat scroll 0 0 #FFFFEE;
    color: #E8005A;
    outline: medium none;
    text-decoration: underline;
}

.search {
	float:right;
	padding:0.5em 0.8em 0em;
}

#siteSearchInput {
    border: 1px solid #949494 !important;
    border-radius: 4px 4px 4px 4px !important;
    color: #555555 !important;
    float: left !important;
    font-size: 85% !important;
    margin-left: 0.5em !important;
    margin-top: 0 !important;
    padding: 4px 0 4px 5px !important;
	width:200px !important
}


.search .searchButton {
	background:url(/styles/version_3/background-images/search-icon.png) no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    height: 17px;
    margin: 4px 0 0 -23px;
    position: relative;
    width: 18px;
	float:left;
}

.topHomepageImage {
    float: left;
    height: 100%;
    width: 100%;
}

.topHomepageImage img {
    height: 100%;
    width: 100%;
}

/* Footer */

.footer {
	background: #ffffff;
	border-top: 4px solid #e1e1e1;
	color: #4e4e4e;
	padding-top:1em;
	margin-bottom:4em
}

.footer h3 {
    color: #E8005A !important;
    font-family: "FS Albert Web Light",Verdana,sans-serif;
    font-size: 152%;
    font-weight: normal;
    letter-spacing: 0.5px;
    margin-top: 0;
	padding-bottom:0
}

.footer p {
	line-height:1.8em;
	margin-top:8px;
}

.footer ul {
    padding: 0;
	list-style-type:none;
	margin:0;
	margin-top:1em;
	margin-left:0
}

.footer li {
    background-image: url("/styles/version_3/background-images/arrow-pink-small.png");
    background-position: left 8px;
    background-repeat: no-repeat;
    display: block;
    padding: 0.5em 0 0.7em 1em;
    text-decoration: none;
}

.leftFooter {
	border-right:1px solid #ededed;

}

.leftFooterContent {
	padding-bottom:1em;
	padding-left:1em;
}

.middleFooter {
	border-right:1px solid #ededed;
	padding-bottom:1em;
	min-height:16em
}

.middleFooter ul {
    float: left;
	margin-top:0;
	list-style-type:none;
	margin:0;
	margin-top:9px;
	font-size:90%;

}

.middleFooter ul.leftQuicklinks {
	width: 43%;
}

.middleFooter ul.rightQuicklinks {
    width: 55%;
}

.rightFooter {
	padding-bottom:1em;
}

.rightFooter p {
    margin-bottom: 1em;
}

.footerBottom {
	background: #fff;
	border-top: 1px solid #dedede;
	padding-top:1em;
	font-size:85%;
	height:23px
}

.leftFooterBottom span {
	padding-left:1em
}

.rightFooterBottom {
    text-align: right;
	/* color: #d2d2d2; */
    color: #4e4e4e;
}

.rightFooterBottom span {
	margin-right:2em
}

.pinkBottom {
	background: #c4004b; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c4004b', endColorstr='#e70e61'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#c4004b), to(#e70e61)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #c4004b,  #e70e61); /* for firefox 3.6+ */	;
	height:5px;
	min-height:1px !important;
}

.footer a:link, .footer a:visited {
	color:#4e4e4e;
	text-decoration:none;
	font-weight:normal;
}

.footer a:hover {
	color:#4e4e4e;
	text-decoration:underline
}

.footer a:focus, .footer a:active {
    /* background: none repeat scroll 0 0 #FFFFCC;
    color: #ed1165; */
    background: none repeat scroll 0 0 #FFFFEE;
    color: #E8005A;
    outline: medium none;
    text-decoration: underline;
}

.rightFooter a:link, .rightFooter a:visited {
	color:#fff;
	text-decoration:none;
	font-weight:normal;
}

.rightFooter a:hover {
	color:#fff;
	text-decoration:underline
}

.rightFooter a:focus, .rightFooter a:active {
    background: none repeat scroll 0 0 #fff;
    color: #fff;
    outline: medium none;
    text-decoration: underline;
}

.leftConnectWithUs {
	float:left;
}

.rightConnectWithUs {
	float:right;
	padding: 10px 10px 0 0;
}

.rightConnectWithUs img {
	width:120px;
}

.socialNetworkingIcons {
	margin: 1em 0;
}

.socialNetworkingIcons img {
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.leftConnectWithUs .socialNetworkingIcons img {
	width: 22px;
}

.socialNetworkingIcons img:hover {
	opacity:0.7;
}

.socialNetworkingIcons a:hover {
	text-decoration: none;
}
#accessibilityElementsContainer {
    margin-top: 0em;
}

.rightFooter .staffSearch {
	float:left;
	margin-top:1em
}

.rightFooter .staffSearch h3 {
	float:left;
	padding-bottom:0.5em;
	padding-top:0.5em
}

#staffSearchInput {
    border: 1px solid #949494 !important;
    border-radius: 4px 4px 4px 4px !important;
    color: #555555 !important;
    float: left !important;
    font-size: 85% !important;
    margin-top: 0 !important;
    padding: 4px 0 4px 5px !important;
	width:225px !important
}

.staffSearch .searchButton {
	background:url(/styles/version_3/background-images/search-icon.png) no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    height: 17px;
    margin: 4px 0 0 -23px;
    position: relative;
    width: 18px;
	float:left;
}
