@charset "utf-8";
/* es */
/* Colour Schemes */

/* TURQUOISE 
colour1:#C9DCE3;
colour2:#4D8C9E;
colour3:#A6C5CE;
colour4:#FFFFFF;hom
colour5:#567A86;
colour6:#4D8C9E;
colour7:#EFF4F7;
colour8:#4D8C9E;
colour9:#cbe7ec;
colour10:#5d5d5d;
colour11:#000000;
colour12:#222222;
colour13:#4D8C9E;
colour14: #3e5158;
left-menu:left-menu-bg-turquoise.gif;
right-menu:right-menu-bg-turquoise.gif;
*/
 
/* GREEN
colour1:#DDE4C3;
colour2:#A3B340;
colour3:#cacca2;
colour4:#FFFFFF;
colour5:#7A8649;
colour6:#5F6157;
colour7:#FEFEFE;
colour8:#5F6157;
colour9:#D4DAA2;
colour10:#5d5d5d;
colour11:#000000;
colour12:#222222;
colour13:#5F6157;
left-menu:left-menu-bg-green.gif;
right-menu:right-menu-bg-green.gif;
*/

/* BLUE (COUNTRIES)
colour1:#DFE9EF;
colour2:#669DB9;
colour3:#c5d6e8;
colour4:#FFFFFF;
colour5:#5D798D;
colour6:#669db9;
colour7:#F3F9FF;
colour8:#669db9;
colour9:#BFE4FB;
colour10:#5d5d5d;
colour11:#000000;
colour12:#222222;
colour13:#669DB9;
left-menu:left-menu-bg-blue.gif;
right-menu:right-menu-bg-blue.gif;
*/

/* PURPLE
colour1:#D6CFD7;
colour2:#7D6885;
colour3:#d6c5d1;
colour4:#FFFFFF;
colour5:#5F4F65;
colour6:#7D6885;
colour7:#FEFEFE
colour8:#4B4B4B;
colour9:#D5BED1;
colour10:#5d5d5d;
colour11:#000000;
colour12:#222222;
colour13:#7D6885;
left-menu:left-menu-bg-purple.gif;
right-menu:right-menu-bg-purple.gif;
*/

/* BRICK
colour1:#DACAD0;
colour2:#906976;
colour3:#c5acbe;
colour4:#FFFFFF;
colour5:#795964;
colour6:#906976;
colour7:#FEFEFE
colour8:#4B4B4B;
colour9:#E8D7DE;
colour10:#5d5d5d;
colour11:#000000;
colour12:#222222;
colour13:#906976;
left-menu:left-menu-bg-brick.gif;
right-menu:right-menu-bg-brick.gif;
*/

/* BROWN
colour1:#E6DFD4;
colour2:#A5966B;
colour3:#c7c2bc;
colour4:#FFFFFF;
colour5:#726646;
colour6:#A5966B;
colour7:#FEFEFE
colour8:#4B4B4B;
colour9:#F5EEE2;
colour10:#5d5d5d;
colour11:#000000;
colour12:#222222;
colour13:#A5966B;
left-menu:left-menu-bg-brown.gif;
right-menu:right-menu-bg-brown.gif;
*/

/* Layout */

/*
#bodywrapper {
	width:980px;
	position:relative;
	left:50%;
	margin-left: -490px;
}
*/

#bodywrapper {
	width:980px;
	margin:0px auto;
	text-align:left;
}

body {
	margin:0;
	padding:0;
	/*margin:7px;*/
	font-size: 1em;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-align:center;
}

#header {
	margin: 0;
	padding: 0;
}

#header-top-outer {
	width: 980px;
	float: left;
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
}

#header-top-inner-left {
	width: 330px;
	float: left;
	display: block;	
	margin: 0;
	padding: 0;
}

#header-top-inner-right {
	width: 310px;
	float: right;
	display: block;
	margin: 0;
	padding: 0;
}

#header-middle {
	width:980px;
	clear:both;
	float:left;
	display:block;
	margin:0;
	padding:0;
	border-bottom: 1px solid #999999;
}

#header-bottom-outer {
	width: 980px;
	float: left;
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
}

#header-bottom-inner-left {
	width: 180px;
	float: left;
	display: block;	
	margin: 0;
	padding: 0;
}

a#zh {
	width:33px;
	height: 15px;
	padding:0 !important;
	margin:0;
	position: relative;
	overflow:hidden;
}

a#zh span {
	background: url(../images/miscellaneous/chinese.png) no-repeat;
	position: absolute;
	width:33px;
	height:15px;
	overflow:hidden;
	display:block; 
	top:0px;
	left:0px; 
	z-index:1;
}

#zh span:hover {
	background: url(../images/miscellaneous/chinese2.png) no-repeat;
}

