/* RICS CSS */
/****************************
RICS HEX COLOURS

GLOBAL COLOURS
#44555F Body grey
#336699 background blue
#6699CC table blue - left middle right columns
#2B4259 dark blue - all body headers
#44555F dark blue/grey - right hand ad holder bg
#85ADD6 light blue - used on left nav divide (poss bg hover state)
#2B4259 dark blue - all 1px borders
#44555F dark blue/grey - 1px main nav border

LINKS
#FFFFFF up (decoration none) white
#B1BECA over (underlined) grey 
#FFFFFF down (underlined) white

SEARCH 
#85ADD6 Premier Box - light blue border use #FFF
#5782AD Standard Box - dark blue border use #2B4259
*****************************/
/*  undo html -> this is to undo all browsers basic built in styles   */
/*****************************/
:link, :visited { text-decoration: none; }
ul,ol { list-style: square; }
h1,h2,h3,h4,h5,h6,pre,code { font-size: 1em; }
ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,textarea,select { margin: 0; padding: 0; }
img, a img, :link img, :visited img { border: none; }
address { font-style: normal; }
/*****************************/

/* Dropdown Menu
---------------------------- */
#dropnav {
	padding: 0px;
	margin-left: 0px;
	position: relative;
	top: 0px;
	left: 0px;
	display: inline-block;
	width: 180px;
	height: 16px;
	list-style-type: none;
}
#dropnav ul {
	list-style-type: none;
	background: #fff;
}
#dropnav:hover {
	border-bottom: 1px solid #fff;
}
#visible {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 16px;
	left: 0;
	z-index: 10;
	display: block;
	width: 180px;
	height: 130px;
	font-size: 11px;
	font-weight: normal;
	border-top: 1px solid #fff;
	list-style-type: none;
}
#dropnav ul {
	margin: 0;
	padding: 0;
}
#visible li {
	padding: 0px;
	width: 180px;
	height: 14px;
}
#visible li a {
	margin-left: 14px;
	width: 140px;
	padding: 0px;
	text-indent: 10px;
}
#dropnav #visible li a:hover {
	text-decoration: underline;
	color: #B1BECA;
}
.dropStyle {
	text-decoration: underline;
}
#visible li a.list-foot {
	width: 182px;
	height: 10px;
	padding: 0px;
	position: absolute;
	top: 100px;
	left: -1px;
}
/* ------------------------------ */
a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #B1BECA;
	text-decoration: underline;
}
a:active {
	color: #FFF;
	text-decoration: underline;
}
body {
	background: #44555F;
	font: normal normal 12px/normal Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	text-align: left;
}
#body {
	display: block;
	width: 950px;
	margin: 0px;
	padding: 0px;
}
#main {
	display: block;
	width: 780px;
	background: #336699;
	border-right: 1px solid #fff;
}
/* Header */
#header {
	display: block;
	width: 780px;
	background: #fff;
	color: #000;
	padding: 0;
}
.logo {
	width: 130px;
	height: 47px;
	padding: 0 0 10px 0;
	margin: 10px 10px 0 10px;
	font-weight: bold;
	font-size: 20px;
	color: #44555F;
}
.adholder 
{
	width: 469px;
	height: 60px;
    display: inline;
    visibility:hidden;
}
.logoholder 
{
    display: inline;
    visibility:hidden;
}

