/* Ecebs - template.css */

/* GLOSSARY
---------------------------------------------------------------------->*/

/* #language_switch */
/* #header_strapline */
/* #search_box */
/* #right_col_actions  */
/* #right_col_form */
/* #right_col_articles */
/* #right_col_downloads */
/* #right_col_customer */
/* #right_col_categories */
/* #footer_menu */
/* #footer_newsletter */
/* #footer_sub */

/* #USP_mod */
/* #engagment_modules */
/* #welcome_text */

/* GLOBAL RESET
---------------------------------------------------------------------->*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
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;
	vertical-align:baseline;
}

.hidden, .fold, hr, .accessibility {
  display:none;
}

.clear {
	clear:both;
}


/* BASE LAYOUT
---------------------------------------------------------------------->*/

body {
	font:normal 62.5% Verdana,Arial,Helvetica,sans-serif;
	color: #333;
}

#main_wrapper {
	position:relative;
	margin:0 auto;
	width:860px;
}

#container {
	position: relative;
	float: left;
	margin: 104px 0 0 0;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 860px;
	height: 102px;
}	

#banner h1 {
  display: none;
}

	
#content {
	position: relative;
	float:left;
	width:580px;
	margin:20px 0 0 20px;
	display: inline;
}

#right_column {
	position: relative;
	float:left;
	margin:56px 0 0 20px;
	width:220px;
	display: inline;
}

#footer {
	position: relative;
	float: left;
	width: 820px;
	margin: 30px 0 0 20px;
	border-top: 1px solid #9aaacf;
	border-bottom: 1px solid #9aaacf;
	display: inline;
	padding: 0 0 15px 0;
}



/* TYPOGRAPHY & BLOCK ELEMENTS
---------------------------------------------------------------------->*/


h1 {
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:2.6em;
	letter-spacing:-0.01em;
	line-height:1.05em;
	margin: 0 0 10px 0;
}

h2 {
	font-family:Helvetica, Arial, sans-serif;
	margin:1.2em 0em 1.2em 0em;
	font-size:1.7em;
	font-weight:bold;
	letter-spacing:-0.01em;
	line-height:1.05em;
	color: #4664a6;
}

h3 {
	font-family:Helvetica, Arial, sans-serif;
	margin:1.2em 0em 1.2em 0em;
	font-size:1.4em;
	line-height: 1em;
	color: #4664a6;
	font-weight:bold;
}

h4 {
  line-height: 1em;
  font-size: 1.3em;
  color: #4664a6;
  font-weight: bold;
}

p {
	font-size:1.2em;
	line-height:1.8em;
	margin:0.8em 0em 0.8em 0em;
	color:#333;
}

a {
/*	color: #2772b8;*/
color: #4064ac;
	text-decoration: underline;
}

a:hover {
/*	color: #2772b8;*/
color: #4064ac;
	text-decoration: none;
}

a img {
	border:none;
}


ul, ol {
	font-size:1.2em;
	line-height:1.8em;
}

ul, ol {
	margin:0 0 15px 15px;
}

ul li {
	list-style: none;
	background:transparent url(../images/bullet.png) 2px 3px no-repeat;
	padding:0 0 5px 20px;
}

ol li {
	margin:0 0 5px 20px;
}

ol li ol {
	font-size: 1.0em;
}

#logo {
	position:relative;
	float:left;
	margin:12px 0 0 16px;
	display:inline;
}

/*#content ul li {
	position:relative;
	background:transparent url("/templates/default/images/bullet.gif") 2px 0 no-repeat;
	list-style:none;
	margin:0 0 0 -10px;
	list-style-position:inside;
	padding-left:24px;
}



#content ul li, #content ol li {
	margin-bottom:8px;
}*/



/* FORMS 
---------------------------------------------------------------------->*/

#content fieldset {
	position: relative;
	float: left;
	border:1px solid #9aaacf;
	padding:20px 20px 20px 30px;
	width:528px;
	margin:10px auto;
}

#content legend {
	font-weight:bold;
	color:#4064ac;
	padding:0 5px 0 0;
	display: inline;
	font-size: 1.1em;	
}

#content label {
	width:262px;
	margin: 10px 0 0 0;
	font-size: 1.1em;
}

#content label.error {
	color:#d00;
	font-weight:bold;
}

#content input, select {
	border:1px solid #9aaacf;
	font-size:1.2em;
	width:236px;
	margin-top:10px;
	padding:2px;
}

