/************************/
/*      Reset CSS            */
/************************/

html {
	color: #000;
	background: #FFF;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,th,var,optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
	color: #000;
}

input,button,textarea,select,optgroup,option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,button,textarea,select {
	font-size: 100%;
}


/* clear float */
.clear {
	clear:both;
}






/************************/
/* web base site CSS */
/************************/

body {
	font-family:Arial,Verdana,Helvetica,sans-serif;
	color: #4b4b4b;
	font-size: 80%;
	text-align:center;
}

div#main_outer{
	text-align:left;
	width: 950px;
	margin:0 auto;
}

div#header {
/*	background: url(/layouts/CW/Images/logo.gif) no-repeat; */
	margin:0 auto;
	width:950px;
	height: 140px;
	text-align: right;
}

#logoimage{
float:left;
}
#logoimage img{

}
/* top menu */
div#top_menu {
	float: right;
	margin-top:98px;
	text-align: right;
}

ul#top_menu_nav{
	float: right;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	font-size: 90%
}

ul#top_menu_nav li {
	display:block;
	float:left;
	text-align:center;
	padding-left:9px;
	background: url(/layouts/CW/Images/top_menu_bg.gif) repeat-x bottom;	
	
}

ul#top_menu_nav li:first-child {
	padding-left:0px;
}

ul#top_menu_nav li a {
	text-decoration: none;
	color: #4b4b4b;
	display: block;
	padding-bottom:4px;
}

ul#top_menu_nav li a:hover {
	background: url(/layouts/CW/Images/top_menu_bg_active.gif) repeat-x bottom;
}

ul#top_menu_nav li a.active {
	background: url(/layouts/CW/Images/top_menu_bg_active.gif) repeat-x bottom;
	font-weight:normal;
	color:#D62390;
}

/* Sub level active */

.subactive {
	text-decoration: none;
	color: #D62390;
	padding: 0px 0px 4px 0px;
	margin: 0px 12px 0px 0px;
}

/* Sub level end */


/* Flash strip */

div#flash_strip {
	height: 216px;
	background-color: #D62490;
}

div#flash_strip_content {
	margin:0 auto;
	width:950px;
	height: 216px;
}
/* this is needed for IE5.5 and IE6 */
div#flash_strip_content img{
	display: block;
}

/* Content */
div#content_outer {
	margin:0 auto;
	width:950px;
}

div#content_iner {
	margin: 0px 0px 0px 19px;
}

div#title_search{
	position: relative;
	height:65px;
}

.site_search{
	width: 213px;
	position: absolute;
	bottom:5px;
	right: 0px;
}
/* BEGIN Cufon Page Title */

div#cufon_page_title {
	font-size:2.8em;
	color:#c5007d;
	width: 500px;
	position: absolute;
	bottom:0px;
	left: 0px;
	text-transform: lowercase;
}

div#cufon_page_title2 {
	font-size:2.8em;
	color:#c5007d;
	width: 500px;
	position: absolute;
	bottom:0px;
	left: 0px;
}
.cufon_sub_title {
	font-size:1.6em;
	color:#c5007d;
	margin: 0px 0px 20px 0px;
	display:block;
	width: 400px;
	text-transform: lowercase;
}

/* END Cufon Page Title */

.page_title{
	font-size:280%;
	color:#c5007d;
	width: 500px;
	position: absolute;
	bottom:0px;
	left: 0px;
}
.site_search input{
	background: url(/layouts/CW/Images/search_txt.gif) no-repeat;
	border:0 none;
	height:20px;
	line-height:1.1;
	margin-right:-5px;
	width:156px;
	color: #333333;
	float: left;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 4px;
}

.search_btn{
	background: url(/layouts/CW/Images/search_btn.gif) no-repeat scroll 0 center;
	cursor:pointer;
	font-size:1.1em;
	font-weight:normal;
	height:23px;
	margin:0;
	vertical-align:bottom;
	width:51px;
	font-size:85%;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #E3E3E3;
	border-right-color: #E3E3E3;
	border-bottom-color: #E3E3E3;
	border-left-color: #E3E3E3;
}
#title_search .site_search img {
	border: 1px solid #C0C0C0;
}


