/* CSS Document */

/* Reset Trick */

html {
	height: 100%;
	margin-bottom: 1px;
}

a {
	color: #05468e;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img, img a {
	border: none;
}

ul {
	list-style-type: square;
	font-size: 1.1em;
}

ul li {
	padding-bottom: 3px;
}

ol li {
	font-size: 1.1em;
	padding-bottom: 3px;
}

p {
	font-size: 1.1em;
}

form {
	margin:0;
}

.floatleft {
	float:left;
}
 
.floatright {
	float:right;
	padding-left:3px;
}
 
.floatnone {
	float:none;
}
 
.floatleftpadding {
	float:left; 
	padding-right:8px;
}
 
.floatleftborder {
	float:left; 
	border-right:solid 1px #000;
} 

/* Clear Fixes */

.clearfix {
	display: block;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clear {
	clear: both;
	font-size: 1%;
	height: 1%;
	line-height: 0;
}

.clear2 {
	clear: both;
}

/* Layout */

body {
	background: url(../images/bg_body.jpg) #fff repeat-x top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}

div#cms_container {
	background: url(../images/bg_body.jpg) #fff repeat-x top left;
}

body#inner {
	background: url(../images/bg_body_inner.jpg) #fff repeat-x top left;
}

body#inner_alt {
	background:url(../images/bg_body_inner_alt.jpg) #fff repeat-x top left;
}

div#wrapper {
	margin: 0 auto;
	width: 898px;
}

/************* Header *************/

div#header {
	background: url(../images/bg_header.jpg) repeat-x 0 0;
	position: relative;
	padding: 0 0 3px 0;
	min-height: 78px;
	padding: 25px 0 0 0;
	height: auto!important;
	height: 78px;
	z-index: 3;
	width: 898px;
}

div#header img, div#header_inner img {
	float: left;

}

div#header img {
	padding: 0 0 0 24px;
}


div#header_inner {
	background: url(../images/bg_header_inner.jpg) repeat-x 0 0;
	width: 898px;
	padding-bottom: 9px;
}

div#header_inner h1 {
	float: left;
	margin: 0;
	padding: 0 0 0 24px;
}

div#header h1 {
	margin: 0;
	padding: 0;
	visibility:hidden;
}



div.logos, div#header_inner div.logos {
	float: right;
	padding: 0 20px 0 0;
}

/*************breadcrumb**************/

.breadcrumb 
{
    float:left;
    margin:0px;
    padding:8px 0 10px 0px;
    position:absolute;
    width:914px;
    ;
}

.breadcrumb ul {
	margin: 0;
	padding: 0;
	font-size:0.9em;
}

.breadcrumb ul li 
{
	background: url(../images/grey_arrow.gif) no-repeat 0 5px;
	color: #4d4d4d;
	display: inline;
	list-style-type: none;
	font-size: 1.1em;
    margin-left:3px;	
	padding: 0 3px 0 7px;
}

.breadcrumb ul li a 
{
	color: #4d4d4d;
}

.breadcrumb ul li.first 
{
	background: none;
	margin: 0;
    padding:0; 
}

.breadcrumb ul li.first a
{
	color: #4d4d4d;
}
.breadcrumb ul li.selected {
	color: #4d4d4d;
}
.breadcrumb ul li.selected a {
	color: #4d4d4d;
}

/************* /Header *************/

/************* Top Nav **************/

div#primNav {
	background-color: #ededed;
	position: relative;
	z-index: 3;
	margin-bottom: -8px;
	width: 898px;
}

* html div#primNav {
	margin: 0 0 -2px 0;
}
*:first-child+html div#primNav {
	margin: 0 0 -2px 0;
}

div#primNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#primNav ul li {
	background: url(../images/nav_seperator.jpg) no-repeat 0 3px;
	font-size: 1.1em;
	font-weight: bold;
	float: left;
	padding: 0 0px 0 1px;
}

div#primNav ul li.firstLink {
	background: none;
}

div#primNav ul li a {
	color: #000;
	display: block;
	padding: 10px 12px 8px 12px;
}

div#primNav ul li.firstLink a {
	padding: 10px 12px 8px 0;
}

div#primNav ul li.firstLink a:hover {
	background: none;
	padding: 10px 12px 8px 0;
}

div#primNav ul li a:hover {
	background-color: #b3c2d5;
	padding: 10px 12px 8px 12px;
	text-decoration: none;
}

div#primNav ul li a.selected {
	color: #06478f;
}

div#secNav {
	background-color: #e3e3e3;
	margin: 0 0 3px 0;
	width: 898px;
}

div#secNav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

div#secNav ul li {
	background: url(../images/bg_secnav_seperator.gif) no-repeat right center;
	float: left;
	font-weight: bold;
	padding: 5px 9px 4px 9px;
}

div#secNav ul li.lastItem {
	background: none;
}

div#secNav ul li a {
	color: #094990;
}

/************* /Top Nav **************/

/*********** Search ***************/

div.search {
	float: right;
}

