/* -------------------------------------------------------------- 
  
   CSS Starter Kit
   Web Design & Development by Studio 24 Ltd
   www.studio24.net - (0870) 241 6159
     
-------------------------------------------------------------- */

@import "reset.css";


body {
	background: url(/assets/img/layout/bg.png) center top no-repeat;
}


/* =CONTAINERS
-------------------------------------------------------------- */
div#container { /* set as 'standard' width, centred container for 1024x768 site - 960px wide inc. 20px padding left and right */
	background: url(/assets/img/layout/container-bg.png) bottom left repeat-x;
	width: 960px;
	margin: 0 auto;
	padding:0;
}

/* =BRANDING
-------------------------------------------------------------- */
div#branding {
	height: 96px;
	padding: 24px 0 0 0;
	float: left;
	width: 960px;
}

div#branding img, div#branding p {
	float: left;
}

div#branding p {
	background: url(/assets/img/layout/supporting.gif) 100% 0 no-repeat;
	width: 375px;
	height: 70px;
	text-indent: -9999px;
}

/* =NAV-PRIMARY
-------------------------------------------------------------- */
ul#nav-primary {
	list-style-type: none;
	float: left;
	width: 960px;
	margin: 0;
	padding: 0;
} 

ul#nav-primary li {
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
}

ul#nav-primary li.last-nav-primary {
	margin-right: 0;
}

ul#nav-primary li a:link, ul#nav-primary li a:visited, ul#nav-primary li a:focus, ul#nav-primary li a:active {
	display: inline-block;
	background: #3b4b5b;
	color: #fff;
	float: left;
	width: 91px;
	margin: 0;
	padding: 10px 14px 0 14px;	
	min-height: 52px;
	font-size: 1.19em; /* 16px */
}

ul#nav-primary li.last-nav-primary a:link, ul#nav-primary li.last-nav-primary a:visited, ul#nav-primary li.last-nav-primary a:focus, ul#nav-primary li.last-nav-primary a:active {
	width: 92px;
}

ul#nav-primary li a:hover {
	background: #0077d5;
	text-decoration: none;
}

ul#nav-primary ul.submenu {
    display: none;
}


/* =NAV-SECONDARY
-------------------------------------------------------------- */
ul#nav-secondary {
	list-style-type: none;
	float: left;
	width: 180px;
	margin: 0;
	padding: 0;
} 

ul#nav-secondary li {
	margin: 0 0 1px 0;
	padding: 0;
}

ul#nav-secondary li a:link, ul#nav-secondary li a:visited, ul#nav-secondary li a:focus, ul#nav-secondary li a:active {
	display: inline-block;
	background: #3b4b5b;
	color: #fff;
	margin: 0;
	padding: 10px 14px 9px 14px;
	font-size: 1.23em; /* 16px */
	width: 152px;
}

ul#nav-secondary li a:hover {
	background: #fff;
	color: #0077d5;
	color:#fff;
	text-decoration: none;
}

body.home ul#nav-secondary {
    display: none;
}


/* =BREADCRUMB
-------------------------------------------------------------- */
ul#nav-breadcrumb {
	list-style-type: none;
	float: left;
	margin: 10px 0 17px 0;
	padding: 0;
	width: 932px;
	font-size: 0.92em; /* 12px */
} 

ul#nav-breadcrumb li {
	float: left;
	margin: 0;
	padding: 0;
}

ul#nav-breadcrumb li a:link, ul#nav-breadcrumb li a:visited, ul#nav-breadcrumb li a:focus, ul#nav-breadcrumb li a:active {
	padding-right: 10px;
	margin-right: 5px;
	background: url(/assets/img/layout/arrow.gif) right center no-repeat;
	color: #3B4B5B;
}

body.home ul#nav-breadcrumb {
    display: none;
}


/* =CONTENT CONTAINERS
-------------------------------------------------------------- */
div#content {
	background: #fff;
	float: left;
	clear: both;
	width: 932px;
	margin: 0 14px;
	padding: 0 0 40px 0;
	display: inline;
}

body.home div#content {
	background: none;
	width: 960px;
	margin: 0;
	padding: 0;
}

div#content-primary, div#column-1 {
	float: left;
	width: 440px;
	margin: 0 46px;
	padding: 0 30px 0 10px;
	position: relative;
}

div#column-1 {
    margin: 0;
}

