﻿* {
	border: none;
	margin: 0;
	padding: 0;
}

/** HTML tags **/
html {
	background-color: #FFFFFF;
	color: #000000;
	font-family: "Arial", "Sans-Serif";
	font-size: 12pt;
}

body {
	width: 940px;
	margin: 20px auto 0 auto;
}

/** Header **/
div#header {
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	height: 191px;
}

/** Menu **/
div#menu {
	margin-top: 50px;
	background-image: url('../images/menu_background.png');
	background-repeat: no-repeat;
	background-position: right;
	text-align: right;
	height: 56px;
}

div#menu ul {
	padding: 9px 5px 0 0;
	list-style: none;
}

div#menu ul li {
	display: inline;
}

div#menu ul li a {
	text-align: left;
	display: inline-block;
	height: 17px;
	color: #FFFFFF;
	padding: 10px;
	background-repeat: no-repeat;
	background-image: url('../images/Menu_buttons.png');
	width: 131px;
	text-indent: -9999px;
}

div#menu ul li a:hover {
	background-image: url('../images/Menu_buttons_hover.png');
}

div#menu ul li a#home {
	background-position: 0px 0px;
}

div#menu ul li a#about_us {
	background-position: -160px 0px;
}

div#menu ul li a#courses {
	background-position: -320px 0px;
}

div#menu ul li a#students {
	background-position: -480px 0px;
}

div#menu ul li a#contact_us {
	background-position: -641px 0px;
}

/** Search dialog **/
div#search_dialog {
	margin-top: 10px;
	background-image: url('../images/Search_background.png');
	background-repeat: no-repeat;
	height: 30px;
	text-align: right;
	background-position: right;
	padding: 5px;
}

div#search_dialog label {
	display: none;
}

div#search_dialog input, div#search_dialog button {
	background-image: url('../images/Search.png');
	border: 0px solid #FFFFFF;
	background-color: transparent;
}

div#search_dialog button#submit {
	background-position: -305px -5px;
	text-indent: -9999px;
	text-align: left;
	width: 99px;
	height: 30px;
}

div#search_dialog input#search {
	background-position: -5px -5px;
	padding: 8px;
	width: 278px;
}

/** Extra buttons **/
div#extra_buttons {
	text-align: right;
	padding: 10px 0 0 0;
}

div#extra_buttons a {
	text-align: left;
	display: inline-block;
	background-image: url('../images/top_buttons.png');
	background-repeat: no-repeat;
	height: 31px;
	text-indent: -9999px;
}

div#extra_buttons a + a {
	margin-left: 20px;
}

div#extra_buttons a:hover {
	background-image: url('../images/Top_buttons_hover.png');
}

div#extra_buttons a#apply_now {
	background-position: 0px 0px;
	width: 153px;
}

div#extra_buttons a#download_prospectus {
	background-position: -168px 0px;
	width: 229px;
}

/** Categories **/
div#categories {
	background-image: url('../images/categories_background.png');
	background-repeat: no-repeat;
	height: 330px;
	width: 935px;
	margin-left: 5px;
	margin-top: 10px;
}

div#categories ul.side {
	list-style: none;
	margin-left: 10px;
	padding-top: 10px;
	float: left;
	width: 266px;
}

div#categories ul.side li a {
	display: block;
	background-image: url('../images/Categories.png');
	background-repeat: no-repeat;
	text-align: left;
	text-indent: -9999px;
	width: 266px;
	height: 60px;
}

div#categories ul.side li a#categories_communications_link {
	background-position: 0px 0px;
}

div#categories ul.side li a#categories_expressive_arts_link {
	background-position: 0px -64px;
	margin-top: 4px;
}

div#categories ul.side li a#categories_humanities_link {
	background-position: 0px -127px;
	margin-top: 3px;
	height: 61px;
}

div#categories ul.side li a#categories_maths_link {
	background-position: 0px -191px;
	margin-top: 3px
}