#actionmenu {
	width: 800px;
	float: right;
	display: block;
	margin: 0;
	padding: 0;
}

#topmenu {
	width: 800px;
	height: 40px;
	float: right;
	display: block;
	padding: 0;
}

#contextmenu {
	display: inline;
	float: left;
	width: 150px;
}

#main-content-outer {
	display: block;
	float: right;
	width: 830px;
	padding: 0 0 10px 0;
	margin: 0;
	border-bottom-color: #D6CFD7;
	border-bottom-style: solid;
	border-bottom-width: 10px;
	clear:right;
}

#main-content-wrapper {
	display:block;
	float:left;
	width:980px;
	padding: 0;
	margin: 0;
}

#main-content-wide-outer {
	display: inline;
	float: left;
	width: 820px;
	/*padding: 0 0 5px 0;*/
	padding:0;
	margin: 0;
	border-bottom-color: #D6CFD7;
	border-bottom-style: solid;
	border-bottom-width: 10px;
}

#main-content-map-outer {
	display: block;
	float: right;
	width: 830px;
	padding: 0 0 5px 0;
	margin: 0;
	border-bottom-color: #D6CFD7;
	border-bottom-style: solid;
	border-bottom-width: 10px;
}

#programmes-intro {
	display: block;
	float: left;
	padding: 0 0 5px 10px;
	margin: 0;
	width: 100%;
	clear:both;
}

#programmes-menu {
	display: inline;
	float: left;
	padding: 0;
	margin: 0;
	width: 830px;
	clear:both;
}

#programme1, #programme2, #programme3{
	display: inline;
	float: left;
	padding:6px;
	margin:0 10px 0 10px;
	width: 244px;
	border-collapse: collapse;
}

#breadcrumbs {
	display: block;
	clear: both;
	float: left;
	width: 798px;
	padding: 3px 6px 3px 6px;
	border-left:solid 10px #D6CFD7;
	border-right:solid 10px #D6CFD7;
}

#section-header-bar {
	display: block;
	clear: both;
	float: left;
	height: 237px;
	width: 810px;
	padding: 0;
	margin: 0;
	border-left: solid 10px #D6CFD7;
	border-right: solid 10px #D6CFD7;
}

#map-header-bar {
	display: block;
	clear: both;
	float: left;
	height: 353px;
	width: 810px;
	padding: 0;
	margin: 0;
	border-left: solid 10px #D6CFD7;
	border-right: solid 10px #D6CFD7;
}

#slim-header {
	display: block;
	clear: both;
	float: left;
	height: 100px;
	width: 810px;
	padding: 0;
	margin: 0;
	border-left: solid 10px #D6CFD7;
	border-right: solid 10px #D6CFD7;
}


.spacer {
	display: block;
	clear: both;
	float: left;
	width: 830px;
	height: 10px;
	padding: 0;
	margin: 0;
	background-color: #D6CFD7;
}

#maincontent {	
	display: inline;
	float: left;
	width: 580px;
	min-height: 250px;
	padding: 5px 5px 5px 15px;
	margin: 0;
}

#main-content-courselist {	
	display: block;
	float: left;
	width: 800px;
	min-height: 350px;
	padding: 5px 15px 5px 15px;
	margin: 0;
}

#pathways-menu {	
	display: block;
	float: left;
	width: 580px;
	min-height: 350px;
	padding: 0;
	margin: 0;
}

#rightmenu {
	display:inline;
	padding:0;
	margin: 0 10px 0 0;
	border:none;
	float:right;
	width: 220px;
	overflow: hidden;
}

#rightmenu-map {
	display:block;
	padding:5px;
	margin:10px;
	border:none;
	float:right;
	width: 190px;
}

#sidebar, #links {
	display: inline;
	float: right;
	width: 200px;
	padding:5px 5px 0 5px;
	margin:0;
	clear: right;
	overflow: hidden;
	}

#footer {
	display: block;
	float:left;
	clear: both;
	width: 960px;
	height:16px;
}

#home-wrapper {
	display: block;
	clear: both;
	float: left;
	height: 350px;
	width: 980px;
	padding: 0;
	margin: 0;
}

#home-text {
	display:block;
	clear:both;
	float:left;
	width:980px;
	padding: 0;
	margin: 0;
}

#home-footer {
	display: block;
	float:left;
	clear: both;
	width: 960px;
	height:16px;
}


/* Standard HTML tag definitions */

h2 {
	margin: 0 0 3px 0;
	color: #7D6885;
	font-weight: bold;
	font-size: 1.1em;
}

h3 {
	margin: 5px 0 1px 0;
	color: #7D6885;
	font-weight: bold;
	font-size: 1em;	
	clear:both;
}