div#content {
	margin-top:32px;
}

div#content p{
	padding: 5px 0px 5px 0px;
}


/* footer */

div#footer{
	color: #ababab;
	font-size:85%;
	display: inline-block;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	width: 100%;
}

div#footer_left{
	float: left;
	text-align:left;
}

div#footer_right{
	text-align: right;
	width: auto;
}

div#footer_right a{
	color: #ababab;
	padding-left:10px;
}

div#footer_right a:hover{
	color: #6b6b6b;
	text-decoration: none;
}

div#terms_conditions{
	text-align: left;
	float:left;
	width: auto;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
div#terms_conditions a{
	color: #ababab;
}

div#terms_conditions a:hover{
	color: #c5007d;
	text-decoration: underline;
}




/************************/
/* custom CSS for pages */
/************************/

/* Home page */

div#home_left{
	width: 400px;
	float: left;
	color:#666;
}

div#home_right{
	width: 340px;
	float: right;
	background: #dedede;
	padding: 0px 20px 10px 20px;
	color: #4b4b4b;
	position: relative;
}
div#icon_right{
	width: 300px;
	float: right;
	background: #dedede;
	padding: 10px;
	color: #4b4b4b;
	position: relative;
}
div#icon_right h2 {
	font-size: 2em;
	text-align:right;
}
.news_title {
	font-size: 200%
}
div#news {
	width: 365px;

}

div#news p {
	width: 300px;
}

.news_general_image{
	position: absolute;
	right:15px;
	bottom:15px;
}

.news_icon_links{
	position: relative;
	right:15px;
	bottom:15px;
	margin: 0px;
	padding: 10px;
	text-align:right;
	width:180px;
}
.icon_block {
	text-align:right;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
.icon_block p {
	text-align:right;
	margin: 0px;
	padding: 0px;
}
.text_article_link {
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#c5007d;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

#content .text_article_link p    {
	width: auto;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#c5007d;
}
#content .icon_block p    {
	width: auto;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#c5007d;
}
#content .text_article_link p a    {
	color: #4B4B4B;
	text-decoration: none;
}
#content .text_article_link p a:hover    {
	color: #C5007D;
	text-decoration: underline;
}
div#content .icon_block p{
	padding: 8px 0px 10px 0px;
	color:#4b4b4b;
}

/* Sectors page */

div#sectors_left{
	width: 500px;
	float: left;
	color:#666;
	margin: 0px;
	padding: 0px;
}

div#sectors_right{
	width: 360px;
	float: right;
	text-align:right;
	position: relative;
	right: -12px;
}

ul#sectors_menu li a{
	color:#D62390;
	text-decoration:none;
	font-weight:bold;
	padding: 0px 12px 0px 0px;
	line-height: 1.4em;
	background: url(/layouts/CW/Images/right_link_bg.gif) no-repeat -50px center;
	text-transform: lowercase;
}

ul#sectors_menu li a:hover{
	color:#df71b7;
	background: url(/layouts/CW/Images/right_link_bg.gif) no-repeat right center;
}

ul#sectors_menu li a:active{
	background: url(/layouts/CW/Images/right_link_bg.gif) no-repeat right center;
}

ul#sub_sector_menu li a{
	color: #999;
	font-weight:normal;
	margin: 20px 0px 10px 0px;
	text-transform: lowercase;
}


/* Sub Sub Sector menu */

ul#sub_sub_sector_menu li a{
	color: #C5007D;
	font-weight:normal;
	margin: 0px 40px 10px 0px;
}

.sub_sector_menu_selected {
	color: #999;
	font-weight:normal;
	margin: 0px 30px 0px 0px;
	text-decoration:underline;
}

/* Sub Sub Sector menu End */

/* Key Contacts Sub Menu Link */

