/*#CSS Reset#*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, /*sub, sup,*/ tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th/*, td*/ {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;	
}
body {
	line-height: 1;
}
ul {
	list-style:disc;
	margin-left:15px;
}

ol {
	list-style-type:decimal;
	margin-left:21px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup table {
	border-collapse: collapse;
	border-spacing: 0;
}*/

/*#General Styles#*/
html,body {
	border:0;
	height:100%;
	margin:0;
	padding:0;
	font-size:0.85em;
	font-family:Arial, Helvetica, sans-serif;
	color:#a1a1a1;
	/*text-align:center;*/
}

table{
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	color:#a1a1a1;	
}

a, a:link, a:visited, a:active{
	text-decoration:none;
	color:#0178c4;
}

a:hover{
	text-decoration:underline;
	color:#0178c4;
}

/*
USE THIS TO SHOW THE TOP AREA NEAR THE TOP
LEFT HAND LOGO. THIS WOULD ALLOW YOU ACCESS TO 
SEE THE LITTLE BOX, WHICH YOU CAN CHANGE THE 
JQUERY TO PUT TO THE APPROPRIATE NAV ITEM
*/
.hide_top_nav_selection_area{
	visibility:hidden;
}

.background_colourA{
	background-color:#e5f2bf;
}

.background_colourB{
	background-color:#c5ecff;
}

.move_arrow{
	vertical-align:middle;
}

.larger_font{
	font-size:1.3em;
}

.heading_smaller_font{
	font-size:1.2em;
	line-height:1.2em;
}

.heading_larger_font{
	font-size:1.4em;
	line-height:1.4em;
}

.orange_text{
	color:#f6b74a;
}

.orange_text a, .orange_text a:link, .orange_text a:visited, .orange_text a:active{
	text-decoration:none;
	color:#f6b74a;
}

.orange_text a:hover{
	text-decoration:underline;
	color:#f6b74a;
}

.purple_text{
	color:#2e1761;
}

.purple_text a, .purple_text a:link, .purple_text a:visited, .purple_text a:active{
	text-decoration:none;
	color:#2e1761;
}

.purple_text a:hover{
	text-decoration:underline;
	color:#2e1761;
}

.pink_text{
	color:#ec007a;
}

.pink_text a, .pink_text a:link, .pink_text a:visited, .pink_text a:active{
	text-decoration:none;
	color:#ec007a;
}

.pink_text a:hover{
	text-decoration:underline;
	color:#ec007a;
}

.light_blue_text{
	color:#5ac8ff;
}

.light_blue_text a, .light_blue_text a:link, .light_blue_text a:visited, .light_blue_text a:active{
	text-decoration:none;
	color:#5ac8ff;
}

.light_blue_text a:hover{
	text-decoration:underline;
	color:#5ac8ff;
}

.blue_text{
	color:#0035ad;
}

.blue_text a, .blue_text a:link, .blue_text a:visited, .blue_text a:active{
	text-decoration:none;
	color:#0035ad;
}

.blue_text a:hover{
	text-decoration:underline;
	color:#0035ad;
}

.green_text{
	color:#99cc00;
}

.green_text a, .green_text a:link, .green_text a:visited, .green_text a:active{
	text-decoration:none;
	color:#99cc00;
}

.green_text a:hover{
	text-decoration:underline;
	color:#99cc00;
}

.floatLeft{
	float:left;
}

/*#General/Headings#*/

h1{
	color:#a1a1a1;
	font-weight:normal;
	font-size:1.4em;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.3em;
	margin:0;	
}

/*#General/Other styles#*/
img {
	border:0;
	padding:0;
	margin:0;
}


/*#Structure Styles#*/

div#page{
	width:952px;
	min-height:680px;
	margin-left:auto;
	margin-right:auto;	
	text-align:left;
}

/*#Structure Styles/Intro Styles#*/