h4 {
	margin: 0 0 1px 0;
	color: #7D6885;
	font-weight: bold;
	font-size: 1em;	
	clear:both;
}

h5 {
	margin: 0 0 1px 0;
	color: #7D6885;
	font-weight: bold;
	font-size: 1em;	
	clear:both;
}

p {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	font-size: 0.75em;
	color: #3C3C3C;
}

a {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #222222;
}

h3 a {
	color: #5F4F65; 
}

h3 a:visited {
	color: #5F4F65; 
}

ul {
	clear:both;
	padding: 0 0 0 20px;
	margin: 10px 0 10px 0;
}

li {
	font-size:0.75em;
	color: #3C3C3C;
}

li li, li li li {
	font-size: 1em;
}

/* Multi-column lists */
ul.multicol {
	margin: 0;
	padding: 0;
}

.multicol li {
	margin: 0;
	padding: 0;
	line-height: 1.3em;
}

.multicol .col1 {
	margin-left: 3em;
}

.multicol .col2 {
	margin-left: 13em;
}

.multicol .col3 {
	margin-left: 23em;
}

.multicol .coltopper {
	margin-top: -6.5em;
}




#maincontent img {
	display: inline;
	float:left;
	margin: 5px;
	border:2px solid #4B4B4B
}

.floatingimagegroup {
	float:left;
	display:block;
	clear:both;
	width:570px;
}

blockquote {
	display: block;
	float:left;
	padding:10px;
	margin:5px 0 10px 0;
	background-color:#c5d6e8;
	font-size: 1.05em;
	color:#FFFFFF;
}

form {
	display:block;
	margin: 0;
	padding:0;
}

table {
border-collapse: collapse;
	border:none;
	padding:0;
	margin:0;
	font-size: 0.8em;
	color: #7D6885;;
}

th {
	text-align: left;
	font-weight: bold;
	padding:8px;
	margin:0;
}

td {
	text-align: left;
	border-bottom: thin solid #7D6885;
	padding:8px;
	margin:0;
}

th[scope="col"] {
	border-bottom: medium solid #7D6885;

}

th[scope="row"] {
	border-bottom: thin solid #7D6885;
}

hr {
	color:#999999;
	background-color: #999999;
	height:1px;
	width:980px;
	border: none;
	margin:0;
	padding:0;
}

/* Main Content */
#maincontent {
	font-size: 1em;
	color:#3C3C3C;
}

#maincontent ul li p {
	font-size: 1em;
}

#maincontent p {
	clear:both;
}

#maincontent hr {
	clear:both;
	width:100%;
	margin:20px 0 10px 0;
}

/* Header */
#topmenu {
	text-align: right;
}

#header-top-inner-right {
	text-align: right;
}

#header-top-inner-right ul {
	float:left;
	padding:0;
	margin:0;
}

#header-top-inner-right ul li {
	float: left;
	display: block;
	font-size: 0.7em;
	font-weight: bold;
	margin-top:3px;
	border-right-color: #b8b49d;
	border-right-style: solid;
	border-right-width: thin;
}

#header-top-inner-right ul a {
	color: #7e7b7b;
	display: block;
	float:left;
	padding: 0 0.5em 1px 0.5em;
	text-decoration: none;
	zoom:1;
}

#header-top-inner-right ul a:hover {
	color: #bcbcb6;
}

#header-top-inner-right form {
	float:right;
}

#header-top-inner-right input {
	border:0;
	margin-top:1px;
	padding-top: 1px;
	padding-left:3px;
	background-color:#e4e4e3;
	color:#111111;
	height: 16px;
}

#header h1 {
	font-size: 0.6em;
}

#header ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#header a img {
	border: 0;
}

/* top-actions-menu */
#actionmenu {
	text-align: right;
}

#actionmenu ul {
	float:right;
	padding:0;
	margin:5px 0 0 0;
}

#actionmenu ul li {
	float: left;
	display: block;
	font-weight: bold;
	margin-top:3px;
	border-right-color: #b8b49d;
	border-right-style: solid;
	border-right-width: thin;
}

#actionmenu ul a {
	color: #3C3C3C;
	display: block;
	float:left;
	padding: 0 0.5em 1px 0.5em;
	text-decoration: none;
	zoom:1;
}

#actionmenu ul a:hover {
	color: #ffffff;
	background-color:#b8b49d;
}

/* Top Menu */
#topmenu ul {
	margin-top:20px;
	float:right;
}

#topmenu ul li {
	float: left;
	display: block;
	font-size: 0.8em;
	font-weight: bold;
	border-right-color: #b8b49d;
	border-right-style: solid;
	border-right-width: thin;
	padding: 0;
	margin: 0;
}

#topmenu ul a {
	display: block;
	float:left;
	padding: 0 0.5em 1px 0.5em;
	text-decoration: none;
	zoom:1;
	/*
	color:#cf2727;	
	*/
}

