/*---- MAIN PAGE LAYOUT ----*/

/*MAIN LAYOUT ELEMENTS*/
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, sub, sup, tt, var,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}


body{
  	font-family:Arial, Helvetica, sans-serif;
	color: #787878;
	background-color: #7c7d7e;
	margin: 0px auto;
	padding: 0px;
}


/*Header Area*/
#main_header{
    width:100%;
	height: 150px;
	background-image:url(../images/head_bk.jpg); background-repeat:repeat-x;
}

#main_head_container{
	width:960px;
	height:150px;
	margin: 0px auto;
	/*border:1px solid #ccc;*/   
}

#top_head_container{
	margin: 0px auto;
	/*border:1px solid #ccc;*/   
}

#sub_header{
    width:100%;
	height: 50px;
	background-color: #e7e7e7;
}

#sub_head_container{
	padding:0px;
	margin-top: 90px;
	/*border:1px solid #ccc;*/   	
}

#breadcrumb{
    float:left;
    padding: 5px 10px 5px 10px;
	font-size: 70%;
	width: 480px;
	margin-bottom: 5px;
	border:1px solid #ccc;
}

#breadcrumb_wide{
    float:left;
    padding: 5px 10px 5px 10px;
	font-size: 70%;
	width: 713px;
	margin-bottom: 5px;
	border:1px solid #ccc;
}

#breadcrumb_wide_full{
    float:left;
    padding: 5px 10px 5px 10px;
	font-size: 70%;
	width: 930px;
	margin-bottom: 5px;
	border:1px solid #ccc;
}

#breadcrumb strong{
    font-family:"Times New Roman", Times, serif;
	font-style:italic;
}

#logo{
    float:left;
	margin-left: 0px;
	width:220px;
	height: 150px;
	/*border:1px solid #ccc;*/   
}

#head_search{
    float:right;
    width:220px;
	margin: 10px 0px;
}


.searchfield 
{
	border:1px solid #AEACAD;	
	padding:4px;
	height:15px;
	width:175px;
}

#h_search_bar { 
	float:left;
	font-size:80%;
	color:#cfcfcf;
	width:125px;
	height:21px;
	border:0px;
	background-image:url(../images/search_bk2.jpg); background-repeat:no-repeat;
	padding-left:25px;
	padding-right:10px;
	padding-top:5px;
	overflow:hidden;
}

#newsletter { 
	float:left;
	background-image:url(../images/footer_newsletter_bk.jpg); background-repeat:repeat-x;
	width:218px;
	height:28px;
	padding:0px;
	margin: 5px 0px 10px 10px;
	border:1px solid #CCCCCC;
	overflow:hidden;
}

#newsletter_bar { 
	font-size:80%;
	color:#666666;
	width:200px;
	height:21px;
	border:0px;
	background-image:url(../images/footer_newsletter_bk.jpg); background-repeat:repeat-x;
	padding-left:10px;
	padding-top:5px;
}

.newsletter_links{
    float:left; 
    width:200px;
	font-size:80%;
	color:#cfcfcf;
	margin: 0px 0px 10px 15px;
}

#head_box{
    float:right;
    width:700px;
	height:140px;
}
/*End Header Area*/

#banner_homepage{
    color: #787878;
	width:660px;
	margin: 0px auto;
	background-color:#ffffff;
}

#banner_generic{
    color: #787878;
	width:500px;
	background-color:#ffffff;
}

.banner_generic{
    color: #787878;
	width:500px;
	background-color:#ffffff;
}

.banner_generic_wide{
    color: #787878;
	background-color:#ffffff;
}

#main_page_content{
    padding: 20px 0px;
    float:left;
	width:100%;
	background-color: #ffffff;
}

#main_page_content_container{
    color: #787878;
	width:960px;
	margin: 0px auto;
	/*border:1px solid #ccc;*/   
}

/*generic page*/
#generic_page_content{
    padding: 20px 0px;
    float:left;
	width:100%;
	background-color: #ffffff;
}

#generic_page_content_container{
    color: #787878;
	width:960px;
	margin: 0px auto;
	/*border:1px solid #ccc;*/   
}

#generic_page_body_container{
    float:left;
    color: #787878;
	width:480px;
	margin: 0px auto;
	background-color:#ffffff;
	/*border:1px solid #ccc;*/  
}

#generic_page_body_container_wide{
    float:left;
    color: #787878;	
	margin: 0px auto;
	width:737px;
	background-color:#ffffff;
	/*border:1px solid #ccc;*/  
}

#generic_page_body_container_wide_full{
    float:left;
    color: #787878;	
	margin: 0px auto;
	width:950px;
	background-color:#ffffff;
	padding-left:0px;
	/*border:1px solid #ccc;*/  
}



#generic_body_info{
    color: #787878;
	width:500px;
	font-size:90%;
	margin:10px 0px 10px;
}

.generic_body_info{
    color: #787878;
	margin:10px 0px 10px;
}

#homepage_intro p a{
	font-size:120%;
	font-weight:normal;
}

.generic_page_tab a{
    float:left;
	padding:5px 10px 5px 10px;
	font-size:100%;
	background-color:#ffffff;
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	font-style:italic;
	margin: 0px 5px 5px 0px;
	border:1px solid #ccc;   
}

.generic_page_tab:hover a{
    color: #787878;
	background-color:#ccc; 
}

.list_title{
    color: #0397fe;
	font-family:"Times New Roman", Times, serif;
	font-size:130%;
	font-weight:bold;
	font-style:italic;
	border-bottom:1px solid #CCCCCC;
	padding-bottom: 5px;
	margin:10px 0px 10px;
}