div#main_wrapper_intro{
	width:952px;
	min-height:680px;
	background:#FFF url('../RVE_Images/CSS_Images/intro_bg.gif') top left no-repeat;
	float:left;
}

.ie6 div#main_wrapper{
	height:680px;
}

div#intro_top_logo_wrapper{
	width:847px;
	height:63px;
	margin-left:55px;
	margin-top:46px;	
	float:left;
}

.ie6 div#intro_top_logo_wrapper{
	margin-left:30px;
}

div#intro_top_logo_left{
	width:227px;
	height:46px;
	float:left;
}

div#intro_top_logo_right{
	width:190px;
	height:63px;
	float:right;
}

div#intro_flash{
	width:512px;
	height:344px;
	float:left;
	margin-left:189px;
	margin-top:55px;
}

.ie6 div#intro_flash{
	margin-left:89px;
}

div#intro_buttons_wrapper{
	width:770px;
	height:34px;
	margin-left:115px;
	margin-top:8px;
	float:left;
}

.ie6 div#intro_buttons_wrapper{
	margin-left:30px;
}

div#intro_buttons_left{
	width:148px;
	height:32px;
	float:left;
}

div#intro_buttons_right{
	width:184px;
	height:34px;
	float:right;
}

div#intro_footer{
	width:903px;
    	height:25px;
    	float:left;
	margin-left:26px;
	margin-top:75px;
	font-weight:bold;
	font-size:0.9em;
	color:#b2d940;
}

.ie6 div#intro_footer{
	margin-left:13px;	
}

div#intro_footer_left{
	width:307px;
    	height:25px;	
    	float:left;
}

.mac div#intro_footer_left{
	width:309px;
}

div#intro_footer_right{
	line-height:1.1em;
	width:101px;
    height:25px;
    float:right;
}

.mac div#intro_footer_right{
	width:103px;
}

div#intro_footer_left a, div#intro_footer_left a:link, div#intro_footer_left a:visited, div#intro_footer_left a:active{
	text-decoration:none;
	line-height:1.1em;
	margin-right:15px;
	color:#b2d940;
}

div#intro_footer_left a:hover, div#intro_footer_right a:hover{
	text-decoration:underline;
	color:#b2d940;
}

/*#Structure Styles/UK Styles#*/

div#main_wrapper_uk{
	width:952px;
	min-height:680px;
	background:#FFF url('../RVE_Images/CSS_Images/uk_bg.gif') top left no-repeat;
	float:left;
}

/*
div#main_wrapper_uk{
	width:952px;
	min-height:680px;
	margin-left:auto;
	margin-right:auto;	
	background:#FFF url('../RVE_Images/CSS_Images/uk_bg.gif') top left no-repeat;
	text-align:left;
}
*/

.ie6 div#main_wrapper{
	height:680px;
}

div#uk_top_wrapper{
	width:902px;
	height:68px;
	margin-left:28px;
	margin-top:10px;
	float:left;
}

.ie6 div#uk_top_wrapper{
	margin-left:14px;
}

div#uk_top_wrapper_left{
	width:231px;
	height:40px;
	margin-top:26px;
	float:left;
}

div#uk_top_wrapper_middle{
	width:533px;
	height:29px;
	margin-top:26px;
	float:left;
}

div#uk_top_wrapper_right{
	width:130px;
	height:68px;
	margin-left:8px;
	float:left;
}

div#top_nav_item_a_uk, div#top_nav_item_b_uk, div#top_nav_item_c_uk, div#top_nav_item_d_uk, div#top_nav_item_e_uk, div#top_nav_item_f_uk, div#top_nav_item_g_uk, div#top_nav_item_h_uk{
	float:left;
}

div#uk_middle{
	/*width:901px;*/
	width:915px;
	min-height:345px;
	margin-left:26px;
	float:left;
}

.ie6 div#uk_middle{
	height:345px;
	margin-left:15px;	
}

