/* 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;
}
#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;
	background: url("../images/list_corner.gif") no-repeat top left;
	font-size: 11px;
	font-weight: normal;
	border-top: 1px solid #fff;
	list-style-type: none;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#dropnav ul {
	margin: 0;
	padding: 0;
}
#visible li {
	padding: 0px;
	width: 180px;
	height: 14px;
}
#visible li a {
	margin-left: 14px;
	width: 140px;
	padding: 0px;
	background: url("../images/button_nav_10x10.gif") no-repeat top left;
	text-indent: 10px;
}
#dropnav #visible li a:hover {
	text-decoration: underline;
	color: #B1BECA;
}
.dropStyle {
	text-decoration: underline;
}
#visible li a.list-foot {
	background: url("../images/list_corner.gif") no-repeat bottom right;
	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: 0;
	padding: 0;
	text-align: left;
}
#main {
	display: block;
	width: 780px;
	background: #369;
	border-right: 1px solid #fff;
}
/* Header 
---------------------------------------------------*/
#header {
	display:block;
	width:780px;
	background:#fff;
	color:#000;
	padding:0px;
}
.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;
}
.logoholder 
{
    display: inline;
}

.headspanholder 
{
    position: absolute;
    left: 630px;
    top: 56px;
}
/* Header Links 
---------------------------------------------------*/
.headspan {
	display: inline;
	padding: 0;
	color: #000;
	margin-left: 10px;
}
.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 
---------------------------------------------------*/
#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 {
	background-image: url("../images/button_nav_10x10.gif");
	width: 10px;
	height: 10px;
	padding: 1px 0 0 0;
	margin-left: 8px;
	display: block;
	float: left;
}
.navspan {
	display: block;
	height: 11px;
	color: #000;
	font-weight: bold;
}
.navspan a {
	color: #000;
	font-weight: bold;
	float: left;
}
.navspan a:hover {
	color: #B1BECA;
	text-decoration: underline;
}
.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;
}
.button_left {
	display: block;
	padding: 2px 0 2px 0;
	width: 160px;
	color: #fff;
	background: #69C;
	border-bottom: 1px solid #85ADD6;
	text-indent: 4px;
}
.button_left:hover {
	color: #fff;
	background: #85ADD6;
}
.button_left:active {
	color: #369;
	background: #85ADD6;
}
.subnav {
	display: none;
}
.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 0 0 10px;
}
.foot_left {
	background-image: url("../images/left_nav_foot_160x10.gif");
	width: 160px;
	height: 10px;
	display: block;
	background-repeat: no-repeat;
	padding: 0px;
}
.ricsrecruit {
	/*background: url("../images/Recruit_Button_Pre.gif") no-repeat;*/
	width: 120px;
	height: 60px;
	margin: 10px;
	display: block;
}
.hidden {
	 display: none;
}
/*middle column
---------------------------------------------------*/
#middle {
	display: block;
	width: 440px;
	min-height: 500px;
	margin-left: 15px;
	float: left;
}
.middle_title{
	display: block;
	width: 440px;
	background: #2B4259;
	padding: 4px 0;
	font-size: 16px;
	color: #fff;
	text-indent: 10px;
}
.middle_title2{
	display: block;
	width: 440px;
	background: #85ADD6;
	padding: 4px 0;
	font-size: 16px;
	color: #fff;
	text-indent: 10px;
}
.middle_box {
	display: block;
	width: 440px;
	background: #69c; 
}
.middle_box p{
	padding: 10px;
	/*width: 420px;*/
	font-size: 90%;
}
.middle_box table {
	font-size: 100%;
}
#home_img {
	background-image: url("../images/home_780x136.jpg");
}
#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;
}
#home_img_small22 {
	background: url("../images/home_middle_img_75x752.jpg") no-repeat left top;
	float: left;
	margin: 0px 10px 10px 0px;
	border: 1px solid #FFF;
	width: 75px;
	height: 75px;
}
#home_img_small3 {
	background: url("../images/home_middle_img_75x753.jpg") no-repeat left top;
	float: left;
	margin: 0px 10px 10px 0px;
	border: 1px solid #FFF;
	width: 75px;
	height: 75px;
}
.img_01_sq,
.img_02_sq,
.img_03_sq,
.img_04_sq,
.img_05_sq,
.img_02_long,
.holly {
	float:left;
	margin:0 10px 0 0;
	border:1px solid #FFF;
	width:144px;
	height:144px;
}
.img_01_sq {
	background: url("../images/image01-square.jpg") no-repeat;
}
.img_02_sq {
	background: url("../images/image02-square.jpg") no-repeat;
}
.mattnoyes {
	background: url("../images/image21-square.jpg") no-repeat;
}
.img_02_long {
	background: url("../images/image02-long.jpg") no-repeat;
	width: 420px;
	float: none;
}
.img_03_sq {
	background: url("../images/image03-square.jpg") no-repeat;
}
.img_04_sq {
	background: url("../images/image04-square.jpg") no-repeat;
}
.img_05_sq {
	background: url("../images/image05-square.jpg") no-repeat;
}
.holly {
	background: url("../images/surveyor-in-the-field.jpg") no-repeat;
}
.floatright {
	float: right;
}
.middle_box .coursesPara {
	padding: 10px;
}
.middle_box p.bluetext {
	color: #2B4259;
}
.foot_middle {
	background-image: url(../images/middle_box_foot_440x10.gif);
	width: 440px;
	height: 10px;
	display: block;
	background-repeat: no-repeat;
	padding: 0px;
	margin-bottom: 10px;
}
.middle_box a {
	color: #FFF;
}
.middle_box a:hover {
	color: #B1BECA;
	text-decoration: underline;
}
.middle_box a:active {
	color: #FFF;
	text-decoration: underline;
}