#content input:focus, #content select:focus {
	border:1px solid #4664a6;
}

#content select {
	width:228px;
}

#content fieldset button {
	float:right;
	width:242px;
	height:22px;	
	background:#ff0000 url("/templates/default/images/btn_sprite.png") -600px 0 no-repeat;
	border:none;	
	text-indent:-9999px;
	margin:10px 25px 0 0;
	cursor:pointer;	
}

#content fieldset button:hover {
	background:transparent url("/templates/default/images/btn_sprite.png") -600px -22px no-repeat;
}

#content textarea {
	width:236px;
	font-size: 1.1em;
	color:#000;
	border:1px solid #9aaacf;
	margin-top:10px;
	padding: 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#content .checkbox {
	position:relative;
	float:left;
	width:20px;
}

#content .error_msg, #content .required_field {
	color:#a61400;
	font-weight:bold;
}

#content .error_msg {
	float:left;
	margin:0 12px 5px 10px;
	display: none;
}
span.required, span.red {
	color: #990033;
}

/*Contact Form */


#content label {
	position: relative;
	float: left;
}





/* SITE MODULES
---------------------------------------------------------------------------------->*/

/* #language_switch */

#language_switch {
	position: relative;
	float: right;
	margin: 6px 12px 0 0;
	display: inline;
	font-size: 0.9em;
	color: #4664a6;
}

#language_switch span {
	padding: 0 10px 0 0;
	background: transparent url("/templates/default/images/language_arrow.gif") top right no-repeat;
	color: #333333;
}

#language_switch a {
	padding:0 8px 0 8px;
	color: #4664a6;
	text-decoration: underline;
}

#language_switch a:hover {
	text-decoration: none;
}

/* #header_strapline */

#header_strapline {
	position: relative;
	float: left;
	margin: 38px 0 0 4px; 
	font-size: 1.1em;
	color: #2772b8;
	font-weight: bold;
}

/* #search_box */

#search_box {
	position: absolute;
	top: 38px;
	right: 20px;
	width:220px;
	display: inline;
}

#search_box legend {
	display: none;
}

#search_box label {
	display: none;
	
}

#search_box input {
	position:relative;
	float:left;
	margin:0;
	width:156px;
	height:16px;
	padding: 0;
}

#search_box button {
	position:relative;
	float:left;
	background:transparent url("/templates/default/images/btn_sprite.png") -400px 0 no-repeat;
	width:60px;
	height:20px;
	text-indent:-9999px;
	cursor:pointer;
	border:none;
	margin:0;
	overflow: visible;
}

#search_box button:hover {
	background:transparent url("/templates/default/images/btn_sprite.png") -400px -20px no-repeat;
}

#s_media {
	position: absolute;
	top: 34px ;
	right: 210px ;
	width: 120px;

}

#s_media ul {
	position: relative;
	float: left;

	margin: 0;
	padding: 0;		
}

#s_media ul li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0 0 0 24px;
}

#s_media ul li#twitter {
	background:transparent url("../images/twitter.png") 0 4px no-repeat;
	display: inline;
}

#s_media ul li a {
	color: #4064ac;
	/*font-weight: bold;*/
}





/* #right_col_actions  */

#right_col_actions {
	position: relative;
	float: left;
	width: 220px;
	margin: 0 0 20px 0;
	padding: 0;
}


#right_col_actions h3 {
	position: relative;
	float: left;
	margin:0;
	color: #fff; 
	background: #4664a6 url("/templates/default/images/sprite_x_repeat.png") 0 -50px repeat-x;
	padding: 9px 0 8px 20px;
	font-size: 1.3em;
	font-weight: bold;
	width: 200px;
}

p#cta_help {
	position: relative;
	float: left;
	font-size:1.1em;
	background: transparent url("/templates/default/images/help_face.jpg") 0 0 no-repeat;
	padding: 0 0 0 60px;
	height: 42px;
	width: 128px;
	margin: 0;
}


p#ask_a_question, p#contact_us {
	position: relative;
	float: left;
	border-top:dotted 1px #c9ccdc;
	margin-bottom: 0;
	height: 28px;
	padding: 8px 0 0 30px;
	width: 158px;
}

p#ask_a_question {
	background: transparent url("/templates/default/images/icon_question.gif") 0 5px no-repeat;
}