ul#key_contacts_menu_link a{
	color:#D62390;
	text-decoration:none;
	font-weight:bold;
	padding: 0px 12px 0px 0px;
	line-height: 1.4em;
	background: url(/layouts/CW/Images/right_link_bg.gif) no-repeat -50px center;
}

ul#key_contacts_menu_link li a:hover{
	color:#df71b7;
	background: url(/layouts/CW/Images/right_link_bg.gif) no-repeat right center;
}

ul#key_contacts_menu_link li a:active{
	background: url(/layouts/CW/Images/right_link_bg.gif) no-repeat right center;
}

/* ul#key_contacts_menu_link li a{
	color:#D62390;
	font-weight:bold;
	margin: 0px 0px 10px 0px;
}

ul#key_contacts_menu_link li{
	margin: 10px 0px 10px 0px;
	color:#D62390;
} */

/* Key Contacts Sub Menu Link END */

/* News Menu link */

ul#news_menu_link a{
	color:#D62390;
	text-decoration:none;
	font-weight:bold;
	padding: 0px 12px 0px 0px;
	line-height: 1.4em;
	background: url(/layouts/CW/Images/right_link_bg.gif) no-repeat -50px center;
}

ul#news_menu_link li a:hover{
	color:#df71b7;
	background: url(/layouts/CW/Images/right_link_bg.gif) no-repeat right center;
}

ul#news_menu_link li a:active{
	background: url(/layouts/CW/Images/right_link_bg.gif) no-repeat right center;
}


/* News Menu link END */

/* New sub menu title */

.news_sub_menu_title {
	color:#D62390;
	text-decoration:none;
	font-weight:bold;
	padding: 0px 12px 0px 0px;
	line-height: 1.4em;
	background: url(/layouts/CW/Images/right_link_bg.gif) no-repeat -50px center;
}
	
/* New sub menu title END */

/* News sub menu links */

ul#news_sub_menu li a{
	color:#999999;
	text-decoration:none;
	font-weight:normal;
	line-height: 1.4em;
/*	background: url(/layouts/CW/Images/right_link_bg.gif) no-repeat -50px center; */
	list-style-type: disc;
	list-style-image: url(/layouts/CW/Images/right_link_bg.gif);
	list-style-position: outside;

}

ul#news_sub_menu li a:hover{
	color:#df71b7;
	background: url(/layouts/CW/Images/right_link_bg.gif) no-repeat right center;
}

ul#news_sub_menu li a:active{
	background: url(/layouts/CW/Images/right_link_bg.gif) no-repeat right center;
}

/* News sub menu links END */

/* Sector Menu Links */

ul#sectors_menu_links{
	width: 210px;
	float: right;
	text-align:right;
	position: relative;
	background-color:#FBFBFB;
	margin: 20px 0px 20px 0px;
	padding: 10px 0px 10px 0px;
}


/* Sector Menu Links END */




/* Sub Sub Sector menu 2 */

ul#sub_sub_sector_menu2 li a{
	color: #999999;
	font-weight:normal;
	margin: 0px 0px 40px 0px;
}

.sub_sector_menu_selected2 {
	color: #999;
	font-weight:bold;
     /*padding: 0px 12px 0px 0px;*/
	/*text-decoration:underline;*/
	background-image: url(/layouts/CW/Images/right_sub_link_bg.gif);
	background-repeat: no-repeat;
	background-position:right top;
}
ul#sub_sector_menu2 li a{
	color: #999;
	font-weight:bold;
	margin: 20px 0px 10px 0px;
}
ul#sub_sub_sector_menu3 li a{
	color: #999999;
	font-weight:normal;
	margin: 0px 0px 40px 0px;
}

#sub_sub_sector_menu3{
	margin: 10px 0px 10px 0px;
}

.sub_sub_sector_menu_selected2{
	color: #00F;
	font-weight:normal;
	margin: 0px 12px 0px 0px;
}