div.search input {
	border: 1px solid #9c9c9c;
	vertical-align: top;
	margin-top: 5px;
}

div.search input.butn {
	border: none;
}

/*********** /Search ***************/

/*********** Banner ***********/

div#flash {
	width: 898px;
	position: absolute;
	top: 0;
	left: 0;
	height:383px;
}

/*********** Banner ***********/

div#hm_content {
	width: 898px;
	position: relative;
	min-height:383px;
}

div#hm_content div.rhs_content {
	/*background: url(../images/bg_rhs.jpg) transparent repeat-x 0 0;*/
	float: right;
	padding: 25px 0 12px 0;
	width: 374px;
	position: relative;
	margin: 2px 0 0 0;
	z-index: 1;
}

* html div#hm_content div.rhs_content {
	padding: 25px 0 14px 0;
}
*:first-child+html div#hm_content div.rhs_content {
	padding: 25px 0 14px 0;
}

div#hm_content div.banner {
	float: left;
	width: 524px;
}

div#hm_content div.banner img {
	float: left;
}

div#hm_content div.rhs_content h2 {
	background: url(../images/withu_allway.jpg) no-repeat center top;
	margin: 0;
	padding: 0;
	height: 60px;
}

div#hm_content div.rhs_content h2 span {
	display: none;
}

div#hm_content div.rhs_content div.tw_lifestyle {
	background: url(../images/rhs_seperator.gif) no-repeat right top;
	float: left;
	padding: 0 17px 10px 0;
	margin: 15px 0 0 0;
	text-align: right;
	width: 172px;
}

div#hm_content div.rhs_content div.tw_lifestyle img {
	float: right;
	margin-bottom: 7px;
}

div#hm_content div.rhs_content div.tw_lifestyle p {
	color: #fff;
	clear: right;
	font-family: "Trebuchet MS";
	font-size: 1.1em;
	margin: 0 0 3px 0;
	padding: 0;
}

div#hm_content div.rhs_content div.tw_lifestyle p a {
	color: #fff;
}

div#hm_content div.rhs_content div.tw_lifestyle h3 {
	margin: 0;
	height: 40px;
}

div#hm_content div.rhs_content div.tw_lifestyle a.textlink {
	color: #f4d300;
	display: block;
	float: right;
	font-size: 1.1em;
	margin: 15px 0 10px 0;
	font-weight: bold;
	text-decoration: underline;
} 

div#hm_content div.rhs_content div.tw_buisness {
	float: left;
	padding: 0 0 0 17px;
	margin: 15px 0 0 0;
	width: 163px;
}

div#hm_content div.rhs_content div.tw_buisness img {
	float: left;
	margin-bottom: 7px;
}

div#hm_content div.rhs_content div.tw_buisness h3 {
	margin: 0;
	height: 35px;
}

div#hm_content div.rhs_content div.tw_buisness p {
	color: #fff;
	font-family: "Trebuchet MS";
	font-size: 1.1em;
	margin: 0 0 3px 0;
}

div#hm_content div.rhs_content div.tw_buisness p a {
	color: #fff;
}

div#hm_content div.rhs_content div.tw_buisness a.textlink {
	color: #2d6aaf;
	display: block;
	margin: 54px 0 10px 0;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: underline;
}

div#content div.column1_2 div.searvices a, div#content div.column1_2 div.last_searvices a {
	background: url(../images/blue_arrow.gif) no-repeat 5px 8px #e5e5e5;
	color: #5b5b5b;
	font-size: 1.1em;
	font-weight: bold;
	min-height: 27px;
	height: auto!important;
	height: 27px;
	margin: 5px 0 0 0;
	padding: 5px 0 5px 21px;
	/*display: block;*/
	float: left;
	width: 120px;
}

div#content div.column1_2 div.searvices img {
	background: none!important;
	border: 0px;
	float: left;
	margin: -6px -5px -5px -21px;
	padding: 0px;
	width: 141px;
}

div#content div.column1_2 div.last_searvices img {
	background: none!important;
	border: 0px;
	float: left;
	margin: -6px -5px -5px -21px;
	padding: 0px;
	width: 141px;
}

/*********** /Banner ***********/

/*********** /Banner ***********/

/*********** Hm Content ********/

div#hm_content {
	background: url(../images/bg_hm_content.jpg) repeat-x 0 0;
	margin-top: 6px;
	width: 898px;
}

div#hm_content div.column1_3 {
	background: url(../images/hm_content_seperator.jpg) no-repeat right top;
	float: left;
	padding-bottom: 17px;
	width: 318px;
}

div#hm_content div.column1_3 div.legal_services {
	background: url(../images/hm_content_seperator_hori.jpg) no-repeat bottom left;
	padding: 16px 15px 17px 17px;
}

div#hm_content div.column1_3 div.legal_services h3 {
	color: #05468e;
	font-size: 1.2em;
	margin: 0 0 8px 0;
}

div#hm_content div.column1_3 div.client_say {
	padding: 5px 8px 0 0px;
}