p#contact_us {
	background: transparent url("/templates/default/images/icon_contact.gif") 0 5px no-repeat;
}

p#ask_a_question a, p#contact_us a {
	color: #4064ac;
	text-decoration: none;
	font-weight:bold;
}

#right_col_actions .module_border_cta {
	position: relative;
	float: left;
	width: 218px;
	border-left: 1px solid #2772b8;
	border-right: 1px solid #2772b8;
	border-bottom: 1px solid #2772b8;
	width: 188px;
	padding: 10px 15px 10px 15px;
	margin: 0;
}



/* #right_col_form */

#right_col_actions form {
	position: relative;
	float: left;
	margin:0;
	width:188px;
	padding: 10px 0 0 0; 
}

#right_col_actions legend {
	display: none;
}

#right_col_actions form label {
	position: relative;
	float: left;
	margin: 6px 0 3px 0;
	font-size: 1.1em;
}

#right_col_actions form input {
	position: relative;
	float: left;
	margin:0 0 5px 0;
	width:184px;
}

#right_col_actions form select {
	position: relative;
	float: left;
	margin:5px 6px 5px 0;
	width:184px;
}

#right_col_actions form textarea {
	width:184px;
	margin:0 0 10px 0;
}

#right_col_actions form input:focus, #right_col_actions form textarea:focus {
	border:solid 1px #04256f;
}

#right_col_actions #ctacontent1 form button {
	position:relative;
	float:right;
	width:188px;
	height:22px;  
	background:transparent url("/templates/default/images/btn_sprite.png") 0 0 no-repeat;
	border:none;
	text-indent:-9999px;
	margin:0 0 10px 0;
	cursor:pointer;
}

#right_col_actions #ctacontent1 form button:hover {
	background:transparent url("/templates/default/images/btn_sprite.png") 0 -22px no-repeat;
}


#right_col_actions #ctacontent3 form button {
	position: relative;
	float: left;
	width: 188px;
	height:22px;
	background:transparent url("/templates/default/images/btn_sprite.png") -200px 0 no-repeat;
	border:none;
	text-indent:-9999px;
	margin:0 0 10px 0;
	cursor:pointer;
}

#right_col_actions #ctacontent3 form button:hover {
	background:transparent url("/templates/default/images/btn_sprite.png") -200px -22px no-repeat;
}

/* #right_col_articles */

#right_col_articles {
	position: relative;
	float: left;
	width: 220px;
	margin: 0 0 20px 0;
	padding: 0;
}

#right_col_articles h3 {
	position: relative;
	float:left;
	width: 200px;
	padding: 10px 0 7px 20px;
	margin: 0;
	color: #fff; 
	background: #9aaacf url("/templates/default/images/X_sprite.png") 0 0 repeat-x;
	font-size: 1.3em;
	font-weight: bold;
}

#right_col_articles .module_border {
	position: relative;
	float: left;
	width: 218px;
	border-left: 1px solid #9aaacf;
	border-right: 1px solid #9aaacf;
	border-bottom: 1px solid #9aaacf;
	padding: 10px 0 10px 0;
	margin: 0;
}

.module_border ul {
	position:relative;
	float:left;
	width:200px;
	margin:0;
}

.module_border ul li {
	height:40px;
	list-style-type:none;
	margin:0 0 0 20px;
	border-bottom:dotted 1px #c9ccdc;
	background:transparent url("/templates/default/images/module_bullet_new.png") 0 12px no-repeat;
	padding:5px 0 0 15px;
	font-size:0.9em;	
}

.module_border ul li.pdf {
	background:transparent url("/templates/default/images/pdf_icon_sml.png") 0 10px no-repeat;
	padding:5px 0 0 30px;
}

.module_border ul li a {
	color: #2772b8;
	text-decoration: none;
}
.module_border ul li a:hover {
	text-decoration: underline;
}

/* #right_col_downloads */

#right_col_downloads {
	position: relative;
	float: left;
	width: 220px;
	margin: 0 0 20px 0;
	padding: 0;
}

#right_col_downloads h3 {
	position: relative;
	float:left;
	width: 200px;
	padding: 10px 0 7px 20px;
	margin: 0;
	color: #fff; 
	background: #9aaacf url("/templates/default/images/X_sprite.png") 0 0 repeat-x;
	font-size: 1.3em;
	font-weight: bold;
}