#topmenu ul a:hover {
	/* for IE */
	filter:alpha(opacity=50);
	/* CSS3 standard */
	opacity:.50;
	/*
	color: #ffffff;
	background: #cf2727;
	*/
}

li.top-menu-turquoise a{
	color:#567A86;
}

li.top-menu-turquoise a:hover{
	color: #ffffff;
	background: #567A86;
}

li.top-menu-green a{
	color:#7A8649;
}

li.top-menu-green a:hover{
	color:#ffffff;
	background:#7A8649;
}

li.top-menu-blue a{
	color:#5D798D;
}

li.top-menu-blue a:hover{
	color: #ffffff;
	background: #5D798D;
}

li.top-menu-purple a{
	color:#5F4F65;	
}

li.top-menu-purple a:hover{
	color:#ffffff;
	background:#5F4F65;	
}

li.top-menu-brick a{
	color:#795964;
}

li.top-menu-brick a:hover{
	color: #ffffff;
	background: #795964;
}

li.top-menu-brown a{
	color:#726646;
}

li.top-menu-brown a:hover{
	color: #ffffff;
	background: #726646;
}

li.top-menu-red a{
	color:#cf2727;
}

li.top-menu-red a:hover{
	color: #ffffff;
	background: #cf2727;
}

.hidden {
	display: none;
	height: 0;
	width: 0;
}


#header li.current a {
	color: #ffffff;
	background-color: #5F4F65;
}


#header li.current a:hover {
	/* for IE */
	filter:alpha(opacity=100);
	/* CSS3 standard */
	opacity:1;
}

/* Left Navigation */
#contextmenu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	font-size: 1em;
	display:block;
	float:left;
	clear:both;
	width:150px;
}

#contextmenu ul li span {
	padding: 0 2px 5px 5px;
	display:block;
	float:left;
}

#contextmenu li {
	display:block;
	float:left;
	font-size: 1em;
	clear:both;
	padding: 5px 3px 5px 0;
	width: 147px;
}

#contextmenu li.section {
	font-size: 0.9em;
	font-weight:bold;
	background-color: #463c4a;
	color:#FFFFFF;
}

#contextmenu li a{
	display:block;
	float:left;
	text-decoration: none;
	font-size: 0.8em;
	font-weight:normal;
	background: url(../images/layouteffects/menu-arrow-right.gif) no-repeat 3px 4px;
	min-width: 130px;
}

#contextmenu li a:hover{

}

#contextmenu li.current > a{
	font-weight: bold;
}

#contextmenu li.expanded > a{
	background: url(../images/layouteffects/menu-arrow-down.gif) no-repeat 3px 5px;
	font-weight: bold;
}

#contextmenu li a:hover{

}

/* Second level */
#contextmenu li ul{
	background-color: #5F4F65;
}

#contextmenu li ul li{
	width:144px;
}

#contextmenu li ul a{
	padding-left:14px;
	color:#FFFFFF;
	width:125px;
}

/* Third level */
#contextmenu ul li.section ul li.expanded ul li.expanded{
	width:142px;
}

#contextmenu ul li.section ul li.expanded ul li.expanded ul{
	width:142px;
}

#contextmenu li ul li ul{
	background-color:#7D6885;
}

#contextmenu li ul li ul li{
	padding-left: 5px;
	width:141px;
}

#contextmenu li ul li ul li a{
	width:120px;
}

#contextmenu li ul li.expanded{
	background-color:#7D6885;
	width:147px;
}

/* Fourth level */
#contextmenu li ul li ul li ul{
	background-color:#FEFEFE; 
}

#contextmenu li ul li ul li ul li{
	padding-left: 5px;
	width:125px;
}

#contextmenu li ul li ul li ul li a{
	color:#463c4a;
	background: url(../images/layouteffects/menu-arrow-right-turquoise.gif) no-repeat 3px 4px;
	width:115px;
}

#contextmenu li ul li ul li.expanded{
	background-color:#FEFEFE; 
}

#contextmenu li ul li ul li.expanded > a{
	color:#463c4a;
	background: url(../images/layouteffects/menu-arrow-down-turquoise.gif) no-repeat 3px 4px;
}

/* Breadcrumbs */

#breadcrumbs {
	background-color: #7D6885;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.7em;
	font-variant: small-caps;
}

#breadcrumbs a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}

/* Section Header Bar */

#section-header-bar {
	 display: block;
}

.header-image-1 {
	background-image: url(../images/layouteffects/header-image-1.jpg);
   background-repeat: no-repeat;
}

.header-image-studentlogin {
	background-image: url(../images/layouteffects/header-image-studentlogin.jpg);
   background-repeat: no-repeat;
}