#ctl00_MainContent_ctlArticleList_submit 
{
	font-size:100%;
	font-weight:bold;
	background:#0891e2;
	color:#ffffff;
}

#ctl00_MainContent_ctlArticleList_submit:hover
{
	background:#6D6D6F;
	color:#ffffff;
}


/*end generic page*/

#partner_page_logo{
	float:left;
	width:80px;
	border:1px solid #CCCCCC;
	padding: 8px;
	margin:0px 10px 10px 0px;
}

.partner_page_logo{
	float:left;
	width:80px;
	border:1px solid #CCCCCC;
	padding: 8px;
	margin:0px 10px 10px 0px;
}


/*homepage*/
#home_page_body_container{
    float:left;
    color: #787878;
	width:660px;
	margin: 0px auto;
	background-color:#ffffff;
	/*border:1px solid #ccc;*/  
}

#homepage_intro{
    color: #787878;
	width:660px;
	font-size:90%;
	margin:10px 0px 10px;
}

.homepage_link_box{
	float: left;
	width:660px;
}

#homepage_intro h1{
    color: #0397fe;
	font-family:"Times New Roman", Times, serif;
	font-size:130%;
	font-weight:bold;
	font-style:italic;
	border-bottom:1px solid #CCCCCC;
	padding-bottom: 5px;
	margin:10px 0px 10px;
}

#homepage_intro h1 p{
    color: #0397fe;
}

#homepage_intro p{
    color: #787878;
	font-size:100%;
	margin:10px 0px 10px;
}

#homepage_title p{
    color: #0397fe;
	font-family:"Times New Roman", Times, serif;
	font-size:140%;
	font-weight:bold;
	font-style:italic;
	border-bottom:1px solid #CCCCCC;
	padding-bottom: 5px;
	margin:10px 0px 10px;
}

.homepage_feature{
    float:left;
    color: #787878;
	width:206px;
	font-size:100%;
	margin:10px 21px 10px 0px;
	/*border: 1px solid #ccc;*/
}

.homepage_feature_2{
    float:right;
    color: #787878;
	width:206px;
	font-size:100%;
	margin:10px 0px 10px 0px;
	/*border: 1px solid #ccc;*/
}

.homepage_feature .homepage_feature_2, h2{
    color: #0397fe;
	font-family:"Times New Roman", Times, serif;
	font-size:100%;
	font-weight:bold;
	font-style:italic;
	border-bottom:1px solid #CCCCCC;
	padding-bottom: 5px;
	margin:10px 0px 10px;
}

.homepage_feature .homepage_feature_2, p{
    color: #787878;
	font-size:80%;
	margin:10px 0px 10px;
}

.homepage_feature .homepage_feature_2, a{
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	font-size:80%;
	/*word-spacing: 0pt;
	line-height: 0;
	letter-spacing: 0pt;*/
	margin:10px 0px 10px;
}

a.careerslearnmore{
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	font-size:80%;
	/*word-spacing: 0pt;
	line-height: 0;
	letter-spacing: 0pt;*/
	margin:10px 0px 10px;
}

/*end homepage*/

.customers_desc h1{
	margin: 0px 0px 0px 0px;
	font-size: 120%;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	color: #0397fe;
	padding-bottom:5px;
	border-bottom:0px solid #fff;
}

.customers_desc p{
	width:100%;
	padding:0px;
	margin: 0px 0px 5px 0px;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
	color: #858585;
}

.customers_desc a{
	width:380px;
	padding:0px;
	margin: 10px 0px 5px 0px;
	float:right;
	text-align:right;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
}

.customers_desc img{
	float:left;
	padding: 10px; 
	margin: 0px 10px 10px 0px;
	width:100px;
}
/*right hand*/
#home_page_rightpanel_container{
    float:right;
    color: #787878;
	width:280px;
	margin: 0px auto;
	/*border:1px solid #ccc;*/   
}

#generic_page_rightpanel_container{
    float:right;
    color: #787878;
	width:220px;
	/*border: 1px solid #cccccc;*/
	margin: 0px auto;
	/*border:1px solid #ccc;*/   
}

#tabs1 
{
	float:left;
}
#tabs2 
{
	float:left;
}
#tabs3
{
	float:left;
}

.rgh_download_bx{
    width:220px;
	/*padding:0px 10px 0px 10px;*/
	margin: 0px 0px 10px;
	font-family:"Times New Roman", Times, serif;
}

.rgh_download_bx h2{
	margin: 0px 0px 0px 0px;
	font-size: 120%;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	color: #787878;
	padding-top:5px;
	padding-bottom:5px;
	border-top:4px solid #787878;
	border-bottom:1px solid #cccccc;
}

.rgh_download_bx img{
	float:left;
	width: 32px;
	height:32px;
	margin-right:10px;
	font-size: 90%;
}

.rgh_download_bx td
{
	padding:5px;
	border-bottom:1px solid #cccccc;
}

.rgh_download_bx a{
	width: 160px;
	float:right;
	margin: 0px;
	padding:0px;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
}

.rgh_download_bx  ul {
    margin: 5px 0px 15px;
    padding: 0;
    position:relative;
    list-style:none;
}

.rgh_download_bx li {
	float:left;
	margin-bottom: 5px;
	font-weight:normal;
    padding: 0px 0px 5px 10px;
	border-bottom: 1px solid #ccc;
}