#right_col_downloads .module_border {
	position: relative;
	float: left;
	width: 218px;
	border-left: 1px solid #9aaacf;
	border-right: 1px solid #9aaacf;
	border-bottom: 1px solid #9aaacf;
	padding: 10px 0 10px 0;
	margin: 0;
}

/* #right_col_customer */

#right_col_customer {
	position: relative;
	float: left;
	width: 220px;
	margin: 0;
	padding: 0;
}

#right_col_customer h3 {
	position: relative;
	float:left;
	width: 200px;
	padding: 10px 0 7px 20px;
	margin: 0;
	color: #fff; 
	background: #9aaacf url("/templates/default/images/X_sprite.png") 0 0 repeat-x;
	font-size: 1.3em;
	font-weight: bold;
}

#right_col_customer .module_border {
	position: relative;
	float: left;
	border-left: 1px solid #9aaacf;
	border-right: 1px solid #9aaacf;
	border-bottom: 1px solid #9aaacf;
	width: 188px;
	padding: 10px 15px 15px 15px;
	margin: 0 0 20px 0;
}	


/* #right_col_categories */

#right_col_categories {
	position: relative;
	float: left;
	width: 220px;
	margin: 0 0 20px 0;
	padding: 0;
}

#right_col_categories h3 {
	position: relative;
	float:left;
	width: 200px;
	padding: 10px 0 7px 20px;
	margin: 0;
	color: #fff; 
	background: #9aaacf url("/templates/default/images/X_sprite.png") 0 0 repeat-x;
	font-size: 1.3em;
	font-weight: bold;
}

#right_col_categories .module_border {
	position: relative;
	float: left;
	width: 218px;
	border-left: 1px solid #9aaacf;
	border-right: 1px solid #9aaacf;
	border-bottom: 1px solid #9aaacf;
	padding: 10px 0 10px 0;
	margin: 0;
}


/* #footer_menu */

#footer_menu {
	position:relative;
	float: left;
	width: 600px;
	padding: 0;
}

#footer_menu_container {
	position:relative;
	float: left;
	margin: 15px 0 0 0;
	width: 600px;
	border-right: 1px solid #9aaacf;
}

#footer_menu_container ul {
	position: relative;
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	width: 584px;
	font-size: 1.2em;
	display: inline;
}

#footer_menu_container ul li {
	position:relative;
	float: left;
	margin: 5px 5px 5px 0;
	padding: 0 0 0 10px;
	list-style: none;
	background: transparent url("/templates/default/images/foot_bullet.png") 0 8px no-repeat;
	width: 80px;
}

#footer_menu_container ul li a {
	color: #2772b8;
/*color: #4064ac;*/
	text-decoration: none;
}

#footer_menu_container ul li a:hover {
	text-decoration: underline;
}


/* #footer_newsletter */

#footer_newsletter {
	position: relative;
	float:right;
	width:200px;
	display: inline;
	margin: 20px 0 0 0;
}

#footer_newsletter fieldset {
	margin: 0;
	padding: 0;
}	

#footer_newsletter legend {
	display: none;
}

#footer_newsletter h5 {
	position: relative;
	float: left;
	margin:0;
	padding: 0;
	color:#666;
	width: 200px;
	height: 14px;
	background: transparent url("/templates/default/images/newsletter_legend.png") 0 0 no-repeat;
	text-indent: -9999px;
}

#footer_newsletter input {
	position: relative;
	float: left;
	margin: 15px 0 0 0;
	width:130px;
	padding:3px 0 3px 3px;
	height:15px;
	font-size: 1.1em;
	color: #333;
	border: inset 1px #757ca7;
}	

#footer_newsletter button {
	position: relative;
	float: left;
	background:transparent url("/templates/default/images/btn_sprite.png") -500px 0 no-repeat;
	width:60px;
	height:22px;
	text-indent:-9999px;
	cursor:pointer;
	border:none;
	margin: 15px 0 0 0;
}

#footer_newsletter button:hover {
	background:transparent url("/templates/default/images/btn_sprite.png") -500px -22px no-repeat;

}

/* #footer_sub */

#footer_sub {
	position: relative;
	float: left;
	margin: 10px 0 10px 20px;
	width: 820px;
	display: inline;
	padding: 0 0 20px 0;
}

#footer_sub p.investor {
	position: relative;
	float: left;
	width: 60px;
	height: 42px;
	text-indent: -9999px;
	background: transparent url("/templates/default/images/investor.png") 0 0 no-repeat;
	margin: 6px 0 0 0;
	padding: 0;
}

