/* RICS CSS */

/****************************

RICS HEXY 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

*****************************/
/* Beamotronics.com
*****************************/
/*  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; }

/****************************/

* {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	color:#666666;
	text-decoration: none;
	align:left;
}
a {color:#666666;text-decoration:none}

body {
	
	font:11px;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	align:left;
}
#body {
	display:block;
	width:950px;
	margin:0px;
	padding:0px;
	align:left;
}
#main {
	display:block;
	width:780px;
	background:;
	border-right:1px solid #fff;
	
}

/* Header */
#header {
	display:block;
	width:780px;
	background:#fff;
	color:#fff;
	padding:0px;
}
.logo {
	width:130px;
	height:47px;
	padding:0px 0px 10px 0px;
	margin:10px 10px 0px 10px;
	font-weight:bold;
	font-size:20px;
	color:#44555F;
	
	
}
.adholder 
{
	width: 469px;
	height: 60px;
    display: none;
}
.logoholder 
{
     display: none;
}

.headspanholder 
{
     display: none;
}
/* Header Links */
#header .headspan {display:none}

/*Navigation (main)*/
#Nav_main {
display:none
	
}
/*Navigation (links)*/
/*Left side buttons & column*/
#left {
display:none
}

#left2 {
display:none
}
/*left buttons*/
/*middle column*/
#middle {
display:block;
width:440px;
min-height:500px;
/*margin-left:15px;*BL 060807*/margin-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:#6699CC;}
#middle .middle_box p{padding:10px;width:420px;}
#middle .middle_box table p{padding:10px;width:400px;}
#home_img_small2 {background: url(../images/home_middle_img_75x75.jpg) no-repeat left top;float:left;margin:0px 10px 10px 0px;border:1px solid #FFF;width:75px;height:75px;}
#middle .middle_box .coursesPara {padding:10px 10px 10px 10px;}
#middle .middle_box p .bluetext {color:#2B4259}
#middle .foot_middle {width:440px;height:10px;display:block;background-repeat:no-repeat;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;}
/*QUICK FIX - Needs looking at properly - BL 060807*/#middle {position:relative;left:15px;top:0px;}

/*right column*/
#right {
display:block;
width:140px;
margin-left:15px;
float:left;
/*QUICK FIX - Needs looking at properly - BL 060807*/position:relative;top:0px;left:0px;
}
#right .right_title{display:block;width:140px;background:#2B4259;padding:7px 0px 6px 0px;font-size:11px;color:#fff;text-indent:10px;font-weight:normal;}
#right .right_title .flag{display:block;width:18px;height:12px;background:url(../images/icon_flag_18x12.gif);margin-right:10px;}
#right .right_box{display:block;width:140px;background:#6699CC;}
#right .right_box p {padding:10px;width:120px;}
#right .right_box .smallFont {padding:5px;width:130px;font-size:10px}
#right .right_box p .bluetext {color:#2B4259;font-weight:bold;}
#small_darkbox {width:120px;font-size:9px;display:block;margin-left:10px;}
#small_darkbox .small_darkbox_top {display:block;width:120px;height:4px;background:url(../images/right_darkbox_top_120x4.gif) no-repeat left top;}
#small_darkbox .small_darkbox_body {display:block;width:120px;background: url(../images/right_darkbox_body_120x1.gif) repeat-y left top;}
#small_darkbox .small_darkbox_body p {font-size:9px;padding:0px 2px 0px 2px;}
#small_darkbox .small_darkbox_foot {display:block;width:120px;height:9px;background: url(../images/right_darkbox_bott_120x9.gif) no-repeat left top;}
#right .right_box .right_featured_logo {width:118px;height:60;border:1px solid #44555F;margin-bottom:10px;color:#44555F;background:#FFF;}
#right .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:none
}
#footer .link_area {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 {background-image: url(../images/middle_darkbox_top_440x6.gif);background-repeat: no-repeat;background-position: left top;width:440px;height:6px;}
#home_darkbox .home_darkbox_body {background-image: url(../images/middle_darkbox_body_440x1.gif);background-repeat:repeat-y;background-position: left top;width:440px;margin:0px;padding:0px;}
#home_darkbox .home_darkbox_body .homeparagraph {padding:0px 10px 0px 10px;}
#home_darkbox .home_darkbox_body .home_img_small{background: url(../images/home_middle_img_75x75.jpg) no-repeat left top;float:left;margin:0px 10px 10px 0px;border:1px solid #FFF;width:75px;height:75px;}
#home_darkbox .home_darkbox_foot {background-image: url(../images/middle_darkbox_foot_440x10.gif);background-repeat:no-repeat;background-position: left top;width:440px;height:10px;}
#home_double_search {
	background: url(../images/middle_2box_foot_440x95.gif) no-repeat left top;
	display:block;
	width:440px;
	height:95px;
	float:left;
	margin-bottom:10px;
}
#home_double_search .home_search_institutions {float:left;width:190px;margin:10px 0px 0px 10px;}
#home_double_search .home_search_region {float:left;width:190px;margin:10px 0px 0px 40px;}
#home_double_search .home_search_institutions .home_search_button {display:block;width:117px;height:19px;}
#home_double_search .home_search_region .home_search_button{display:block;width:117px;height:19px;}
.home_search_roll {background: url(../images/button_search_hover_117x19.gif) no-repeat left top;}
.home_search_rollout {background: url(../images/button_search_117x19.gif) no-repeat left top;}
.home_spacer {display:block;height:10px;}
/****************************
STANDARD PAGE
****************************/
#standard_image_holder {
	display:block;
	width:440px;
	float:left;
	background:#FFF;
	overflow:hidden;
}
#standard_image_holder .standard_image_holder_left {float:left;width:244px;height:90px;}
#standard_image_holder .standard_image_holder_right {float:right;width:196px;height:90px;}
#middle_standard_darkbox {
	width:420px;
	margin-left:10px;
}
#middle_standard_darkbox .standard_darkbox_top {background: url(../images/middle_s.darkbox_top_420x10.gif) no-repeat left top;width:420px;height:10px;}
#middle_standard_darkbox .standard_darkbox_body {background: url(../images/middle_s.darkbox_body_420x1.gif) repeat-y left top;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 {list-style-type:square;list-style-image: url(../images/middle_s.darkbox_list_8x8.gif);margin-left:28px;float:none;}
#middle_standard_darkbox .standard_darkbox_foot {background: url(../images/middle_s.darkbox_bott_420x10.gif) no-repeat left top;width:420px;height:10px;}
#inside_darkbox {width:374px;margin:5px 0 10px 0;}
#inside_darkbox .inside_darkbox_top {width:374px;height:10px;display:block;background:url(../images/inside_darkbox_top_374x10.gif) no-repeat top left;}
#inside_darkbox .inside_darkbox_body {width:374px;display:block;background:url(../images/inside_darkbox_body_374x1.gif) repeat-y top left;}
#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;background:url(../images/inside_darkbox_foot_374x10.gif) no-repeat top left;}