div#hm_content div.column1_3 div.client_say h3 {
	background: url(../images/heading_client_say.jpg) no-repeat 0 0;
	margin: 0 0 6px 0;
	font-size: 1.1em;
	padding: 4px 0 4px 18px;
}

div#hm_content div.column1_3 div.client_say p {
	background: url(../images/inverted_coma.gif) no-repeat 99% 3px;
	padding: 0 16px;
	margin: 0;
}

div#hm_content div.column1_3 div.client_say p span {
	padding-left: 15px;
}

div#hm_content div.column2_3 {
	background: url(../images/hm_content_seperator.jpg) no-repeat right top;
	float: left;
	padding: 16px 0 17px 10px;
	width: 340px;
}

div#hm_content div.column2_3 h3 {
	color: #05468e;
	font-size: 1.2em;
	margin: 0;
}

div#hm_content div.column2_3 h4 {
	color: #094990;
	font-size: 1.1em;
	font-weight: normal;
	margin: 8px 0 5px 0;
}

div#hm_content div.column2_3 p {
	font-size: 1.0em;
	margin: 0 0 5px 0;
}

div#hm_content div.column2_3 p a {
	background: url(../images/blue_arrow.gif) no-repeat right center;
	color: #06478f;
	padding: 0 13px 2px 0;
	text-decoration: underline;
}

div#hm_content div.column3_3 {
	float: left;
	padding: 10px 10px 10px 12px;
	width: 200px;
}

div#hm_content div.column3_3 img {
	float: left;
	margin-bottom: 2px;
}

div#hm_content div.column3_3 h3 {
	color: #5480b3;
	font-size: 1.2em;
	margin: 0;
}

div#hm_content div.column3_3 h4 {
	color: #010101;
	font-size: 2.2em;
	margin: 0;
}

div#hm_content div.column3_3 h5 {
	color: #5480b3;
	font-size: 1.1em;
	margin: 0 0 5px 0;
}

div#hm_content div.column3_3 input {
	border: none;
	background-color: #dddddd;
	font-size: 1.0em;
	float: left;
	margin: 0 0 5px 0;
	padding: 2px 12px;
	width: 176px;
}

div#hm_content div.column3_3 input.alternate {
	width: 120px;
}

div#hm_content div.column3_3 input.submit {
	padding: 0;
	margin-left: 4px;
	width: 52px;
}

/*********** /Hm Content ********/

/*********** Content ********/

div#content {
	padding-bottom: 15px;
	width: 898px;
}

div#content div.column1_2 {
	background: url(../images/content_seperator.jpg) no-repeat right top;
	float: left;
	min-height: 550px;
	height: auto!important;
	height: 550px;
	padding-right: 20px;
	margin-top:2px;
	width: 650px;
}

div#content div.wide {
	width: 100%;
	background: none;
}

div#content div.column1_2 h1 {
	color: #000;
	font-size: 1.8em;
	margin: 13px 0 4px 0;
}

div#content div.column1_2 h3, div#content div.column1_2 h2.main, div.column2_2 h3 {
	color: #05468e;
	font-size: 1.4em;
	margin: 0 0 10px 0;
}

div#content div.column1_2 h3.line, div#content div.column1_2 h2.main  {
	width: 100%;
	background:url(../images/bg_hori_seperator_big.jpg) bottom no-repeat;
	padding-bottom: 5px;
	margin-top: 10px;
}

div#content div.column1_2 h3.line_top {
	width: 100%;
	background:url(../images/bg_hori_seperator_big.jpg) top no-repeat;
	padding-top: 10px;
	margin: 20px 0 10px;
}

div#content div.column1_2 a.contact_links {
	display: block;
	margin-top: 10px;
}

div#content div.column1_2 a.contact_links img {
	margin-left: 5px;
}

div#content div.column1_2 p, div#content div.column2_2 p {
	margin: 10px 0 0 0;
	font-size: 1.2em;
	line-height: 1.4em;
}

div#content div.column1_2 span.date {
	color: #5F5F5F;
	display: block;
}

div#content div.column1_2 span.title {
	color: #05468E;
	display: block;
	font-size: 13px;
	font-weight: bold;
}

div#content div.column1_2 a.more {
	display: block;
	color: #000;
	font-weight: bold;
	margin-top: 10px;
	background: url(../images/arrow2.gif) no-repeat right;
	width: 75px;
}

div#content div.column1_2 a.more_big {
	background: url(../images/arrow2.gif) no-repeat right 4px;
	color: #000;
	font-weight: bold;
	padding: 0 12px 0 0;
	margin-top: 20px;
}

div#content div.column1_2 a.more_big img {
	margin-left: 5px;
	text-decoration: none;
}

div#content div.column1_2 div.yellow_holder {
	font-size: 12px;
	background: #FDF8D9 url(../images/pink_bottom.gif) bottom no-repeat;
	width: 310px;
	float: left;
	margin: 0 15px 20px 0;
}

div#content div.column1_2 div.yellow_holder p {
	margin: 10px;
	font-size: 11px;
}