#footer_sub p.accredit {
	position: relative;
	float: left;
	width: 95px;
	height: 56px;
	text-indent: -9999px;
	background: transparent url("/templates/default/images/accredit.png") 0 0 no-repeat;
	margin: 0 0 0 10px;
	padding: 0;
	display: inline;
}

#footer_sub p.csr {
	position: relative;
	float: left;
	width: 31px;
	height: 52px;
	text-indent: -9999px;
	background: transparent url("/templates/default/images/csr.png") 0 0 no-repeat;
	margin: 0 0 0 10px;
	padding: 0;
	display: inline;
}

#footer_sub p.copyright {
	position: relative;
	float: right;
	font-size: 1.1em;
	margin: 10px 0 20px 0;
}


/* Dedictated Content Styles
---------------------------------------------------------------------------------->*/

#content h2 {
	width: 560px;
	background: #e3e8f2 url("/templates/default/images/bkg_subheading.png") 0 0 repeat-x;
	padding: 5px 0 5px 20px;
	color: #4664a6;
	margin: 0 0 20px 0;
	font-weight: bold;
}	
	

/* Main Navigation

----------------------------------------------------------------> */ 

#header_menu {
	position: absolute;
	bottom: 0;
	left:0;
	width:860px;
	height:28px;
/*	background: transparent url("/templates/default/images/X_sprite.png") 0 -550px repeat-x;*/
	/*background: transparent url("/templates/default/images/sprite_x_repeat.png") 0 -550px repeat-x;*/
	background-color:#33CCFF;
}

#lists {
	position:relative; 
	float:left; 
	width:860px; 
	padding:0;
	margin:0;
	list-style:none; 
	height:28px; 
	z-index:500; 
	display:inline;
}

#lists li {
	display:inline; 
	float:left; 	
	height:28px;
	margin:0;
	padding:0; 
	background-image: none;
	background-color:#FF9900;
}

#lists li#mainlevel_1 a.tl {
	float:left;
	display:block;
	height:28px;
	width:104px;
	text-decoration:none;
	background:transparent url("../images/sprite_nav.png") 0 0 no-repeat;
/*background-color:#00FF33;*/
	text-indent:-9999px;
}

#lists li#mainlevel_1 a.tl:hover, #lists li.hover#mainlevel_1 a.tl {
	background:transparent url("../images/sprite_nav.png") 0 -28px no-repeat;
}

#lists li#mainlevel_2 a.tl {
	float:left;
	display:block;
	height:28px;
	width:126px;
	text-decoration:none;
	background:transparent url("../images/sprite_nav.png") -104px 0 no-repeat;
/*background-color:#00FF33;*/
	text-indent:-9999px;
}

#lists li#mainlevel_2 a.tl:hover, #lists li.hover#mainlevel_2 a.tl {
	background:transparent url("../images/sprite_nav.png") -104px -28px no-repeat;
}

#lists li#mainlevel_3 a.tl {
	float:left;
	display:block;
	height:28px;
	width:126px;
	text-decoration:none;
	background:transparent url("../images/sprite_nav.png") -230px 0 no-repeat;
/*background-color:#00FF33;*/
	text-indent:-9999px;
}

#lists li#mainlevel_3 a.tl:hover, #lists li.hover#mainlevel_3 a.tl {
	background:transparent url("../images/sprite_nav.png") -230px -28px no-repeat;
}

#lists li#mainlevel_4 a.tl {
	float:left;
	display:block;
	height:28px;
	width:122px;
	text-decoration:none;
	background:transparent url("../images/sprite_nav.png") -356px 0 no-repeat;
/*background-color:#00FF33;*/
	text-indent:-9999px;
}

#lists li#mainlevel_4 a.tl:hover, #lists li.hover#mainlevel_4 a.tl {
	background:transparent url("../images/sprite_nav.png") -356px -28px no-repeat;
}

#lists li#mainlevel_5 a.tl {
	float:left;
	display:block;
	height:28px;
	width:142px;
	text-decoration:none;
	background:transparent url("../images/sprite_nav.png") -478px 0 no-repeat;
/*background-color:#00FF33;*/
	text-indent:-9999px;
}

#lists li#mainlevel_5 a.tl:hover, #lists li.hover#mainlevel_5 a.tl {
	background:transparent url("../images/sprite_nav.png") -478px -28px no-repeat;
}

