@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; /* Old browsers */
	background: -moz-linear-gradient(left, #ffffff 0%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #ffffff 0%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #ffffff 0%,#ededed 100%); /* IE10+ */
	background: linear-gradient(to right, #ffffff 0%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 */
	padding: 1.2em 0em;
}
	
.internalLinks {
	text-align:right;
	color:#d2d2d2;
	font-size:85%; 
	padding: 0.6em 1.2em;
	*padding: 0.6em 0em;
}

.internalLinks a:link, .internalLinks a:visited {
	color:#787878;
	text-decoration:none;
	font-weight:normal;
}

.internalLinks a:hover {
	color:#787878;
	text-decoration:underline;
}

.internalLinks a:focus, .internalLinks a:active {
    background: none repeat scroll 0 0 #FFFFCC;
    color: #ed1165;
    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;
    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(/style/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; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left top, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#ededed 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 */
	border-top: 4px solid #e1e1e1;
	color: #4e4e4e;
	padding-top:1em;
	margin-bottom:4em
}

.footer h3 {
    color: #ED1165 !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("/style/images/arrow-pink-small.png");
    background-position: left 6px;
    background-repeat: no-repeat;
    display: block;
    padding: 0.3em 0 0.5em 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: #ededed;
	border-top: 1px solid #dedede;
	padding-top:1em;
	font-size:85%; 
	height:23px
}

.leftFooterBottom span {
	padding-left:1em	
}

.rightFooterBottom {
    text-align: right;
	color: #d2d2d2
}	

.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;
    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;
}

.socialNetworkingIcons {
	width:88%
}

.socialNetworkingIcons img {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

.socialNetworkingIcons img:hover {
	opacity:0.7;
}

#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(/style/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;
}