body.home div#content-primary {
	background: url(/assets/img/layout/home-bg.jpg) 0 0 no-repeat;
	width: 960px;
	height: 480px;
	overflow: hidden;
	margin: 1px 0 0 0;
	padding: 0;
}

body.scholarships div#content-primary {
    width: 666px;
    margin-right: 0;
}

div#content-secondary, div#column-2 {
	float: left;
	width: 180px;
	margin: 0;
	padding: 30px 0 0 0;
	font-size: 0.92em; /* 12px */
}

div#column-2 {
    padding-top: 0;
}

body.home div#content-secondary {
	background: #fff;
	width: 932px;
	margin: -80px 14px 0 14px;
	padding: 0;
	display: inline;
	position: relative;
	z-index: 10;
}

body.home div#content-tertiary {
	background: #fff;
	float: left;
	width: 932px;
	margin: 20px 14px;
	display: inline;
	font-size: 0.92em; /* 12px */
}




/* =SITE-INFO / FOOTER
-------------------------------------------------------------- */
div#site-info {
	clear:both;
	color: #556474;
	font-size: 0.84em; /* 11px */
	float: left;
	width: 920px;
	padding: 20px 20px 0 20px;
}

div#site-info ul {
	list-style-type: none;
	float: left;
	clear: left;
	margin: 0;
	padding: 0;
} 

div#site-info ul li {
	float: left;
	margin-right: 10px;
}

div#site-info ul li a:link, div#site-info ul li a:visited, div#site-info ul li a:focus, div#site-info ul li a:active {
	color: #556474;
	border-bottom: 1px dotted #556747;
	text-transform: lowercase;
}

div#site-info ul li a:hover {
	border: none;
	text-decoration: none;
}

div#site-info img {
	float: right;
	position: relative;
	top: -30px;
}

div.clear {
	clear: both;
}


/* =BASIC TYPOGRAPHY
-------------------------------------------------------------- */

html {
	font-size: 100%; /* 100% = the default font size of the browser, usually 16px -> DON'T CHANGE THIS */
}

/**
 * Font sizing: 
 *
 * To calculate the percentage font-size to use in the body tag use the following calculation:
 *
 * (16px / Required body font-size) x 100
 *
 * Examples below:
 * 16px = 100%
 * 14px = 87.5%
 * 13px = 81.25%
 * 12px = 75%
 * 10px = 62.5%
 *
 */

body {
    font-family: Helvetica, Arial, sans-serif;
	font-size: 81.25%; /* Set the base font-size (81.25% sets a size of 1em = 13px) */
    line-height: 1.5em;
    /* line-height: 1.25em; /* set the body as 13/20 */
    color: #000;
}

/* =HEADINGS */
h1, h2, h3, h4 {
	line-height:1.5em;
}

/* 1em = body font-size, so we can calculate our other font-sizes based on this:
   for example, if we want a font-size of 32px, in ems 32px = (32 / 12) = 2.6em */

h1 {
	font-size: 1.84em; /* 24px */
	font-weight: normal;
	margin-bottom: 0.5em;
}

body.home h1 {
	font-size: 1.6em; /* 24px */
}

h2 {
	font-size: 1.38em; /* 18px */
}

body.home h2 {
	margin-bottom: 0.5em;
}

h3 {
	font-size: 1.07em; /* 14px */
}

div#content-secondary h3, div#column-2 h3 {
	border-bottom: 1px solid #75818c;
	color: #3b4b5b;
	font-size: 1.16em; /* 14px */
	margin-top: 1em;
	margin-bottom: 0.75em;
	font-weight: normal;
}

div#column-2 h3 {
    margin-top: 0;
}

p {
	margin: 0 0 1em 0; 
}

div#content-secondary p.caption, div#content-secondary p.credit {
    margin-bottom: 0;
}


/* =OTHER TEXT ELEMENTS
-------------------------------------------------------------- */

blockquote {
	font-style: italic; 
	font-family: serif;
	font-size: 2em;
}

pre, code {
	margin: 0 0 1em 0;
}

/* =OTHER
-------------------------------------------------------------- */
div#content-primary img {
    margin: 0 1em 1em 1em;
}

img.left {
    float: left;
}

img.right {
    float: right;
}

img.left, img.right {
    clear: both;
}

div#content-secondary img {
    margin-bottom: 0;
}


/* =LINKS
-------------------------------------------------------------- */