.horizontal_sub_menu_divider {
	background-image:url(/layouts/CW/Images/horiz_menu_divider.gif);
	background-position:right;
	background-repeat:no-repeat;
	margin: 6px 0px 6px 0px;
	height:2px;
}

/* Sub Sub Sector menu 2 End */


/* Header Strapline */

#strapline{
	width: 929px;
	text-align: left;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}

.tint1  {
	font-size: 3.2em;
	color: #DF6AB3;
	display:block;
	padding: 30px 0px 0px 10px;
}
.tint2   {
	font-size: 3.2em;
	color: #E17BB9;
	display:block;
	margin: 0px 0px 0px 10px;
}
.tint3 {
	font-size: 3.2em;
	color: #EEB5D8;
	display:block;
	margin: 0px 0px 0px 10px;
}

/* END Header Strapline */

/* BEGIN Cufon Header Strapline */

div#cufon_strapline{
	width: 929px;
	text-align: left;
	margin: auto;
	font-size:3.1em;
	color:#FFFFFF;
	padding: 42px 0px 0px 10px;
	line-height: 1.2em;
}

/* END Cufon Header Strapline */

/* BEGIN Cufon Quote */

div#cufon_quote{
	width: 900px;
	height: 216px;
	text-align: right;
	font-size:1.5em;
	color:#FFFFFF;
	margin:auto;
	padding: 28px 0px 0px 20px;
	line-height: 100%;
}

/* END Cufon Quote */

/* BEGIN Cufon Quote Small*/

ul#cufon_quote_small{
	font-size:1.7em;
	color:#FFFFFF;
	padding-top: 44px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	width: 399px;
	display: block;
	margin: 0px;
	text-align: right;
	float: left;
}

ul#cufon_quote_small li {
	margin: 0px;
	width: 390px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	float: right;
	clear: right;
}

/* END Cufon Quote Small*/


/* BEGIN Cufon Quote Small V2*/

ul#cufon_quote_small2{
	width: 900px;
	height: 182px;
	text-align: right;
	font-size:1.6em;
	color:#FFFFFF;
	padding: 34px 0px 0px 20px;
}

ul#cufon_quote_small2 li {
	margin: 0px;
	float:right;
	clear: right;
	padding: 0px 0px 6px 0px;
}

/* END Cufon Quote Small V2*/


/* BEGIN Cufon Quotes and 1,2,3 */

div#cufon_quotes{
	width: 900px;
	height: 216px;
	text-align: left;
	font-size: 1em;
	margin:auto;
	padding: 34px 0px 0px 0px;
	line-height: 100%;
}

div#cufon_quote1 {
	font-size:3.2em;
	color:#E17BB9;
	text-align: left;
	padding: 4px 0px 0px 0px;
}

div#cufon_quote2 {
	font-size:3.2em;
	color:#EBA7CF;
	text-align: left;
	padding: 6px 0px 0px 0px;
}

div#cufon_quote3 {
	font-size:3.2em;
	color:#FFFFFF;
	text-align: left;
	padding: 6px 0px 0px 0px;
}
/* END Cufon Quote  1,2,3 */

/* BEGIN Sector Images*/

div#agriculture_sector {
	margin:0 auto;
	width:900px;
	height: 216px;
	background-image:url(/layouts/CW/Images/header_agriculture.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding: 0px 0px 0px 10px;
}

div#sport_sector {
	margin:0 auto;
	width:900px;
	height: 216px;
	background-image:url(/layouts/CW/Images/header_sport2.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding: 0px 0px 0px 10px;
}

div#retail_sector {
	margin:0 auto;
	width:900px;
	height: 216px;
	background-image:url(/layouts/CW/Images/header_retail2.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding: 0px 0px 0px 10px;
}

div#renewable_energy_sector {
	margin:0 auto;
	width:900px;
	height: 216px;
	background-image:url(/layouts/CW/Images/header_renewable.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding: 0px 0px 0px 10px;
}

div#real_estate_sector {
	margin:0 auto;
	width:900px;
	height: 216px;
	background-image:url(/layouts/CW/Images/header_realestate.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding: 0px 0px 0px 10px;
}