div#content div.column1_2 div.yellow_holder h3.trainees_title {
	background: url(../images/bg_trainees.gif) no-repeat 0 0;
	color: #000;
	font-size: 12px;
	width: 310px;
	padding: 37px 0 0 15px;
	height: 19px;
}

div#content div.column1_2 div.yellow_holder h3.vacancies_title {
	background: url(../images/bg_vacancies.gif) no-repeat 0 0;
	color: #000;
	font-size: 12px;
	width: 310px;
	padding: 37px 0 0 15px;
	height: 19px;
}

div#content div.column1_2 div.yellow_holder_small {
	font-size: 12px;
	background: #FDF8D9 url(../images/pink_bottom_small.gif) bottom no-repeat;
	width: 212px;
	float: left;
	min-height: 265px;
	height: 265px;
	margin: 0 7px 20px 0;
	font-family: Trebuchet MS;
	overflow:hidden;
}

div#content div.column1_2 a.link {
	color: #000;
}

div#content div.column1_2 a.link img {
	margin-left: 5px;
}

div#content div.column1_2 div.yellow_holder_small p {
	margin: 10px;
	font-size: 11px;
}

div#content div.column1_2 div.yellow_holder_small h3.factsheets {
	background: url(../images/bg_factsheets.gif);
	width: 212px;
	height: 56px;
	text-indent: -900em;
}

div#content div.column1_2 div.yellow_holder_small h3.newsletters {
	background: url(../images/bg_newsletters.gif);
	width: 212px;
	height: 56px;
	text-indent: -900em;
}

div#content div.column1_2 div.yellow_holder_small h3.articles {
	background: url(../images/bg_articles.gif);
	width: 212px;
	height: 56px;
	text-indent: -900em;
}

div#content div.column1_2 div.yellow_holder_small a.link {
	background: url(../images/arrow2.gif) no-repeat right 5px;
	padding: 0 12px 0 0;
}

div#content div.column1_2 div.second {
	margin-right: 0;
	float: right;
}

div#content div.column1_2 p a, div#content div.column2_2 p a {
	color: #05468e;
	text-decoration: underline;
}

div#content div.column1_2 div.imagebox img {
	padding: 5px;
	border: 1px solid #C7C7C7;
	float: left;
	margin: 5px 10px 0 0;
}

div#content div.column1_2 div.imagebox p.style18 
{
	float: left;
	width: 100%;
	margin: 3px 0px 0px 0px;
	
}

div#content div.column1_2 div.imagebox p.style18 a
{
	background: none;
	color: #06478f;
	font-size: 12px!important;
	font-weight: normal;
	margin: 0px;
	padding:0px;	
	width:100%;
}

div#content div.column1_2 div.imagebox p.email_arrow 
{
	float: left;
	width: 100%;
	margin: 3px 0px 0px 0px;
	background: url(../images/blue_arrow.gif) no-repeat left 50%;
	padding-left:12px;
}

div#content div.column1_2 div.imagebox p.email_arrow a
{
	background: none;
	color: #06478f;
	font-size: 12px!important;
	font-weight: normal;
	margin: 0px;
	padding:0px;	
	width:100%;
}


div#content div.column1_2 div.img_holder {
	width: 108px;
	margin: 0 22px 10px 0;
	float: left;
}

div#content div.column1_2 img.our_people_small {
	padding: 2px;
	border: 1px solid #C7C7C7;
	float: left;
	height: 80px;
	margin: 5px 10px 0 0;
	width: 100px;
}

div#content div.column1_2 div.line {
	background:url(../images/bg_hori_seperator_big.jpg) top no-repeat;
	margin-top: 20px;
	padding-top: 20px;
	width: 100%;
}

div#content div.column1_2 div.line img {
	float: left;
	margin-right: 15px;
}

div#content div.column1_2 div.line2 {
	background:url(../images/bg_hori_seperator_big.jpg) top no-repeat;
	margin-top: 5px;
	padding-top: 10px;
}

div#content div.column1_2 p a.bulletLink {
	background: url(../images/blue_arrow.gif) no-repeat right 60%;
	padding: 0 15px 0 0;
}

div#content div.column1_2 p span.highlight {
	color: #05468e;
	font-weight: bold;
}

div#content div.column1_2 p span.title {
	display: block;
	float: left;
	font-weight: bold;
	width: 145px;
}

div#content div.column1_2 div.imagebox {
	float: left;
	margin: 0 12px 0px 0;
	width: 200px;
	overflow: hidden;
}

div#content div.column1_2 div.peopleData {
	float: left;
	width: 438px;
}
 
div#content div.column1_2 div.news_form {
	margin-top: 10px;
}

div#content div.column1_2 div.news_form select {
	border: 1px solid #7F9DB9;
	font-size: 12px;
	width: 98px;
	height: 20px;
	text-transform: uppercase;
	text-align: left;
	margin: 1px 15px 0 0;
	float: left;
}

div#content div.column1_2 div.news_form select option {
	text-align: left;
	text-transform: none;
}

div#content div.column1_2 div.news_form input.submit {
	float: left;
}