.headspanholder 
{
    position: absolute;
    left: 630px;
    top: 56px;
}
/* Header Links */
.headspan {
	display: inline;
	padding: 0;
	color: #000;
	margin-left: 10px;
	vertical-align: 0;
}
.headspan a {
	color: #000;
}
.headspan a:hover {
	color: #B1BECA;
	text-decoration: underline;
}
.headspan a:active {
	color: #000;
	text-decoration: underline;
}
.headspacer {
	width: 780px;
	height: 8px;
	display: block;
}
/*Navigation (main)*/
#Nav_main {
	background: #fff;
	display: block;
	width: 780px;
	border-top: 1px solid #44555F;
	border-bottom: 1px solid #44555F;
	height: 16px;
	padding: 2px 0 1px 0;
	color: #000;
}
.arrow {
	width: 10px;
	height: 10px;
	padding: 1px 0 0 0;
	margin-left: 8px;
	display: block;
	float: left;
}
/*Navigation (links)*/
#Nav_main .navspan {
	display: block;
	height: 11px;
	color: #000;
	font-weight: bold;
}
#Nav_main .navspan a {
	color: #000;
	font-weight: bold;
	float: left;
}
#Nav_main .navspan a:hover {
	color: #B1BECA;
	text-decoration: underline;
}
#Nav_main .navspan a:active {
	color: #000;
	text-decoration: underline;
}
/*Left side buttons & column*/
#left {
	display: block;
	width: 160px;
	float: left;
	height: 80%;
}
#left2 {
	position: absolute;
	top: 236px;
	left: 50px;
	min-height: 800px;
}
/*left buttons*/
#left .button_left {
	display: block;
	padding: 2px 0px 2px 0px;
	width: 160px;
	color: #fff;
	background: #6699CC;
	border-bottom: 1px solid #85ADD6;
	text-indent: 4px;
}
#left .button_left:hover {
	color: #fff;
	background: #85ADD6;
}
#left .button_left:active {
	color: #336699;
	background: #85ADD6;
}
#left .subnav {
	display: none;
}
#left .subnav_on {
	display: inline;
}
#left ul {
	background: #516d88;
	padding: 5px 0 5px 5px;
	margin: 0;
}
#left ul li {
	background: #516d88;
	list-style-type: square;
	padding: 0;
}
#left .foot_left {
	width: 160px;
	height: 10px;
	display: block;
	background-repeat: no-repeat;
	padding: 0px;
}
/*middle column*/
#home_img {display: none;}
#middle {
	display: block;
	width: 440px;
	min-height: 500px;
	margin-left: 15px; /**BL 060807margin-right:15px;*/
	float: left;
}
#middle .middle_title{
	display: block;
	width: 440px;
	background: #2B4259;
	padding: 4px 0px 4px 0px;
	font-size: 16px;
	color: #fff;
	text-indent: 10px;
}
#middle .middle_box {
	display: block;
	width: 440px;
	background: #69C;
}
#middle .middle_box p {
	padding: 10px;
	width: 420px;
}
#middle .middle_box table p {
	padding: 10px;
	width: 400px;
}
#home_img_small2 {
	display: none;
}
.floatright {
	float: right;
}
#middle .middle_box .coursesPara {
	padding: 10px;
}
#middle .middle_box p .bluetext {
	color: #2B4259;
}
#middle .foot_middle {
	width: 440px;
	height: 10px;
	display: block;
	padding: 0px;
	margin-bottom: 10px;
}
#middle .middle_box a {
	color: #FFF;
}
#middle .middle_box a:hover {
	color: #B1BECA;
	text-decoration: underline;
}
#middle .middle_box a:active {
	color: #FFF;
	text-decoration: underline;
}