div#china_sector {
	margin:0 auto;
	width:900px;
	height: 216px;
	background-image:url(/layouts/CW/Images/header_china.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding: 0px 0px 0px 10px;
}

div#private_wealth_sector {
	margin:0 auto;
	width:900px;
	height: 216px;
	background-image:url(/layouts/CW/Images/header_privatewealth.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding: 0px 0px 0px 10px;
}


/* END Sector Images*/


/* BEGIN Email Links */

.emaillink a {
	text-decoration: none;
	color: #4b4b4b;
}

.emaillink a:hover {
	color:#D62390;
}

.emaillink a.active {
	color:#D62390;
}

/* END Email Links */

/* BEGIN Content layout */

#content .contacts_area .result_table table .rowdivide td {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000;
}
#content .contacts_area .result_table {
	padding: 20px;
	border: 1px solid #999;

}
#content .contacts_area .alpha_list_links a {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	display: block;
	float: left;
	width: 20px;
	text-align: center;
	color: #000;
	text-decoration: none;
	margin: 0px;
}
#content .contacts_area .alpha_list_links a.active {
	color: #FFF;
	background-color: #C5007D;
}



#content .contacts_area .alpha_list_links a:hover {
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	display: block;
	float: left;
	width: 18px;
	text-align: center;
	color: #000;
	text-decoration: none;
	border: 1px solid #C5007D;
	margin: 0px;
	background-color: #FFECF8;
}
#content .contacts_area .result_table table tr td {
	padding: 10px;
}
#content .contacts_area .result_table table tr th {
	color: #C5007D;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#content .contacts_area .alpha_list_links {
	padding-top: 50px;
	padding-bottom: 5px;
}
#our_people_right    {
	width: 470px;
	float: right;
	text-align: right;
	padding-top: 5px;
}
#our_people_right #searchby_form ul {
	float: left;
	width: 216px;
	text-align: left;
}
#our_people_right #searchby_form ul li {
	width: 216px;
}

#our_people_right #searchby_form input    {
	width: 216px;
}
#our_people_right #searchby_form select {
	width: 216px;
}
#searchby_form ul li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#content a {
	color: #000;
	text-decoration: none;
}
#content a:hover {
	color: #C5007D;
	text-decoration: underline;
}

#content h3 a {
	color: #C5007D;
	text-decoration: none;
}
#content h3 a:hover {
	color: #C5007D;
	text-decoration: underline;
}
#content #home_right h3 a {
	color: #333;
	text-decoration: none;
	padding: 0px 0px 6px 0px;
}
#content #home_right h3 a:hover {
	color: #C5007D;
	text-decoration: underline;
}
#content #events_right h3 a {
	color: #333;
	text-decoration: none;
	padding: 0px 0px 6px 0px;
}
#content #events_right h3 a:hover {
	color: #C5007D;
	text-decoration: underline;
}
#content p a {
	color: #C5007D;
	text-decoration: none;
}
#content p a:hover {
	color: #C5007D;
	text-decoration: underline;
}

#content .icon_block p a {
	color: #4b4b4b;
	text-decoration: none;
}
#content .icon_block p a:hover {
	color: #C5007D;
	text-decoration: underline;
}

#content #sectors_left h5 {
	color: #C5007D;
	font-size: 1.3em;
}
#content .personal_profile    {
	position: relative;
	width: 640px;
}
#content .personal_profile .profile_pic {
	position: absolute;
	right: 0px;
}

#content_iner #content h5 {
	color: #C5007D;
	font-weight: bold;
}
#content ul.bullets    {
	padding-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: disc;
}
#content .bullets li    {
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: disc;
}
#content .office_location   {
	float: left;
	height: 145px;
	width: 465px;
	margin-bottom: 30px;
}
#content .offices_holder .office_location a {
	color: #D62390;
}