a:link, a:visited, a:focus, a:active {
	color: #0077d5;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div#content-secondary a:link, div#content-secondary a:visited, div#content-secondary a:focus, div#content-secondary a:active {
	font-weight: bold;
}

p#skip-link { 
	position:absolute;
	left:-9000px;
	top:0; 
	z-index:20;
} 


/* icon links */
a.icon:link, a.icon:visited, a.icon:focus, a.icon:active, a.icon:hover {
	padding:2px 0 4px 20px;
	background-color: transparent;
	background-position:0 0;
	background-repeat: no-repeat;
} 
a.pdf:link, a.pdf:visited, a.pdf:focus, a.pdf:active, a.pdf:hover {
	background-image:url(../img/icons/pdf.png);
}
a.word:link, a.word:visited, a.word:focus, a.word:active, a.word:hover {
	background-image:url(../img/icons/word.png);
}
a.excel:link, a.excel:visited, a.excel:focus, a.excel:active, a.excel:hover {
	background-image:url(../img/icons/excel.png);
}
a.txt:link, a.txt:visited, a.txt:focus, a.txt:active, a.txt:hover {
	background-image:url(../img/icons/txt.png);
}
a.flash:link, a.flash:visited, a.flash:focus, a.flash:active, a.flash:hover {
	background-image:url(../img/icons/flash.png);
}
a.video:link, a.video:visited, a.video:focus, a.video:active, a.video:hover {
	background-image:url(../img/icons/video.png);
}
a.podcast:link, a.podcast:visited, a.podcast:focus, a.podcast:active, a.podcast:hover {
	background-image:url(../img/icons/podcast.png);
}
a.pub:link, a.pub:visited, a.pub:focus, a.pub:active, a.pub:hover {
	background-image:url(../img/icons/pub.png);
}
a.rss:link, a.rss:visited, a.rss:focus, a.rss:active, a.rss:hover {
	background-image:url(../img/icons/rss-feed.png);
}
a.print:link, a.print:visited, a.print:focus, a.print:active, a.print:hover {
	background-image:url(../img/icons/print.png);
}
a.friend:link, a.friend:visited, a.friend:focus, a.friend:active, a.friend:hover {
	background-image:url(../img/icons/friend.png);
}
a.help:link, a.help:visited, a.help:focus, a.help:active, a.help:hover {
	background-image:url(../img/icons/help.png);
}
a.info:link, a.info:visited, a.info:focus, a.info:active, a.info:hover {
	background-image:url(../img/icons/info.png);
}
a.email:link, a.email:visited, a.email:focus, a.email:active, a.email:hover {
	background-image:url(../img/icons/email.png);
}
a.vcard:link, a.vcard:visited, a.vcard:focus, a.vcard:active, a.vcard:hover {
	background-image:url(../img/icons/vcard.png);
}
a.plus:link, a.plus:visited, a.plus:focus, a.plus:active, a.plus:hover {
	background-image:url(../img/icons/plus.png);
}
a.minus:link, a.minus:visited, a.minus:focus, a.minus:active, a.minus:hover {
	background-image:url(../img/icons/minus.png);
}
	
	
/* =LISTS
-------------------------------------------------------------- */

ul {
	margin: 0 0 1em 2em;
}

div#content-primary ul {
	margin-left: 0;
}

div#content-primary ul ul {
    margin-left: 1.5em;
}

div#content-secondary ul, div#column-2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#content-secondary ul li, div#column-2 ul li {
	padding-left: 14px;
	margin-bottom: 0.75em;
	background: url(/assets/img/layout/arrow.gif) left center no-repeat;
}


ol { 
	margin: 0 0 1em 2em;
}

dl {
	margin: 0 0 1em 2em;
}

dt {
	font-weight: bold;
}

dt, dd {
	margin: 0 0 0.5em 0 ;
}


/* =TABLES
-------------------------------------------------------------- */

table {
	width: auto;
	margin: 0 0 1em 0;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
}

th,td {
	padding: 0.3em 0.4em 0.2em 0.4em;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
}

th {
	font-weight:bold;
	background-color: #ccffcc;
}

tr:nth-child(odd) { /* CSS3 zebra row solution - only works in Opera & Safari */
  background-color: #edf3fe;
}

tr.alt { /* Hardcoded zebra row solution - use this class on every other <tr> for a zebra effect */
	background-color: #edf3fe;
}


/* -------------------------------------------------------------- 
   -------------------------------------------------------------- 
	     				FORMS
   -------------------------------------------------------------- 
   -------------------------------------------------------------- */
