/* CSS Document */
body {
	background-color: #C0E8F1;
	margin: 0px;
}

h1 {
	font-family: Trebuchet, 'Trebuchet MS', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
}
a img {
	border-width: 0;
}
a {
	color: #F00000;
}

a:hover {
	color: #A7027E;
}

* {
	font-family: Trebuchet, 'Trebuchet MS', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	margin: 0;
	color: #000;
}

h1
{
	font-weight: bold;
}
h2
{
	font-size: 15px;
	color: #A7027E;
	font-weight: bold;
	margin-bottom: 25px;
}

h3
{
	color: #A7027E;
	font-size: 13px;
	margin-bottom: 25px;
	font-weight: bold;
}

h4
{
	color: #A7027E;
	font-size: 13px;
	margin-bottom: 25px;
	font-weight: bold;
}

input, select, textarea
{
	font-size: 11px;
}

/** this should never be used ;) **/
.clearer {
	clear: both;
}

a.readMore
{
	font-weight: bold;
	background-image: url(../images/bg_readMore_normal.gif);
	background-repeat: no-repeat;
	background-position: right 2px;
	padding-right: 16px;
	/*Change colour to reflect Headings #A7027E from #0670A0 */color: #A7027E;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
}
a.readMore:hover
{
	text-decoration: underline;
}

#container {
	width: 813px;
    text-align: left;
    margin-top: 0px;
	background-image: url(../images/bg_container.gif);
	background-repeat: repeat-y;
	background-position: 7px 0;
	position: absolute;
	left: 50%;
    margin-left: -406px;
	position: static;
	left: 0px;
    margin-right: auto;
    margin-left: auto;
}
#container .header {
	height: 150px;
	overflow: hidden;
	padding: 0 0 0 7px;
	background-image: url(../images/bg_header.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#container .header .logo {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #D9EB28;
	float: left;
	height: 78px;
	width: 152px;
	padding-top: 35px;
	padding-right: 29px;
	padding-bottom: 35px;
	padding-left: 29px;
	background-color: #FFFFFF;
	background-image: url(../images/bg_header_logo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#container .header .teaser {
	border-top: 2px solid #D9EB28;
	float: left;
}

#container .header .utils  {
	float: left;
	clear: right;
	height: 42px;
	width: 210px;
	background-color: #044C53;
	background-image: url(../images/bg_utils.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#container .header .utils ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
}

#container .header .utils ul li {
	float: left;
	padding-left: 28px;
}

#container .header .utils ul a
{
	display: block;
	margin-top: 11px;
	display: block;
	float: left;
	height: 20px;
}

#container .header .utils ul .active,
#container .header .utils ul .active a,
#container .header .utils ul a:hover
{
	background-position: 0 -20px;
}
#container .header .utils ul a span
{
	display: none;
}

#container .header .utils ul #util_faq a
{
	width: 18px;
	background-image: url(../images/util_faq.gif);
}

#container .header .utils ul #util_sitemap a
{
	background-image: url(../images/util_sitemap.gif);
	width: 41px;
}

#container .header .utils ul #util_contact a
{
	width: 42px;
	background-image: url(../images/util_contact.gif);
}



#container .header .pdf {
	float: left;
}

#container .menu
{
	clear: both;
	float: left;
	width: 217px;
/* 	background-image: url(../images/bg_menu.jpg);
*/ 	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 10px;
	margin-bottom: 403px;
}

#container .menu .navigation
{
	margin-left: 7px;
	background-color: #044C53;
	padding-top: 25px;
}