#content .office_location img  {
	float: left;
	margin-right: 10px;
	border: 1px solid #CCC;
}
#content .office_location p  {
	font-size: 0.9em;
	display: block;
	width: 200px;
}
#content .office_description {
	width: 400px;
	float: left;
	padding-right: 65px;
}
#content .office_description p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

#content .office_description td a
{
	color: #C5007D;
	text-decoration: none;	
}

#content .office_description a
{
	color: #C5007D;
	text-decoration: none;	
}

div#construction_sector {
	margin:0 auto;
	width:900px;
	height: 216px;
	background-image:url(/layouts/CW/Images/sector_construction.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding: 0px 0px 0px 10px;
}
/* END Content layout */


/* BEGIN new content */

#news_right    {
	width: 470px;
	float: left;
	text-align: right;
	padding-top: 5px;
	margin-bottom: 20px;
}
#news_right #searchby_form ul  {
	float: left;
	width: 216px;
	text-align: left;
}
#news_right #searchby_form ul li {
	width: 216px;
}

#news_right #searchby_form input    {
	width: 216px;
}
#news_right #searchby_form select {
	width: 216px;
}
/* END news content */

/* BEGIN event content */

div.eventdetails {
	float: left;
	height: 225px;
	width: 420px;
	margin: 10px 0px 10px 10px;
	border-right: solid 1px #999;
	display:block;
}
div.eventdetails  img{
	float: left;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 24px 0px;
}
div.eventdetails  p{
	font-size: 0.9em;
	display: block;
	text-align:left;
}
div.eventdetails  h3{
	font-size: 1.6em;
	display: block;
	padding: 0px 0px 10px 0px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	color: #C5007D;
}

#eventbox {
	padding: 20px;
	border: 1px solid #999;

}
.result_table2 {
	padding: 20px;
	border: 1px solid #999;
}



/* END event content */
h1#cufon_page_title {
	font-size:2.8em;
	color:#c5007d;
	width: 500px;
	position: absolute;
	bottom:0px;
	left: 0px;
	text-transform: lowercase;
	
}
h1#cufon_news_title {
	font-size:2.8em;
	color:#c5007d;
	text-transform: lowercase;
			
}
#news h2 {
	font-size: 2em;
}
#news h3 {
	font-size: 1em;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
}
#content .contacts_area .pagination {
	text-align: center;
	margin: 10px;
}
#main_outer #content_outer #content_iner #content .contacts_area .pagination a {
	text-decoration: none;
	color: #C5007D;
	font-weight: normal;
}
#content .contacts_area .pagination a:hover {
	text-decoration: underline;
}
#content .contacts_area .pagination .pagenumber {
	color: #C5007D;
	font-weight: bold;
}
div#sector_inner {
	width:950px;
	height: 216px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#flash_strip #sector_inner img {
	float: left;
	display: block;
	padding-left: 19px;
}
#news .newstaster img {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#news .newstaster {
	margin-top: 10px;
	clear: both;
}
#news .newstaster .left {
	display: block;
	float: left;
}
#news .newstaster .right {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 200px;
}

#news .newstaster p {
	margin: 0px;
	padding: 0px;
	width: 190px;
}
#sectors_menu li .selected {
	background-image: url(/layouts/CW/Images/right_link_bg.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#sub_sector_menu li .selected {
	color: #333;
	background-image: none;
}


/* Events right hand sector */

div#events_right{
	width: 380px;
	float: right;
	background-color:#EBEBEB;
	padding: 20px 20px 20px 20px;
	color: #4b4b4b;
	position: relative;
	margin: 40px 0px 0px 0px;
}
.events_title {
	font-size: 200%
}
div#events_right h2 {
	font-size: 1.2em;
	display: block;
	padding: 0px 0px 22px 0px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	color: #4b4b4b;
	text-decoration:underline;
}
div.eventtaster h3 {
	font-size: 1em;
	font-weight:bold;
	display: block;
	padding: 0px 0px 0px 0px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	color: #C5007D;
}