div#uk_middle_left{
	width:664px;
	height:318px;
	margin-top:35px;	
	background:url('../RVE_Images/CSS_Images/uk_home_top_area_bg.jpg') top left no-repeat;
	float:left;
}

div#uk_middle_left_text{
	width:330px;
	height:112px;
	margin-top:182px;	
	margin-left:13px;
	float:left;
}

.ie6 div#uk_middle_left_text{		
	margin-left:7px;
}

div#uk_left_nav{
	width:195px;
	min-height:50px;
	float:left;
}

.ie6 div#uk_left_nav{	
	height:50px;
}

ul#menuElem *{
	list-style: none;
}

div#uk_left_nav ul#menuElem{
	font-weight:normal;
	font-size:1.1em;	
	float:left;
	margin-right:0px;
	margin-left:0px;
}

div#uk_left_nav ul.CMSListMenuUL li{
	width:143px;
	height:48px;
	background:url('../RVE_Images/LeftHandNavigation/leftHandNavLine.gif') top left no-repeat;
	margin-bottom:5px;
	margin-top:5px;
}
div#uk_left_nav ul.CMSListMenuUL li.CMSListMenuLIlastItem, div#uk_left_nav ul.CMSListMenuUL li.CMSListMenuHighlightedLIlastItem{
	width:143px;
	height:41px;
	background:none;
	margin-bottom:5px;
	margin-top:5px;
}

div#uk_left_nav ul.CMSListMenuUL li a{
	color:#1d54a8;
	font-size:1.2em;
	line-height:1.2em;
	width:143px;
	height:41px;
	display:table-cell;
	vertical-align:middle;
	background:url('../RVE_Images/LeftHandNavigation/leftHandNav.gif') top left no-repeat;
	padding-left:6px;
	padding-top:1px;
}

.ie div#uk_left_nav ul.CMSListMenuUL li a{
	display:block;
}

div#uk_left_nav ul.CMSListMenuUL li a:hover, div#uk_left_nav ul.CMSListMenuUL li .CMSListMenuLinkHighlighted{
	text-decoration: none;
	background:url('../RVE_Images/LeftHandNavigation/leftHandNavOver.gif') top left no-repeat;	
}



div#uk_middle_left_nav{
	width:195px;
	min-height:50px;
	margin-top:38px;	
	float:left;
}

.ie6 div#uk_middle_left_nav{	
	height:50px;
}

div#uk_middle_image_under_nav{
	width:175px;
	min-height:50px;
	margin-top:53px;	
	float:left;
}

.ie6 div#uk_middle_image_under_nav{	
	height:50px;
}

div#uk_middle_area{
	width:469px;
	min-height:118px;
	margin-top:38px;	
	float:left;
}

.ie6 div#uk_middle_area{	
	height:118px;
}

div#uk_middle_area_banner{
	width:440px;
	/*min-height:70px;*/
	float:left;
}

.ie6 div#uk_middle_banner{	
	height:70px;
}

div#uk_middle_area_text {
	float:left;
	margin-left:40px;
	margin-top:18px;
	min-height:170px;
	font-size:1.15em;
	line-height:1.15em;
	width:386px;
}

.ie6 div#uk_middle_banner{
	margin-left:20px;	
	height:170px;
}

div#uk_middle_right{
	width:236px;
	min-height:305px;
	margin-top:17px;
	float:left;
}

.ie6 div#uk_middle_right{
	height:305px;
}

div#uk_middle_right_apply{
	width:210px;
	height:50px;
	margin-left:24px;
	float:left;
}

.ie6 div#uk_middle_right_apply{
	margin-left:12px;	
}

div#uk_middle_right_degree{
	width:218px;
	height:102px;
	margin-top:5px;
	margin-left:19px;
	float:left;
}

.ie6 div#uk_middle_right_degree{
	margin-left:9px;	
}

div#uk_middle_right_photo{
	width:213px;
	height:169px;
	margin-top:9px;
	margin-left:18px;
	float:left;
}