.rgh_generic_bx{
    width:220px;
	/*padding:0px 10px 0px 10px;*/
	margin: 0px 0px 10px;
	font-family:"Times New Roman", Times, serif;
}

.rgh_generic_bx h2{
	margin: 0px 0px 0px 0px;
	font-size: 120%;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	color: #0397fe;
	padding-top:5px;
	padding-bottom:5px;
	border-top:4px solid #0397fe;
	border-bottom:1px solid #cccccc;
}

.rgh_generic_bx strong{
	color: #0397fe;
	font-size:120%;
}

.rgh_generic_bx h3{
	margin: 0px 0px 0px;
	padding:0px;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	color: #465961;
}

.rgh_generic_bx a{
	margin: 0px;
	padding:0px;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
	color: #465961;
	
}

.rgh_generic_bx  ul {
    margin: 5px 0px 15px;
    padding: 0;
    position:relative;
    list-style:none;
}

.rgh_generic_bx li {
	margin-bottom: 5px;
	font-weight:normal;
    padding: 0px 0px 5px 10px;
	border-bottom: 1px solid #ccc;
	display:block;
}

#rgh_latest_news_bx{
    width:280px;
	margin: 10px 0px;
	font-family:"Times New Roman", Times, serif;
	
}

#rgh_latest_news_bx h2{
	margin: 20px 0px 0px 0px;
	font-size: 120%;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	color: #0397fe;
	padding-bottom:5px;
	border-bottom:1px solid #cccccc;
}

#rgh_latest_news_bx strong{
	color: #0397fe;
	font-size:120%;
}

#rgh_latest_news_bx h3{
	margin: 0px 0px 0px;
	padding:0px;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	color: #465961;
}

#rgh_latest_news_bx a{
	margin: 0px;
	padding:0px;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
	color: #465961;
}

#rgh_latest_news_bx  ul {
    margin: 5px 0px 15px;
    padding: 0;
    position:relative;
    list-style:none;
}

#rgh_latest_news_bx li {
	margin-bottom: 10px;
	font-weight:normal;
    padding: 0px 0px 5px 10px;
    background-color:#ffffff;
	border-bottom: 1px solid #ccc;
}

#rgh_testimonials_bx{
    width:280px;
	margin: 10px 0px;
}

.rgh_testimonials{
    width:258px;
	height: 200px;
	padding: 10px 10px 20px 10px;
	margin: 10px 0px;
	border:1px solid #cccccc;
}

.rgh_testimonials h3{
	margin: 0px 0px 0px;
	padding:0px;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	color: #465961;
}

#rgh_testimonials_bx h2{
	margin: 25px 0px 0px 0px;
	font-size: 120%;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	color: #0397fe;
	padding-bottom:5px;
	border-bottom:0px solid #fff;
}


.rgh_testimonials h5{
    display:block;
	width:258px;
	padding-bottom:20px;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	color: #465961;
}

.rgh_testimonials p{
	width:168px;
	padding:0px;
	margin: 0px 0px 5px 0px;
	float:right;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
	color: #858585;
}

.rgh_testimonials a{
	width:168px;
	padding:0px;
	margin: 10px 0px 5px 0px;
	float:right;
	text-align:right;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
}

.rgh_testimonials img{
	float:left;
	width:80px;
}

#rgh_newsletter_bx{
    width:280px;
	height:103px;
	margin: 0px 0px;
	background-image:url(../images/rgh_newsletter_bk.jpg);
	overflow:hidden;
}

#rgh_newsletter_bx h4{
    color: #ffffff;
	float:left;
    font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 100%;
	margin: 10px 0px 5px 10px;
}

#rgh_newsletter { 
	float:left;
	background-image:url(../images/rgh_newsletter_input.jpg);
	width:218px;
	height:22px;
	margin: 5px 0px 10px 10px;
	border:1px solid #CCCCCC;
}

#rgh_newsletter_bx a{ 
    font-family: Arial, Helvetica, sans-serif;
    color:#ffffff;
	font-weight:normal;
}

#rgh_newsletter_bar { 
	font-size:80%;
	color:#666666;
	width:195px;
	height:16px;
	border:0px;
	background-image:url(../images/rgh_newsletter_input.jpg); background-repeat:repeat-x;
	padding-left:10px;
	padding-top:2px;
}

.rgh_newsletter_bar { 
	font-size:80%;
	color:#666666;
	width:195px;
	height:16px;
	border:0px;
	background-image:url(../images/rgh_newsletter_input.jpg); background-repeat:repeat-x;
	padding-left:10px;
	padding-top:2px;
}


.rgh_newsletter_links{
    float:left; 
    width:200px;
	font-size:90%;
	color:#ffffff;
	margin: 0px 0px 10px 15px;
}

/*end right hand*/

/*left hand*/
#generic_page_leftpanel_container{
    float:left;
    color: #787878;
	width:220px;
	/*border: 1px solid #cccccc;*/
	margin: 0px 20px 0px;
	padding: 0px 0px 20px;
	border:1px solid #ccc;  
}

#lgh_generic_bx_con{
    float:left;
    width:198px;
	padding:0px 0px 40px;
	margin: 0px 20px 0px 0px;
	border:1px solid #ccc;
	
}

.lgh_generic_bx{
    width:180px;
	padding:0px 10px 0px 10px;
	margin: 0px 0px 0px;
	
}

.lgh_generic_bx h2{
	margin: 0px 0px 0px 0px;
	font-size: 120%;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	color: #0397fe;
	padding-top:5px;
	padding-bottom:5px;
	border-right:4px solid #0397fe;
	border-bottom:0px;
}