.header-image-alumni {
	background-image: url(../images/layouteffects/header-image-alumni.jpg);
   background-repeat: no-repeat;
}

.header-image-whoarewe {
	background-image: url(../images/layouteffects/header-image-whoarewe.jpg);
   background-repeat: no-repeat;
}

.header-image-map {
    background-image: url(../images/layouteffects/world-map-3.jpg);
    background-repeat: no-repeat;
}

.header-image-color-fade {
	position: relative;
	background-color: #7D6885;
	top:121px;
	height:100px;
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:.60;
}

#section-header-bar h2 {
    position: relative;
	 display: block;
    height: auto;
    width: auto;
	 color: #D5BED1;
	 font-size: 1.2em;
	 top:0;
	 padding:0;
	 z-index:1;
}

#section-header-bar p {
    position: relative;
	 display: block;
    height: auto;
    width: 700px;
	 color: #ffffff;
	 font-size: 1em;
	 padding:0;
	 z-index:1;
}

#header-text {
	position: relative;
	display: block;
   height: auto;	
	width: 800px;
	height:120px;
	padding:0;
	margin:0;
	top:25px;
}

/* Slim Picture */
#slim-header {
    background-repeat: no-repeat;
	 display: block;
}

.slim-header-standard {
	background-image: url(../images/layouteffects/slim-header-1.jpg);
}

.slim-header-graduates {
	background-image: url(../images/layouteffects/slim-header-graduates.jpg);
}

.slim-header-faculty {
	background-image: url(../images/layouteffects/slim-header-faculty.jpg);
}

/* Map */
#map-header-bar {
	display: block;
}

.map-image-color-fade {
	position: relative;
	background-color: #7D6885;
	top:250px;
	height:90px;
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:.60;
}

#map-header-bar h2 {
    position: relative;
	 display: block;
    height: auto;
    width: auto;
	 color: #D5BED1;
	 font-size: 1.2em;
	 top:160px;
	 padding:10px 2px 10px 15px;
	 z-index:1;
}

#map-header-bar p {
    position: relative;
	 display: block;
    height: auto;
    width: 700px;
	 color: #ffffff;
	 font-size: 1em;
	 top:138px;
	 padding:10px 2px 10px 15px;
	 z-index:1;
}

#rightmenu-map table {
border-collapse: collapse;
	border:none;
	padding:0;
	margin:0;
	font-size: 0.8em;
	font-weight: bold;
	color: #7D6885;;
}

#rightmenu-map td {
	text-align: left;
	border:none;
	padding:3px;
	margin:0;
}



/* Testimonials */
#testimonials-wrapper {
	display:block;
	float:left;
   width: 580px;
	

}

#wall-of-faces {
	display:inline;
	float:left;
	width:410px;
	clear:both;
	
	margin-left:90px;
	/*
	text-align:center;
	margin-left: auto; margin-right: auto;
	text-align:left;
	*/
}

#wall-of-faces img {
	border:solid 2px #7D6885;
}

.testimonial-face {
	display:inline;
	float:left;
	height:67px;
	width:52px;
	margin:0 2px 0 2px;
}

.testimonial-face a {
	/*margin:5px;*/
}

.student-testimonials {
	display:block;
	float:left;
	clear:both;	
	width:580px;
	height:800px;
	position:relative;
}

.student-testimonial {
	display:block;
	position:absolute;
	top:1px;
	background-color:#FEFEFE;
	border:solid 1px #7D6885;
}

.student-testimonial img{
	display:inline;
	float:left;
	border:solid 1px #7D6885;
	margin:0 7px 4px 5px;
}

.student-testimonial h2, .student-testimonial h3, .student-testimonial p {
	margin:5px;
}

/* COURSE LIST */
ul.courselist li{
	/*clear:both;*/
}

ul.courselist li ul{
/*	width:240px;
	clear:none;
	float:left;
	display:inline;*/
}

ul.courselist br
{
  /*clear:left;
  height:40px;*/
}

div.courselist-wrapper
{
  margin-bottom: 1em;
}



/* Home page */
#home-wrapper {
   background-image: url(../images/layouteffects/home-2.jpg);
   background-repeat: no-repeat;
	display: block;
}

.home-image-color-fade {
	position: relative;
	background-color: #3a4f82;
	top:246px;
	height:80px;
	/* for IE */
	filter:alpha(opacity=70);
	/* CSS3 standard */
	opacity:.70;
}

#home-wrapper h2 {
    position: relative;
	 display: block;
    height: auto;
    width: auto;
	 color: #becdee;
	 font-size: 1.2em;
	 /*top:220px;*/
	 padding:0;
	 margin:0;
	 z-index:1;
}

