/* RICS CSS */
/****************************
RICS Americas HEX COLOURS

GLOBAL COLOURS 
#1b1b1b Body grey  #1b1b1b
#E4E4E4 background blue #E4E4E4
#939393 table blue - left middle right columns #939393
#1b1b1b dark blue - all body headers #1b1b1b
#1b1b1b dark blue/grey - right hand ad holder bg 
#A6A6A6 light blue - used on left nav divide (poss bg hover state) #A6A6A6
#1b1b1b dark blue - all 1px borders
#1b1b1b dark blue/grey - 1px main nav border

LINKS
#FFFFFF up (decoration none) white
#1b1b1b over (underlined) grey #33B151
#FFFFFF down (underlined) white

SEARCH 
#A6A6A6 Premier Box - light blue border use #FFF #2f2f2f
#5D5D5D Standard Box - dark blue border use #1b1b1b  #5D5D5D
*****************************/
/*  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("../americaimages/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("../americaimages/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("../americaimages/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: #E4E4E4;
	text-decoration: underline;
}
a:active {
	color: #FFF;
	text-decoration:underline;
}
body {
	background: #131;
	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: #E4E4E4;
	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: #003;
}
.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: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 #003;
	border-bottom: 1px solid #003;
	height: 16px;
	padding: 2px 0 1px 0;
	color: #000;
}
.arrow {
	background-image: url("../americaimages/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: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 ;
	width: 160px;
	color: #fff;
	background: #939393;
	border-bottom: 1px solid #a6a6a6;
	text-indent: 4px;
}
.button_left:hover {
	color: #fff;
	background: #a6a6a6;
}
.button_left:active {
	color: #E4E4E4;
	background: #a6a6a6;
}
.subnav {
	display: none;
}
.subnav_on {
	display: inline;
}
#left ul {
	background: #7D7D7D;
	padding: 5px 0 5px 5px;
	margin: 0;
}
#left ul li {
	background: #7D7D7D;
	list-style-type: square;
	padding: 0 0 0 10px;
}
.foot_left {
	background-image: url("../americaimages/americaleft_nav_foot_160x10.gif");
	width: 160px;
	height: 10px;
	display: block;
	background-repeat: no-repeat;
	padding: 0px;
}
.ricsrecruit {
	background: url("../americaimages/Recruit_Button_Pre.gif") no-repeat;
	width: 120px;
	height: 60px;
	margin: 10px;
	display: block;
}
.acc-pdf-link {
	margin-left: 10px;
	display: block;
	width: 150px;
	height: 36px;
	background: url("../americaimages/accredited-pdf.gif") no-repeat;
}
.smallFont {padding:5px;width:130px;font-size:10px}
.hidden {
	 display: none;
}
/*middle column
---------------------------------------------------*/
#middle {
	display: block;
	width: 440px;
	min-height: 500px;
	margin-left: 15px;
	float: left;
}
.middle_title,
.middle_title2 {
	display: block;
	width: 440px;
	background: #1b1b1b;
	padding: 4px 0;
	font-size: 16px;
	color: #fff;
	text-indent: 10px;
}
.middle_title2 {
	color: #000;
	background: none;
}
.middle_box {
	display: block;
	width: 440px;
	background: #939393; 
}
.middle_box p{
	padding: 10px;
	/*width: 420px;*/
	font-size: 90%;
}
.middle_box table {
	font-size: 100%;
}
#home_img, .home_img {
	background-image: url("../americaimages/home_780x136.jpg");
}
#home_img_small2, #home_img_small3 {
	background: url("../americaimages/image02-square.jpg") no-repeat left top;
	float: left;
	margin: 0px 10px 10px 0px;
	border: 1px solid #FFF;
	width: 75px;
	height: 75px;
}