.lgh_generic_bx strong{
	color: #0397fe;
	font-size:150%;
}

.lgh_generic_bx h3{
	margin: 0px 0px 0px;
	padding:0px;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	color: #465961;
}

.lgh_generic_bx_menu{
	margin: 0px 0px 0px 0px;
	padding:0px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	margin: 5px 0px 5px;
	border-bottom:1px solid #cccccc;
}

.lgh_generic_bx_menu a{
	font-size: 90%;
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
}

.lgh_generic_bx_menu2 a{
	padding:0px;
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
}


.lgh_generic_bx_menu1
{
	background-image:url(/assets/images/nav_green_bullet.gif);
	background-repeat:no-repeat;
	padding:10px 15px 5px;
	padding-left:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	margin: 0px;
	border-top:1px solid #cccccc;
}

.lgh_generic_bx_menu2
{
	background-image:url(/assets/images/nav_bullet_small.gif);
	background-repeat:no-repeat;	
	padding-left:35px;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	margin-bottom: 8px;
}

.lgh_generic_bx_menu3{
	padding:0px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	margin: 5px 0px 5px;
}

.lgh_generic_red_bx_menu1
{
	background-image:url(/assets/images/nav_red_bullet.gif);
	background-repeat:no-repeat;
	padding:10px 15px 5px;
	padding-left:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	margin: 0px;
	border-top:1px solid #cccccc;
}

.lgh_generic_red_bx_menu2
{
	background-image:url(/assets/images/nav_bullet_small.gif);
	background-repeat:no-repeat;	
	padding-left:35px;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	margin-bottom: 8px;
}

.lgh_generic_red_bx_menu3{
	padding:0px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	margin: 5px 0px 5px;
}

.lgh_generic_blue_bx_menu1
{
	background-image:url(/assets/images/nav_blue_bullet.gif);
	background-repeat:no-repeat;
	padding:10px 15px 5px;
	padding-left:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	margin: 0px;
	border-top:1px solid #cccccc;
}

.lgh_generic_blue_bx_menu2
{
	background-image:url(/assets/images/nav_bullet_small.gif);
	background-repeat:no-repeat;	
	padding-left:35px;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	margin-bottom: 8px;
}

.lgh_generic_blue_bx_menu3{
	padding:0px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	margin: 5px 0px 5px;
}

.lgh_generic_yellow_bx_menu1
{
	background-image:url(/assets/images/nav_yellow_bullet.gif);
	background-repeat:no-repeat;
	padding:10px 15px 5px;
	padding-left:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	margin: 0px;
	border-top:1px solid #cccccc;
}

.lgh_generic_yellow_bx_menu2
{
	background-image:url(/assets/images/nav_bullet_small.gif);
	background-repeat:no-repeat;	
	padding-left:35px;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	margin-bottom: 8px;
}

.lgh_generic_yellow_bx_menu3{
	padding:0px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	margin: 5px 0px 5px;
}



.lgh_generic_purple_bx_menu1
{
	background-image:url(/assets/images/nav_purple_bullet.gif);
	background-repeat:no-repeat;
	padding:10px 15px 5px;
	padding-left:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	margin: 0px;
	border-top:1px solid #cccccc;
}

.lgh_generic_purple_bx_menu2
{
	background-image:url(/assets/images/nav_bullet_small.gif);
	background-repeat:no-repeat;	
	padding-left:35px;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	margin-bottom: 8px;
}

.lgh_generic_purple_bx_menu3{
	padding:0px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	margin: 5px 0px 5px;
}



.lgh_generic_brown_bx_menu1
{
	background-image:url(/assets/images/nav_brown_bullet.gif);
	background-repeat:no-repeat;
	padding:10px 15px 5px;
	padding-left:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	margin: 0px;
	border-top:1px solid #cccccc;
}

.lgh_generic_brown_bx_menu2
{
	background-image:url(/assets/images/nav_bullet_small.gif);
	background-repeat:no-repeat;	
	padding-left:35px;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	margin-bottom: 8px;
}

.lgh_generic_brown_bx_menu3{
	padding:0px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	margin: 5px 0px 5px;
}



strong.solutions{
    color:#a7d224;
}

h2.solutionsh2{
   color:#a7d224;
   border-right:4px solid #a7d224;
}

strong.customers{
    color:#c70edd;
}

h2.customersh2{
   color:#c70edd;
   border-right:4px solid #c70edd;
}

strong.support{
    color:#e8d608;
}

h2.supporth2{
   color:#e8d608;
   border-right:4px solid #e8d608;
}

strong.partners{
    color:#755a13;
}

h2.partnersh2{
   color:#755a13;
   border-right:4px solid #755a13;
}

strong.services{
    color:#d3471c;
}

h2.servicesh2{
   color:#d3471c;
   border-right:4px solid #d3471c;
}
/*end left hand*/

.submit_btn { 
    float:left;
	margin:7px 0px 0px 5px;
	width:28px;
	height:28px;
}

.search_submit_btn { 
      float:left;
	margin:0px 0px 0px 5px;
	width:28px;
	height:28px;
	overflow:hidden;
}

#h_search submit{ 
    float:left;
	margin:0px 0px 0px 0px;
	width:28px;
	height:26px;
	background-image:url(../images/submit_icon2.jpg); background-repeat:no-repeat;
	background-position: 0px 0px;
	overflow:hidden;
}

#h_search submit:hover { 
    background-position: 0px -26px;
	cursor:pointer;
}