div#content .eventtaster p {
	font-size: 1em;
	margin: 4px 0px 0px 0px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	color: #4b4b4b;
}
div#content .eventtaster .right {
	display: block;
	float: right;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
div#content .eventtaster .left {
	display: block;
	float: left;
}

div#events_info p {
	width: 300px;
}

.events_general_image{
	position: absolute;
	right:15px;
	bottom:15px;
}

/* Office Selection Location */

#content .office_location2 {
	float: right;
	height: 145px;
	width: 365px;
	margin-bottom: 30px;
}
#content .office_location2 a {
	color: #D62390;
}

#content .office_location2 img  {
	float: right;
	margin-left: 20px;
	border: 1px solid #CCC;
}
#content .office_location2 p  {
	font-size: 0.9em;
	text-align:right;
	margin: 0px 213px 0px 0px;
/*	border: 1px solid red; */
	width:auto;
}
#content .office_description2 {
/*	width: 400px; */
	float: left;
	padding-right: 65px;
}
#content .office_description2 p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

#content .office_description2 td a
{
	color: #C5007D;
	text-decoration: none;	
}

#content .office_description2 a
{
	color: #C5007D;
	text-decoration: none;	
}


#content .office_location2 h5 {
	color: #C5007D;
	text-align:right;
}

/* BEGIN Email Links */

.morelink a {
	text-decoration: none;
	color: #C5007D;
	font-size: 1.4em;
}

.morelink a:hover {
	color:#D62390;
	text-decoration:underline;
}

.morelink a.active {
	color:#D62390;
	text-decoration:underline;
}

.officecopy {
	float:left;
	text-align:left;
	width:256px;
}

#KeyContactsSectionTable #contactsTable {width:500px;}

#contactsTable {margin:0px 0 0 10px; border-collapse: collapse; clear:both; width:680px; font-size:1.1em;}
#contactsTable tr {}
#contactsTable tr td {padding:5px 10px; border-bottom: dotted 1px #8e908f;}
#contactsTableHeaderRow { font-weight:bold;}

#contactsTable a {
	text-decoration: none;
	color: #C5007D;	
}

#contactsTable a:hover {
	color:#D62390;
	text-decoration:underline;
}

#contactsTable a.active {
	color:#D62390;
	text-decoration:underline;
}

.contactsTableClass {margin:0px 0 0 10px; border-collapse: collapse; clear:both; width:525px; font-size:1.1em;}


#sectors_menu .enquirylink {
	padding: 20px 0px 0px 0px;
}
/* Additional Enquiry Form Styles */

.feedbackField {
	width: 500px;
	float:left;
	margin: 0px 10px 10px 0px;
}
.feedbackField2 {
	width: 100px;
	float:left;
	margin: 0px 0px 10px 0px;
	clear:both;
}
.feedbackButton {
	width: 450px;
	float:left;
	clear:both;
}
.feedbackButton input {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size: 0.9em;
	/*background-image:url(/layouts/CW/Images/submit_bg.gif);*/
	background-repeat: repeat-x;
	height: 21px;
	width: auto;
	margin: 0px 0px 0px 100px;
	padding: 3px 10px 6px 8px;
}
.feedbackText {
	width: 300px;
	float:left;
	margin: 0px 10px 10px 0px;
}
.feedbackText input {
	padding: 2px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	width:200px;
	font-size: 0.9em;
	margin: 0px 10px 0px 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E3E3E3;
	border-right-color: #E3E3E3;
	border-bottom-color: #E3E3E3;
	border-left-color: #E3E3E3;
}
.feedbackText textarea {
	margin: 0px 10px 0px 10px;
	padding: 2px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	width: 300px;
	font-size: 0.9em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E3E3E3;
	border-right-color: #E3E3E3;
	border-bottom-color: #E3E3E3;
	border-left-color: #E3E3E3;
}
.feedbackLabel {
	width: 100px;
	float:left;
	clear:both;
}
.feedbackHelpText {
	width: 300px;
	float:left;
	margin: 20px 0px 0px 110px;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-style:italic;
}