.ie6 div#uk_middle_right_photo{
	margin-left:9px;
}

div#uk_middle_right_image_under_panel{
	width:213px;
	min-height:128px;
	margin-top:29px;
	margin-left18px;
	margin-bottom:10px;
	float:left;
}

.ie6 div#uk_middle_right_image_under_panel{
	margin-left:9px;
	height:128px;
}

div#uk_home_bottom{
	width:915px;
	min-height:178px;
	margin-left:15px;
	float:left;
}

.ie6 div#uk_home_bottom{	
	height:178px;
}

div#uk_home_bottom_our_schemes{
	width:251px;
	height:178px;
	margin-left:8px;
	background:url('../RVE_Images/CSS_Images/ourSchemes_bg.gif') top left no-repeat;
	float:left;
}

.ie6 div#uk_home_bottom_our_schemes{
	margin-left:0px;	
}

div#uk_home_bottom_our_schemes_text{
	width:210px;
	height:105px;
	margin-left:25px;
	margin-top:57px;
	font-size:1.15em;
	line-height:1.15em;
	float:left;
}

.ie6 div#uk_home_bottom_our_schemes_text{
	margin-left:11px;	
}

div#uk_home_bottom_our_line{
	width:648px;
	height:2px;
	margin-top:8px;
	margin-left:7px;
	background:url('../RVE_Images/CSS_Images/line_green_medium.gif') top left no-repeat;
	float:left;
}

div#uk_home_bottom_mini_area{
	width:656px;
	margin-top:10px;
	float:left;
}

.ie6 div#uk_home_bottom_mini_area{
	margin-top:0px;
	margin-left:3px;
}

div#uk_home_bottom_mini_area_a{
	width:204px;
	min-height:145px;	
	margin-left:7px;
	background:url('../RVE_Images/CSS_Images/engineering_bg.jpg') top left no-repeat;
	float:left;
}

.ie6 div#uk_home_bottom_mini_area_a{	
	height:145px;
	margin-left:0px;
}

div#uk_home_bottom_mini_area_a_text{
	width:108px;
	min-height:123px;	
	margin-left:7px;
	margin-top:35px;
	line-height:1.3em;
	float:left;
}

.ie6 div#uk_home_bottom_mini_area_a_text{	
	height:123px;
}

div#uk_home_bottom_mini_area_b{
	width:198px;
	min-height:145px;
	margin-left:14px;
	background:url('../RVE_Images/CSS_Images/agriculture_bg.jpg') top left no-repeat;
	float:left;
}

.ie6 div#uk_home_bottom_mini_area_b{
	height:145px;	
}

div#uk_home_bottom_mini_area_b_text{
	width:98px;
	min-height:123px;	
	margin-left:7px;
	margin-top:35px;
	line-height:1.3em;
	float:left;
}

.ie6 div#uk_home_bottom_mini_area_b_text{	
	height:123px;
}

div#uk_home_bottom_mini_area_c{
	width:220px;
	min-height:145px;
	margin-left:13px;
	background:url('../RVE_Images/CSS_Images/other_schemes_bg.jpg') top left no-repeat;
	float:left;
}

.ie6 div#uk_home_bottom_mini_area_c{
	height:145px;	
}

div#uk_home_bottom_mini_area_c_text{
	width:122px;
	min-height:123px;	
	margin-left:7px;
	margin-top:35px;
	line-height:1.3em;
	float:left;
}

.ie6 div#uk_home_bottom_mini_area_c_text{	
	height:123px;
}

div#uk_footer{
	width:903px;
    height:40px;
    float:left;
	margin-left:26px;
	margin-top:15px;	
	font-weight:bold;
	font-size:0.9em;
	color:#b2d940;
}

.ie6 div#uk_footer{
	margin-left:13px;	
}

div#uk_footer_left{
	width:307px;
    height:25px;
	margin-top:5px;
    float:left;
}

.mac div#uk_footer_left{
	width:309px;
}