#home-wrapper p {
    position: relative;
	 display: block;
    height: auto;
    width: 800px;
	 color: #ffffff;
	 font-size: 1em;
	 /*top:197px;*/
	 padding:0;
	 margin:0;
	 z-index:1;
}

#home-image-text {
	position: relative;
	display: block;
   height: auto;	
	width: 801px;
	height:101px;
	padding:0;
	margin:0;
	top:172px;
}

.fade-box {
	margin: 0;
	padding:0 0 0 10px;
	position: absolute;
	top: 1px;
	width: 800px;
	height: 80px;	
}


/* Main Content */
#main-content-wrapper {
	background: #7D6885;
	background: #D6CFD7 url(../images/layouteffects/left-menu-bg-purple.gif) repeat-y right top;
}

#main-content-outer {
	background: #D6CFD7 url(../images/layouteffects/right-menu-bg-purple.gif) repeat-y right top;
}

/* Right Menu */
#sidebar {
	background-color: #FEFEFE;
	color: #7D6885;
	display:block;
}

/* Testimonial */
#sidebar .testimonial {
	background-color:#7D6885;
	clear:both;
	padding:5px;
	display:block;
	float:left;
}

#sidebar .testimonial p.attester {
	background-color:#FEFEFE;
	color: #7D6885;
	font-weight: bold;
	display:block;
	float:left;
	width:190px;
	font-size:0.95em;
}

#sidebar .testimonial p.attester img {
	float:left;
	display:inline;
	clear:left;
	margin:5px;
}

#sidebar .testimonial p {
	clear:both;
	color:#FEFEFE;
}

/* Links */
#links {
	display:block;
	background-color: #FEFEFE;
}

#links ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display:block;
}

#links ul li {
	background-color:#D6CFD7;
	width:190px;	
	margin-bottom:5px;
	padding:5px;
}

#links ul li h3 {
	color:#ffffff;
	background-color: #000000;
	margin:0;
	padding:2px;
	font-size: 1.2em;
	clear:both;
}

#links ul li p {
	margin: 4px 0 0 0;
	color:#000000;
	font-size:1em;
}

#links ul li a {
	color:#7f0080;
	font-weight:bold;
	text-decoration: none;
	margin-left:3px;
	/*max-width:2px;*/
	
}

#links ul li a:hover {
	text-decoration: underline;
}

/* Links with picture */
#links ul li.picture {
	background-color: #7D6885;
	width:190px;
	min-height:110px;
	/* min-height hack for ie6 */
	height: auto !important;
	height: 110px;
}

#links ul li.picture h3 {
	color: #CEB000;
	background-color: #ffffff;
	margin:0;
	padding:2px;
	font-size: 1.3em;
	clear:both;
}

#links ul li.picture a {
	color:#ffffff;
	font-weight:bold;
	text-decoration: none;
	margin-left:3px;
}

#links ul li.picture a:hover {
	text-decoration: underline;
}

#links ul li.picture p {
	margin-top: 4px;
	color:#ffffff;
	font-size:1.1em;
	background-color: #000000;
	padding:3px;
}

#links ul li.picture h3 > p {
	font-size:1.25em
}

#links ul li.picture p + p {
	margin-top:5px;
	font-size:1.1em;
}

/* sidebar image */
.sidebar-image {
    background-image: url(../images/layouteffects/sample-pic.jpg);
    background-repeat: no-repeat;
    height: 145px;
    width: 200px;
	 display: block;
}

.sidebar-image-color-fade {
	position: relative;
	background-color: #7D6885;
	top:90px;
	height:35px;
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:.60;
}

.sidebar-image p {
    position: relative;
	 display: block;
    height: auto;
    width: auto;
	 color: #ffffff;
	 font-size: 0.8em;
	 top:55px;
	 padding:10px 2px 10px 5px;
	 z-index:1;
}

/* Programmes Page */
#programmes-menu {
	background: #D6CFD7 url(../images/layouteffects/programmes-main-bg-purple.gif) repeat-y right top;
}

#programme {
	background-color: #FEFEFE;
}

.programme-image {
    background-repeat: no-repeat;
    height: 145px;
    width: 242px;
	 display: block;
	 margin-bottom:10px;
}

.prog-image-1 {
	 background-image: url(../images/layouteffects/programmes-image-1.jpg);
}

.prog-image-2 {
    background-image: url(../images/layouteffects/programmes-image-2.jpg);
}

.prog-image-3 {
    background-image: url(../images/layouteffects/programmes-image-3.jpg);
}


.programme-image-color-fade {
	position: relative;
	background-color: #7D6885;
	top:95px;
	height:36px;
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:.60;
}


.programme-image h3 a{
    position: relative;
	 display: block;
    height: auto;
    width: auto;
	 color: #ffffff;
	 font-size: 1.1em;
	 font-weight: normal;
	 top:54px;
	 padding:8px 2px 6px 5px;
	 z-index:1;
	 text-decoration:none;
}