/*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_title{display:block;width:140px;background:#2B4259;padding:7px 0px 6px 0px;font-size:11px;color:#fff;text-indent:10px;font-weight:normal;}
.right_title .flag{display:block;width:18px;height:12px;background:url(../images/icon_flag_18x12.gif);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;}

.smallFont {padding:5px;width:130px;font-size:10px}

#small_darkbox {width:120px;font-size:9px;display:block;margin-left:10px;}
.small_darkbox_top {display:block;width:120px;height:4px;background:url(../images/right_darkbox_top_120x4.gif) no-repeat left top;}
.small_darkbox_body {display:block;width:120px;background: url(../images/right_darkbox_body_120x1.gif) repeat-y left top;}
.small_darkbox_body p {font-size:9px;padding:0px 2px 0px 2px;}
.small_darkbox_foot {display:block;width:120px;height:9px;background: url(../images/right_darkbox_bott_120x9.gif) no-repeat left top;}
.right_featured_logo {width:118px;height:60;border:1px solid #44555F;margin-bottom:10px;color:#44555F;background:#FFF;}
.foot_right {
	background-image: url(../images/right_nav_foot_140x10.gif);
	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;
	align:center;
	margin-top:40px;
}
#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 {
	
	margin:20px;
	align:right;
	float:right;
	position:absolute;
	top:0;
	left:780px;
	background-color:#FFF;
}

/****************************
HOME PAGE
****************************/
#home_img {
	width:780px;
	height:136px;
	margin:0px;
	padding:0px;
}
#home_darkbox {
	display: block;
	width: 440px;
	float: left;
}
.home_darkbox_head {
	background: url(../images/middle_darkbox_top_440x6.gif) no-repeat left top;
	width: 440px;
	height: 6px;
	overflow: hidden;
}
#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_body .home_img_small3{background: url(../images/home_middle_img_75x753.jpg) no-repeat left top;float:left;margin:0px 10px 10px 0px;border:1px solid #FFF;width:75px;height:75px;}
.home_darkbox_foot {
	background: url(../images/middle_darkbox_foot_440x10.gif) no-repeat left top;
	width: 440px;
	height: 10px;
	overflow: hidden;
}
#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_search_institutions {float:left;width:190px;margin:10px 0px 0px 10px;}
.home_search_region {float:left;width:190px;margin:10px 0px 0px 40px;}
.home_search_institutions .home_search_button {display:block;width:117px;height:19px;}
.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: 0;
}
ul.sitemap li {
	list-style: none;
	font-weight: bold;
	color: #000;
	line-height: 1.8em;
}
ul.sitemap li a {
	font-weight: normal;
}


.middle_standard_darkbox {
	width:420px;
	margin-left:5px;
}
.standard_darkbox_top {background: url(../images/middle_s.darkbox_top_420x10.gif) no-repeat left top;width:420px;height:10px;}
.standard_darkbox_body {background: url(../images/middle_s.darkbox_body_420x1.gif) repeat-y left top;width:420px;}
.standard_darkbox_body p {padding:0px 10px 0px 10px;}
.standard_darkbox_body b {font-weight:bold;}
.standard_darkbox_body ul {list-style-type:square;list-style-image: url(../images/middle_s.darkbox_list_8x8.gif);margin-left:28px;float:none;}.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 {background: url(../images/middle_s.darkbox_bott_420x10.gif) no-repeat left top;width:420px;height:10px;overflow: hidden;}


/*#inside_darkbox {display:inline}
#inside_darkbox {width:374px;margin:5px 0 0px 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;}
*/
.inside_darkbox_off {display:none;}
.inside_darkbox {display:inline}
.inside_darkbox {width:374px;margin:5px 0 0px 0;}
.inside_darkbox_top {width:374px;height:10px;display:block;background:url(../images/inside_darkbox_top_374x10.gif) no-repeat top left;}
.inside_darkbox_body {width:374px;display:block;background:url(../images/inside_darkbox_body_374x1.gif) repeat-y top left;}
.inside_darkbox_body p {width:324px;padding:0 10px 0 10px;}
.inside_title{
	font-weight: bold;
	display: block;
}
.inside_contents {
	display: block;
}
.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;overflow:hidden;
	font-size:13px;
	margin-top:20px;
	float:left;
	/*QUICK FIX - Needs looking at properly - BL 060807*/position:absolute;left:0px;top:255px;z-index:0;
}
#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: 420px;
	height: 20px;
	margin: 10px;
}
#search_alphabet {
	display: block;
	width: 420px;
	height: 30px;
	margin: 10px;
	text-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:410px;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 0 1px 10px;
	background: #5782AD;
	border: 1px solid #2B4259;
}
.addresspanel {
	margin: 10px 10px 0;
	line-height: 1.3em;
}
.addresspanel p {
	padding: 0;
}
.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:410px;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;}

p.rightalign {
    text-align: right;
} 
p.rightalign a {
    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 {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 {background: url(../images/print_icon.gif) no-repeat top left;padding:2px 0 2px 20px;margin:10px 0 10px 0;color:#fff;}
#print_icon:hover {text-decoration:underline;}
a.print {
    margin-left: 10px; 
    display: block;
    color: #000;
}

/* Style Switcher
--------------------------------------------------- */
a.switch {
	display: inline;
}
a.switchback {
	display: none;
}
.addresspanel {
	
}

.darkheader  {color:#2B4259;font-weight:bold;}