div#uk_footer_right{
	width:104px;
	margin-top:5px;
	line-height:1.1em;
    	height:25px;
	float:right;
}

div#uk_footer_left a, div#uk_footer_left a:link, div#uk_footer_left a:visited, div#uk_footer_left a:active{
	text-decoration:none;
	line-height:1.1em;
	margin-right:15px;
	color:#b2d940;
}

div#uk_footer_left a:hover, div#uk_footer_right a:hover{
	text-decoration:underline;
	color:#b2d940;
}

/*#Structure Styles/BSGroup Styles#*/


div#main_wrapper_bsgroup{
	width:952px;
	min-height:680px;
	background:#FFF url('../RVE_Images/CSS_Images/bsgroup_bg.gif') top left no-repeat;
	float:left;
}

/*
div#main_wrapper_bsgroup{
	width:952px;
	min-height:680px;
	margin-left:auto;
	margin-right:auto;	
	background:#FFF url('../RVE_Images/CSS_Images/bsgroup_bg.gif') top left no-repeat;
	text-align:left;
}
*/

.ie6 div#main_wrapper_bsgroup{
	height:680px;
}

div#bsgroup_top_wrapper{
	width:902px;
	height:68px;
	margin-left:28px;
	margin-top:10px;
	float:left;
}

.ie6 div#bsgroup_top_wrapper{
	margin-left:14px;
}

div#bsgroup_top_wrapper_left{
	width:191px;
	height:65px;
	margin-top:17px;
	margin-left:12px;
	float:left;
}

.ie6 div#bsgroup_top_wrapper_left{
	margin-top:17px;
	margin-left:6px;	
}

div#bsgroup_top_wrapper_middle{
	width:470px;
	height:29px;
	margin-top:26px;
	margin-left:82px;
	float:left;
}

.ie6 div#bsgroup_top_wrapper_middle{	
	margin-left:81px;
}

div#bsgroup_top_wrapper_right{
	width:130px;
	height:68px;
	margin-left:8px;
	float:left;
}

div#top_nav_item_a_bsgroup, div#top_nav_item_b_bsgroup, div#top_nav_item_c_bsgroup, div#top_nav_item_d_bsgroup, div#top_nav_item_e_bsgroup, div#top_nav_item_f_bsgroup, div#top_nav_item_g_bsgroup, div#top_nav_item_h_bsgroup{
	float:left;
}

div#bsgroup_middle{
	width:901px;
	min-height:345px;
	margin-left:26px;
	float:left;
}

.ie6 div#bsgroup_middle{
	height:345px;
	margin-left:15px;	
}

div#bsgroup_middle_left{
	width:664px;
	height:318px;
	margin-top:35px;	
	background:url('../RVE_Images/CSS_Images/bsgroup_home_top_area_bg.jpg') top left no-repeat;
	float:left;
}

div#bsgroup_middle_left_text{
	width:358px;
	height:112px;
	margin-top:182px;	
	margin-left:13px;
	float:left;
}

.ie6 div#bsgroup_middle_left_text{		
	margin-left:7px;
}

div#bsgroup_left_nav{
	width:195px;
	min-height:50px;
	float:left;
}

.ie6 div#bsgroup_left_nav{	
	height:50px;
}

ul#menuElem *{
	list-style: none;
}

div#bsgroup_left_nav ul#menuElem{
	font-weight:normal;
	font-size:1.1em;	
	float:left;
	margin-right:0px;
	margin-left:0px;
}

div#bsgroup_left_nav ul.CMSListMenuUL li{
	width:143px;
	height:48px;
	background:url('../RVE_Images/LeftHandNavigation/leftHandNavLine.gif') top left no-repeat;
	margin-bottom:5px;
	margin-top:5px;
}
div#bsgroup_left_nav ul.CMSListMenuUL li.CMSListMenuLIlastItem, div#bsgroup_left_nav ul.CMSListMenuUL li.CMSListMenuHighlightedLIlastItem{
	width:143px;
	height:48px;
	background:none;
	margin-bottom:5px;
	margin-top:5px;
}