.hovering h3 a:hover{
	background-color: #7D6885;
}

.programme-image h3 a:visited{
	color: #ffffff;
}

/* Student login */
.student-login-wrapper {
	display: block;
	float: left;
	padding:6px;
	margin:0 10px 10px 10px;
	width: 244px;
	background-color:#FEFEFE;
	
}

.student-login-desc {
	min-height:185px;
	display: block;
	float: left;
	width:240px;
}

.student-login-desc a {
	bottom:5px;
	float:right;
	font-size: 0.75em;
	
}

.student-login {
    background-repeat: no-repeat;
    height: 145px;
    width: 242px;
	 display: block;
	 float:left;
	 margin-bottom:10px;
}

#student-login-1 .student-login {
	 background-image: url(../images/layouteffects/programmes-image-1.jpg);
}

#student-login-2 .student-login {
	 background-image: url(../images/layouteffects/student-services-link.jpg);
}

.student-login-image-color-fade {
	position: relative;
	background-color: #7D6885;
	top:95px;
	height:35px;
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:.60;
}

.student-login h3 a:hover{
	background-color: #7D6885;
}

.student-login h3 a{
    position: relative;
	 display: block;
    height: auto;
    width: auto;
	 color: #ffffff;
	 font-size: 1.1em;
	 font-weight: bold;
	 top:55px;
	 padding:8px 2px 4px 5px;
	 z-index:1;
	 text-decoration:none;
}

/* Multiple choice quiz */
.questionNumber {
	margin:10px 0 10px 0;
}

.multiplechoicequiz p {
	margin:10px 0 5px 0;	
}

.multiplechoicequiz .ABC {
	color: #3C3C3C;
	font-weight:bold;
}

.multiplechoicequiz .alert {
	color: #FF0000;
	font-weight: bold;
}

.multiplechoicequiz .button {
	margin-top: 1em;
	margin-bottom: 1em;
}

.multiplechoicequiz .button a {
	border: 1px solid #808080;
	padding: 0.2em 0.4em 0.2em 0.4em;
	background-color: #5F4F65;
	color: #FFFFFF;
	font-size: .75em;
	text-transform: uppercase;
	text-decoration: none;
}

.multiplechoicequiz .ppFeedback {
	display: none;
}

.multiplechoicequiz .ppFeedbackDisplayed {
	margin-left: 3em;
	display: block;
	color: #336666;
}

.multiplechoicequiz .questionNumber {
	font-weight: bold;
}

.multiplechoicequiz #oops {
	padding: 1em;
}

.multiplechoicequiz a {
	color: #666666;
}

.multiplechoicequiz .option {
	color: #3C3C3C;
	font-size: 0.75em;
}

.multiwayfeedback {
	display: none;
}


/* 3 Column chooser */
.threecol-wrapper {
	display: inline;
	float: left;
	padding:4px;
	margin:0 10px 10px 10px;
	width: 164px;
	background-color:#FEFEFE;
	
}

.threecol-desc {
	min-height:60px;
	display: block;
	float: left;
	width:160px;
}

.threecol-desc a {
	bottom:5px;
	float:right;
	font-size: 0.75em;
	
}

.threecol {
    background-repeat: no-repeat;
    height: 108px;
    width: 162px;
	 display: block;
	 float:left;
	 margin-bottom:10px;
}



.threecol-image-color-fade {
	position: relative;
	background-color: #7D6885;
	top:65px;
	height:35px;
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:.60;
}

.threecol h3 a:hover{
	background-color: #7D6885;
}

.threecol h3 a{
    position: relative;
	 display: block;
    height: auto;
    width: auto;
	 color: #ffffff;
	 font-size: 1.05em;
	 font-weight: bold;
	 top:29px;
	 padding:8px 2px 8px 5px;
	 z-index:1;
	 text-decoration:none;
}

#demo-1 .threecol {
	 background-image: url(../images/layouteffects/demo-1.jpg);
}

#demo-2 .threecol {
	 background-image: url(../images/layouteffects/demo-2.jpg);
}

#demo-3 .threecol {
	 background-image: url(../images/layouteffects/demo-3.jpg);
}

#demo-4 .threecol {
	 background-image: url(../images/layouteffects/studyop-2.jpg);
}


#studyop-1 .threecol {
	 background-image: url(../images/layouteffects/studyop-2.jpg);
}

#studyop-2 .threecol {
	 background-image: url(../images/layouteffects/studyop-1.jpg);
}

#studyop-3 .threecol {
	 background-image: url(../images/layouteffects/studyop-3.jpg);
}


/* Two Column Chooser*/
.twocol-wrapper {
	display: inline;
	float: left;
	padding:4px;
	margin:0 0 10px 10px;
	width: 270px;
	background-color:#FEFEFE;
	
}