/*right column*/
#right {
	display: block;
	width: 140px;
	margin-left: 15px;
	float: left; 
	position: relative;
	top: 0px;
	left: 0px;
}
.right_title{
	display: block;
	width: 140px;
	background: #2B4259;
	padding: 7px 0 6px 0;
	font-size: 11px;
	color: #fff;
	text-indent: 10px;
	font-weight: normal;
}
.right_title .flag {
	display: block;
	width: 18px;
	height: 12px;
	margin-right: 10px;
}
.right_box {
	display: block;
	width: 140px;
	background: #6699CC;
}
.right_box p {
	padding: 10px;
	width: 120px;
}
.right_box .smallFont {
	padding: 5px;
	width: 130px;
	font-size: 10px;
}
.right_box p.bluetext {
	color: #2B4259;
	font-weight: bold;
}
#small_darkbox {
	width: 120px;
	font-size: 9px;
	display: block;
	margin-left: 10px;
}
.small_darkbox_top {
	display: block;
	width: 120px;
	height: 4px;
}
.small_darkbox_body {
	display: block;
	width: 120px;
}
.small_darkbox_body p {
	font-size: 9px;
	padding: 0 2px;
}
.small_darkbox_foot {
	display: block;
	width: 120px;
	height: 9px;
}
.right_box .right_featured_logo {
	visibility: hidden;
	width: 118px;
	height: 60;
	border: 1px solid #44555F;
	margin-bottom: 10px;
	color: #44555F;
	background: #FFF;
}
.foot_right {
	width: 140px;
	height: 10px;
	display: block;
	background-repeat: no-repeat;
	padding: 0px;
	margin-bottom: 10px;
}
/* main footer area */
#clear {
	display: block;
	width: 780px;
	height: 10px;
	clear: both;
}
#footer {
	display: block;
	width: 780px;
	text-align: center;
	margin-top: 40px;
}
#footer .link_area {
	text-align: center;
	padding: 15px;
}
#footer .link_area a {
	color: #FFF;
}
#footer .link_area a:hover {
	color: #B1BECA;
	text-decoration: underline;
}
#footer .link_area a:active {
	color: #FFF;
	text-decoration: underline;
}
/* Sky scraper advert on right */
#skyscraper {
	display: none;
}
/****************************
HOME PAGE
****************************/
#home_img {
	display: none;
}
#home_darkbox {
	display: block;
	width: 440px;
	float: left;
}
#home_darkbox .home_darkbox_head {
	width: 440px;
	height: 6px;
}
#home_darkbox .home_darkbox_body {
	width: 440px;
	margin: 0;
	padding: 0px;
}
.home_darkbox_body .homeparagraph {
	padding: 0 10px;
}
.home_darkbox_foot {
	width: 440px;
	height: 10px;
}
#home_double_search {
	display: block;
	width: 440px;
	height: 95px;
	float: left;
	margin-bottom: 10px;
}
.home_search_institutions {
	float: left;
	width: 190px;
	margin: 10px 0px 0px 10px;
}
.home_search_region {
	float: left;
	width: 190px;
	margin: 10px 0 0 40px;
}
.home_search_button {
	display: block;
	width: 117px;
	height: 19px;
}
.home_spacer {
	display: block;
	height: 10px;
}
/****************************
STANDARD PAGE
****************************/
#standard_image_holder,
.standard_image_holder_left,
.standard_image_holder_right {
	display: none;
}
#middle_standard_darkbox {
	width:420px;
	margin-left:0px;
}
.standard_darkbox_top {
	width: 420px;
	height: 10px;
}
.standard_darkbox_body {
	width: 420px;
}
.standard_darkbox_body p {
	padding: 0px 10px 0px 10px;
}
b, strong {
	font-weight: bold;
}
.standard_darkbox_body ul {
	margin-left: 28px;
	float: none;
}
/********
AJAX DROP DOWNS
*********/
.standard_darkbox_body ul li {
	font-weight: bold;
	cursor: pointer;
}
.standard_darkbox_body ul li:hover {
	text-decoration: underline;
}
.standard_darkbox_body ul li:active {
	text-decoration: underline;
	color: #B1BECA;
}
.standard_darkbox_foot {
	width: 420px;
	height: 10px;
}
.middle_standard_darkbox {
	width:420px;
	margin-left:5px;
}
.middle_standard_darkbox .standard_darkbox_top {
	width: 420px;
	height: 10px;
}
.middle_standard_darkbox .standard_darkbox_body {
	width: 420px;
}
.middle_standard_darkbox .standard_darkbox_body p {
	padding: 0px 10px 0px 10px;
}
.middle_standard_darkbox .standard_darkbox_body b {
	font-weight: bold;
}
.middle_standard_darkbox .standard_darkbox_body ul {
	margin-left: 28px;
	float: none;
}
.middle_standard_darkbox .standard_darkbox_foot {
	width: 420px;
	height: 10px;
}
#inside_darkbox {
	display: inline;
}
#inside_darkbox {
	width: 374px;
	margin: 5px 0 0px 0;
}
#inside_darkbox .inside_darkbox_top {
	width: 374px;
	height: 10px;
	display: block;
}
#inside_darkbox .inside_darkbox_body {
	width: 374px;
	display: block;
}
#inside_darkbox .inside_darkbox_body p {
	width: 324px;
	padding: 0 10px 0 10px;
}
#inside_darkbox .inside_darkbox_body p .inside_title{
	width: 120px;
	padding: 0 4px 0 0;
	font-weight: bold;
	display: block;
}
#inside_darkbox .inside_darkbox_body p .inside_contents{
	width: 200px;
	display: block;
	margin: -12px 0 0 135px;
	padding: 0 0 10px 0;
}
#inside_darkbox .inside_darkbox_foot {
	width: 374px;
	height: 10px;
	display: block;
}
.inside_darkbox_off {
	display: none;
}
.inside_darkbox {
	display: inline;
}
.inside_darkbox {
	width: 374px;
	margin: 5px 0 0px 0;
}
.inside_darkbox .inside_darkbox_top {
	width: 374px;
	height: 10px;
	display: block;
}
.inside_darkbox .inside_darkbox_body {
	width: 374px;
	display: block;
}
.inside_darkbox .inside_darkbox_body p {
	width: 324px;
	padding: 0 10px 0 10px;
}
.inside_darkbox .inside_darkbox_body p.inside_title{
	width: 120px;
	padding: 0 4px 0 0;
	font-weight: bold;
	display: block;
}
.inside_darkbox .inside_darkbox_body p.inside_contents{
	width: 200px;
	display: block;
	margin: -12px 0 0 135px;
	padding: 0 0 10px 0;
}
.inside_darkbox .inside_darkbox_foot {
	width: 374px;
	height: 10px;
	display: block;
}
/****************************
PREMIER PAGE
****************************/
#left_premier_button {
	display: block;
	width: 160px;
	height: ;
	overflow: hidden;
	font-size: 13px;
	margin-top: 20px;
	float: left; /*QUICK FIX - Needs looking at properly - BL 060807*/
	position: absolute;
	left: 0px;
	top: 255px;
}
#ctl00_ContentPlaceHolder1_PremierLinks_ctl01_Link1 {
	width: 140px;
}
.left_premier_box_top {
	width: 160px;
	height: 6px;
	display: block;
}
.left_premier_box_body {
	width: 160px;
	display: block;
	text-indent: 5px;
}
.left_premier_box_body a {
	font-size: 12px;
	width: 130px;
	text-indent: 5px;
}
.left_premier_box_foot {
	width: 160px;
	height: 10px;
	display: block;
}
#premier_image_holder {
	display: block;
	width: 420px;
	padding: 10px;
}
.premier_small_image {
	float: left;
	display: block;
	border: 1px solid #FFF;
	margin-right: 10px;
	width: 90px;
	height: 90px;
}
#premier_image_cleaner {
	display: block;
	width: 440px;
	height: 1px;
	clear: both;
}
#Left_premier_button {
	cursor: pointer;
}
/****************************
PROFILE PAGE
****************************/
#bluetext_graduate {
	color: #2B4259;
	font-weight: bold;
	padding: 20px 0px 10px 10px;
}
#graduate_profile {
	margin: 10px 0px 0px 10px;
	width: 420px;
	border-bottom: 1px solid #FFF;
}
.graduate_profile_image {
	float: left;
	margin: 0px 10px 10px 0px;
	border: 1px solid #FFF;
}
#graduate_profile .bluetext {
	color: #2B4259;
}
/****************************
SEARCH A-Z PAGE
****************************/
#search_image {
	display: block;
	width: 440px;
	height: 98px;
	float: left;
}
#Search_display_resultsby {
	display: block;
	width: 420;
	height: 20px;
	margin: 10px;
}
/*
#search_alphabet { display: block; width: 420; height: 30px; margin: 10px; text-align: center; vertical-align: bottom; }
#search_alphabet .search_last_top {float:left;display:block;width:59px;height:17px;}
#search_alphabet .search_last_top:hover {display:block;width:59px;height:17px;}
#search_alphabet span {width:350px;}
#search_alphabet .alpha {border-right:1px solid #2B4259;padding:0px 3px 0px 5px;}
#search_alphabet .search_next_top {float:right;display:block;width:59px;height:17px;}
#search_alphabet .search_next_top:hover {display:block;width:59px;height:17px;}
#search_alphabet .search_last_bottom {display:block;width:59px;height:17px;}
#search_alphabet .search_last_bottom:hover {display:block;width:59px;height:17px;}
#search_alphabet .search_next_bottom {display:block;width:59px;height:17px;}
#search_alphabet .search_next_bottom:hover {display:block;width:59px;height:17px;}
*/
#Search_display_resultsby .resultsby {float:right;}