/* form warning message */
form div.message p {
	color:#000;
}
   
/* fieldset messages - before the relevant field */
form div em {
	display: none;
}

form div.problem em {
	display: inline;
	color:red;
}

   
   
/* =SIMPLE-FORM
----------------------------------------------- */

form.simple-form fieldset {
	margin:1em 0;
	padding:1em;
	border:solid 1px #ccc;
	background-color:#eee;
}

form.simple-form legend {
	font-weight: bold;
}

form.simple-form div {
	position:relative;
	padding:6px;
	margin-bottom: 0.5em;
}

form.simple-form label {
	display: block;
}

form.simple-form input {
	width:200px;
}

form.simple-form textarea {
	width:300px;
	height:100px;
}

form.simple-form div.radio input, form.simple-form div.checkbox input, form.simple-form input.submit {
	width:auto;
}
   
form.simple-form div.radio label, form.simple-form div.checkbox label {
	display: inline;
}

/* fieldset messages - before the relevant field */
form.simple-form div.problem {
	background-color: #ffefef;
	border:solid 1px #ff7f7f;
}

/* progressive enhancements for browsers beyond ie6 */
form.simple-form input:focus, form.simple-form textarea:focus {
	background-color: #ffc;
}

form.simple-form input[type="text"], form.simple-form textarea{
	border-top: solid 2px #999;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	border-left: solid 2px #999;
}

/* CSS rounded corners - no Opera support as of Aug 09 */
form.simple-form div.message,
form.simple-form div.problem,
form.simple-form fieldset {
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}

 

/* =FLASH MESSAGES
----------------------------------------------- */

div.message {
	padding:10px;
}

div.message ul a:hover {
	text-decoration: none;
}

/* flash message - error */
div.error {
	border:solid 1px #ff7f7f;
	background-color: #ffefef;
}
div.error,
div.error a:link, 
div.error a:visited, 
div.error a:focus, 
div.error a:active  {
	color:red;
}

/* flash message - alert */
div.alert {
	border:solid 1px #FF8A00;
	background-color: #FCFFDF;
}
div.alert,
div.alert a:link, 
div.alert a:visited, 
div.alert a:focus, 
div.alert a:active  {
	color:#FF8A00;
}

/* flash message - success */
div.success {
	border:solid 1px #3FAF00;
	background-color: #EAFFDF;
}
div.success,
div.success a:link, 
div.success a:visited, 
div.success a:focus, 
div.success a:active  {
	color:#2D7F00;
}


/* =HOMEPAGE
------------------------------------------------ */
body.home div#content-primary div {
	background: #000;
	background: rgba(0,0,0,0.8);
	width: 430px;
	float: left;
	margin: 70px 0 0 0;
	padding: 20px 20px 10px 30px;
	color: #fff;
	font-size: 1.15em;
}

body.home div#content-primary div a:link, body.home div#content-primary div a:visited, body.home div#content-primary div a:focus, body.home div#content-primary div a:active {
	color: #99ccff;
}

body.home div#content-primary div a.read-more:link, body.home div#content-primary div a.read-more:visited, body.home div#content-primary div a.read-more:focus, body.home div#content-primary div a.read-more:active {
	float: right;
}

body.home div#content-secondary ul {
	border: 1px solid #aab1b8;
	float: left;
	width: 930px;
	margin: 0;
	padding: 0;	
}

body.home div#content-secondary ul li {
	background: url(/assets/img/layout/homepage-divider.png) right center no-repeat;
	margin: 0;
	padding: 15px 20px 20px 20px;
	float: left;
}

body.home div#content-secondary ul li#highlight-area-1, body.home div#content-secondary ul li#highlight-area-4 {
	width: 185px;
}

body.home div#content-secondary ul li#highlight-area-2, body.home div#content-secondary ul li#highlight-area-3 {
	width: 200px;
}

body.home div#content-secondary ul li#highlight-area-4 {
	background: none;
}

body.home div#content-secondary ul li#highlight-area-1 img, body.home div#content-secondary ul li#highlight-area-4 img {
    width: 185px;
}

body.home div#content-secondary ul li#highlight-area-2 img, body.home div#content-secondary ul li#highlight-area-3 img {
    width: 200px;
}