#lists li#mainlevel_6 a.tl {
	float:left;
	display:block;
	height:28px;
	width:126px;
	text-decoration:none;
	background:transparent url("../images/sprite_nav.png") -620px 0 no-repeat;
/*background-color:#00FF33;*/
	text-indent:-9999px;
}

#lists li#mainlevel_6 a.tl:hover, #lists li.hover#mainlevel_6 a.tl {
	background:transparent url("../images/sprite_nav.png") -620px -28px no-repeat;
}

#lists li#mainlevel_7 a.tl {
	float:left;
	display:block;
	height:28px;
	width:114px;
	text-decoration:none;
	background:transparent url("../images/sprite_nav.png") -746px 0 no-repeat;
/*background-color:#00FF33;*/
	text-indent:-9999px;
}

#lists li#mainlevel_7 a.tl:hover, #lists li.hover#mainlevel_7 a.tl {
	background:transparent url("../images/sprite_nav.png") -746px -28px no-repeat;
}

/*#lists li#mainlevel_1 a.tl1:hover, #lists li.hover#mainlevel_1 a.tl1 {
	background:transparent url("../images/sprite_nav.png") 0 -28px no-repeat;
}*/

/*

#lists li a.tl2 {

	float:left;

	display:block;

	height:40px;

	width:172px;

	text-decoration:none;

	background:transparent url("../images/main_nav.original.png") -162px 0 no-repeat;

	text-indent:-9999px;

}



#lists li a.tl2:hover, #lists li.hover#mainlevel_2 a.tl2  {

	background:transparent url("../images/main_nav.original.png") -162px -40px no-repeat;

}



#lists li a.tl3 {

	float:left;

	display:block;

	height:40px;

	width:174px;

	text-decoration:none;

	background:transparent url("../images/main_nav.original.png") -334px 0 no-repeat;

	text-indent:-9999px;

}



#lists li a.tl3:hover, #lists li.hover#mainlevel_3 a.tl3  {

	background:transparent url("../images/main_nav.original.png") -334px -40px no-repeat;

}



#lists li a.tl4 {

	float:left;

	display:block;

	height:40px;

	width:237px;

	text-decoration:none;

	background:transparent url("../images/main_nav.original.png") -508px 0 no-repeat;

	text-indent:-9999px;

}



#lists li a.tl4:hover, #lists li.hover#mainlevel_4 a.tl4  {

	background:transparent url("../images/main_nav.original.png") -508px -40px no-repeat;

}



#lists li a.tl5 {

	float:left;

	display:block;

	height:40px;

	width:235px;

	text-decoration:none;

	background:transparent url("../images/main_nav.original.png") -745px 0 no-repeat;

	text-indent:-9999px;

}



#lists li a.tl5:hover, #lists li.hover#mainlevel_5 a.tl5  {

	background:transparent url("../images/main_nav.original.png") -745px -40px no-repeat;

}*/





















/*#lists li {
	display:inline; 
	float:left; 
	height:28px;
	margin:0;
	padding: 0;
	background: none; 
}*/

#mainlevel_1, #mainlevel_2, #mainlevel_3, #mainlevel_4, #mainlevel_5, #mainlevel_6 {
	/*background:transparent url("/templates/default/images/mail_lvl_arrow.gif") top right no-repeat;*/
}

#lists li a.tl {
/*	display:block;
	height:24px;
	text-decoration:none;
	line-height:20px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	float:left;*/
/*	padding:4px 30px 0 30px;*/
	/*background:transparent url("/templates/default/images/mail_lvl_arrow.gif") top right no-repeat;*/
	/*background-color:#0099FF;*/
}

/*#lists li a.tl:hover, #lists li.hover a.tl {
background:transparent url("/templates/default/images/mainnav_hover.gif") 3px 0 repeat-x;
}*/

/*#lists li a.tl2 {
	display:block;
	height:30px;
	text-decoration:none;
	line-height:20px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	float:left;
	padding:6px 42px 0 42px;
	background:transparent url("/templates/default/images/line.gif") top right no-repeat;
}*/

#lists div {
	display:none;
}

/*#lists li a:hover {
	text-decoration:none;
	white-space:normal; 
	background-position:3px 0; 
	background:transparent url("/templates/default/images/mainnav_hover.gif") 3px 0 no-repeat;
}
#lists li a:active {
	 background:transparent url("/templates/default/images/mainnav_hover.gif") 3px 0 no-repeat;
}

#lists li:hover > a {
	text-decoration:none;
	white-space:normal;
	background-position:3px 0;
}*/