.basic_listing {width:420px;margin:10px;border-bottom:1px solid #85ADD6;}
.basic_listing p {padding:10px;}
.basic_listing p .bluelink {color:#2B4259;text-decoration:underline;}
.basic_listing p .bluelink:hover {color:#B1BECA;text-decoration:underline;}
.basic_listing p .bluelink:active {color:#2B4259;text-decoration:underline;}

.basic_listing {width:420px;margin:10px;border-bottom:1px solid #85ADD6;}
.basic_listing p {padding:10px;}
.basic_listing p .bluelink {color:#2B4259;text-decoration:underline;}
.basic_listing p .bluelink:hover {color:#B1BECA;text-decoration:underline;}
.basic_listing p .bluelink:active {color:#2B4259;text-decoration:underline;}

#standard_listing {width:420px;margin:10px;background:#5782AD;border:1px solid #2B4259}
#standard_listing p {padding:10px;}
#standard_listing p span {font-size:12px;font-weight:bold;}
#standard_listing p .bluelink {color:#2B4259;text-decoration:underline;}
#standard_listing p .bluelink:hover {color:#B1BECA;text-decoration:underline;}
#standard_listing p .bluelink:active {color:#2B4259;text-decoration:underline;}

.standard_listing {width:420px;margin:10px;background:#5782AD;border:1px solid #2B4259}
.standard_listing p {padding:10px;}
.standard_listing p span {font-size:12px;font-weight:bold;}
.standard_listing p .bluelink {color:#2B4259;text-decoration:underline;}
.standard_listing p .bluelink:hover {color:#B1BECA;text-decoration:underline;}
.standard_listing p .bluelink:active {color:#2B4259;text-decoration:underline;}

#premier_listing {width:420px;margin:10px;background:#85ADD6;border:1px solid #FFF}
#premier_listing p {padding:10px;font-size:13px;font-weight:bold;}
#premier_listing p span {font-size:13px;padding:2px 0px 2px 0px;font-weight:bold;}
#premier_listing p .bluelink {color:#2B4259;text-decoration:underline;font-size:12px;font-weight:bold;}
#premier_listing p .bluelink:hover {color:#B1BECA;text-decoration:underline;}
#premier_listing p .bluelink:active {color:#2B4259;text-decoration:underline;}

.premier_listing {width:420px;margin:10px;background:#85ADD6;border:1px solid #FFF}
.premier_listing p {padding:10px;font-size:13px;font-weight:bold;}
.premier_listing p span {font-size:13px;padding:2px 0px 2px 0px;font-weight:bold;}
.premier_listing p .bluelink {color:#2B4259;text-decoration:underline;font-size:12px;font-weight:bold;}
.premier_listing p .bluelink:hover {color:#B1BECA;text-decoration:underline;}
.premier_listing p .bluelink:active {color:#2B4259;text-decoration:underline;}

#right_dropDowns {
	width:120px;
	padding:8px 0px 8px 10px;
}
#right_search_text {
	width:120px;
	padding:8px 0px 8px 10px;
	color:#2B4259;
}
#right_search_text .right_search_text_input {color:#2B4259;width:120px;font-size:11px;border:none;padding:1px;}
#right_search_text .right_search_text_input:focus {background:#B1BECA;border:1px solid:#fff}
/****************************
SEARCH RESULTS PAGE
****************************/
#bluetext {color:#2B4259}
/****************************
ACCREDITED COURSE FORM PAGE
****************************/
#CourseForm {
	width:200px;
	padding:10px;
	margin-top:10px;	
}
#accform {width:200px;padding:10px 0px 0px 0px;}
#accform .nameinput {width:200px;padding:1px;line-height:11px;height:20px;}
#accform .nameinput:focus {background:#B1BECA;border:1px solid:#fff}
#accform .querytextarea {width:200px;}
#accform .querytextarea:focus {background:#B1BECA;border:1px solid:#fff}
#go_button {align:right;}
#middlebreaker {display:block;width:420px;height:10px;}
#go_button{display:block;width:40px;height:17px;}

/****************************
DEFAULTS FOR ADMIN TOOLS
****************************/
h1 {font-size:20px}
h2 {font-size:18px}
h3 {font-size:16px}
h4 {font-size:14px}
h5 {font-size:11px}
b,strong {font-weight:bold}
i, em {font-style:italic}
u  { text-decoration:underline}
s, strike { text-decoration:line-through} 
blockquote {padding:8px;}
address {font-style:italic}
ul{margin:5px}
ol{margin:5px}
li{margin:5px}
/****************************
DEFAULTS FOR CMS DATA - added by BL 060907
****************************/
#cms {width:420px;display:block;height:auto;margin-left:10px;padding:10px 0 0 0;}/* added on 21st sept 07 BL **********************************/
#cms p {width:400px;display:block;height:auto;}
#cms > p {width:400px;display:block;}
/*#cms > table {width:400px;display:block;}
#cms > table tbody {width:400px;display:block;}
#cms table tbody tr {width:400px;display:block;}
#cms table tbody tr td {width:420px;display:block;}
#cms table tbody tr td p {width:400px;display:block;}
#cms p table {width:360px;background-color:#336699;display:block;}*/
#cms p img {padding:10px;}
#cms ul {list-style-type:square;margin-left:20px;}

#cmsRight .column {width:110px;}
#cmsRight > span {width:110px;}
#cmsRight {width:140px;overflow:hidden;}
/*
- -  - - - -
Bug fixes
- - - - - -- 
*/
#middle .middle_box p .middle_standard_darkbox {margin-left:10px;}
/*
- -  - - - -
NEW Print Icon
- - - - - -- 
*/
#print_icon {padding:2px 0 2px 20px;margin:10px 0 10px 0;color:#fff;}
#print_icon:hover {text-decoration:underline;}
/* Style Switcher */
a.switch {
	display: none;
}
a.switchback {
	display: inline;
}