body.home div#content-secondary li#highlight-area-1 h2,
body.home div#content-secondary li#highlight-area-1 a:link, body.home div#content-secondary li#highlight-area-1 a:visited, body.home div#content-secondary li#highlight-area-1 a:focus, body.home div#content-secondary li#highlight-area-1 a:active
{
    color: #ABB401;
}

body.home div#content-secondary li#highlight-area-2 h2,
body.home div#content-secondary li#highlight-area-2 a:link, body.home div#content-secondary li#highlight-area-2 a:visited, body.home div#content-secondary li#highlight-area-2 a:focus, body.home div#content-secondary li#highlight-area-2 a:active
{
    color: #01628D;
}

body.home div#content-secondary li#highlight-area-3 h2,
body.home div#content-secondary li#highlight-area-3 a:link, body.home div#content-secondary li#highlight-area-3 a:visited, body.home div#content-secondary li#highlight-area-3 a:focus, body.home div#content-secondary li#highlight-area-3 a:active
{
    color: #B00A76;
}

body.home div#content-secondary li#highlight-area-4 h2,
body.home div#content-secondary li#highlight-area-4 a:link, body.home div#content-secondary li#highlight-area-4 a:visited, body.home div#content-secondary li#highlight-area-4 a:focus, body.home div#content-secondary li#highlight-area-4 a:active
{
    color: #7609B3;
}

body.home div#content-secondary ul li img {
	margin-bottom: 0.5em;
}

/* NEWS */
body.home div#content-tertiary ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.home div#content-tertiary li {
	float: left;
	width: 270px;
	margin: 0;
	padding: 0 20px 20px 20px;
}

body.home div#content-tertiary h2 {
	padding: 20px 20px 0 20px;
	font-size: 1.5em; /* 18px */
}

body.home div#content-tertiary a:link, body.home div#content-tertiary a:visited, body.home div#content-tertiary a:focus, body.home div#content-tertiary a:active {
	font-size: 1.08em; /* 13px */
}

/* =SECTION SPECIFIC COLOURS
---------------------------------------------------- */

/* HOME */
body.home h1 {
	color: #99ccff;
}
body.home ul#nav-primary li#nav-home a:link, body.home ul#nav-primary li#nav-home a:visited, body.home ul#nav-primary li#nav-home a:focus, body.home ul#nav-primary li#nav-home a:visited,
ul#nav-primary li#nav-home a:hover
{
	background: #0077d5;
}

/* ABOUT */
body.about-us div#branding p {
	background-position: 100% -70px;
}
body.about-us ul#nav-primary li#nav-about-us a:link, body.about-us ul#nav-primary li#nav-about-us a:visited, body.about-us ul#nav-primary li#nav-about-us a:focus, body.about-us ul#nav-primary li#nav-about-us a:visited,
body.about-us ul#nav-secondary a:hover,
ul#nav-primary li#nav-about-us a:hover
{
	background: #8d1801;
}
body.about-us div#content-primary a:link, body.about-us div#content-primary a:visited, body.about-us div#content-primary a:focus, body.about-us div#content-primary a:active,
body.about-us div#content-secondary a:link, body.about-us div#content-secondary a:visited, body.about-us div#content-secondary a:focus, body.about-us div#content-secondary a:active,
body.about-us ul#nav-breadcrumb li,
body.about-us h1
{
	color: #8d1801;
}

body.about-us ul#nav-secondary li.active a:link, body.about-us ul#nav-secondary li.active a:visited, 
body.about-us ul#mav-secondary li.active a:focus, body.about-us ul#nav-secondary li.active a:active {
	background-color: #fff;
	color:#8d1801;
}


/* SCHOLARSHIPS */
body.scholarships div#branding p {
	background-position: 100% -350px;
}
body.scholarships ul#nav-primary li#nav-scholarships a:link, body.scholarships ul#nav-primary li#nav-scholarships a:visited, body.scholarships ul#nav-primary li#nav-scholarships a:focus, body.scholarships ul#nav-primary li#nav-scholarships a:visited,
body.scholarships ul#nav-secondary a:hover,
ul#nav-primary li#nav-scholarships a:hover
{
	background: #abb401;
}
body.scholarships div#content-primary a:link, body.scholarships div#content-primary a:visited, body.scholarships div#content-primary a:focus, body.scholarships div#content-primary a:active,
body.scholarships div#content-secondary a:link, body.scholarships div#content-secondary a:visited, body.scholarships div#content-secondary a:focus, body.scholarships div#content-secondary a:active,
body.scholarships ul#nav-breadcrumb li,
body.scholarships h1
{
	color: #abb401;
}