div#categories ul.side li a#categories_social_sciences_link {
	background-position: 0px -254px;
	margin-top: 3px;
}

div#categories ul.side li a#categories_communications_link.hover {
	background-position: 0px 0px;
}

div#categories ul.side li a#categories_expressive_arts_link.hover {
	background-position: 0px -378px;
}

div#categories ul.side li a#categories_humanities_link.hover {
	background-position: 0px -755px;
}

div#categories ul.side li a#categories_maths_link.hover {
	background-position: 0px -1133px;
}

div#categories ul.side li a#categories_social_sciences_link.hover {
	background-position: 0px -1510px;
}

div#categories ul.side li a.hover {
	background-image: url('../images/Categories_backgrounds.png');
}

div#categories div#categories_communications {
	background-position: -265px 0px;
}

div#categories div#categories_expressive_arts {
	background-position: -265px -314px;
}

div#categories div#categories_humanities {
	background-position: -265px -628px;
}

div#categories div#categories_maths {
	background-position: -265px -942px;
}

div#categories div#categories_social_sciences {
	background-position: -265px -1256px;
}

div#categories div {
	background-image: url('../images/Categories_backgrounds.png');
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 10px;
	width: 619px;
	height: 314px;
	float: left;
	margin-top: 10px;
}

div#categories div h2 {
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 15px;
}

div#categories div ul {
	float: left;
	width: 260px;
	list-style: none;
}

div#categories div ul + ul {
	margin-left: 80px;
}

div#categories div ul li {
	padding: 7px;
	color: #FFFFFF;
	font-size: 90%;
}

div#categories div ul li + li {
	border-top: 1px #e5e5e5 dotted;
}

div#categories div ul li a {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 16pt;
}

div#categories div ul li a:hover {
	font-weight: bold;
}

div#categories div#images {
	background-image: none;
	margin-left: 12px;
	width: 600px;
}

/** Bottom menu **/
div#bottom_menu {
	background-image: url('../images/bottom_menu_background.png');
	background-repeat: no-repeat;
	height: 55px;
	margin-left: 6px;
	margin-top: 20px;
}

div#bottom_menu ul {
	list-style: none;
	text-align: right;
	padding-right: 110px;
}

div#bottom_menu ul li {
	display: inline;
}

div#bottom_menu ul li a {
	text-align: left;
	display: inline-block;
	color: #FFFFFF;
	background-image: url('../images/bottom_menu_buttons.png');
	background-repeat: no-repeat;
	height: 55px;
	width: 150px;
	text-indent: -9999px;
}

div#bottom_menu ul li a.home {
	background-position: 0px 0px;
}

div#bottom_menu ul li a.about_us {
	background-position: -150px 0px;
}

div#bottom_menu ul li a.courses {
	background-position: -300px 0px;
}

div#bottom_menu ul li a.students {
	background-position: -450px 0px;
}

div#bottom_menu ul li a.contact_us {
	background-position: -600px 0px;
}

/** Bottom stuff **/
div#bottom_left {
	float: left;
	width: 280px;
}

div#bottom_right {
	float: left;
	width: 640px;
	margin-left: 15px;
}

div#bottom_right h2 {
	color: #7c7c7c;
	margin-top: 15px;
	margin-bottom: 10px;
}

div#bottom_right div h2 {
	font-family: "Arial", "Sans-Serif";
	font-size: 16pt;
	color: #66a8de;
}

div#bottom_right div p {
	font-family: "Arial", "Sans-Serif";
	font-size: 10pt;
}

div#bottom_right div a.read_more {
	color: #66a8de;
	font-size: 12pt;
	font-family: "Arial", "Sans-Serif";
	margin-top: 80px;
	display: inline-block;
	font-weight: bold;
}



.ToneDownB
{
 font-size:11pt;
 color:#373737;
     
}