#lists :hover div {
	position:absolute;
	left:0;
	top:28px;
	display:block;
/*	border-left:1px solid #9aaacf;
	border-right:1px solid #9aaacf;
	border-bottom:1px solid #9aaacf;*/
		border-left:1px solid #0d3652;
	border-right:1px solid #0d3652;
	border-bottom:1px solid #0d3652;
	padding-bottom:10px;
	
}


#lists .two:hover {
	position:relative;
}
#lists .single:hover {
	position:relative;
}
#lists :hover div.pos1 {background:#fff; width:200px; padding-top:10px;}
#lists :hover div.pos2 {background:#fff; width:400px;}
#lists :hover div.pos3 {background:#fff; width:600px;}
#lists :hover div.pos4 {background:#fff; width:800px; }
#lists .three:hover div.pos5 { background:#fff;}

#lists :hover div dl {
	float:left;
	width:179px;
	display:inline; 
	padding:0; 
	margin:0 10px 0px 10px;
	/*background-color:#99FF66;*/
}
#lists :hover div dl dt {
	width:179px;
	text-indent:10px;
	margin:5px 0 0 0;
	text-decoration:none;
	height:27px;
	line-height:20px;
	color:#4664a6; 
	font-weight:bold; 
	padding:5px 0 0 0; 
	text-decoration:underline;
}

/*#lists .two:hover div {left:-150px;}
#lists .two:hover div dl {width:179px;}
#lists .two:hover div dl dt {width:179px;}
#lists .single:hover div dl {width:129px;}
#lists .single:hover div dl dt {width:129px;}
#lists .three:hover div {left:-350px;}
#lists :hover div dl dd {padding:0; margin:0;}*/

#lists :hover div dt a {
	text-decoration:none; 
	cursor:default;
	color:#333; 
	background:none; 
	background-image:none;
}

#lists :hover div dd a {
	display:block; 
	text-decoration:none; 
	font-weight:normal; 
	font-size:11px; 
	color:#000;
	line-height:15px; 
	padding:0 0 8px 10px;
}
#lists :hover div dd a:hover {
	text-decoration:underline; 
	color:#2971a7; 
	background-image:none;
}

#lists .clear {
	clear:both;
}

/* Homepage
---------------------------------------------------------------------------------->*/

body#homepage #breadcrumb {
	display: none;
}

/* #USP_mod */

#USP_mod {
	position: relative;
	float: left;
	width: 860px;
	height: 240px;
	margin: 10px 0 10px 0;
}

#banner {
	position: relative;
	float: left;
	width: 858px;
	height: 192px;
	background-color: #99a9ce;
	padding: 1px 1px 0 1px;
}

#USP_switcher {
	position: relative;
	float: left;
	width: 860px;
	height: 48px;
	background-color: #283969;
	cursor: pointer;
}
	
ul#switcher {
	position:relative;
	float: left;
	background-color:#FFFF00;
	margin: 0;
	padding: 0;
}

ul#switcher li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 14px;
}

ul#switcher li a {
	color: #fff;
	text-decoration: none;
	padding: 8px 0 0 10px;
	height: 32px;
	font-weight: bold;
	font-size: 0.9em;
}

ul#switcher li#switch01 a {
	width:162px;
	background: #6f072f url("/templates/default/images/X_sprite.png") 0 -200px repeat-x;
	display: block;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
}

ul#switcher li#switch02 a {
	width:161px;
	background: #510909 url("/templates/default/images/X_sprite.png") 0 -250px repeat-x;
	display: block;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
}

ul#switcher li#switch03 a {
	width:161px;
	background: #0f3661 url("/templates/default/images/X_sprite.png") 0 -300px repeat-x;
	display: block;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
}
ul#switcher li#switch04 a {
	width:161px;
	background: #2c4d0d url("/templates/default/images/X_sprite.png") 0 -350px repeat-x;
	display: block;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
}

ul#switcher li#switch05 a {
	width:161px;
	background: #996c04 url("/templates/default/images/X_sprite.png") 0 -400px repeat-x;
	display: block;
	border-bottom: solid 1px #fff;
}