body.scholarships ul#nav-secondary li.active a:link, body.scholarships ul#nav-secondary li.active a:visited, 
body.scholarships ul#mav-secondary li.active a:focus, body.scholarships ul#nav-secondary li.active a:active {
	background-color: #fff;
	color:#abb401;
}

/* SCHOLARS */
body.scholars div#branding p {
	background-position: 100% -140px;
}
body.scholars ul#nav-primary li#nav-scholars a:link, body.scholars ul#nav-primary li#nav-scholars a:visited, body.scholars ul#nav-primary li#nav-scholars a:focus, body.scholars ul#nav-primary li#nav-scholars a:visited,
body.scholars ul#nav-secondary a:hover,
ul#nav-primary li#nav-scholars a:hover
{
	background: #01628d;
}
body.scholars div#content-primary a:link, body.scholars div#content-primary a:visited, body.scholars div#content-primary a:focus, body.scholars div#content-primary a:active,
body.scholars div#content-secondary a:link, body.scholars div#content-secondary a:visited, body.scholars div#content-secondary a:focus, body.scholars div#content-secondary a:active,
body.scholars ul#nav-breadcrumb li,
body.scholars h1
{
	color: #01628d;
}
body.scholars ul#nav-secondary li.active a:link, body.scholars ul#nav-secondary li.active a:visited, 
body.scholars ul#mav-secondary li.active a:focus, body.scholars ul#nav-secondary li.active a:active {
	background-color: #fff;
	color:#01628d;
}

/* DEPARTMENTS AND COLLEGES */
body.departments-and-colleges div#branding p {
	background-position: 100% -210px;
}
body.departments-and-colleges ul#nav-primary li#nav-departments-and-colleges a:link, body.departments-and-colleges ul#nav-primary li#nav-departments-and-colleges a:visited, body.departments-and-colleges ul#nav-primary li#nav-departments-and-colleges a:focus, body.departments-and-colleges ul#nav-primary li#nav-departments-and-colleges a:visited,
body.departments-and-colleges ul#nav-secondary a:hover,
ul#nav-primary li#nav-departments-and-colleges a:hover
{
	background: #e47e00;
}
body.departments-and-colleges div#content-primary a:link, body.departments-and-colleges div#content-primary a:visited, body.departments-and-colleges div#content-primary a:focus, body.departments-and-colleges div#content-primary a:active,
body.departments-and-colleges div#content-secondary a:link, body.departments-and-colleges div#content-secondary a:visited, body.departments-and-colleges div#content-secondary a:focus, body.departments-and-colleges div#content-secondary a:active,
body.departments-and-colleges ul#nav-breadcrumb li,
body.departments-and-colleges h1
{
	color: #e47e00;
}

body.departments-and-colleges ul#nav-secondary li.active a:link, body.departments-and-colleges ul#nav-secondary li.active a:visited, 
body.departments-and-colleges ul#mav-secondary li.active a:focus, body.departments-and-colleges ul#nav-secondary li.active a:active {
	background-color: #fff;
	color:#e47e00;
}

/* OUR PARTNERS */
body.our-partners div#branding p {
	background-position: 100% -280px;
}
body.our-partners ul#nav-primary li#nav-our-partners a:link, body.our-partners ul#nav-primary li#nav-our-partners a:visited, body.our-partners ul#nav-primary li#nav-our-partners a:focus, body.our-partners ul#nav-primary li#nav-our-partners a:visited,
body.our-partners ul#nav-secondary a:hover,
ul#nav-primary li#nav-our-partners a:hover
{
	background: #b00a76;
}
body.our-partners div#content-primary a:link, body.our-partners div#content-primary a:visited, body.our-partners div#content-primary a:focus, body.our-partners div#content-primary a:active,
body.our-partners div#content-secondary a:link, body.our-partners div#content-secondary a:visited, body.our-partners div#content-secondary a:focus, body.our-partners div#content-secondary a:active,
body.our-partners ul#nav-breadcrumb li,
body.our-partners h1
{
	color: #b00a76;
}
body.our-partners ul#nav-secondary li.active a:link, body.our-partners ul#nav-secondary li.active a:visited, 
body.our-partners ul#mav-secondary li.active a:focus, body.our-partners ul#nav-secondary li.active a:active {
	background-color: #fff;
	color:#b00a76;
}