hr 
{
	color:#ffffff;
	border-bottom:1px solid #EBEBEB;	
}

.search_keyword 
{
	color:#0397fe;	
}

.search_count 
{
	color:#0397fe;	
}

/*Stuff Footer*/
#block{
    width:100%;
	background-color: #ffffff;
}

#block_container{
    color: #cfcfcf;
	width:960px;
	margin: 0px auto;
	/*border:1px solid #ccc;*/   
}

img.block{
    margin: 0px 0px 0px 857px;
	padding:0px;
}

#footer{
    width:100%;
	min-height:369px;
	background-color: #7c7d7e;
	background-image:url(../images/footer_bk.jpg); background-repeat:repeat-x;
}

#footer_container{
    color: #cfcfcf;
	width:960px;
	margin: 0px auto;
	/*border:1px solid #ccc;*/   
}

#footer_container a{
    font-size:100%;
    font-family: Arial, Helvetica, sans-serif;
	color: #cfcfcf;
	font-weight:normal;
	/*border:1px solid #ccc;*/   
}

#footer_container h3{
    color: #f9f9f9;
	font-size:90%;
	font-family:"Times New Roman", Times, serif;
	border-bottom:1px solid #CCCCCC;
	padding-bottom: 5px;
}

#footer_features{
    float:left;
	width:280px;
	margin:10px 0px;
}

#footer_contact{
    float:left;
	width:206px;
	margin:10px 15px 10px 0px;
}

#footer_contact strong{
	font-family:"Times New Roman", Times, serif;
}

.footer_contact{
    float:left;
	width:206px;
	height:140px;
}

#footer_accreditation{
    float:left;
	width:206px;
	margin:10px 21px 10px 0px;
}

#footer_navigation{
    float:left;
	width:206px;
	margin:10px 21px 10px 0px;
}

.footer_navigation1{
    float:left;
	width:106px;
	height:140px;
}

.footer_navigation2{
    float:right;
	width:100px;
	height:140px;	
}

.footer_navigation3{
    float:left;
	width:206px;	
}

#footer_container  ul {
    font-weight: normal;
    margin: 5px 0px 15px;
    padding: 0;
    position:relative;
    list-style:none;
}

#footer_container li {
    font-family: Arial, Helvetica, sans-serif;
	font-size:75%;
	color: #cfcfcf;
	font-weight:normal;
    background: transparent;
    color: inherit;
    border: 0px solid #fff;
    margin-right: 0px;
}

#footer_search{
    float:left;
    width:280px;
    margin: 10px 0px 0px 0px;
    padding:0px;
    overflow:hidden;
}

#f_search { 
	float:left;
	background-image:url(../images/search_bk.jpg);
	background-repeat:no-repeat;
	width:280px;
	height:28px;
    margin:0px;
    padding: 0px;
	overflow:hidden;
}

#f_search_bar { 
	font-size:80%;
	color:#cfcfcf;
	width:187px;
	height:21px;
	border:0px;
	/*background-image:url(../images/search_bk.jpg);*/
background-color: transparent;
	padding-left:35px;
	padding-right:10px;
	padding-top:7px;
	overflow:hidden;
}



#footer_newsletter{
    width:280px;
	height:103px;
	margin: 10px 0px;
	background-image:url(../images/footer_search_bk.gif);
	overflow:hidden;
}

#footer_newsletter h4{
    float:left;
    font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 90%;
	padding:0px;
	margin: 10px 0px 5px 10px;
}

#footer_logo{
    color:#f9f9f9;
	float:right;
    width:300px;
	height:45px;
	margin-bottom:20px;
}

#footer_strapline{
    color:#f9f9f9;
	font-size:100%;
    font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
	font-variant:small-caps;
	float:left;
    width:300px;
	margin-bottom:20px;
}

#footer_strapline strong{
    color:#cfcfcf;
	font-size:80%;
    font-family: Arial, Helvetica, sans-serif;
	font-variant:normal;
	font-weight:normal;
	float:left;
}

#footer_notes{
    float:left;
    width:960px;
	margin: 10px 0px;
	border-top:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
}

#footer_notes p{
    color:#cfcfcf;
    float:right;
	font-size:75%;
	margin: 10px 0px;
	padding: 5px 0px 5px;
}

#footer_icons{
    float:left;
    width:280px;
	height:28px;
	margin: 0px 0px;
	padding:0px;
}

a#footer_colleague{
    float:left;
	background-image:url(../images/footer_colleague.gif);
	width:37px;
	height:28px;
	background-position:0px 0px;
}

a#footer_colleague:hover{
	background-position:0px -28px;
	cursor:pointer;
}

a.footer_fav{
    float:left;
	background-image:url(../images/footer_fav.gif);
	width:37px;
	height:28px;
	margin-left:10px;
	background-position:0px 0px;
}

a.footer_fav:hover{
	background-position:0px -28px;
	cursor:pointer;
}

a.footer_print{
    float:left;
	background-image:url(../images/footer_printer.gif);
	width:37px;
	height:28px;
	margin-left:10px;
	background-position:0px 0px;
}

a.footer_print:hover{
	background-position:0px -28px;
	cursor:pointer;
}

#footer_search input.searchfield 
{
	background-color:Transparent;
	color:#ffffff;
	width:160px;
	padding-left:35px;
	border:0px;
}

#footer_search #ctl00_SiteSearch1_SearchButton 
{
	margin-top:1px;
	margin-left:35px;
}


/* end Stuff Footer*/