.img_01_square,
.img_02_square,
.img_03_square,
.img_04_square,
.img_05_square,
.img_06_square,
.img_07_square,
.img_01_long,
.img_02_long,
.img_03_long,
.img_01_tall {
	float:left;
	margin:0 10px 0 0;
	/*border:1px solid #FFF;*/
	width:144px;
	height:144px;
}
.img_01_square {
	background: url("../americaimages/americas-liberty.jpg") no-repeat;
}
.img_01_long {
	background: url("../americaimages/image01-long.jpg") no-repeat;
	width: 420px;
	float: none;
}
.img_01_tall {
	background: url("../americaimages/americas-chrysler.jpg") no-repeat;
	height: 288px;
	float: left;
}
.img_02_square {
	background: url("../americaimages/americas-lincoln-bldg.jpg") no-repeat;
}
.img_02_long {
	background: url("../americaimages/image02-long.jpg") no-repeat;
	width: 420px;
	float: none;
}
.img_03_square {
	background: url("../americaimages/image03-square.jpg") no-repeat;
}
.img_03_long {
	background: url("../americaimages/americas-jamacian-bldng-sit.jpg") no-repeat;
	width: 420px;
	margin-bottom: 10px;
	float: none;
}
.img_04_square {
	background: url("../americaimages/americas-sam-tamblyn.jpg") no-repeat;
}
.img_05_square {
	background: url("../americaimages/image05-square.jpg") no-repeat;
}
.img_06_square {
	background: url("../americaimages/image06-square.jpg") no-repeat;
}
.img_07_square {
	background: url("../americaimages/americas.jpg") no-repeat;
}
.floatright {
	float: right;
}
.middle_box .coursesPara {
	padding: 10px;
}
.middle_box p.bluetext {
	color: #1b1b1b;
}
.foot_middle {
	background-image: url(../americaimages/americamiddle_box_foot_440x10.gif);
	width: 440px;
	height: 10px;
	display: block;
	background-repeat: no-repeat;
	padding: 0px;
	margin-bottom: 10px;
}