div#content div.column1_2 div.imagebox span.quote {
	background: #E5E5E5 url(../images/bg_quote.gif) 7px 7px no-repeat;
	width: 147px;
	float: left;
	display: block;
	font-size: 11px;
	height: 37px;
	padding: 8px 20px 10px 33px;
}

div#content div.column1_2 div.imagebox div.quote p {
	font-size: 1.0em;
	margin: 0;
}

div#content div.column1_2 div.imagebox div.contact p {
	margin: 0;
}


div#content div.column1_2 div.imagebox a.contact {
	background: url(../images/bg_contact.gif) no-repeat 0 0;
	width: 200px;
	display: block;
	margin: 6px 0 0 0;
	padding: 3px 5px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

div#content div.column1_2 div.imagebox2 {
	float: right;
	margin: 0 0 0 12px;
	width: 333px;
}

div#content div.column1_2 div.imagebox img, div#content div.column1_2 div.imagebox2 img {
	float: left;
}

div#content div.column1_2 div.imagebox p a {
	background: url(../images/blue_arrow.gif) #e5e5e5 no-repeat 5px 8px;
	color: #5b5b5b;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	padding: 5px 0 5px 22px;
	width: 178px;
}

div#content div.column1_2 div.imagebox2 a {
	background: url(../images/blue_arrow.gif) #e5e5e5 no-repeat 5px 8px;
	color: #5b5b5b;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	padding: 5px 0 5px 22px;
	width: 311px;
}


div#content div.column1_2 div.contactus_office div.leftcol {
	float: left;
	padding-top: 15px;
	width: 440px;
}

div#content div.column1_2 div.contactus_office div.leftcol img, div#content div.column1_2 div.contactus_office div.rightcol img {
	float: left;
	margin-bottom: 6px;
}


div#content div.column1_2 div.contactus_office div.rightcol {
	float: right;
	padding-top: 15px;
	width: 194px;
}

div#content div.column1_2 div.leftColumn {
	background: url(../images/vertical_seperator.gif) no-repeat right top;
	float: left;
	padding: 22px 22px 0 0;
	width: 328px;
}

div#content div.column1_2 div.leftColumn div.field {
	clear: both;
	margin-bottom: 10px;
	font-size: 1.2em;
	width: 328px;
}

div#content div.column1_2 div.leftColumn label {
	float: left;
	width: 85px;
}

div#content div.column1_2 div.leftColumn input {
	border: 1px solid #7f9db9;
	font-size: 1.1em;
	float: left;
	width: 238px;
}

div#content div.column1_2 div.leftColumn span.checkbox input, div#content div.column1_2 div.leftColumn input.checkbox {
	border: none;
	padding: 0;
	height: 15px;
	margin: 0 5px 0 0;
	width: 15px;
}

div#content div.column1_2 div.leftColumn input.submit_butn {
	border: none;
	float: right;
	width: 56px;
}

div#content div.column1_2 div.leftColumn select {
	border: 1px solid #7f9db9;
	font-size: 1.1em;
	float: left;
	width: 240px;
}

div#content div.column1_2 div.leftColumn textarea {
	border: 1px solid #7f9db9;
	font-size: 1.1em;
	float: left;
	width: 238px;
}

div#content div.column1_2 div.form {
	float: left;
	padding: 22px 22px 0 0;
	width: 328px;
}

div#content div.column1_2 div.form div.field {
	clear: both;
	margin-bottom: 10px;
	font-size: 1.2em;
	width: 328px;
}

div#content div.column1_2 div.form label {
	float: left;
	width: 120px;
}

div#content div.column1_2 div.form input {
	border: 1px solid #7f9db9;
	font-size: 1.1em;
	float: left;
	width: 144px;
}

div#content div.column1_2 div.form input.submit_butn {
	border: none;
	float: left;
	width: auto;
}

div#content div.column1_2 div.small {
	float: left;
	padding: 12px 5px 15px 0;
	width: 372px;
	background: url(../images/vertical_seperator_small.gif) right no-repeat;
	margin: 0 10px;
}

div#content div.column1_2 div.small div.field {
	clear: both;
	margin-bottom: 10px;
	font-size: 1.2em;
	width: 362px;
}

div#content div.column1_2 div.small label {
	float: left;
	width: 120px;
}

div#content div.column1_2 div.small input {
	border: 1px solid #7f9db9;
	font-size: 1.1em;
	float: left;
	width: 144px;
}

div#content div.column1_2 div.small input.submit_butn {
	border: none;
	float: right;
	width: auto;
}

div#content div.column1_2 div.small select {
	border: 1px solid #7f9db9;
	font-size: 1.1em;
	float: left;
	width: 147px;
}

div#content div.column1_2 p.contact {
	color: #05468E;
	font-weight: bold;
}

div#content div.column1_2 div.sidelink {

}

div#content div.column1_2 div.sidelink p {
	margin: 0;
}

div#content div.column1_2 h3.vacancylist_heading {
	background: url(../images/bg_hori_seperator_big.jpg) no-repeat bottom left;
	clear: both;
	padding: 10px 0 8px 0;
	width: 650px;
	margin-bottom: -10px;
}