#sub_menu {
     float:left;
	 margin: 10px;
	 width: 320px;
	 background-color:#e6e6e6;
	 font-family: Arial, Helvetica, sans-serif;
}

/*GENERIC FORM FIELDS:*/

.gf_wrapper{
	font-size: 70%;
	float:left;
	clear:left;
	margin-bottom:1em;
	padding:3px;
	border:1px solid #fff;
	font-weight:bold;
	/*border:1px solid #000;*/
	width:700px;
} 

.gf_wrapper:hover{
	border:1px solid #dddddd;
	background:#fafafa;
}

.__ai_gf_Text_Input_Field, .__ai_gf_Email_Address, .__ai_gf_Selection_List, .__ai_gf_Multi_Selection_List, .__ai_gf_ISO_Country_List{
	width:200px;
	font-size: 100%; 
	color: #666666; 
	background-color: #ffffff;
	border: 2px solid;
	border-top-color:#929292;
	border-left-color:#929292;
	border-right-color:#e5e5e5;
	border-bottom-color:#e5e5e5;
	float:left;
	clear:left;
}

.__ai_gf_Fieldname{
	float:left;
	font-size:100%;
	font-size:1em;
	font-weight:bold;
}

.__ai_gf_NoteText { 
	font-size:80%;
	clear:left;
}

.__ai_gf_Text_Area { 
	float:left;
	width:200px;
	height:60px;
}

.__ai_gf_Multi_Checkbox, .__ai_gf_CheckBox { 
	float:left;

}

.__ai_gf_submit{
	clear:left;
	float:left;
	font-size:100%;
	font-weight:bold;
	background:#1d73ab;
	color:#ffffff;
}

.__ai_gf_submit:hover {
	background:#ffffff;
	color:#1d73ab;
}

.__ai_gf_mand{
	color:#1d73ab;
	font-weight:bold;
	width:10px;
}

.__ai_gf_validation { 
	font-size: 100%;
	color:#ffcc00;
	float:left;
}

/*END GENERIC FORM FIELDS:*/

#form{
	padding:20px;
}

p.form{
	margin-bottom:30px;
	padding-bottom:10px;
	border-bottom: 1px solid #ccc;
}

#form strong{
	color:#0397fe;
}

.elem_wrapper submit{
	color:#0397fe;
	cursor:pointer;
}


.elem_desc{
	font-size:90%;
	float:left;
	width:150px;
	font-weight:bold;
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
	color:#0397fe;
}

#email, #forename{
	width:200px;
	color:#787878;
}

.elem_wrapper{
	margin:10px 0px 10px 0px;
}

.elem_wrapper2{
	float:left;
	width:380px;
	margin:5px 0px 10px 0px;
    padding-top:10px;
	border-top: 1px solid #ccc;
}

span.mandatory{
	color:#787878;
}

#enquiry{
	width:200px;
}


/*---------------News elements-----------------------*/

#news_page_list{
    float:left;
    color: #787878;
	width:350px;
	margin: 20px 10px 0px 0px;
	background-color:#ffffff;
	/*border:1px solid #ccc;*/  
}

#events_page_list{
    float:right;
    color: #787878;
	width:350px;
	margin:20px 0px 0px 0px;
	background-color:#ffffff;
	/*border:1px solid #ccc;*/  
}

.newspage_box
{
	width:350px;
	float:left;
	margin:10px 0px 10px;
}

.newspage_box h1{
    color: #8eacc1;
	font-family:"Times New Roman", Times, serif;
	font-size:110%;
	font-weight:bold;
	font-style:italic;
	border-top:3px solid #8eacc1;
	border-bottom:1px solid #CCCCCC;
	padding-bottom: 5px;
	padding-top: 5px;
}

.newspage_box h2{
    color: #8eacc1;
	font-family:"Times New Roman", Times, serif;
	font-size:90%;
	font-weight:bold;
	font-style:italic;
	border-bottom:0px solid #CCCCCC;
	padding-bottom: 5px;
	margin: 0px;
}

.newspage_box div 
{
	min-height:70px;
}

.newspage_box p{
	font-family:Arial, Helvetica, sans-serif;
    color: #787878;
	font-size:80%;
	padding: 0px;
	margin:0px 0px 5px;
}

.newspage_box a{
    float:right;
	font-size:80%;
	font-style:italic;
	padding: 0px;
	margin:10px 0px 5px;
}