/****************************
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_button .left_premier_box_top {background: url(../images/left_darkbox_top_160x6.gif) no-repeat left top;width:160px;height:6px;display:block}
#left_premier_button .left_premier_box_body {background: url(../images/left_darkbox_body_160x1.gif) repeat-y left top;width:160px;display:block;text-indent:5px;}
#left_premier_button .left_premier_box_body a {font-size:12px;width:130px;text-indent:5px;}
#left_premier_button .left_premier_box_foot {background: url(../images/left_darkbox_bott_160x10.gif) no-repeat left top;width:160px;height:10px;display:block}

#premier_image_holder {
	display:block;
	width:420px;
	padding:10px;
}
#premier_image_holder .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 .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 {
	background: url(../images/search_middle_440x98.jpg) no-repeat left top;
	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;
	align:center;
	vertical-align:bottom;
}
#search_alphabet .search_last_top {float:left;background: url(../images/button_last_top_59x17.gif) no-repeat left top;display:block;width:59px;height:17px;}
#search_alphabet .search_last_top:hover {background: url(../images/button_last_top_hover_59x17.gif) no-repeat left top;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;background: url(../images/button_next_top_59x17.gif) no-repeat left top;display:block;width:59px;height:17px;}
#search_alphabet .search_next_top:hover {background: url(../images/button_next_top_hover_59x17.gif) no-repeat left top;display:block;width:59px;height:17px;}
#search_alphabet .search_last_bottom {background: url(../images/button_last_bottom_59x17.gif) no-repeat left top;display:block;width:59px;height:17px;}
#search_alphabet .search_last_bottom:hover {background: url(../images/button_last_bottom_h_59x17.gif) no-repeat left top;display:block;width:59px;height:17px;}
#search_alphabet .search_next_bottom {background: url(../images/button_next_bottom_59x17.gif) no-repeat left top;display:block;width:59px;height:17px;}
#search_alphabet .search_next_bottom:hover {background: url(../images/button_next_bottom_h_59x17.gif) no-repeat left top;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;}
.go_roll {background: url(../images/button_go_hover_40x17.gif) no-repeat left top;}
.go_rollout {background: url(../images/button_go_40x17.gif) no-repeat left top;}
/****************************
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 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;}