div#bsgroup_left_nav ul.CMSListMenuUL li a{
	color:#1d54a8;
	font-size:1.2em;
	line-height:1.2em;
	width:143px;
	height:41px;
	background:url('../RVE_Images/LeftHandNavigation/leftHandNav2.gif') top left no-repeat;
	padding-left:6px;
	display:table-cell;
	vertical-align:middle;
	padding-top:1px;
}

.ie div#bsgroup_left_nav ul.CMSListMenuUL li a{
	display:block;
}

div#bsgroup_left_nav ul.CMSListMenuUL li a:hover, div#bsgroup_left_nav ul.CMSListMenuUL li .CMSListMenuLinkHighlighted{
	text-decoration: none;
	background:url('../RVE_Images/LeftHandNavigation/leftHandNav2Over.gif') top left no-repeat;	
}

div#bsgroup_middle_left_nav{
	width:195px;
	min-height:50px;
	margin-top:38px;	
	float:left;
}

.ie6 div#bsgroup_middle_left_nav{	
	height:50px;
}

div#bsgroup_middle_image_under_nav{
	width:175px;
	min-height:50px;
	margin-top:53px;	
	float:left;
}

.ie6 div#bsgroup_middle_image_under_nav{	
	height:50px;
}

div#bsgroup_middle_area{
	width:469px;
	min-height:118px;
	margin-top:38px;	
	float:left;
}

.ie6 div#bsgroup_middle_area{	
	height:118px;
}

div#bsgroup_middle_area_banner{
	width:440px;
	/*min-height:70px;*/
	float:left;
}

.ie6 div#bsgroup_middle_banner{	
	height:70px;
}

div#bsgroup_middle_area_text {
	float:left;
	margin-left:40px;
	margin-top:18px;
	min-height:170px;
	font-size:1.15em;
	line-height:1.15em;
	width:386px;
}

.ie6 div#bsgroup_middle_banner{
	margin-left:20px;	
	height:170px;
}

div#bsgroup_middle_right{
	width:236px;
	min-height:305px;
	margin-top:17px;
	float:left;
}

.ie6 div#bsgroup_middle_right{
	height:305px;
}

div#bsgroup_middle_right_apply{
	width:210px;
	height:50px;
	margin-left:24px;
	float:left;
}

.ie6 div#bsgroup_middle_right_apply{
	margin-left:12px;	
}

div#bsgroup_middle_right_degree{
	width:218px;
	height:102px;
	margin-top:5px;
	margin-left:19px;
	float:left;
}

.ie6 div#bsgroup_middle_right_degree{
	margin-left:9px;	
}

div#bsgroup_middle_right_photo{
	width:213px;
	height:169px;
	margin-top:9px;
	margin-left:18px;
	float:left;
}

.ie6 div#bsgroup_middle_right_photo{
	margin-left:9px;
}

div#bsgroup_middle_right_image_under_panel{
	width:213px;
	min-height:128px;
	margin-top:19px;
	margin-left18px;
	margin-bottom:10px;
	float:left;
}

.ie6 div#bsgroup_middle_right_image_under_panel{
	margin-left:9px;
	height:128px;
}

div#bsgroup_home_bottom{
	width:915px;
	min-height:178px;
	margin-left:15px;
	float:left;
}

.ie6 div#bsgroup_home_bottom{	
	height:178px;
}

div#bsgroup_home_bottom_our_schemes{
	width:251px;
	height:178px;
	margin-left:8px;
	background:url('../RVE_Images/CSS_Images/ourSchemes_bg.gif') top left no-repeat;
	float:left;
}

.ie6 div#bsgroup_home_bottom_our_schemes{
	margin-left:0px;	
}