div#content div.column1_2 a.sidelink {
	background: url(../images/arrow2.gif) no-repeat right 4px;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	padding: 0 15px 0 0;
	text-decoration: none;
	float: right;
	margin: -17px 0 0 0;
}

div#content div.column1_2 a.sidelink img {
	margin-left: 5px;
}

div#content div.column1_2 div.holder {
	width: 652px;
	background: #CEDAE7 url(../images/bg_blue_curve_big.jpg) bottom no-repeat;
	padding-bottom: 5px;
	margin: 15px 0;
	float: left;
	color: #2C2C2C;
	clear: both;
}

div#content div.column1_2 ul.default {
	list-style: disc;
	font-size: 12px;
}

div#content div.column1_2 div.no_buttons {
	margin-bottom: 40px;
}

div#content div.column1_2 div.buttons {
	margin-bottom: 10px;
	width: 100%;
	text-align: right;
}

div#content div.column1_2 div.holder p {
	margin: 5px 10px;
}

div#content div.column1_2 div.holder div.title {
	padding: 3px 10px;
	background: url(../images/bg_blue_header_big.gif);
	width: 632px;
	height: 16px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

div#content div.column1_2 div.holder div.title p {
	margin: 0;
	font-size: 1.0em;
}

div#content div.column1_2 div.rightColumn {
	float: left;
	padding: 22px 0 0 13px;
	width: 238px;
}

div#content div.column1_2 div.rightColumn h3 {
	color: #000;
}

div#content div.column1_2 div.rightColumn div.field {
	clear: both;
	margin-bottom: 10px;
	font-size: 1.2em;
	width: 283px;
}

div#content div.column1_2 div.rightColumn label {
	float: left;
	width: 85px;
}

div#content div.column1_2 div.rightColumn input {
	border: 1px solid #7f9db9;
	font-size: 1.1em;
	float: left;
	width: 190px;
}

div#content div.column1_2 div.rightColumn form {
	padding: 15px 0 0 0;
	float: left;
}

div#content div.column1_2 div.rightColumn input.submit_butn {
	border: none;
	float: right;
	width: 56px;
}

div#content div.column1_2 div.rightColumn select {
	border: 1px solid #7f9db9;
	font-size: 1.1em;
	float: left;
	width: 195px;
}

div#content div.column2_2 {
	float: right;
	width: 213px;
	margin:30px 0 0 0;
}

div#content div.column2_2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#content div.column2_2 ul li {
	background: url(../images/bg_hori_seperator.jpg) no-repeat bottom left;
	padding: 16px 0 14px 0;
}

div#content div.column2_2 ul li div.client_say {
	background: url(../images/bg_yellow_curve.jpg) #fdf8d9 no-repeat bottom left;
	padding-bottom: 12px;
	width: 212px;
}

div#content div.column2_2 ul li div.client_say h3 {
	background: url(../images/bg_yellow_header.gif) #f4d300 no-repeat 0 0;
	font-size: 1.1em;
	margin: 0 0 3px 0;
	padding: 4px 0 4px 12px;
}

div#content div.column2_2 ul li div.client_say p {
	font-family: "Trebuchet MS";
	padding: 0 12px;
	line-height: 1.3em;
	margin: 0;
}

div#content div.column2_2 ul li div.newsletter, div#content div.column2_2 ul li div.others {
	background: url(../images/bg_blue_curve.jpg) #cedae7 no-repeat bottom left;
	padding: 0 0 10px 0;
	width: 212px;
}

div#content div.column2_2 ul li div.factsheet {
	background: url(../images/bg_factsheet.gif) #cedae7 no-repeat bottom left;
	padding: 0 0 17px 0;
	width: 212px;
} 

div#content div.column2_2 ul li div.newsletter h3,
div#content div.column2_2 ul li div.factsheet h3,
div#content div.column2_2 ul li div.others h3 {
	background: url(../images/bg_blue_header.gif) #4e7aaa no-repeat 0 0;
	color: #fff;
	font-size: 1.1em;
	margin: 0;
	padding: 4px 0 4px 12px;
}

div#content div.column2_2 ul li div.newsletter p,
div#content div.column2_2 ul li div.factsheet p,
div#content div.column2_2 ul li div.others p {
	padding: 5px 10px;
	margin: 0;
}


div#content div.column2_2 ul li div.factsheet p a {
	background: url(../images/blue_arrow.gif) no-repeat right 93%;
	color: #000;
	float: left;
	padding: 20px 15px 0 90px;
	width: 90px;
	font-family: "Trebuchet MS";
	text-decoration: underline;
}

div#content div.column2_2 ul li div.newsletter p a, div#content div.column2_2 ul li div.others p a {
	background: url(../images/blue_arrow.gif) no-repeat right 75%;
	color: #000;
	padding: 0 15px 0 0;
	font-family: "Trebuchet MS";
	text-decoration: underline;
}

div#content div.column2_2 div.contactus_office_rhs {
	padding: 27px 0 0 16px;
}