/*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: #1b1b1b;
	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("../americaimages/icon_flag_18x12.gif");
	margin-right: 10px;
}
.right_box {
	display: block;
	width: 140px;
	background: #939393;
}
.right_box p {
	padding: 10px;
	width: 120px;
}
.right_box .smallFont {
	padding: 5px;
	width: 130px;
	font-size: 10px;
}
.right_box p.bluetext {
	color: #1b1b1b;
	font-weight: bold;
}
#small_darkbox {
	width: 120px;
	font-size: 9px;
	display: block;
	margin-left: 10px;
}
.small_darkbox_top {
	display: block;
	width: 120px;
	height: 4px;
	background: url("../americaimages/right_darkbox_top_120x4.gif") no-repeat left top;
}
.small_darkbox_body {
	display: block;
	width: 120px;
	background: url("../americaimages/right_darkbox_body_120x1.gif") repeat-y left top;
}
.small_darkbox_body p {
	font-size: 9px;
	padding: 0 2px;
}
.small_darkbox_foot {
	display: block;
	width: 120px;
	height: 9px;
	background: url("../americaimages/right_darkbox_bott_120x9.gif") no-repeat left top;
}
.right_featured_logo {
	width: 118px;
	height: 60;
	border: 1px solid #003;
	margin-bottom: 10px;
	color: #003;
	background: #FFF;
}
.foot_right {
	background-image: url("../americaimages/americaright_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;
	text-align: center;
	margin-top: 40px;
}
#footer .link_area {
	text-align: center;
	padding: 15px;
	color: #000;
}
#footer .link_area a {
	color: #000;
}
/* Sky scraper advert on right */
#skyscraper {
	margin: 20px;
	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("../americaimages/middle_darkbox_top_440x6.gif") no-repeat left top;
	width: 440px;
	height: 6px;
	overflow: hidden;
}
.home_darkbox_body {
	background-image: url("../americaimages/middle_darkbox_body_440x1.gif");
	background-repeat: repeat-y;
	background-position: left top;
	width: 440px;
	margin: 0px;
	padding: 0px;
}
.home_darkbox_body .homeparagraph {
	padding: 0 10px;
}
 .home_img_small,.home_img_small3 {
	background: url("../americaimages/americas-flag.jpg") no-repeat left top;
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #FFF;
	width: 75px;
	height: 75px;
}
.home_darkbox_foot {
	background: url("../americaimages/middle_darkbox_foot_440x10.gif") no-repeat left top;
	width: 440px;
	height: 10px;
	overflow: hidden;
}
#home_double_search {
	background: url("../americaimages/americamiddle_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 0 0 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("../americaimages/button_search_hover_117x19.gif") no-repeat left top;
}
.home_search_rollout {
	background: url("../americaimages/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_left {
	float: left;
	width: 244px;
	height: 90px;
}
.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("../americaimages/middle_s.darkbox_top_420x10.gif") no-repeat left top;
	width: 420px;
	height: 10px;
}
.standard_darkbox_body {
	background: url("../americaimages/middle_s.darkbox_body_420x1.gif") repeat-y left top;
	width: 420px;
}
.standard_darkbox_body p {
	padding: 0 10px;
}
.standard_darkbox_body b {
	font-weight: bold;
}
.standard_darkbox_body ul {
	list-style-type: square;
	list-style-image: url("../americaimages/middle_s.darkbox_list_8x8.gif");
	margin-left: 28px;
	float: none;
}
.standard_darkbox_body ul li {
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
}
/*.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("../americaimages/middle_s.darkbox_bot_420x10.gif") no-repeat left top;
	width: 420px;
	height: 10px;
	overflow: hidden;
}
.inside_darkbox_off {
	display: none;
}
.inside_darkbox {
	display: inline;
}
.inside_darkbox {
	width: 374px;
	margin: 5px 0 0 0;
}
.inside_darkbox_top {
	width: 374px;
	height: 10px;
	display: block;
	background: url("../americaimages/inside_darkbox_top_374x10.gif") no-repeat top left;
}
.inside_darkbox_body {
	width: 374px;
	display: block;
	background: url("../americaimages/inside_darkbox_body_374x1.gif") repeat-y top left;
}
.inside_darkbox_body p {
	width: 324px;
	padding: 0 10px;
}
.inside_title{
	font-weight: bold;
	display: block;
}
.inside_contents {
	display: block;
}
.inside_darkbox_foot {
	width: 374px;
	height: 10px;
	display: block;
	background: url("../americaimages/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;
	position: absolute;
	left: 0;
	top: 255px;
}
#ctl00_ContentPlaceHolder1_PremierLinks_ctl01_Link1 {
	width: 140px;
}
.left_premier_box_top {
	background: url("../americaimages/left_darkbox_top_160x6.gif") no-repeat left top;
	width: 160px;
	height: 6px;
	display: block;
}
.left_premier_box_body {
	background: url("../americaimages/left_darkbox_body_160x1.gif") repeat-y left top;
	width: 160px;
	display: block;
	text-indent: 5px;
}
.left_premier_box_body a {
	font-size: 12px;
	width: 130px;
	text-indent: 5px;
}
.left_premier_box_foot {
	background: url("../americaimages/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_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;
	cursor: hand;
}
/****************************
PROFILE PAGE
****************************/
#bluetext_graduate {
	color: #1b1b1b;
	font-weight: bold;
	padding: 20px 0 10px 10px;
}
#graduate_profile {
	margin: 10px 0 0 10px;
	width: 420px;
	border-bottom: 1px solid #FFF;
}
.graduate_profile_image {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #FFF;
}
#graduate_profile .bluetext {
	color: #1b1b1b;
}
/****************************
SEARCH A-Z PAGE
****************************/
#search_image {
	background: url("../americaimages/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_display_resultsby .resultsby {
	float: right;
}
.basic_listing {
	width: 410px;
	margin: 10px;
	border-bottom: 1px solid #33B151;
}
.standard_listing {
	width: 420px;
	margin: 10px 0 1px 10px;
	background: #A6A6A6;
	border: 1px solid #1b1b1b;
}
.premier_listing {
	width: 410px;
	margin: 10px;
	background: #1b1b1b;
	border: 1px solid #FFF;
}
.basic_listing p {
	padding: 10px;
}
.standard_listing p {
	padding: 10px;
}
.premier_listing p {
	padding: 10px;
	font-size: 13px;
	font-weight: bold;
}
p.rightalign {
    text-align: right;
} 
p.rightalign a {
    text-decoration: underline;
} 
.basic_listing p.bluelink  {
	color: #1b1b1b;
	text-decoration: underline;
}
.standard_listing p.bluelink  {
	color: #fff;
	text-decoration: underline;
}
.premier_listing p.bluelink {
	color: #A6A6A6;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}
.basic_listing p.bluelink:active,
.standard_listing p.bluelink:active,
.premier_listing p.bluelink:active {
	color: #1b1b1b;
	text-decoration: underline;
}
.standard_listing p span {
	font-size: 12px;
	font-weight: bold;
}
.premier_listing p span {
	font-size: 13px;
	padding: 2px 0;
	font-weight: bold;
}
.addresspanel {
	margin: 10px 10px 0;
	line-height: 1.3em;
}
.addresspanel p {
	padding: 0;
}
#right_dropDowns {
	width: 120px;
	padding: 8px 0 8px 10px;
}
#right_search_text {
	width: 120px;
	padding: 8px 0px 8px 10px;
	color: #1b1b1b;
}
.right_search_text_input {
	color: #1b1b1b;
	width: 120px;
	font-size: 11px;
	border: none;
	padding: 1px;
}
.right_search_text_input:focus {
	background: #A6A6A6;
	border: 1px solid #fff;
}
/****************************
SEARCH RESULTS PAGE
****************************/
#bluetext {color:#1b1b1b}
/****************************
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(../americaimages/button_go_hover_40x17.gif) no-repeat left top;}
.go_rollout {background: url(../americaimages/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(../americaimages/print_icon.gif) no-repeat top left;padding:2px 0 2px 20px;margin:10px 0 10px 0;color:#000;}
#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;
}
