﻿/*Napier Homepage Layout*/

html{
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
}

body{
	background-color: White;
	font-size:larger;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
h1{
	color: #BA122B;
	font-size: x-large;
}
h2{
	color: #BA122B;
	font-size: large;
}
h3{
	color: #BA122B;
	font-size:medium; 
}
h4{
	color: #BA122B;
	font-size: small;
}

/*
h2{
	color: #BA122B;
	font-size: larger;
}
h3{
	color: #BA122B;
	font-size:large;
}
h4{
	color: #BA122B;
	font-size: medium;
}
*/
h5{
	color: #BA122B;
	font-size: small;
}
h6{
	color: #BA122B;
	font-size: x-small;
}


p{
/*font-size: smaller;*/
font-size: 12px;
}


*/


a #ctl00_explitLogout_ExplicitLogin{display: none;}





.topBanner{
	height: 71px;
	width: 990px;
}

.topMenu{
	/*background: White;*/
	clear: both;
	background-color: #cc002a;
	/*height: 30px;*/
	width: 985px;
	font-size:0.95em;
}


.contentwrapper{
	background-color: #EBEFF0;
	width: 985px;
	background-image: url('/SiteCollectionImages/napier/styles/bg.gif');
	/*background-repeat: repeat-x;*/
	overflow: hidden;

}

.mainContainer{
	background-color: transparent;
	/*background-color: white;*/
	width: 724px;
	float: left;
	padding-bottom:10px;
}
/*IE 6 Hack*/
* html .mainContainer{
	background-color: transparent;
	width: 723px;
	float: left;
	padding-bottom:10px;
}

.pageContent{
	padding-left: 10px;
	padding-right: 10px;
	background-image: url('/SiteCollectionImages/napier/styles/bg-white.gif');
}
.AlumniPageContent{
	padding-left: 10px;
	padding-right: 10px;
	background-image: url('/SiteCollectionImages/napier/styles/bg-white.gif');
}

.rightContainer{
	/*background-color: transparent;*/
	background-color: #EBEFF0;
	width: 236px;
	float: right;
	/*border-left: 1px solid White;*/
	padding-left: 24px;
	padding-bottom: 10px;
}

/*IE6 needs a workaround*/
* html .rightContainer{
	width: 234px;
	clear: both;
}

.rhsNav{
	color: #003745;
	font-size:smaller;
	padding-top: 10px;
}

.rhsNav a{color: #003745;}
.rhsNav a:hover{color: #003745; text-decoration:underline}
.rhsNav a:visited{color: #003745;}


/*.rhsNav td a{
	background-image: url('../../../SiteCollectionImages/napier/styles/bullet-white.gif');	
	background-repeat: no-repeat;
	background-position: 1px;
	padding-left: 8px;
	padding-bottom: 1px;
	
}*/

/*li{
	font-size: smaller;
}*/
*/
/*Style for the rhs menu*/
.rhsMenuList li{
	background-image: url('../../../SiteCollectionImages/napier/styles/bullet-blue.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin-left: -40px;
	margin-bottom: -15px;
	padding-left: 8px;
	display: block;
	list-style-type: circle;
	font-size: small;
	/*list-style: url('/SiteCollectionImages/napier/styles/bullet-white.gif');*/
}

.a-z{
	color: #003366;
	font-size:smaller;	
}

/*dotted Divider*/
.divider{
	background-image: url('../../../SiteCollectionImages/napier/styles/dots.gif');
	height: 1px;
	width: 215px;
	margin-top: 15px;
}

.dividerBody{
	background-image: url('../../../SiteCollectionImages/napier/styles/dots.gif');
	background-repeat: repeat-x;
	/*height: 1px;*/
	width: 660px;
	margin-top: -10px;
	margin-bottom: 10px;

}

.homePageDiv{
	width: 724px;
	height: 180px;
	/*height: 270px;*/
	/*background-image:url('../../../SiteCollectionImages/napier/styles/homepage-banner.gif');*/
	/*background-image:url('../../../SiteCollectionImages/napier/styles/hp-animated-banner.gif');*/
	/*background-image:url('../../../SiteCollectionImages/napier/homepage/clearing-ani-08-top.gif');*/
	/*background-image:url('../../../SiteCollectionImages/napier/homepage/homepage-animation.gif');*/
	background-repeat: no-repeat;
	background-position: right;
	padding-left: -5px;
	cursor: pointer;
}


.clearingflash{
	padding-left: 5px;
	color: #EBEFF0;
}

.homePageDiv2{
	visibility:hidden;
	width: 724px;
	/*height: 90px;*/
	height: 0px;
	background-image:url('../../../SiteCollectionImages/napier/homepage/clearing-ani-08-bottom.gif');
	background-repeat: no-repeat;
	background-position: right;
	border-bottom: 1px solid White;
	cursor: pointer;
}
.homePageText{
	/*color: #003366;*/
	color:#003745;
	padding-top: 55px;
	padding-left: 15px;
	font-size: smaller;
	width: 375px;
}

.homePageText a{
	display: block;
	color: White;
	background-color: #BA1327;
	width: 90px;
	padding-left: 3px;
	margin-top: 10px;
	border-top: 2px solid White;
	border-left: 2px solid White;
	border-right: 2px solid White;
	border-bottom: 2px solid White;
	text-decoration: none;
	cursor: hand;
	font-size: smaller;
	font-weight: bold;
}
.homePageText a:hover{
	color: #BA1327;
	background-color: White;
}

/*ContactUs Button*/
.contactUs a{
	float: right;
	margin-right: 50px;
	margin-top: 15px;
	color: white;
	background: #BA1327;
	border-top: 1px solid White;
	border-left: 1px solid White;
	border-right: 1px solid White;
	border-bottom: 1px solid White;
	padding-top: 1px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 1px;
	text-decoration: none;
	font-size:smaller;
	font-weight:bold;
	position: absolute; left: 300pt; Top: 250pt;
	visibility:hidden;
}
.contactUs2{
	position: absolute; left: 430pt; Top: 245pt;
}

html>body .contactUs a{
	float: right;
	margin-right: 50px;
	margin-top: 5px;
	color: white;
	background: #BA1327;
	border-top: 1px solid White;
	border-left: 1px solid White;
	border-right: 1px solid White;
	border-bottom: 1px solid White;
	padding-top: 1px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 1px;
	text-decoration: none;
	font-size:smaller;
	font-weight:bold;
}


.contactUs a:hover{
	color: #BA1327;
	background: white;
}

/*End of ContactUs Button*/

/*Courses Container*/
.homePageContainer{
	background-color: #ebeff0;
	color: #003745;
	height: 39px;
	width: 709px;
	border-bottom: 1px solid White;
	padding-left: 15px;
	clear: both;
}
/*IE 6 hack
html>body .homePageContainer{
	background-color: #ebeff0;
	color: #003745;
	height: 39px;
	width: 709px;
	border-bottom: 1px solid White;
	padding-left: 15px;
	padding-top: 0px;
	clear: both;
}*/


/*Title Graphic will go in here*/
.homePageInsideLeft{
	background-color: transparent;
	width: 165px;
	float: left;
	height: 40px;
	padding-top: 10px;
	font-weight: bold;
}
/*Descriptive text will go here*/
.homePageInsideMiddle{
	background-color: transparent;
	width: 450px;
	float: left;
	height: 40px;
	padding-top: 12px;
	padding-left: 5px;
	font-size: smaller;
}
/*The "Go" button lives here*/
.homePageInsideRight{
	background: transparent;
	float: right;
	width: 75px;
	height: 40px;
}

.homePageButton{
	margin-top: 10px;
}
.homePageButton a{
	display: block;
	color: White;
	background-color: #BA1327;
	width: 23px;
	padding-left: 3px;
	margin-top: 10px;
	border-top: 1px solid White;
	border-left: 1px solid White;
	border-right: 1px solid White;
	border-bottom: 1px solid White;
	text-decoration: none;
	cursor: hand;
	font-size: smaller;
	font-weight: bold;
}
.homePageButton a:hover{
	color: #BA1327;
	background-color: White;
}
/*Container for the Banner Feature*/
.bannerWrapper{
	width: 212px;
	margin-top: 30px;
	background-image:url('../../../SiteCollectionImages/napier/styles/banner-bg.gif')
}
.bannerWrapper a{
	text-decoration: none;
	/*font-weight:bold;*/
	color: #003745;
}
.bannerWrapper a:hover{
	text-decoration: underline;
	color: #003745;
}

.banner{
	color: #013368;
	background-color: #D1DCDC;
	border-left: 1px solid White;
	border-right: 1px solid White;
	border-bottom: 1px solid White;
	padding-left: 19px;
	padding-right: 19px;
	padding-bottom: 12px;
	font-size: smaller;
}
.bannerButton a{
	display: block;
	color: #003366;
	background: white;
	margin-top: 10px;
	width: 103px;
	border-top: 1px solid #5E757B;
	border-left: 1px solid #5E757B;
	border-right: 1px solid #5E757B;
	border-bottom: 1px solid #5E757B;
	padding-top: 2px;
	padding-left: 10px;
	text-decoration: none;
	cursor: hand;
}
.bannerButton a:hover {
	color: #BB132C;
	background: White;
}
.bannerButtonText{
	padding-top: 2px;
}

/*Style for the News section*/
.newsButton a{
	display: block;
	color: Black;
	background: #FFC53F;
	background-image: url(images/arrow-red.gif);
	background-repeat: no-repeat;
	background-position: 3px;
	margin-top: 10px;
	height: 21px;
	width: 167px;
	border-top: 1px solid White;
	border-left: 1px solid White;
	border-right: 1px solid White;
	border-bottom: 1px solid White;
	padding-top: 2px;
	padding-left: 10px;
	text-decoration: none;
	cursor: default;
}
/*.newsButton a:hover{
	color: #FFC53F;
	background: Black;
}
*/
/*Latest News Styling*/
.latestNewsWrapper{
	/*background: #EBEFF0;*/
	background-color: #dee2e2;
	color: #24535F;
	width: 185px;
	font-size: smaller;
	float: right;
	/*margin-top: -60px;*/
}
.latestNewsTitle{
	display: block;
	font-weight: bold;
	font-size:1.5em;
	color: #cc002a;
}
.latestNewsTitleText{
	display: block;
	/*font-weight: bold;*/
	float: left;
}
.latestNewsPressCentre a{
	background: #5BA7C0;
	color: White;
	display: block;
	float: right;
	height: 18px;
	width: 100px;
	border: 1px solid White;
	padding-top: 3px;
	padding-left: 3px;
	margin-top: 162px;
	/*margin-left: -5px;*/
	position: absolute;

font-size: small;	
font-weight: normal;
	
clear: both;
padding-left: 15px;
display: block;
background: transparent url(/SiteCollectionImages/napier2009/homepage/bgButtonRedLeft.gif) no-repeat scroll left top;
/*Hide this button*/
display: none
}
.latestNewsPressCentre a:hover{
	background: White;
	/*color: #5BA7C0;*/
	color: #cc002a;
}
.latestNewsPressCentre a{
	text-decoration: none;
}
.latestNewsItem{color: #666;}
.latestNewsItemDate{
	clear: both;
	font-weight: bold;
	padding-top: 5px;
	color: #24535f;
}
.latestNewsItemNews{
	background-color: transparent;
}
.latestNewsItemNews a{
	color: #BA122B;
	text-decoration: none;
	font-weight: bold;
}
/*EOF Latest News*/


.footer{
	clear: both;
	background: #BA122B;
	/*height: 68px;*/
	height: 52px;
	/*width: 985px;*/
	width: 990px;
	border-top: 1px white solid;
	overflow: hidden;
}

.address{
	float: left;
	/*width: 500px;*/
	width: 475px;
	padding-top: 2px;
	padding-left: 10px;	
	font-size: small;
	color: white;
	font-size: smaller;
	}
.address a{
	color: white;
	text-decoration: none;
	font-weight: bold;
	}
.address a:hover{
	text-decoration: underline;
	}
/*The footer menu is a bullet-list*/	
.footerMenu{
	float: right;
	padding-top: 18px;
	padding-right: 10px;
	font-size: smaller;
	width: 475px;
	/*width: 450px;*/
	text-align: right;
	}
	
	
html>body .footerMenu{
	float: right;
	padding-top: 0px;
	padding-right: 10px;
	font-size: smaller;
	width: 475px;
	}

	
.footerMenu li{
	background-position: 0em;
	list-style: none;
	display: inline;
	padding: 3px 4px;
}
.footerMenu a{
	color: White;
	text-decoration: none;
/*	font-size: smaller;*/
}
.footerMenu a:hover{
	text-decoration: underline;
}
.topNav td{background: #cc002a;}

/*Here are the styles for the Navigation*/
/*These override the styles in CORE.CSS*/
/*Here is the styling for the top navigation*/
.topNavItemContainer{
border-left: white;
width: 985px;
}
.topNavItem{
	/*color: #003745;*/
	color: white;
	/*font-size: smaller;*/
	font-size: 0.8em;
	height: 28px;
	/*height: 54px;*/
	/*font-weight: bold;*/
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 5px;
	width: auto;
}
.topNavItem a{
/*border: white;
border-left: white;*/
border-bottom:none;
background-repeat: ;
font-family: Arial, Helvetica, sans-serif ;
/*font-size: 0.4em;*/
background-color: #cc002a;
padding-top: 15px;
padding-left: 15px;
padding-right: 12px;
padding-bottom: 15px;
/*Here is style for the background*/
	background-image: url('../../../SiteCollectionImages/napier/styles/bullet-white.gif');
	background-repeat: no-repeat;
	background-position: 0.6em;
	list-style: none;
	display: inline;
}
.topNavItem a:hover{
	/*color: #BA122B;*/
	background-color: White;
	/*color: #003745;*/
	color: #cc002a;
	background-image: url('../../../SiteCollectionImages/napier/styles/bullet-red.gif');
	background-repeat: no-repeat;
	background-position: 0.6em;
}
/*End of navigation*/
.siteSearch{
	    padding-top: 10px;
}
/*Search Box formatting*/
.search
{
    margin:6px 2px 20px 2px;
}
.search .ms-sbcell .ms-sbplain
{
    margin-right:2px;
    margin-left:2px;
    border:1px #555555 solid;
    height:14px;}
.search .ms-sbcell
{
    border:none;
    font-weight:normal; 
    font-size:8pt; 
    color: #3A4663;
    padding:0px;
}
.search .ms-sbgo
{
    background:none;
}
.ms-sbcell {
	BORDER-TOP-WIDTH: 0px;
	BORDER-LEFT-WIDTH: 0px;
	BORDER-LEFT-COLOR: lime;
	BORDER-BOTTOM-WIDTH: 0px;
	BORDER-BOTTOM-COLOR: White;
	BORDER-TOP-COLOR: White;
	BORDER-RIGHT-WIDTH: 0px;
	BORDER-RIGHT-COLOR: White;
}
/*End of Search*/

/*Override breadcrumb on Home Page (core.css)*/
.ms-pagebreadcrumb{
	display:none;
}

.breadcrumb{
	color: white;
	font-size: x-small;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 15px;
}
.breadcrumb a{
	color: white;
}
.breadcrumb-width{
	width: 500px;
}
.breadcrumb-width-talk a{
	color: #003745;
}
.breadcrumb-width-talk{
	width: 500px;
}
/*End Override*/

TD.ms-sbcell{
	BORDER-RIGHT:  #7f9db9 0px solid;
	PADDING-RIGHT: 0px;
	BORDER-TOP: #7f9db9 0px solid;
	PADDING-LEFT: 2px;
	PADDING-BOTTOM: 0px;
	BORDER-LEFT: #7f9db9 0px solid;
	PADDING-TOP: 0px;
	BORDER-BOTTOM: #7f9db9 0px solid;
	WHITE-SPACE: nowrap;
}

.ms-sbplain{
	border-top: #003744 1px solid;
	border-left: #003744 1px solid;
	border-right: #003744 1px solid;
	border-bottom: #003744 1px solid;
	width: 400px;
}
.ms-sbtext{
	display:none;
}

/*Title Banners*/
/*About Us*/
.AboutUsContentPage{
	background-image: url('../../../SiteCollectionImages/napier/about-us/about-us.gif');
	background-repeat: no-repeat;
}
.AboutUsHomePage{
	background-image:url('../../../SiteCollectionImages/napier/about-us/about-us.gif');
	background-repeat: no-repeat;
}
.AboutUs-About-the-University{
	background-image:url('../../../SiteCollectionImages/napier/about-us/principal.gif');
	background-repeat: no-repeat;
}
.AboutUs-Advisors-Guide{
	background-image:url('../../../SiteCollectionImages/napier/about-us/advisors-guide.gif');
	background-repeat: no-repeat;
}
.AboutUs-Advisors-Guide-teachersguide{
	background-image:url('../../../SiteCollectionImages/napier/about-us/schoolsandcolleges.jpg');
	background-repeat: no-repeat;
}

.AboutUs-Campuses{
	background-image:url('../../../SiteCollectionImages/napier/about-us/campuses.gif');
	background-repeat: no-repeat;
}
.AboutUs-Events{
	background-image:url('../../../SiteCollectionImages/napier/about-us/events-banner.jpg');
	background-repeat: no-repeat;
}
.AboutUs-University-Estate-Strategy{
	background-image:url('../../../SiteCollectionImages/napier/about-us/estate-strategy.gif');
	background-repeat: no-repeat;
}
.AboutUs-Equality{
	background-image:url('../../../SiteCollectionImages/napier/about-us/equality-and-diversity.gif');
	background-repeat: no-repeat;
}
.AboutUs-Facts-and-Figures{
	background-image:url('../../../SiteCollectionImages/napier/about-us/facts.gif');
	background-repeat: no-repeat;
}
.AboutUs-History{
	background-image:url('../../../SiteCollectionImages/napier/about-us/history.gif');
	background-repeat: no-repeat;
}
.About-Parents-guide-to-Napier{
	background-image:url('../../../SiteCollectionImages/napier/about-us/parents-guide.gif');
	background-repeat: no-repeat;
}
.AboutUs-News-Centre{
	background-image:url('../../../SiteCollectionImages/napier/about-us/news-center.gif');
	background-repeat: no-repeat;
}
.AboutUs-News-Centre-Page{
	background-image:url('../../../SiteCollectionImages/napier/about-us/news-center.gif');
	background-repeat: no-repeat;
}
.AboutUs-Open-Days{
	background-image:url('../../../SiteCollectionImages/napier/about-us/open-days.gif');
	background-repeat: no-repeat;
}
.AboutUs-Pr-Agency{
	background-image:url('../../../SiteCollectionImages/napier/about-us/pr-agency-itt.gif');
	background-repeat: no-repeat;
}
.AboutUs-Sustainability{
	background-image:url('../../../SiteCollectionImages/napier/about-us/sustainability.gif');
	background-repeat: no-repeat;
}
.AboutUs-Vacancies{
	background-image:url('../../../SiteCollectionImages/napier/about-us/vacancies.gif');
	background-repeat: no-repeat;
}
.AboutUs-Contact-us{
	background-image:url('../../../SiteCollectionImages/napier/about-us/contact-us.gif');
	background-repeat: no-repeat;
}
.AboutUs-University-Calendar{
	background-image:url('../../../SiteCollectionImages/napier/about-us/university-calendar.gif');
	background-repeat: no-repeat;
}
.AboutUs-Visit-the-University{
	background-image:url('../../../SiteCollectionImages/napier/about-us/visit.gif');
	background-repeat: no-repeat;
}
.AboutUs-Contact-Us-Form{
	background-image:url('../../../SiteCollectionImages/napier/about-us/contact-us.gif');
	background-repeat: no-repeat;
	color: #003366;
}
.AboutUs-Contact-Us-Form a{
	color: #003366;
}
.AboutUs-Open-Day-Info-Form{
	background-image:url('../../../SiteCollectionImages/napier/about-us/form-open-day-info-banner.jpg');
	background-repeat: no-repeat;
	color: #003366;
}
.AboutUs-Open-Day-Info-Form a{
	color: #003366;
}
.AboutUs-Publication-Request-Form{
	background-image:url('../../../SiteCollectionImages/napier/about-us/form-publication-request-form-banner.jpg');
	background-repeat: no-repeat;
	color: #003366;
}
.AboutUs-Publication-Request-Form a{
	color: #003366;
}

/*Alumni*/
.AlumniContentPage{
	background-image:url('../../../SiteCollectionImages/generic.gif');
	background-repeat: no-repeat;
}
.AlumniHomePage{
	background-image:url('../../../SiteCollectionImages/generic.gif');
	background-repeat: no-repeat;
}
/*Business Activities*/
.BusinessActivitiesContentPage{
	background-image:url('../../../SiteCollectionImages/generic.gif');
	background-repeat: no-repeat;
}
.BusinessActivitiesHomePage{
	background-image:url('../../../SiteCollectionImages/napier/business-activities/business-activities.gif');
	background-repeat: no-repeat;
}
.BusinessActivities-Business-support{
	background-image:url('../../../SiteCollectionImages/napier/business-activities/business-support.gif');
	background-repeat: no-repeat;
}
.BusinessActivities-Conferences-lettings{
	background-image:url('../../../SiteCollectionImages/napier/business-activities/conferences.gif');
	background-repeat: no-repeat;
}
.BusinessActivities-Recruit-students{
	background-image:url('../../../SiteCollectionImages/napier/business-activities/recruit-students.gif');
	background-repeat: no-repeat;
}
/******************************************/
.BusinessActivitiesConferences{
	background-image:url('../../../SiteCollectionImages/napier/business-activities/conference-and-lettings.jpg');
	background-repeat: no-repeat;
}
.BusinessActivitiesCreditRating{
	background-image:url('../../../SiteCollectionImages/napier/business-activities/credit-rating.gif');
	background-repeat: no-repeat;
}
.BusinessActivitiesFunctions{
	background-image:url('../../../SiteCollectionImages/napier/business-activities/functions.gif');
	background-repeat: no-repeat;
}
.BusinessActivitiesInnovation{
	background-image:url('../../../SiteCollectionImages/napier/business-activities/innovation-and-enterprise.gif');
	background-repeat: no-repeat;
}
.BusinessActivitiesLearningCommunities{
	background-image:url('../../../SiteCollectionImages/napier/business-activities/learning-communities.gif');
	background-repeat: no-repeat;
}
.BusinessActivitiesLifelongLearning{
	background-image:url('../../../SiteCollectionImages/napier/business-activities/lifelong-learning.gif');
	background-repeat: no-repeat;
}
.BusinessActivitiesProjectDevelopment{
	background-image:url('../../../SiteCollectionImages/napier/business-activities/project-development.gif');
	background-repeat: no-repeat;
}
.BusinessActivitiesSummerAccommodation{
	background-image:url('../../../SiteCollectionImages/napier/business-activities/summer-accommodation.jpg');
	background-repeat: no-repeat;
}
.BusinessActivitiesWeddings{
	background-image:url('../../../SiteCollectionImages/napier/business-activities/weddings.jpg');
	background-repeat: no-repeat;
}
.BusinessActivitiesWorkingWithBusiness{
	background-image:url('../../../SiteCollectionImages/napier/business-activities/working-with-business.gif');
	background-repeat: no-repeat;
}

/*New Templates*/
.BusinessActivitiesContact-us{
	background-image:url('../../../SiteCollectionImages/napier/business-activities/contact-us.jpg');
	background-repeat: no-repeat;
}
.BusinessActivitiesHow-to-find-us{
	background-image:url('../../../SiteCollectionImages/napier/business-activities/how-to-find-us.jpg');
	background-repeat: no-repeat;
}
.BusinessActivitiesLanguage-schools{
	background-image:url('../../../SiteCollectionImages/napier/business-activities/language-schools.jpg');
	background-repeat: no-repeat;
}
.BusinessActivitiesPhoto-gallery{
	background-image:url('../../../SiteCollectionImages/napier/business-activities/photo-gallery.jpg');
	background-repeat: no-repeat;
}



/*Confident Futures*/
.ConfidentFuturesContentPage{
	background-image: none;
	background-repeat: no-repeat;
}
.ConfidentFuturesFlashPage{
	background-image: none;
	background-repeat: no-repeat;
}
.ConfidentFuturesHomePage{
	background-image: none;
	background-repeat: no-repeat;
}
.ConfidentFuturesNewsPage{
	background-image: none;
	background-repeat: no-repeat;
}
/*Courses*/
.CoursesContentPage{
	background-image:url('../../../SiteCollectionImages/napier/courses/courses-banner.gif');
	background-repeat: no-repeat;
}
.CoursesHomePage{
	background-image:url('../../../SiteCollectionImages/napier/courses/courses-banner.gif');
	background-repeat: no-repeat;
}
/*eBusiness*/
.eBusiness{
	background-image:url('http://www.napier.ac.uk/businessactivities/Working_with_Businesses_Individuals_and_Communities/eBusiness/PublishingImages/eBusiness-banner.jpg');
	background-repeat: no-repeat;
}
/*Faculties and Schools*/
.FacultiesAndSchoolsContentPage{
	background-image:url('../../../SiteCollectionImages/generic.gif');
	background-repeat: no-repeat;	
}
.FacultiesAndSchoolsHomePage{
	background-image:url('../../../SiteCollectionImages/generic.gif');
	background-repeat: no-repeat;	
}
/*Faculty of Engineering Computing and Creative Industries*/
.FECCIContentPage{
	background-image: none;
	background-repeat: no-repeat;	
}
.FECCIFlashPage{
	background-image: none;
	background-repeat: no-repeat;	
}
.FECCIHomePage{
	background-image: none;
	background-repeat: no-repeat;
}
.FECCINewsPage{
	background-image: none;
	background-repeat: no-repeat;
}
/*Student Support Forum for Females*/
.SSF4FHomePage{
	background-image: url('http://www.napier.ac.uk/SiteCollectionImages/napier/fecci/ssf4f/ssf4f-banner.jpg');
	background-repeat: no-repeat;
}
/*Faculty of Life Health and Social Sciences*/
.FHLSContentPage{
	background-image:url('../../../SiteCollectionImages/generic.gif');
	background-repeat: no-repeat;
}
.FHLSFlashPage{
	background-image:url('../../../SiteCollectionImages/generic.gif');
	background-repeat: no-repeat;
}
.FHLSHomePage{
	background-image: none;
	background-repeat: no-repeat;
}
.FHLSNewsPage{
	background-image:url('../../../SiteCollectionImages/generic.gif');
	background-repeat: no-repeat;
}
/*Napier Life*/
.NapierLife-HomePage{
	background-image:url('../../../SiteCollectionImages/napier/napierlife/napier-life.gif');
	background-repeat: no-repeat;
}
.NapierLife-ContentPage{
	background-image:url('../../../SiteCollectionImages/napier/napierlife/napier-life.gif');
	background-repeat: no-repeat;
}
.NapierLife-Accommodation{
	background-image:url('../../../SiteCollectionImages/napier/napierlife/accommodation.gif');
	background-repeat: no-repeat;
}
.NapierLife-Car-Parking{
	background-image:url('../../../SiteCollectionImages/napier/napierlife/car-parking.gif');
	background-repeat: no-repeat;
}
.NapierLife-Careers{
	background-image:url('../../../SiteCollectionImages/napier/napierlife/careers.gif');
	background-repeat: no-repeat;
}
.NapierLife-Catering{
	background-image:url('../../../SiteCollectionImages/napier/napierlife/catering.gif');
	background-repeat: no-repeat;
}
.NapierLife-Campus-Life{
	background-image:url('../../../SiteCollectionImages/napier/napierlife/campuslife.gif');
	background-repeat: no-repeat;
}
.NapierLife-Childcare{
	background-image:url('../../../SiteCollectionImages/napier/napierlife/childcare.gif');
	background-repeat: no-repeat;
}
.NapierLife-Computing{
	background-image:url('../../../SiteCollectionImages/napier/napierlife/computing.gif');
	background-repeat: no-repeat;
}
.NapierLife-Cost-calculator{
	background-image:url('../../../SiteCollectionImages/napier/napierlife/cost-calculator.gif');
	background-repeat: no-repeat;
}
.NapierLife-Edinburgh-Life{
	background-image:url('../../../SiteCollectionImages/napier/napierlife/edinburgh-life.gif');
	background-repeat: no-repeat;
}
.NapierLife-GetInvolved{
	background-image:url('../../../SiteCollectionImages/napier/napierlife/get-involved.gif');
	background-repeat: no-repeat;
}
.NapierLife-Graduations{
	background-image:url('../../../SiteCollectionImages/napier/napierlife/graduation.gif');
	background-repeat: no-repeat;
}
.NapierLife-Health{
	background-image:url('../../../SiteCollectionImages/napier/napierlife/health.gif');
	background-repeat: no-repeat;
}
.NapierLife-Library{
	background-image:url('../../../SiteCollectionImages/napier/napierlife/library.gif');
	background-repeat: no-repeat;
}
.NapierLife-Money{
	background-image:url('../../../SiteCollectionImages/napier/napierlife/money.gif');
	background-repeat: no-repeat;
}
.NapierLife-Personal-support{
	background-image:url('../../../SiteCollectionImages/napier/napierlife/personal-support.gif');
	background-repeat: no-repeat;
}
.NapierLife-Photo-Gallery{
	background-image:url('../../../SiteCollectionImages/napier/napierlife/photo-gallery.gif');
	background-repeat: no-repeat;
}
.NapierLife-Religion{
	background-image:url('../../../SiteCollectionImages/napier/napierlife/religion.gif');
	background-repeat: no-repeat;
}
.NapierLife-Sports-Recreation{
	background-image:url('../../../SiteCollectionImages/napier/napierlife/sports.gif');
	background-repeat: no-repeat;
}
.NapierLife-Study-skills{
	background-image:url('../../../SiteCollectionImages/napier/napierlife/study-skills.gif');
	background-repeat: no-repeat;
}
.NapierLife-Your-first-day{
	background-image:url('../../../SiteCollectionImages/napier/napierlife/first-day.gif');
	background-repeat: no-repeat;
}
/*Napier News*/
.NapierNewsContentPage{
	background-image:url('../../../SiteCollectionImages/napier/about-us/news-center.gif');
	background-repeat: no-repeat;
}
.NapierNewsHomePage{
	background-image:url('../../../SiteCollectionImages/generic.gif');
	background-repeat: no-repeat;
}
/*Napier University Business School*/
.NUBSContentPage{
	background-image:url('../../../SiteCollectionImages/generic.gif');
	background-repeat: no-repeat;
}
.NUBSFlashPage{
	background-image:url('../../../SiteCollectionImages/generic.gif');
	background-repeat: no-repeat;
}
.NUBSHomePage{
	background-image:url('../../../SiteCollectionImages/generic.gif');
	background-repeat: no-repeat;
}
.NUBSNewsPage{
	background-image:url('../../../SiteCollectionImages/generic.gif');
	background-repeat: no-repeat;
}
/*Prospective Students*/
.ProspectiveStudentsHomePage{
	background-image:url('../../../SiteCollectionImages/napier/prospective/prospective.gif');
	background-repeat: no-repeat;
}
.ProspectiveStudents-Parents{
	background-image:url('../../../SiteCollectionImages/napier/prospective/parent-and-he-advisor-guide.gif');
	background-repeat: no-repeat;
}
.ProspectiveStudents-Alternative{
	background-image:url('../../../SiteCollectionImages/napier/prospective/alternative.gif');
	background-repeat: no-repeat;
}
.ProspectiveStudents-Apply-Now{
	background-image:url('../../../SiteCollectionImages/napier/prospective/apply-now.gif');
	background-repeat: no-repeat;
}
.ProspectiveStudents-Clearing{
	background-image:url('../../../SiteCollectionImages/napier/prospective/clearing.gif');
	background-repeat: no-repeat;
}
.ProspectiveStudents-Downloads{
	background-image: url('../../../SiteCollectionImages/napier/prospective/downloads.gif');
	background-repeat: no-repeat;
}
.ProspectiveStudents-International{
	background-image:url('../../../SiteCollectionImages/napier/prospective/international.gif');
	background-repeat: no-repeat;
}
.ProspectiveStudents-InternationalSPICE{
	background-image:url('../../../SiteCollectionImages/napier/prospective/internationalSPICE.gif');
	background-repeat: no-repeat;
}
.ProspectiveStudents-NorthernIreland{
	background-image:url('../../../SiteCollectionImages/napier/prospective/northernireland.jpg');
	background-repeat: no-repeat;
}
.ProspectiveStudents-NorthEastEngland{
	background-image:url('../../../SiteCollectionImages/napier/prospective/northeastengland.jpg');
	background-repeat: no-repeat;
}
.ProspectiveStudents-GetPrepared{
	background-image:url('../../../SiteCollectionImages/napier/prospective/get-prepared.gif');
	background-repeat: no-repeat;
}
.ProspectiveStudents-Part-time{
	background-image:url('../../../SiteCollectionImages/napier/prospective/part-time.gif');
	background-repeat: no-repeat;
}
.ProspectiveStudents-Postgraduate{
	background-image:url('../../../SiteCollectionImages/napier/prospective/postgraduate.gif');
	background-repeat: no-repeat;
}
.ProspectiveStudents-Aspire{
	background-image:url('../../../SiteCollectionImages/napier/prospective/aspire.jpg');
	background-repeat: no-repeat;
	padding-bottom: 95px;
	width: 720px;
	cursor: pointer;
}
.ProspectiveStudents-talk{
	background-image:url('../../../SiteCollectionImages/napier/talk/talk.gif');
	background-repeat: no-repeat;
	height: 15px;
}
.ProspectiveStudents-Undergraduate{
	background-image:url('../../../SiteCollectionImages/napier/prospective/undgraduate.gif');
	background-repeat: no-repeat;
}
/*Research & Knowledge Transfer*/
.RKTContentPage{
	background-image:url('../../../SiteCollectionImages/napier/rkt/randk.gif');
	background-repeat: no-repeat;
}
.RKTHomePage{
	background-image:url('../../../SiteCollectionImages/napier/rkt/rkt.gif');
	background-repeat: no-repeat;
}
.RKT-Research{
	background-image:url('../../../SiteCollectionImages/napier/rkt/rkt-research.gif');
	background-repeat: no-repeat;
}
.KESC-Research{
	background-image:url('../../../SiteCollectionImages/napier/rkt/KESC-Banner.jpg');
	background-repeat: no-repeat;
}
.RKT-Research-Degrees{
	background-image:url('../../../SiteCollectionImages/napier/rkt/researchDegrees.gif');
	background-repeat: no-repeat;
}
.RKT-Quality-Assessment-results{
	background-image:url('../../../SiteCollectionImages/napier/rkt/quality-assessment.gif');
	background-repeat: no-repeat;
}
.RKT-Schools-Centres{
	background-image:url('../../../SiteCollectionImages/napier/rkt/rkt-centres.gif');
	background-repeat: no-repeat;
}
.RKT-Knowledge-Transfer{
	background-image:url('../../../SiteCollectionImages/napier/rkt/rkt-knowl.gif');
	background-repeat: no-repeat;
}
.RKT-Collaboration-opportunities{
	background-image:url('../../../SiteCollectionImages/napier/rkt/collaboration.gif');
	background-repeat: no-repeat;
}
.RKT-Developing-skills{
	background-image:url('../../../SiteCollectionImages/napier/rkt/developing-skills.gif');
	background-repeat: no-repeat;
}
.RKT-Prospective-Research-Students{
	background-image:url('../../../SiteCollectionImages/napier/rkt/rkt-prosp-stu.gif');
	background-repeat: no-repeat;
}

/*School of Creative Industries*/
.SCIHomePage{
	background-image:url('../../../SiteCollectionImages/generic.gif');
	background-repeat: no-repeat;
}
.SCIContentPage{
	background-image:url('../../../SiteCollectionImages/generic.gif');
	background-repeat: no-repeat;
}
.SCIFlashPage{
	background-image:url('../../../SiteCollectionImages/generic.gif');
	background-repeat: no-repeat;
}
.SCINewsPage{
	background-image:url('../../../SiteCollectionImages/generic.gif');
	background-repeat: no-repeat;
}
/*School of Engineering and the Built Environment*/
.SEBEHomePage{
	background-image:url('../../../SiteCollectionImages/generic.gif');
	background-repeat: no-repeat;
}
.SEBEContentPage{
	background-image:url('../../../SiteCollectionImages/generic.gif');
	background-repeat: no-repeat;
}
.SEBEFlashPage{
	background-image:url('../../../SiteCollectionImages/generic.gif');
	background-repeat: no-repeat;
}
.SEBENewsPage{
	background-image:url('../../../SiteCollectionImages/generic.gif');
	background-repeat: no-repeat;
}
.NapierEnquiries{
	background-image:url('../../../SiteCollectionImages/napier/enquiries/enquiry.gif');
	background-repeat: no-repeat;
}

/*Courses*/
.coursesIntroduction{
	background: white;
	font-size:smaller;
	padding-top:11px;
	padding-left:22px;
	padding-right:22px;
	padding-bottom:11px;
}
.coursesIntroTitle a{
	color: #003267;
	font-weight: bold;
	text-decoration:none;
	font-size: larger;
}

.coursesDegree{
	background: #BCD2DD;
	font-size:smaller;
	padding-top:11px;
	padding-left:22px;
	padding-right:22px;
	padding-bottom:11px;
	border-bottom: 1px white solid;
}
.coursesDegreeTitle a{
	color: #003267;
	font-weight: bold;
	text-decoration:none;
}

.coursesPG{
	background: #E1ECF2;
	font-size:smaller;
	padding-top:11px;
	padding-left:22px;
	padding-right:22px;
	padding-bottom:11px;
	border-bottom: 1px white solid;
}
.coursesPGTitle a{
	color: #003267;
	font-weight: bold;
	text-decoration:none;
}

.coursesPGResearch{
	background: #BCD2DD;
	font-size:smaller;
	padding-top:11px;
	padding-left:22px;
	padding-right:22px;
	padding-bottom:11px;
}
.coursesPGResearchTitle a{
	color: #003267;
	font-weight: bold;
	text-decoration:none;
}

/*Drop down menus*/
.topNavFlyOuts{}

.topNavFlyOutsItem{
	/*background: #D1DCDC;*/
	background: #F0EFF0;
	font-size: smaller;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px White solid;
	border-right: 1px white solid;
	border-bottom: 1px white solid;
	display: block;
	width: 100%;
}
.topNavFlyOutsItem a{
	/*color: #003745;*/
	color: black;
}
.topNavFlyOutsItem a:hover{
	/*color: #BA122B;
	background: #EBEFF0;*/
	color: white;
	background: #cc002a;
	padding-left: 9px;
	margin-left: -5px;
	background-image:url('../../../SiteCollectionImages/napier/styles/bullet-white.gif');
	background-repeat: no-repeat;
	background-position-x: 3px;
	background-position-y: 5px;
}
.hideSignOn{
	display: none;
}

.signOut{
	display: none;
}
#ctl00_PlaceHolderMain_RichHtmlField1__ControlWrapper_RichHtmlField{
	/*color: #003366;*/
	color: #003754;
	/*Fix Peekaboo Bug for IE6*/
	position: relative;
}

	color: #003754;
	/*Fix Peekaboo Bug for IE6*/
	position: relative;
}

/*
#ctl00_PlaceHolderMain_RichHtmlField1__ControlWrapper_RichHtmlField{
	font-size: 13px;
}
*/

/*Napier News Styling*/
.napierNewsWrapper{
	background: white;
	/*color: #24535F;*/
	color: #003754;
	padding-top: 10px;
	padding-left: 10px;
	width: 650px;
	font-size: smaller;
}
.napierNewsItem a{
	/*color: red;*/
	text-decoration: none;
	width: 646px;
}
.napierNewsItem a:hover{
	/*color: red;*/
	text-decoration: underline;
}
.napierNewsItem{
	padding-bottom: 10px;
}
.napierNewsItemDate{
	clear: both;
	font-weight: bold;
}
.napierNewsTitle{
	font-weight: bold;
}
.napierNewsItemNews{
	/*display: block;*/
}

/*EOF napier News*/


.signOut{
	font-size:8pt;
	font-family: Tahoma;
	font-weight:bold;
	color: white;
	BORDER-RIGHT: #6593cf 1px solid;
	PADDING-RIGHT: 4px;
	BORDER-TOP: white 1px solid;
	PADDING-LEFT: 10px;
	BACKGROUND-IMAGE: url(/_layouts/images/siteactionsmenugrad.gif);
	background-repeat:no-repeat;
	PADDING-BOTTOM: 3px;
	BORDER-LEFT: #6593cf 1px solid;
	PADDING-TOP: 1px;
	BACKGROUND-REPEAT: repeat-x;
	BACKGROUND-COLOR: #6593cf;
	width: 81px;
	height: 12px;
}
.signOut a{
	color: white;
	text-decoration:none;
}
.signOut a:hover{
	color: white;
	background-color: red;
	text-decoration:none;
}
.vacanciesTable{
	font-size: smaller;
}
.vacanciesTable a{
	color: navy;
}
.vacanciesTable a:hover{
	text-decoration: none;
}

.vacanciesTitle{
	/*background: Teal;*/
	background: #E8ACB6;
	/*color: White;*/
	color: #00285C;
	text-indent: 5px;
	font-weight: bold;
}
.NodeCssClass{
	font-size: larger;
}
.registration{
	clear: both;
	font-size: smaller;
	color: #666666
}
.eBusiness{
	color: #003745;
}
.eBusiness a{
	color: #003745;
}
.eBusinessWrapper{
	background-color: white;
	clear: both;
}
.eBusinesspageContent{
	/*float: left;*/
	background-color: white;
	/*width: 125px;*/
}
.eBusinessFlash{
	background-color: white;
}
.NapierLife-Your-first-day-flash{
	background-image:url('../../../SiteCollectionImages/napier/napierlife/first-day.gif');
	background-repeat: no-repeat;
	color: #003745;
}
.NapierLife-Your-first-day-flash a{
	color: #003745;
}
.NapierLife-Your-first-day-flash a:visited{
	color: #003745;
}
.livelearnBanner{
	padding-left: 20px;
}
.livelearn{
	font-size: smaller;
}
.ODtable{
	color: #003745;
	font-size: smaller;
}