.newspage_box a:link, .newspage_box a:visited {color: #8eacc1;  text-decoration: none;}
.newspage_box a:active, .newspage_box a:hover {color: #787878;  text-decoration: none;}

.eventspage_box {
    float:left;
	margin:10px 0px 10px;
}

.eventspage_box h1{
    color: #4f91bf;
	font-family:"Times New Roman", Times, serif;
	font-size:110%;
	font-weight:bold;
	font-style:italic;
	border-top:3px solid #4f91bf;
	border-bottom:1px solid #CCCCCC;
	padding-bottom: 5px;
	padding-top: 5px;
}

.eventspage_box h2{
    color: #4f91bf;
	font-family:"Times New Roman", Times, serif;
	font-size:90%;
	font-weight:bold;
	font-style:italic;
	border-bottom:0px solid #CCCCCC;
	padding-bottom: 5px;
	margin: 0px;
}

.eventspage_box div 
{
	min-height:70px;
	width:350px;
}

.eventspage_box p{
	font-family:Arial, Helvetica, sans-serif;
    color: #787878;
	font-size:80%;
	padding: 0px;
	margin:0px 0px 5px;
}

.eventspage_box a{
	float:right;
	font-size:80%;
	font-style:italic;
	padding: 0px;
	margin:10px 0px 5px;
	overflow:hidden;
}

.eventspage_box a:link, .eventspage_box a:visited {color: #4f91bf;  text-decoration: none;}
.eventspage_box a:active, .eventspage_box a:hover {color: #787878;  text-decoration: none;}

.download_table{
	float:left;
	width:720px;
	margin-top:20px;
}

.download_table h1{
    color: #0397fe;
	font-family:"Times New Roman", Times, serif;
	font-size:110%;
	font-weight:bold;
	font-style:italic;
	border-top:3px solid #0397fe;
	padding-top: 10px;
	margin-top:5px;
	margin-bottom:10px;
	border-bottom:0px;
}

tr.grey1{
	background-color:#ffffff;
}

tr.grey1:hover{
	background-color:#F5F5F5;
}

tr.dload_cat 
{
	background-color:#F7F7F7;
	color:#626262;	
}

.download_table td{
	padding: 5px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	font-size:90%;	
}

.download_table p{
	padding: 0px;
	margin: 0px;
	font-weight:normal;
	font-style:normal;
	font-size:100%;
}

.download_table a{
	font-family:Arial;
	font-size:100%;	
}

.download_table table{
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;	
}


#list_expand_btn td{
	padding: 5px;
	border: 1px solid #cccccc;
	font-size:90%;	
}

#list_expand_btn a{
	font-family:Arial;
	font-size:95%;	
}


.client_list_item_left h2, .client_list_item_right h2 
{
    color: #8eacc1;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
	font-size:120%;
	border-top:3px solid #CCCCCC;	
	border-bottom:1px solid #CCCCCC;
	padding-bottom: 5px;
	padding-top: 5px;	
	margin: 0px;
	margin-bottom:10px;
}

.client_list_item_left p, .client_list_item_right p 
{
	margin: 0px;
	padding: 0px;	
}


.client_list_item_left 
{
	float:left; 
	width:350px;	
	margin-bottom:40px;
	clear:left;
}

.client_list_item_right 
{
	float:left; 
	width:350px;
	margin-left:30px; 
	margin-bottom:40px;			
}


#casestudiespage  h1
{
	margin-top:0px;
}

.career_heading 
{
	color:#00AEFF;
	font-weight:bold;
	font-size:90%;
}

.career_details 
{
	font-size:90%;
	color:#787878;
}

.careersloop h2{
    color: #8eacc1;
	font-family:"Times New Roman", Times, serif;
	font-size:100%;
	font-weight:bold;
	font-style:italic;
	border-top:3px solid #8eacc1;
	border-bottom:1px solid #CCCCCC;
	padding-bottom: 5px;
	padding-top: 5px;
}

.sitemap_table td 
{
	background-color:#F3F3F3;
	padding:5px;
	text-align:center;
	border:1px solid #E5E5E5;	
}

.sitemap_table td.nobackground
{
	background-color:#FFFFFF;
	padding:0px;
	text-align:center;
	border:0px;
}

.sitemap_table td.nobackground:hover
{
	background-color:#FFFFFF;
}

.sitemap_table td:hover 
{
	background-color:#EAF6FF;
}

.sitemap_table td.subpage
{
	background-color:#ffffff;
	border:0px;
	padding:5px;
	text-align:center;
}

.sitemap_table td.subpage:hover
{
	background-color:#F1F8FD;
}


/*GENERIC FORM FIELDS:*/

label.contact-form-heading
{
	float:left;
	font-size:80%;
	font-weight:bold;
	color: #666666;
}

input.contact-form_input_field
{
	margin-top: 3px;
	width:200px;
	font-size: 80%; 
	padding: 5px;
	color: #666666; 
	font-weight:normal;
	border: 1px solid #9f9fa0;
	background-color: #E8E8E8;
	float:left;
	clear:both;
}

input.contact-form_input_field:hover
{
background-color: #BBDCF2;
}

.contact-form_submit{
	clear:left;
	float:left;
	font-size:80%;
	padding: 5px;
	font-weight:bold;
	background:#0397fe;
	color:#ffffff;
	border: 1px solid #0397fe;
	cursor:pointer;
}

.contact-form_submit:hover {
	background:#ffffff;
	color:#0397fe;
	border: 1px solid #0397fe;
	cursor:pointer;
}

.gf_wrapper{
	font-size: 80%;
	float:left;
	clear:left;
	margin-bottom:1em;
	padding:3px;
	/*border:1px solid #fafafa;*/
	font-weight:bold;
	width:550px;
} 

.__ai_gf_Text_Input_Field, .__ai_gf_Email_Address, .__ai_gf_Selection_List, .__ai_gf_Multi_Selection_List, .__ai_gf_ISO_Country_List{
	width:200px;
	font-size: 100%; 
	color: #666666; 
	font-weight:normal;
	border: 1px solid #9f9fa0;
	background-color: #E8E8E8;
	float:left;
	clear:left;
}

.__ai_gf_Text_Input_Field:hover, .__ai_gf_Email_Address:hover {
	background-color: #BBDCF2;
}

.__ai_gf_Fieldname{
	float:left;
	font-size:100%;
	font-weight:bold;
	color: #666666;
}

.__ai_gf_NoteText { 
	font-size:80%;
	clear:left;
}

.__ai_gf_Text_Area { 
	float:left;
	width:200px;
	height:60px;
}

.__ai_gf_Multi_Checkbox {
	float:left;
}

.__ai_gf_CheckBox input { 
	float:left;
	width:20px;
}

.__ai_gf_submit{
	clear:left;
	float:left;
	font-size:100%;
	font-weight:bold;
	background-color:#0891E2;
	color:#ffffff;
	width:82px;
	border: 0px;
}

.__ai_gf_submit:hover{
	background-color:#6D6D6F;
	color:#ffffff;
	cursor:pointer;
}

.__ai_gf_mand{
	color:#118FE6;
	font-weight:bold;
	width:10px;
}

.__ai_gf_validation { 
	font-size: 100%;
	color:#118FE6;
	float:left;
}

/*END GENERIC FORM FIELDS:*/


/*AI2 VACANCY APPLICATION CLASSES*/

.sct_vacancyApplication_row{
	font-size: 80%;
	float:left;
	clear:left;
	margin-bottom:0.5em;
	padding:3px;
	border:1px solid #ffffff;
	width:500px;
}

.sct_vacancyApplication_row:hover{
	border:1px solid #dddddd;
	background:#fafafa;
}

.sct_vacancyApplication_fieldName{
	font-size: 100%;
	color: #666666;
	width:170px;
	float:left;
	display:block;
	font-size:1em;
	font-weight:bold;
}

#careersapplicationform input
{
	width:200px;
	font-size: 100%; 
	color: #666666; 
	font-weight:normal;
	border: 1px solid #9f9fa0;
	background-color:#E8E8E8;
}

#careersapplicationform input:hover
{
	background-color:#BBDCF2;
}

#ctl00_MainContent_ltlJobPosition
{
	color:#ffffff;
}

#sct_vacancyApplication_buttons{
	margin-left:175px;
}

#careersapplicationform .submit
{
	clear:left;
	float:left;
	font-size:100%;
	font-weight:bold;
	background-color:#0891E2;
	color:#ffffff;
	width:82px;
	border: 0px;
}


#careersapplicationform .submit:hover{
	background-color:#6D6D6F;
	color:#ffffff;
	cursor:pointer;
}