div#bsgroup_home_bottom_our_schemes_text{
	width:210px;
	height:105px;
	margin-left:25px;
	margin-top:57px;
	font-size:1.15em;
	line-height:1.15em;
	float:left;
}

.ie6 div#bsgroup_home_bottom_our_schemes_text{
	margin-left:11px;	
}

div#bsgroup_home_bottom_our_line{
	width:648px;
	height:2px;
	margin-top:8px;
	margin-left:7px;
	background:url('../RVE_Images/CSS_Images/line_blue_medium.gif') top left no-repeat;
	float:left;
}

div#bsgroup_home_bottom_mini_area{
	width:656px;
	margin-top:10px;
	float:left;
}

.ie6 div#bsgroup_home_bottom_mini_area{
	margin-top:0px;
	margin-left:3px;
}

div#bsgroup_home_bottom_mini_area_a{
	width:204px;
	min-height:145px;	
	margin-left:7px;
	background:url('../RVE_Images/CSS_Images/engineering_bg.jpg') top left no-repeat;
	float:left;
}

.ie6 div#bsgroup_home_bottom_mini_area_a{	
	height:145px;
	margin-left:0px;
}

div#bsgroup_home_bottom_mini_area_a_text{
	width:108px;
	min-height:123px;	
	margin-left:7px;
	margin-top:35px;
	line-height:1.3em;
	float:left;
}

.ie6 div#bsgroup_home_bottom_mini_area_a_text{	
	height:123px;
}

div#bsgroup_home_bottom_mini_area_b{
	width:198px;
	min-height:145px;
	margin-left:14px;
	background:url('../RVE_Images/CSS_Images/agriculture_bg.jpg') top left no-repeat;
	float:left;
}

.ie6 div#bsgroup_home_bottom_mini_area_b{
	height:145px;	
}

div#bsgroup_home_bottom_mini_area_b_text{
	width:98px;
	min-height:123px;	
	margin-left:7px;
	margin-top:35px;
	line-height:1.3em;
	float:left;
}

.ie6 div#bsgroup_home_bottom_mini_area_b_text{	
	height:123px;
}

div#bsgroup_home_bottom_mini_area_c{
	width:220px;
	min-height:145px;
	margin-left:13px;
	background:url('../RVE_Images/CSS_Images/other_schemes_bg.jpg') top left no-repeat;
	float:left;
}

.ie6 div#bsgroup_home_bottom_mini_area_c{	
	height:145px;
}

div#bsgroup_home_bottom_mini_area_c_text{
	width:122px;
	min-height:123px;	
	margin-left:7px;
	margin-top:35px;
	line-height:1.3em;
	float:left;
}

.ie6 div#bsgroup_home_bottom_mini_area_c_text{	
	height:123px;
}

div#bsgroup_footer{
	width:903px;
    	height:40px;
    	float:left;
	margin-left:26px;
	margin-top:15px;	
	font-weight:bold;
	font-size:0.9em;
	color:#5ac8ff;
}

.ie6 div#bsgroup_footer{
	margin-left:13px;	
}

div#bsgroup_footer_left{
	width:307px;
    height:25px;
	margin-top:5px;
    float:left;
}

.mac div#bsgroup_footer_left{
	width:309px;
}

div#bsgroup_footer_right{
	width:104px;
	margin-top:5px;
	line-height:1.1em;
    	height:25px;
    	float:right;
}

div#bsgroup_footer_left a, div#bsgroup_footer_left a:link, div#bsgroup_footer_left a:visited, div#bsgroup_footer_left a:active{
	text-decoration:none;
	line-height:1.1em;
	margin-right:15px;
	color:#5ac8ff;
}

div#bsgroup_footer_left a:hover, div#bsgroup_footer_right a:hover{
	text-decoration:underline;
	color:#5ac8ff;
}

div.profile_row{
float:left;
margin-top:14px;
margin-bottom:14px;
margin-left:3px;
}

div.profile_button{
float:left;
height:145px;
}