.ToneDownBSmall
{
 font-size:9pt;
 color: Black;
}


.ToneDownBSmallLink
{
 font-size:9pt;
}

div#information_for_employers p
{
font-family: "Arial", "Sans-Serif";
font-size: 20pt;
}

div#bottom_right div div.float_left {
	width: 210px;
	float: left;
	margin-top: 20px;
	padding-right: 10px;
}

div#bottom_right div p + p {
	margin-top: 20px;
}

div#bottom_right div img {
	display: inline;
}

div#bottom_right div.column {
	padding-bottom: 30px;
	border-bottom: 1px solid #eeeeee;
}

div#bottom_right ul {
	list-style: none;
	border-bottom: 10px solid #226fdd;
}

div#bottom_right ul li {
	display: inline;
}

div#bottom_right ul li a {
	vertical-align: bottom;
	color: #66a8de;
	font-family: "Arial", "Sans-Serif";
	font-size: 10pt;
	line-height: 8pt;
	text-decoration: none;
	display: inline-block;
	padding: 10px 0px 9px 0px;
	text-align: center;
	width: 200px;
	font-weight: bold;
	background-image: url('../images/grey_bottom_button.png');
}

div#bottom_right ul li a.hover {
	color: #FFFFFF;
	line-height: 15pt;
	background-image: url('../images/blue_bottom_button.png');
}

/** Sidebar **/
div#bottom_left img#three_reasons, div#bottom_left img#sidebar_image {
	margin-left: 15px;
	margin-top: 20px;
}

div#bottom_left ul {
	list-style: none;
	border-top: 1px solid #959595;
	border-bottom: 1px solid #959595;
	margin-left: 15px;
	margin-right: 10px;
	margin-top: 20px;
}

div#bottom_left ul li {
	padding: 10px 0px;
}

div#bottom_left ul li + li {
	border-top: 1px solid #959595;
}

div#bottom_left ul li a {
	background-image: url('../images/three_reasons.png');
	line-height: 24px;
	display: block;
	width: 241px;
	text-indent: -9999px;
}

div#bottom_left ul li a#excellent_performance {	
	background-position: 0px 0px;
}

div#bottom_left ul li a#excellent_facilities {
	background-position: 0px -24px;
}

div#bottom_left ul li a#excellent_support {
	background-position: 0px -48px;
}

div#news_articles {
  padding-left: 15px;
}

div#news_articles h2 {
  font-family: "Arial", "Sans-Serif";
	font-size: 16pt;
	color: #66a8de;
	margin-top: 15px;
	margin-bottom: 10px;
}

div#news_articles div.news_article h3 {
  font-family: "Arial", "Sans-Serif";
	font-size: 12pt;
	color: #7C7C7C;
	margin-top: 15px;
	margin-bottom: 10px;
}

div#news_articles div.news_article p {
  font-family: "Arial", "Sans-Serif";
	font-size: 10pt;
}

div#news_articles div.news_article p + p {
  margin-top: 10px;
}

div#news_articles div.news_article p.read_more a {
  color: #66a8de;
  text-decoration: none;
}

div#content_courses {
  width: 860px;
  margin: 20px auto;
}

div#content_courses h2 {
  background-image: url('../images/courses_list_background.png');
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 100%;
	line-height: 34px;
	background-color: green;
	padding-left: 10px;
	margin-top: 20px;
}

div#content_courses ul {
  float: left;
  width: 410px;
  padding: 10px;
  list-style: none;
}

div#content_courses ul a {
  color: #000000;
  text-decoration: none;
  font-family: "Arial", "Sans-Serif";
	font-size: 10pt;
	display: block;
	padding: 2px;
}

div#content_courses ul a:hover {
  text-decoration: underline;
}

/** Generic classes **/
.clear {
	clear: both;
}


p.bold
{
font-weight:bold;

}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

.FrontPageAddressText
{ 
 font-size:10pt;    
}