/* ALUMNI */
body.alumni div#branding p {
	background-position: 100% -420px;
}
body.alumni ul#nav-primary li#nav-alumni a:link, body.alumni ul#nav-primary li#nav-alumni a:visited, body.alumni ul#nav-primary li#nav-alumni a:focus, body.alumni ul#nav-primary li#nav-alumni a:visited,
ul#nav-primary li#nav-alumni a:hover,
body.alumni ul#nav-secondary a:hover {
	background: #7609b3;
}
body.alumni div#content-primary a:link, body.alumni div#content-primary a:visited, body.alumni div#content-primary a:focus, body.alumni div#content-primary a:active,
body.alumni div#content-secondary a:link, body.alumni div#content-secondary a:visited, body.alumni div#content-secondary a:focus, body.alumni div#content-secondary a:active,
body.alumni ul#nav-breadcrumb li,
body.alumni h1
{
	color: #7609b3;
}
body.alumni ul#nav-secondary li.active a:link, body.alumni ul#nav-secondary li.active a:visited, 
body.alumni ul#mav-secondary li.active a:focus, body.alumni ul#nav-secondary li.active a:active {
	background-color: #fff;
	color:#7609b3;
}

/* NEWS */
body.news div#branding p {
	background-position: 100% -490px;
}
body.news ul#nav-primary li#nav-news a:link, body.news ul#nav-primary li#nav-news a:visited, body.news ul#nav-primary li#nav-news a:focus, body.news ul#nav-primary li#nav-news a:visited,
ul#nav-primary li#nav-news a:hover,
body.news ul#nav-secondary a:hover {
	background: #006633;
}
body.news div#content-primary a:link, body.news div#content-primary a:visited, body.news div#content-primary a:focus, body.news div#content-primary a:active,
body.news div#content-secondary a:link, body.news div#content-secondary a:visited, body.news div#content-secondary a:focus, body.news div#content-secondary a:active,
body.news ul#nav-breadcrumb li,
body.news h1
{
	color: #006633;
}
body.news ul#nav-secondary li.active a:link, body.news ul#nav-secondary li.active a:visited, 
body.news ul#mav-secondary li.active a:focus, body.news ul#nav-secondary li.active a:active {
	background-color: #fff;
	color:#006633;
}

/* =SCHOLARSHIPS
------------------------------------------------------ */
body.scholarships form.simple-form {
    background: #ebedef;
    border: 2px solid #d8dbde;
    /* margin: 1em 0 0 0; */
    margin: 1em 0;
    padding: 10px;
    float: left;
    width: 642px;
    clear: both;
    -moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}

body.scholarships div#column-1 form.simple-form {
    width: 400px;
}

body.scholarships form.simple-form div {
    float: left;
}

body.scholarships form.simple-form label, body.scholarships form.simple-form select {
    float: left;
    margin-right: 10px;
}

body.scholarships form.simple-form input#submit {
    width: 100px;
}

body.scholarships div#application, body.scholarships div#automatic {
    float: left;
    margin: 0;
    padding: 0 10px;
}

body.scholarships div#application ul, body.scholarships div#automatic ul {
    margin-left: 1.5em;
}

body.scholarships div#application h2, body.scholarships div#automatic h2 {
    font-weight: normal;
    font-size: 1.2em;
    margin-bottom: 0.5em;
}

body.scholarships div#application {
    width: 280px;
    padding-left: 0;
}

body.scholarships div#automatic {
    border-left: 1px solid #ccc;
    width: 354px;
}

body.scholarships div#detail {
}

body.scholarships div#detail div {
    float: left;
    clear: both;
    margin-bottom: 5px;
}

body.scholarships div#detail h3, body.scholarships div#detail div div {
    float: left;
}

body.scholarships div#detail h3 {
    width: 150px;
    font-size: 1em;
}

body.scholarships div#detail div div {
    clear: right;
    width: 516px;
    display: inline;
}

body.scholarships div#detail ul {
    list-style: none;
    margin: 0;
}

body.scholarships ul#funders li {
/*  float: left;
    width: 140px;
    margin: 0 1em 1em 0;
*/
    margin: 0 0 1em 0;
}

body.scholarships div#detail hr {
    float: left;
    clear: both;
    width: 100%;
    background: #ccc;
    border: none;
    height: 1px;
    margin: 0 0 1em 0;
    display: inline;
}

body.scholarships a:hover img {
}

body.scholarships a.apply {
    margin-left: 1em;
}