textarea { 
	height:60px;
}

.sct_vacancyApplication_errorMsg{
	float:left;
	margin-left:170px;
	width:240px;
	font-size:100%;
	font-weight:bold;
}

#sct_vacancyApplication_sentMsg
{
	font-size:100%;
	font-weight:bold;	
	color:#00AEFF;
}

#ctl00_Body_ltlJobPosition { 
	font-size: 50%;
	color:#CC9966;
}

/*END AI2 VACANCY APPLICATION CLASSES*/


/*.generic_body_info ul, .generic_body_info ol { 
   font-size:90%;
   margin:auto -3em 1em 0; 
   padding:0; 
   position:relative; 
   left:-3em;
   overflow:hidden;
}
 
.generic_body_info li { 
   margin-top:0.25em;
   margin-bottom:0.25em; 
}
 
.generic_body_info ul ul, .generic_body_info ul ol, 
.generic_body_info ol ol, .generic_body_info ol ul { 
   margin-left:1em; 
   padding-left:0; 
}
 
.generic_body_info ul li, .generic_body_info ol li { 
   margin-left:5em; 
}
 
.generic_body_info li li { 
   margin-left:1em; 
}

.generic_body_info li a { 
   font-size: 100%; 
}*/

.generic_body_info ul
{
margin-bottom:10px;
font-size:80%;
list-style-type: disc; 

}

.generic_body_info ol
{
margin-bottom:10px;
font-size:80%;
list-style-type: decimal; 

}

.generic_body_info ul li ul, .generic_body_info ol li ol {
	margin-top: 5px;
	margin-bottom: 5px;
	overflow: hidden;
	clear: both;
	font-size: 100%;
}

.generic_body_info ul li {
margin-left:25px;
font-size: 100%;
list-style-type: inherit; 

}

.generic_body_info ol li {
list-style-type: inherit; 
font-size: 100%;
margin-left:25px;
}

.generic_body_info ol li a, .generic_body_info ul li a {
font-size: 100%;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
}

.generic_body_info p
{
    font-size: 80%;
    padding-bottom: 10px;
    color: #787878;
    font-weight:normal;
}

.generic_body_info h1 {
    color: #0397fe;
	font-family:"Times New Roman", Times, serif;
	font-size:130%;
	font-weight:bold;
	font-style:italic;
	border-bottom:1px solid #CCCCCC;
	padding-bottom: 5px;
	margin:0px 0px 10px;
}

.generic_body_info h2{
    color: #0397fe;
	font-family:"Times New Roman", Times, serif;
	font-size:120%;
	font-weight:bold;
	font-style:italic;
	border-bottom:0px solid #CCCCCC;
	padding-bottom: 7px;
}

.generic_body_info h3 
{
   font-style:italic;
   font-family:"Times New Roman", Times, serif;
   color: #787878;
   font-size: 110%;
   font-weight: bold;
   padding: 0px 0px 5px;
   overflow: hidden;
   clear: both;
}

.generic_body_info h4{
   color: #787878;
   font-size: 85%;
   font-weight: bold;
   padding: 0px 0px 5px;
   overflow: hidden;
   clear: both;
   font-family:"Times New Roman", Times, serif;
}

.generic_body_info h5, .generic_body_info h6 {
   color: #989898;
   font-size: 80%;
   font-weight: bold;
   padding: 0px 0px 5px;
   overflow: hidden;
   clear: both;
   font-family:"Times New Roman", Times, serif;
}

.generic_body_info p a {
font-size: 100%;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
}