.twocol-desc {
	min-height:70px;
	display: block;
	float: left;
	width:270px;
}

.twocol-desc a {
	bottom:5px;
	float:right;
	font-size: 0.75em;
	
}

.twocol {
    background-repeat: no-repeat;
    height: 93px;
    width: 270px;
	 display: block;
	 float:left;
	 margin-bottom:10px;
}

.twocol-image-color-fade {
	position: relative;
	background-color: #7D6885;
	top:40px;
	height:35px;
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:.60;
}

.twocol h3 a:hover{
	background-color: #7D6885;
}

.twocol h3 a{
    position: relative;
	 display: block;
    height: auto;
    width: auto;
	 color: #ffffff;
	 font-size: 1.05em;
	 font-weight: bold;
	 top:0px;
	 padding:8px 2px 6px 5px;
	 z-index:1;
	 text-decoration:none;
}

.twocol-deep-fade .twocol-image-color-fade{
	height:54px !important;
}

.twocol-deep-fade h3 a{
	 top:-20px !important;
}




#shortpdf1 .twocol, #shortpdf2 .twocol, #shortpdf3 .twocol, #shortpdf4 .twocol, #shortpdf5 .twocol
{
	background-image: url(../images/layouteffects/pathways-image-1.jpg);
}

#pathway19 .twocol, #pathway13 .twocol, #pathway1 .twocol, #pathway6 .twocol
{
	background-image: url(../images/layouteffects/pathways-image-2.jpg);
}

#pathway20 .twocol,#pathway14 .twocol, #pathway2 .twocol, #pathway7 .twocol
{
	background-image: url(../images/layouteffects/pathways-image-3.jpg);
}

#pathway15 .twocol,#pathway3 .twocol, #pathway8 .twocol
{
	background-image: url(../images/layouteffects/pathways-image-4.jpg);
}

#pathway16 .twocol, #pathway4 .twocol, #pathway9 .twocol
{
	background-image: url(../images/layouteffects/pathways-image-5.jpg);
}

#pathway17 .twocol, #pathway5 .twocol, #pathway10 .twocol
{
	background-image: url(../images/layouteffects/pathways-image-6.jpg);
}

#pathway18 .twocol, #pathway12 .twocol, #pathway11 .twocol
{
	background-image: url(../images/layouteffects/pathways-image-7.jpg);
}

/* Home Text */
#home-text{
	background-color: #D6D6D6;
	border-top-color: #ffffff;
	border-top-style: solid;
	border-top-width: 5px;
	padding:0;
	margin:0;
	color: #333333;
}

#home-text-inner {
/* work-around for IE box model */
	float:left;
	display: inline;
	padding: 10px 10px 10px 15px;
	margin:0;
}

#home-text h2{
	color: #333333;
}

#home-text p {
	width:800px;
	padding:0;
	margin:0;
}

/* Footer */
#footer {
	background-color: #D6D6D6;
	border-top-color: #ffffff;
	border-top-style: solid;
	border-top-width: 5px;
	padding: 5px 10px 5px 10px;
	font-size:0.75em;
}

#footer-inner-left {
	display:block;
	float:left;
	font-weight: bold;
	font-size:1em;
}

#footer-inner-left a {
	color: #333333;
}

#footer-inner-right {
	text-align: right;
	float:right;
	font-size:1em;
}

#footer-inner-right ul {
	float:left;
	padding:0;
	margin:0;
	display:inline;

}

#footer-inner-right ul li {
	float: left;
	display: block;
	font-size:1em;
	font-weight: bold;
	margin-top:3px;
	border-right-color: #b8b49d;
	border-right-style: solid;
	border-right-width: thin;
	margin:0;
	padding:0;
}

#footer-inner-right ul a {
	color: #7e7b7b;
	display: block;
	float:left;
	padding: 0 0.5em 0 0.5em;
	text-decoration: none;
	zoom:1;
}

#footer-inner-right ul a:hover {
	color: #bcbcb6;
	text-decoration: underline;
}

/* Expanding sections */
#maincontent .contactdetails li {
	clear: both;
}

.expandable {
	display: none;
}

.expanderlink {
	cursor: pointer;
	cursor: hand; /* Both declared for Netscape, IE and Mozilla compatibility */
}

#maincontent ul li {
	list-style: square;
}


/* Home Footer */
#home-footer {
	background-color: #ffffff;
	border-top-color: #ffffff;
	border-top-style: solid;
	border-top-width: 5px;
	padding: 0 0 5px 10px;
	font-size:0.75em;
}

#home-footer #footer-inner-left a {
	color: #333333;
}

#home-footer #footer-inner-right a {
	color: #414141;

}