div#content div.column2_2 div.contactus_office_rhs h3 {
	font-size: 1.4em;
	margin: 12px 0 15px 0;
	text-transform: uppercase;
}

div#content div.column2_2 div.contactus_office_rhs p {
	font-size: 1.2em;
	padding: 0;
	margin: 0;
}

div#content div.column2_2 div.contactus_office_rhs p a {
	background: url(../images/blue_arrow.gif) no-repeat 5px 8px #e5e5e5;
	color: #5b5b5b;
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	margin: 7px 0 15px 0;
	padding: 5px 0 5px 18px;
	width: 162px;
}

div#content div.column2_2 div.contactus_office_rhs div.seperator {
	background: url(../images/bg_hori_seperator.jpg) no-repeat center bottom;
	height: 1px;
	font-size: 1%;
	width: 180px;
}


/*********** Services *********/

div#content div.column1_2 div.searvices {
	float: left;
	margin:5px 5px 5px 5px;
	width: 141px;
	min-height:250px;
	display:block;
}

div#content div.column1_2 div.last_searvices {
	float: left;
	min-height:250px;
	margin:5px 5px 5px 5px;
	width: 141px;
	display:block;
}

div#content div.column1_2 div.searvices img, div#content div.column1_2 div.last_searvices img {
    float:left; }

div#content div.column1_2 div.searvices p, div#content div.column1_2 div.last_searvices p {
	margin: 0 0 10px 0;
}

div#content div.column1_2 div.searvices p a, div#content div.column1_2 div.last_searvices p a {
	background: url(../images/blue_arrow.gif) no-repeat 5px 10px #e5e5e5;
	color: #5b5b5b;
	font-size: 0.9em;
	font-weight: bold;
	padding: 5px 0 5px 18px;
	display: block;
		

}

div#content div.column1_2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/*********** /Services *********/

/*********** /Content ********/

table.maintable {
    float:left;
    width:100%;
    font-size:12px;
    margin-bottom:12px; }
    
table.maintable thead tr td {
    float:left;
    background-color:#7FA1C7;
    font-weight:bold;
    width:95%;
    padding: 5px 0 5px 7px; 
    background-image:none;}    

table.maintable tr td {
    float:left;
    padding: 5px 0 5px 22px;
    width:92%;
    background: url(../images/arrow_bullet.gif) no-repeat 7px 10px; }   

table.maintable tr.tableevenrows td {
    background-color:#DBE2EC; }  

table.maintable tr.tableindented td {
    padding-left: 35px;
    background: url(../images/arrow_bullet.gif) no-repeat 20px 10px; }   
 

table#menu1content, table#menu2content, table#menu3content, table#menu4content, table#menu5content, table#menu6content,  table#menu7content  {
	background-color:#07478f;
	height: auto;
	z-index: 2;
	width:180px;
}

#menu1content a, #menu2content a, #menu3content a, #menu4content a, #menu5content a, #menu6content a, #menu7content a {
	color: #fff;
	padding: 0 5px 0 0;
	font-size: 1.1em;
}

#menu1content a img, #menu2content a img, #menu3content a img, #menu4content a img, #menu5content a img, #menu6content a img, #menu7content a img {
	margin: 0 0 0 3px;
	padding: 4px 0 0 0;
	vertical-align: top;
}

table#menu1content td, table#menu2content td, table#menu3content td, table#menu4content td, table#menu5content td, table#menu6content td, table#menu7content td {
	padding: 3px 0 3px 14px;
	vertical-align: top;
}

/*********** Footer ************/

div#footer {
	background: url(../images/bg_footer.jpg) no-repeat 0 0;
	color: #63635d;
	padding: 18px 0 30px 0;
	width: 898px;
}

div#footer p {
	font-size: 1.0em;
	margin: 0;
}

div#footer p a {
	color: #63635d;
	text-decoration: underline;
}

div#footer p.floatleft {
	float: left;
}

div#footer p.floatright {
	float: right;
	padding-right: 20px;
}

/*********** /Footer ************/

.signup {
	background: url(../images/signup_enewspaper.jpg) no-repeat 0 0;
	color: #fff;
	font-size: 10px;
	display: block;
	font-weight: bold;
	padding: 4px 0 0 7px;
	height: 22px;
	width: 161px;
}

.factlist {
	background: url(../images/seeour_factsheet.jpg) no-repeat left 0;
	color: #000!important;
	font-size: 11px;
	font-weight: bold;
	float: right;
	padding: 4px 0 0 15px;
	margin: 0 0 0 20px;
	height: 22px;
	text-align: left;
	width: 146px;
}