div.profile_a{
margin-right:8px;
}

div.profile_b{
margin-right:4px;
}

div.profile_c{
margin-right:0px;
}

div.video_row_clearer{
clear:left;
height:2px;
}

div.video_row_clearer_with_height{
clear:left;
height:20px;
}

div#uk_middle_area_profiles {
	float:left;
	/*margin-left:40px;*/
	margin-top:18px;
	min-height:170px;
	font-size:1em;
	line-height:1em;
	width:475px;
}

div#bsgroup_middle_area_profiles {
	float:left;
	/*margin-left:40px;*/
	margin-top:18px;
	min-height:170px;
	font-size:1em;
	line-height:1em;
	width:475px;
}

div#profile_flash_content{
float:left;
width:275px;
height:210px;
}

div#profile_image_content{
float:left;
width:275px;
height:210px;
}

div#profile_right_image{
float:right;
width:140px;
position:relative;
height:210px;
}

div#profile_right_image img{
text-align:right;
position:absolute;
bottom:0px;
}

div#uk_middle_area_profile_transcript{
clear:both;
width:425px;
margin-top:28px;
}

div#bsgroup_middle_area_profile_image {
	float:left;
	/*margin-left:40px;*/
	margin-top:18px;
	min-height:170px;	
	line-height:1em;
	width:440px;
}

div#bsgroup_middle_area_profile_transcript{
clear:both;
width:425px;
margin-top:25px;
line-height:1.3em;
}

div.clear_left_right{
clear:both;
font-size:0px;
height:2px;
}

/*Shift Transcript Down in Edit mode*/

.ie7 #plc_lt_uk_main_profile_transcript_editabletext10_pnlEditor, .ie6 #plc_lt_uk_main_profile_transcript_editabletext10_pnlEditor{
margin-top:230px;
}
div#plc_lt_uk_main_profile_transcript_editabletext10_pnlEditor{
margin-top:200px !important;
}

div#uk_middle_area_profile_video {
	float:left;
	/*margin-left:40px;*/
	margin-top:18px;
	min-height:170px;
	font-size:1em;
	line-height:1em;
	width:425px;
}


div#uk_middle_area_intro{
	clear:left;
	float:left;	
	margin-left:5px;
	margin-top:15px;
	min-height:50px;
	font-size:1.15em;
	line-height:1.15em;
	width:450px;
}

div#bsgroup_middle_area_intro{
	clear:left;
	float:left;
	margin-left:5px;
	margin-top:15px;
	min-height:50px;
	font-size:1.15em;
	line-height:1.15em;
	width:450px;
}

div#uk_middle_area_tables{
	clear:left;
	float:left;	
	margin-left:5px;
	margin-top:8px;
	min-height:170px;
	font-size:1.15em;
	line-height:1.15em;
	width:450px;
}

div#bsgroup_middle_area_tables{
	clear:left;
	float:left;	
	margin-left:5px;
	margin-top:8px;
	min-height:170px;
	font-size:1.15em;
	line-height:1.15em;
	width:450px;
}

table.event{
	margin-bottom:10px;
	width:442px;
	line-height:normal;
	/*border:0!important;*/
}

table.event td.event_heading{
	font-weight:bold;
	padding: 5px 0 5px 0;
	font-size:1.2em;
}

div#uk_middle_area_tables table.event td.event_location{
	background-color:#ccd8ed !important;
}

div#bsgroup_middle_area_tables table.event td.event_location{
	background-color:#d0efff !important;
}

/*
table.event td.event_location{
	background-color:#ccd8ed;
}*/

table.event td.event_location{
	padding:5px;
	border-right:2px solid #FFFFFF;
	border-bottom:2px solid #FFFFFF;
	border-collapse:collapse;
}

table.event td.event_date{
	background-color:#fffbcc;
	padding:5px;
	border-bottom:2px solid #FFFFFF;
	border-collapse:collapse;
	width:105px;
}