#container .menu ul
{
	list-style: none;
	margin: 1px 19px 0px 21px;
	padding: 0 0 25px 0;
	background-repeat: repeat-x;
	background-position: top left;
	background-image: url(../images/bg_menu_ul_li.gif);
	font-size: 12px;
	font-family: Trebuchet, "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#container .menu ul li
{
	margin: 0px;
	padding: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(../images/bg_menu_ul_li.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	font-size: 18px;
}

#container .menu ul ul li
{
	color:#3C6;
	padding: 4px 0 4px 0;
}

#container .menu ul a
{
	display: block;
	height: 24px;
	line-height: 25px !important;
	padding-left: 21px;
	color: #D1EA20;
	font-weight: bold;
	background-position: 25px 0px;
	background-repeat: no-repeat;
	text-decoration: none;
}

#container .menu ul ul a
{
	height: auto;
}

#container .menu ul a span
{
	display: inline;
	color:#CF8E8E
}

#container .menu ul .active
{
	background-image: url(../images/bg_menu_ul_li_active.gif);
	background-repeat: no-repeat;
	display: block;
	font-size: 18px;
	color: #FFF;
}

#container .menu ul li .active a,
#container .menu ul li a:hover
{
	background-position: 21px -25px;
	/*color: #D1EA20;*/
	color: #FFF;
	text-decoration: underline;
}

#container .menu ul ul a 
{
	height: auto
	color:#C00;
}

#container .menu ul ul .active a 
{
	text-decoration: none
	color:#C30;
}

#container .menu ul ul .active a:hover
{
	text-decoration: underline;
}

#container .menu ul ul .active a span,
#container .menu ul a:hover span
{
	color: #D1EA20;
}

#container .menu ul .active a span
{
	color: #FFFFFF !important;
}

#container .menu ul ul
{
	margin: 0px;
	padding-bottom: 0px;
}

#container .menu ul ul li.last
{
	background: none;
}

#container .menu ul ul .active
{
	background: none;
}

#container .menu ul ul a 
{
	background-image: none !important;
	line-height: 24px;
}

#container .menu ul ul a span
{
	display: inline;
	}


#container .tw4InAction 
{
	padding-top: 52px;
	margin-left: 0px;
}

#container .tw4InAction .content
{
	width: 180px !important;
	letter-spacing: -0.8px;
	color: #FFFFFF;
	padding-left: 23px !important;
}

#container .tw4InAction h1
{
	background-image: url(../images/hdr_tw4inaction.gif);
	background-position: 24px 0px;
	background-repeat: no-repeat;
	height: 9px;
	margin-bottom: 14px;
}
#container .tw4InAction h1 span
{
	display: none;
}
#container .tw4InAction p
{
	margin: 0px;
	padding: 0px;
}
#container .tw4InAction a
{
	color: #F00;
}

#container .content
{
	float: right;
	width: 589px;
 	margin-right: 7px;
}
#container .content .intro {
	background-color: #D1EA20;
	background-image: url(../images/img_pdf.gif);
	background-image: url(../images/bg_content_intro.gif);
	background-repeat: no-repeat;
	padding: 30px 30px 30px 39px;
	margin-right: 1px;
	font-size: 1.45em;
	font-family: Trebuchet, "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#container .content .intro h1{
	margin-top: 0px;
	margin-bottom: 23px;
	padding: 0px;
	color: #B82590;
	font-weight: normal;
}
#container .content .intro p
{
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 16px;
}

#container .content .intro a
{
	font-size: 15px;
}

#container .content .intro ul
{
	padding-top: 10px;
	padding-left: 20px;
}

#container .content .pageContent 
{
	padding: 13px 37px 0px 38px;
}

#container .content .pageContent h1,
#container .content .pageContent h2
{
	font-size: 15px;
	color: #A7027E;
	margin-bottom: 25px;
}

#container .content .pageContent p
{
	margin-bottom: 20px;
}

#container .content .pageContent table 
{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 24px;
	line-height: 12px;
}

#container .content .pageContent table caption
{
	background-color: #A7027E;
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
	padding: 5px 8px 6px 8px; 
	text-align: left;
}
#container .content .pageContent table thead *
{
	background-color: #044C53;
	border-left: 1px Solid #B3BBBC;
	padding: 5px 10px 6px 10px;
	color:#fFFFFF;
}

#container .content .pageContent table thead .first
{
	border-left: 0px;
}
#container .content .pageContent table tbody *
{
	background-color: #FFFFFF;
	padding: 5px 0px 6px 0px;
	color:#044C53;
}
#container .content .pageContent table tbody .first
{
	border-left: 1px Solid #B3BBBC;
}
#container .content .pageContent table tfoot *
{
	background-color: #DFF3F7;
	padding: 5px 10px 6px 10px;
	color: #044C53;
	font-weight: bold;
	border-left: 1px Solid #B3BBBC;
	border-bottom: 1px Solid #B3BBBC;
}
#container .content .pageContent table tfoot .first
{
	border-right: 1px Solid #B3BBBC;
}
#container .content .pageContent .vacancies table 
{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 24px;
	line-height: normal;
	background-color: #DDCCD7;
	margin-left: 0px;
	vertical-align: top;
}
#container .content .pageContent .vacancies table caption
{
	background-color: #A7027E;
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
	text-align: left;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 15px;
}
#container .content .pageContent .vacancies table thead *
{
	background-color: #DDCCD7;
	padding: 5px 10px 6px 10px;
	color:#fFFFFF;
	border-left-style: none;
}
#container .content .pageContent .vacancies table thead .first
{
	border-left: 0px;
}
#container .content .pageContent .vacancies table tbody *
{
	color:#000;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0pt;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #DDCCD7;
	padding-top: 0px;
	text-align: left;
	vertical-align: top;
}
#container .content .pageContent .vacancies table tbody a
{
}
#container .content .pageContent .vacancies table tbody a:hover
{
	color: #A7027E;
	font-size: 13px;
	text-decoration: none;
}
#container .content .pageContent .vacancies table tbody .first
{
	border-left: 1px Solid #B3BBBC;
}
#container .content .pageContent .vacancies table tfoot *
{
	background-color: #DFF3F7;
	padding: 5px 10px 6px 10px;
	color: #044C53;
	font-weight: bold;
	border-left: 1px Solid #B3BBBC;
	border-bottom: 1px Solid #B3BBBC;
}
#container .content .pageContent .vacancies table tfoot .first
{
	border-right: 1px Solid #B3BBBC;
}
#container .content .pageContent ul
{
	margin-left: 20px;
	margin-bottom: 20px;
}
#container .content .pageContent address 
{
	margin-bottom: 20px;
	font-family:Trebuchet, 'Trebuchet MS', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
}
#container .content .pageContent .country
{
font-weight: bold !important;
text-decoration:underline;
font-style:normal;
}
#container .content .pageContent .rightImage
{
float: right;
margin-left: 10px;
	margin-bottom: 10px;
}

#container .content .pageContent .leftImage
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#container .content .pageContent .newsItem
{
	padding-top: 26px;
	clear: both;
}
#container .content .pageContent .newsItem .clearer
{
	height: 19px;
}
#container .content .pageContent .newsItem .date
{
	display: block;
	float: left;
	color: #63B4C7;
	font-weight: bold;
	line-height: 18px;
	margin-right: 9px;
}
#container .content .pageContent .newsItem h1
{
	margin: 0px 0px 17px 0;
	padding: 0px;
	font-size: 13px;
	line-height: 16px;
	color: #A7027E;
	
}
#container .content .pageContent .newsItem p
{
	margin: 0px;
	padding: 0px;
}

#container .content .pageContent .newsItem a.readMore
{
	background-image: url(../images/bg_readMore.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 10px;
}
#container .content .pageContent .newsItem a.readMore:hover
{
	background-position: right -15px;
}
#container .content .pageContent .newsItem img
{
	float: left;
	margin-right: 16px;
}

#container .content .pageContent .officeBlock
{
	clear: both;
	padding-bottom: 17px;
}
#container .content .pageContent .officeBlock .head_style1,
#container .content .pageContent .officeBlock .head_style2,
#container .content .pageContent .officeBlock .head_style3
{
	background-image: url(../images/bg_officeBlock_headstyle1.gif);
	background-repeat: no-repeat;
	float: left;
	padding: 1px 9px 10px 3px;
}

#container .content .pageContent .officeBlock .head_style2
{
	background-image: url(../images/bg_officeBlock_headstyle2.gif);
}

#container .content .pageContent .officeBlock .head_style3
{
	background-image: url(../images/bg_officeBlock_head.gif);
}
#container .content .pageContent .officeBlock .persionInfoDetailed
{
	margin-left: 122px;
}

#container .content .pageContent .officeBlock .name
{
	font-weight: bold;
}

#container .content .pageContent .officeBlock .jobTitle strong
{
	color: #037B94;
}

#container .content .pageContent .officeBlock .phone
{
	margin-bottom: 15px;
}

#container .content .pageContent .officeBlock p
{
	margin-bottom: 15px;
}

#container .content .pageContent .personInfoSmall
{
	margin-left: 122px;
	margin-bottom: 15px;
}

#container .content .pageContent .personInfoSmall .expandLink
{
	display: block;
	text-decoration: none;
	background-image: url(../images/bg_personInfoSmall_expandLink.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 18px;
}
#container .content .pageContent .personInfoSmall a.expandLink:hover
{
	background-position: 0 -47px;
}

#container .content .pageContent .expandedState
{
	padding-bottom: 6px;
}

#container .content .pageContent .expandedState .expandLink
{
	background-position: 0 -97px;
}
#container .content .pageContent .expandedState a.expandLink:hover
{
	background-position: 0 -147px;
}

#container .content .pageContent .personInfoSmall .expandLink .jobTitle
{
	display: block;
	font-weight: bold;
	color: #037B94;
}

#container .content .pageContent .personInfoSmall .expandLink strong
{
	display: block;
	color: #000000;
}

#container .content .pageContent .personInfoSmall a.expandLink:hover strong,
#container .content .pageContent .personInfoSmall a.expandLink:hover .jobTitle
{
	color: #F00000;
}

#container .content .pageContent .expandedState a.expandLink:hover strong
{
	display: block;
	color: #000000;
}

#container .content .pageContent .expandedState a.expandLink:hover .jobTitle
{
	color: #037B94;
}

#container .content .pageContent .personInfoSmall .detailInfo
{
	display: none;
	background-color: #F6FBD2;
	padding: 9px 19px 10px 19px;
}

#container .content .pageContent .expandedState .detailInfo
{
	display: block;
}

#container .content .pageContent .personInfoSmall .phone
{
	margin-bottom: 0px;
}

#container .content .pageContent .top
{
	clear: both;
	background-image: url(../images/bg_officeBlock_top.gif);
	background-repeat: repeat-x;
	background-position: 0 5px;
	text-align: right;
	margin-top: 40px;
}
#container .content .pageContent .top a
{
	display: block;
	background-image: url(../images/btn_top.gif);
	width: 38px;
	height: 11px;
	margin-left: auto;
}
#container .content .pageContent .top a span
{
	display: none;
}

#container .services {
	clear: both;
	margin-left: 23px;
}

#container .services .content
{
	background: none;
	margin: 0px;
	padding: 0px;
	float: none;
	height: 388px;
	width: 194px;
	margin-top: -388px;
	position: absolute;
}

#container .services .content h2
{
	/*SE Remove : imagebackground-image: url(../images/hdr_services_h2.gif);*/
	background-repeat: no-repeat;
	height: 9px;
	margin: 0 0 15px 0;
	padding: 0px;
}

#container .services .content h2 span
{
	display: none;
}

#container .services .content p
{
	/*SE Remove: background-image: url(../images/img_services_p.gif);*/
	background-repeat: no-repeat;
	/*SE Remove:height: 71px;*/
	margin:15px 0 15px 0;
	padding: 0px;
}

#container .services .content p span
{
	display: none;
}
#container .services .content ul
{
	margin: 0 0 0 0px;
	padding: 0px;
	list-style: none;
	color: #A7027F;
	line-height: 10px;
	font-size: 10px;
}

#container .services .content ul li
{
	background-image: url(../images/bg_services_ul_li.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 10px;
}
#container .services .content ul span
{
	display: none;
}

#container .services .content ul li a
{
	background-repeat: no-repeat;
	text-decoration: none;
	color: #000000;
}
#container .services .content ul li a:hover
{
	background-position: 0 -20px;
	color: #FFFFFF;
}
#container .services .content ul .internationalExpertise
{
	background-image: url(../images/bg_services_internationalEx.gif);
}

#container .services .content ul .globalScope
{
	background-image: url(../images/bg_services_globalScope.gif);
}

#container .services .content ul .integratedSystems
{
	background-image: url(../images/bg_services_integratedSyste.gif);
}

#container .services .content ul .extensiveMarketing
{
	background-image: url(../images/bg_services_extensiveMarket.gif);
}

#container .services .content ul .globalPostal
{
	background-image: url(../images/bg_services_globalPostal.gif);
}

#container .services .content ul .internationalOperational
{
	background-image: url(../images/bg_services_internationOper.gif);
}

#container .services .content ul .responseProcessing
{
	background-image: url(../images/bg_services_responseProcess.gif);
}

#container .services .content ul .internationalPayment
{
	background-image: url(../images/bg_services_internationalPa.gif);
}

#container .services .content ul .multiLingualCustomer
{
	background-image: url(../images/bg_services_multilingualCus.gif);
}

#container .services .content ul .warehousingDistribution
{
	background-image: url(../images/bg_services_warehousingDist.gif);
}

#container .services .content ul .billingAnd
{
	background-image: url(../images/bg_services_billingAnd.gif);
}

#container .services .content ul .subscriptionAnd
{
	background-image: url(../images/bg_services_subscriptionAnd.gif);
}



#container .footer
{
	clear: both;
	margin-left: 7px;
	margin-right: 7px;
	padding-top: 78px;
	padding-bottom: 12px;
	
	background-image: url(../images/bg_footer.gif);
	background-color: #0670A0;
	background-repeat: no-repeat;
	
	color: #7ECFE2;
	font-size: 10px;
	text-align: center;
}

#container .footer a
{
	color: #7ECFE2;
	border-left: 1px Solid #044C53;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}
#container .footer a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

@media print
{
	#container .services .content ul
	{
		list-style: square;
	}
	
	#container .services .content ul li
	{
	line-height: normal;
	height: auto !important;
	overflow: hidden;
	}
	
	#container .services .content ul li a
	{
		height: auto !important;
		overflow: hidden;
	}
	#container .services .content ul li span
	{ display: inline;}

}


/** template specific content **/
#container .pageContent ul.faqList
{
	list-style: none;
	margin: 46px 0 44px 0;
}
#container .pageContent ul.faqList li.expandItem
{
	margin-bottom: 15px;
}
#container .pageContent ul.faqList .expandLink{
	display: block;
	font-weight: bold;
	color: #A7027E;
	background-image: url(../images/bg_template_faq_expandLink.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 18px;
	text-decoration: none;
}
#container .pageContent ul.faqList a.expandLink:hover
{
	background-position: 0px -47px;
}
#container .pageContent ul.faqList .expandedState a.expandLink
{
	background-position: 0px -97px;
}
#container .pageContent ul.faqList .expandedState a.expandLink:hover
{
	background-position: 0px -147px;
}
#container .pageContent ul.faqList .detailInfo
{
	display: none;
	background-color: #F6FBD2;
	padding: 6px 18px 8px 18px;
}

#container .pageContent ul.faqList .expandedState 
{
	margin-bottom: 7px;
}
#container .pageContent ul.faqList .expandedState .detailInfo
{
	display: block;
}

#container .pageContent form 
{
	font-size: 11px;
}
#container .pageContent form fieldset
{
	border: 0;
	border-bottom: 1px Solid #F1F4E2;
	padding-bottom: 18px;
	margin-top: 9px;
}

#container .pageContent form fieldset legend
{
	font-weight: bold;
	color: #A7027E;
	margin-bottom: 11px;
}

#container .pageContent form .requiredExplanation
{
	float: right;
	margin-top: -25px;
	position: relative;
	color: #037B94;
	font-size: 10px;
}
#container .pageContent form .question
{
	background-color: #F1F4E2;
	background-image: url(../images/bg_fieldset_question.gif);
	float: left;
	width: 144px;
	line-height: 23px;
	padding-left: 10px;
}
#container .pageContent form label
{
	font-size: 11px;
}

#container .pageContent form fieldset .question span
{
	color: #7AB7BB;
}
#container .pageContent form fieldset .answer
{
	line-height: 23px;
	background-color: #F1F4E2;
	border-bottom: 2px Solid #FFFFFF;	
	background-image: url(../images/bg_fieldset_answer.gif);
}

#container .pageContent form fieldset .largeText
{
	clear: both;
}
#container .pageContent form fieldset .largeText input
{
	width: 289px;
}

#container .pageContent form fieldset .phoneCallback
{
	clear: left;
}
#container .pageContent form fieldset .phoneCallback .telephone
{
	float: left;
}

#container .pageContent form fieldset .phoneCallback .telephone input
{
	width: 165px;
}
#container .pageContent form fieldset .phoneCallback .callback input
{
	margin-left: 10px;
	vertical-align: -3px;
}
#container .pageContent form fieldset .largeTextarea
{
	clear: left;
}

#container .pageContent form fieldset .submit
{
	margin-top: 21px;
	margin-right: 64px;
	text-align: right;
}
#container .pageContent form fieldset .largeTextarea .answer textarea
{
	height: 64px;
	width: 289px;
	margin-bottom: 1px;
}


#container .pageContent form fieldset .largeSelect select
{
	width: 293px;
}

#container .pageContent form fieldset .largeCheckbox .answer
{
	padding-left: 154px;
}

#container .pageContent form fieldset .largeCheckbox .answer input
{
	vertical-align: -2px;
}
#container .pageContent form fieldset .largeCheckbox .answer label
{
	margin-right: 2px;
}

#template_followUp #container .content .pageContent 
{
	padding-top: 10px;
}

#template_sitemap #container .pageContent 
{
	padding-top: 64px;
}
#template_sitemap #container .pageContent ul
{
	text-transform: uppercase;
	font-weight: bold;
	color: #A7027E;
	list-style: none;
	background-image: url(../images/bg_template_sitemap_ul.gif);
	background-repeat: repeat-y;
	background-position: 4px 0;
	margin-left: 0px !important;
}

#template_sitemap #container .pageContent ul li
{
	background-image: url(../images/bg_template_sitemap_ul_li.gif);
	background-repeat: no-repeat;
	background-position: 0 19px;
	padding-left: 18px;
	line-height: 10px;
	padding-top: 15px;
}
#template_sitemap #container .pageContent ul li.first
{
	padding-top: 0px;
	background-position: 0 4px;
}
#template_sitemap #container .pageContent ul li.last
{
	background-image: url(../images/bg_template_sitemap_ul_li_l.gif);
}
#template_sitemap #container .pageContent ul a
{
	color: #A7027E;
	text-decoration: none;
}
#template_sitemap #container .pageContent ul ul
{
	text-transform: none;
	font-weight: normal;
	padding-top: 13px;
	margin-bottom: 0px;
}
#template_sitemap #container .pageContent ul ul a
{
	text-decoration: none;
	color: #000000;
}

#template_sitemap #container .pageContent ul ul li
{
	background-image: url(../images/bg_template_sitemap_ul_ul_l.gif);
	background-position: 4px 3px;
	padding-top: 0;
	padding-bottom: 1px;
}
#template_sitemap #container .pageContent ul ul li.last
{
	background-image: url(../images/bg_template_stmp_ul_ul_li_l.gif);
}

#template_homepage 
{
	background-color: #D1EA20;
}
#template_homepage #container
{
	background-image: url(../images/bg_template_homepage.gif);
	background-repeat: repeat-y;
	background-position: center 0;
}

#template_homepage #container .header
{
	height: 194px;
	clear: right;
	background-image: url(../images/bg_template_homepage_header.gif);
}

#template_homepage #container .content
{
	padding-left: 13px;
	padding-right: 13px;
	float: left;
	margin-right: 0px !important;
	background-image: url(../images/bg_template_homepage_conten.gif);
	background-repeat: no-repeat;
	width: 353px;
}

#template_homepage #container .menu 
{
	background-image: none;
	padding-bottom: 0 !important ;
	margin-bottom: 0 !important;
}
#template_homepage #container .tw4InAction
{
	background-image: url(../images/bg_template_homepage_menu.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: auto !important;
	min-height: 179px;
}

#template_homepage #container .menu .content
{
	width: auto;
	padding-left: 0px;
	float: none;
	background-color: transparent;
}

#container .content .bigText
{
	padding-top: 16px;
	margin-right: 20px;
	clear: left;
}
#container .content .bigText p
{
	font-size: 11px;
}
#container .content .bigText h1
{
	display: block;
	margin-top: 6px;
	margin-bottom: 10px;
}

#container .content .bigText h2 img,
#container .content .bigText h1 img
{
	float: none;
	padding: 0;
}

#container .content .bigText h2
{
	margin-top: 6px;
	margin-bottom: 4px;
}
#container .content .bigText img
{
	float: left;
	padding: 10px 15px 17px 11px;
	background-image: url(../images/bg_bigText_img.gif);
	background-repeat: no-repeat;
}

#container .content .big2Text
{
	padding-top: 16px;
	margin-right: 5px;
	clear: left;
}
#container .content .big2Text p
{
	font-size: 11px;
}

#container .content .big2Text h2 img
{
	float: none;
	padding: 0;
}

#container .content .big2Text h2
{
	margin-top: 6px;
	margin-bottom: 4px;
}
#container .content .big2Text img
{
	float: left;
	padding: 7px 13px 12px 7px;
	background-image: url(../images/bg_smallText_img.gif);
	background-repeat: no-repeat;
}

#container .content .smallTextBlock
{
	clear: both;
	padding-top: 10px;
	padding-bottom: 35px;
	background-image: url(../images/bg_smallTextBlock.gif);
	background-repeat: no-repeat;
	background-position: 172px 10px;
	color: #044C53;
}

#container .content .smallTextBlock img
{
	float: left;
	margin-top: 5px;
	padding: 7px 13px 12px 7px;
	background-image: url(../images/bg_smallText_img.gif);
	background-repeat: no-repeat;
}
#container .content .smallTextBlock h2 img
{
	float: none;
	padding: 0px;
}
#container .content .smallTextBlock h2
{
	margin: 0 0 10px 0;
}

#container .content .smallTextBlock .smallText
{
	float: left;
	width: 165px;
}
#container .content .smallTextBlock .smallText p
{
	font-size: 11px;
}
#container .content .smallTextBlock .last
{
	float: right;
}
#template_homepage #container .services
{
	float: left;
	clear: none;
	margin-top: -45px;
	width: 211px;
	margin-left: 0px;

}
#template_homepage #container .services .content
{
	border-top: 1px Solid #A7027E;
	position: static;
	background-image: url(../images/bg_services.jpg) !important;
	background-repeat: no-repeat;
	float: none !important;
	height: auto !important;
	width: 180px;
	margin-top: 0px;
	padding-left: 0px;
	padding-left: 13px;
	padding-right: 16px;
}

#template_homepage #container .services .content h2
{
	/*SE : Change Reduced to 15 from 37*/margin-top: 15px;
}

#template_homepage .footer
{
	background-color: #7ECFE2;
	background-image: none;
	padding-top: 13px;
	color: #000000;
	font-size: 10px;
}

#template_homepage .footer a
{
	font-size: 10px;
	color: #000000;
}

#template_homepage .leftCollumn
{
	float: left;
	width: 217px;
	position: relative;
	top: -45px;
}

#template_homepage .readMore
{
	display: block;
	float: left;
}

#template_homepage .leftCollumn .tw4InAction
{
	width: 217px;
	
}
#template_homepage .leftCollumn .tw4InAction .content
{
	background-image: none !important;
}

#template_homepage .menu
{
	float: none;
	background-image: url(../images/bg_template_homepage_menu.gif) !important;
	background-position: bottom left;
	
}
#template_whoiswho #container .content .pageContent 
{
	padding-top: 20px;
}
#template_whoiswho #container .content .pageContent h2
{
	margin-bottom: 13px;
}

#template_news .pageContent p
{
	padding-bottom: 20px !important;
	
}
#template_followUp #container .content .pageContent table tr {
	background-color: #FFF;
	text-align: left;
}
#template_followUp #container .content .pageContent table tr {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
}
#template_followUp #container .content .pageContent table tr {
	background-image: none;
}

#template_newsletter 
{
	background-color: #D1EA20;
}
#template_newsletter #container
{
	background-repeat: repeat-y;
	background-position: center 0;
}
#template_followUp #container .content .pageContent #form1 .newscheckbox {
	font-family: "Trebuchet MS";
	color: #000000;
	width: 280px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
	float: left;
	font-size: 11px;
}
#template_followUp #container .content .pageContent #form1 .newsradiobutton {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #000000;
	width: 180px;
	float: right;
}
.requiredinfo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #037B94;
	margin: 0px;
	float: right;
}