/* Bulleted Lists*/
.bulletlist_blue { background: url(../images/blue_arrow.gif) no-repeat 0 3px; color: #06478F; font-size: 11px!important; font-weight: bold; padding: 0 0 0 17px;}
.bulletlist_blue_link { background: url(../images/blue_arrow.gif) no-repeat right 4px; color: #06478F; font-size: 11px!important; font-weight: bold; padding: 0 13px 0 0; text-decoration: underline}
.bulletlist_black { background: url(../images/arrow2.gif) no-repeat 0 3px; color: #333333; font-size: 11px!important; font-weight: bold; padding: 0 0 0 17px;}
.bulletlist_black_link { background: url(../images/arrow2.gif) no-repeat right 4px; color: #333333; font-size: 11px!important; font-weight: bold; padding: 0 13px 0 0; text-decoration: underline}
/* /Bulleted Lists*/

/* Numbered List */

.numbered_blue_small{ color: #06478F!important; font-size: 11px!important;}
.numbered_blue_bold{ color: #06478F!important; font-size: 11px!important; font-weight: bold;}
.numbered_blue_underlined{ color: #06478F!important; font-size: 11px!important; font-weight: bold; text-decoration: underline}
.numbered_blue_underlined a { color: #06478F!important; text-decoration: underline}
.numbered_black_bold{ color: #333333!important; font-size: 11px!important; font-weight: bold;}
.numbered_black_underlined{ color: #333333!important; font-size: 11px!important; font-weight: bold; text-decoration: underline}
.numbered_black_underlined a { color: #333333!important; text-decoration: underline}
.numbered_yellow_bold{ color: #F4D300!important; font-size: 11px!important; font-weight: bold;}
.numbered_yellow_underlined{ color: #F4D300!important; font-size: 11px!important; font-weight: bold; text-decoration: underline}
.numbered_yellow_underlined a{ color: #F4D300!important; text-decoration: underline}
/* /Numbered List */

/* Body Style */
.medium_bold { color: #000; font-size: 14px!important; font-weight: bold;}
.large_bold { color: #000; font-size: 16px!important; font-weight: bold;}
.small_blue { color: #06478f; font-size: 11px!important;}
.medium_blue { color: #06478f; font-size: 14px!important;}
.large_blue { color: #06478f; font-size: 16px!important;}
.small_blue_bold { color: #06478f; font-size: 11px!important; font-weight: bold;}
.medium_blue_bold { color: #06478f; font-size: 14px!important; font-weight: bold;}
.large_blue_bold { color: #06478f; font-size: 16px!important; font-weight: bold;}
.small_yellow { color: #f4d300; font-size: 12px!important;}
.medium_yellow { color: #f4d300; font-size: 14px!important;}
.large_yellow { color: #f4d300; font-size: 16px!important;}
.small_yellow_bold { color: #f4d300; font-size: 11px!important; font-weight: bold;}
.medium_yellow_bold { color: #f4d300; font-size: 14px!important; font-weight: bold;}
.large_yellow_bold { color: #f4d300; font-size: 16px!important; font-weight: bold;}
/* End of Body Style */


/* Link Style */
.black_link {color: #000000!important; font-weight: bold; text-decoration: underline; font-size: 12px;!important}
.black_link_arrow { background: url(../images/arrow2.gif) no-repeat right 4px; padding: 0 12px 0 0; color: #000000!important; font-weight: bold; text-decoration: underline; font-size: 12px;!important}
.blue_link {color: #06478f!important; font-weight: bold; text-decoration: underline; font-size: 12px;!important}
.blue_link_arrow { background: url(../images/arrow3.gif) no-repeat right 4px; padding: 0 12px 0 0;color: #06478f!important; font-weight: bold; text-decoration: underline; font-size: 12px;!important}
.yellow_link{color: #f4d300!important; font-weight: bold; text-decoration: underline; font-size: 12px;!important}
.yellow_link_arrow {background: url(../images/arrow4.gif) no-repeat right 5px; color: #f4d300!important; font-weight: bold;padding: 0 12px 0 0; text-decoration: underline; font-size: 12px;!important}
/* End of Link Style */


div#content div.wide a.blue_link_arrow {
	font-weight: normal;
}

/* Download Links */

.download_yellow{ background: url(../images/download1.gif) no-repeat 0 0; color: #000; display: block; font-size: 11px; font-weight: bold; padding: 3px 6px 0 6px; height: 32px; width: 149px; text-decoration: none!important;}
.download_blue{ background: url(../images/download2.gif) no-repeat 0 0; color: #fff!important;  display: block; font-size: 11px; font-weight: bold; padding: 3px 6px 0 6px; height: 32px; width: 149px; text-decoration: none!important;}
.download_pdf{ background: url(../images/pdf_icon.gif) no-repeat right 0; color: #000!important; font-size: 12px; font-weight: bold; padding: 2px 22px 5px 0; text-decoration: none!important;}
.download4_pdf_arrow{ background: url(../images/download3.gif) no-repeat 0 0; color: #000!important; font-size: 12px; display: block; font-weight: bold; padding: 2px 22px 0 12px; height: 17px; width: 85px; text-decoration: none!important}

/* Download Links */

.home_col3_btm_element {
    float:left;
    width:100%;
    padding: 3px 0 0 0; }

div#content .column1_2 h1 {
    font-size:15px !important; }
    
.colbtmelement {
    float:left;
    clear:both;
    margin: 10px 0 0 0; }    