ul#switcher li#switch01 a:hover, ul#switcher li#switch02 a:hover, ul#switcher li#switch03 a:hover, ul#switcher li#switch04 a:hover, ul#switcher li#switch05 a:hover {
	background: #292369 url("/templates/default/images/X_sprite.png") 0 -450px repeat-x;
	border-bottom:solid 1px #283969;
}

/* #engagment_modules */

#engagment_modules {
	position: relative;
	float: left;
	width:860px;
}

.homepage_boxout {
	position: relative;
	float: left;
	width: 200px;
	margin: 0 20px 0 0;
}

.homepage_boxout h3  {
	position: relative;
	float:left;
	width: 180px;
	padding: 10px 0 5px 20px;
	margin: 0;
	color: #283969; 
/*color: #1c5285;*/
	background: #9aaacf url("/templates/default/images/X_sprite.png") 0 0 repeat-x;
/*background: #9aaacf url("/templates/default/images/sprite_x_repeat.png") 0 0 repeat-x;*/
	font-size: 1.4em;
	font-weight: bold;
}

.homepage_boxout ul {
}

.homepage_boxout .module_border {
	position: relative;
	float: left;
	width: 198px;
/*	border-left: 1px solid #2772b8;
	border-right: 1px solid #2772b8;
	border-bottom: 1px solid #2772b8;*/
	border-left: 1px solid #9aaacf;
	border-right: 1px solid #9aaacf;
	border-bottom: 1px solid #9aaacf;
	padding: 10px 0 10px 0;
	margin: 0;
}

body#homepage #right_col_actions {
	position: relative;
	float: left;
	width: 200px;
}

body#homepage #right_col_actions h3 {
	position: relative;
	float: left;
	width: 180px;
	padding: 10px 0 7px 20px;
	color: #fff; 
	background: #4664a6 url("/templates/default/images/sprite_x_repeat.png") 0 -50px repeat-x;
	font-size: 1.3em;
	font-weight: bold;
}

body#homepage .module_border_cta {
	position: relative;
	float: left;
	width: 188px;
	border-left: 1px solid #9aaacf;
	border-right: 1px solid #9aaacf;
	border-bottom: 1px solid #9aaacf;
	padding: 10px 0 10px 10px;
}

body#homepage p#cta_help {
	position: relative;
	float: left;
	font-size:1.1em;
	background: transparent url("/templates/default/images/help_face.jpg") 0 0 no-repeat;
	padding: 0 0 0 50px;
	height: 42px;
	width: 128px;
	margin: 0;
}


body#homepage p#ask_a_question, body#homepage p#contact_us {
	position: relative;
	float: left;
	border-top:dotted 1px #c9ccdc;
	margin-bottom: 0;
	height: 24px;
	padding: 7px 0 0 30px;
}

body#homepage p#ask_a_question {
	background: transparent url("/templates/default/images/icon_question.gif") 0 5px no-repeat;
}

body#homepage p#contact_us {
	background: transparent url("/templates/default/images/icon_contact.gif") 0 5px no-repeat;
}

body#homepage p#ask_a_question a, body#homepage p#contact_us a {
	color: #4064ac;
	text-decoration: none;
	font-weight:bold;
}

body#homepage .module_border ul {
	position:relative;
	float:left;
	width:190px;
	margin:0;
}

body#homepage .module_border ul li {
	height:25px;
	list-style-type:none;
	margin:0 0 0 10px;
	border-bottom:dotted 1px #c9ccdc;
	background:transparent url("/templates/default/images/module_bullet_new.png") 0 12px no-repeat;
	padding:5px 0 0 15px;
	font-size:0.9em;	
}

/* #welcome_text */

#welcome_text {
	position:relative;
	float: left;
	width: 860px;
	margin: 18px 0 0 0;
}


#left_article {
	position: relative;
	float: left;
	width: 420px;
}

#right_article {
	position: relative;
	float: right;
	width: 420px;
}

#welcome_text h2 {
	width: 400px;
	background: #e3e8f2 url("/templates/default/images/X_sprite.png") 0 -500px repeat-x;
	padding: 5px 0 5px 20px;
	color: #283969;
	font-weight: bold;

}

#welcome_text p {
	margin: 15px 20px 0 20px;
}

#gmap {
  border: 1px solid #CCCCCC;
	float: left;
	height: 600px;
	padding: 3px;
	width: 99%;
}

div.text table {
  border: none;
}

div.text td {
  border: none;
	vertical-align: top;
	padding: 0px;
}