@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px; /* sets the stage for using ems */
	text-align: justify;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#454545;
}
hr {
	display: none;
}

a {
	text-decoration: none;
	color:#4083c2;
}
a:hover {
	color: #902644;
}
.clearHack {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

#skipLink {
	display: none;
}
h1 {
	color:#4083c2;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:600;
	text-transform:uppercase;
	line-height:28px;
}

h1 a {
}

p {
	font-size: 12px; /* sets the stage for using ems */
	text-align: justify;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	margin-top:2px;
	margin-bottom:8px;
}
h2 {
	font-size: 16px; /* sets the stage for using ems */
	text-align: left;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:600;
	color:#398a98;
	padding-bottom:6px;
	display:block;
}
h3 {
	font-size: 12px; /* sets the stage for using ems */
	text-align: left;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:600;
	color:#902644;
	padding-bottom:6px;
/*	display:block;*/
}
ul {
	list-style-image:url(../images/bullet.gif);
	list-style-position:outside;
}
ol {
	list-style-position:outside;
}
.highlight{
	font-weight:600;
	color:#2a2e6a;
}
.highlight-cap{
	font-weight:600;
	color:#2a2e6a;
	text-transform:capitalize;
}

/* images
==============================================================================*/

img {
	border: 0; /* removes border in case images get have anchor around them */
}
img.icon{
	width:28px;
	height:28px;
	float:left;
}

.bordered {
	padding: 3px;
	border: 1px solid #ccc;
}

.noStyle{
	padding: 0;
	border: 0 none;
}

.right {
	float: right;
	margin: 0.3em 0 0 1.3em;
}

.left {
	float: left;
	margin: 0.3em 1.3em 0 0;
}

.center {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

/* layout setup
==============================================================================*/

#container, #wrapper {
	position: relative;
	margin: 0 auto;
	width: 960px;
/*	padding-left:20px;*/
}

#wrapper:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#header{
	float:left;
    background-image:url(../images/header_bgr.png);
	background-position:top left;
	background-repeat:repeat-x;
	width: 960px;
	height:96px;
	}

#logo {
    position:relative;
    float:left;
    width:325px;
    margin-left:19px;
    margin-top:12px;
    height:73px;
    background-repeat:no-repeat;
/*    background:url(../images/logo_bg_1.png);*/
}

#logo a{
    display:block;
    width:300px;
    height:70px;
}
.bg_1 {
	background:url(../images/logo_bg_1.png);
}
.en_1 {
	background:url(../images/logo_en_1.png);
}
.bg_2 {
	background:url(../images/logo_bg_2.png);
}
.en_2 {
	background:url(../images/logo_en_2.png);
}

#site-switch{
	float:right;
	height:26px;
	margin-top:36px;
	margin-right:12px;
	background-image:url(../images/switch_bgr.png);
	background-position:top left;
	background-repeat:repeat-x;
	border:1px solid #e1e1f1;
	color:#3c4178;
	font-size:16px;
	font-weight:600;
	text-transform:uppercase;
	padding-left:16px;
	padding-right:16px;
	padding-top:12px;
	min-width:150px;
	max-width:450px;
}
#site-switch a{
	color:#3c4178;
}
/* top-level navigation
==============================================================================*/
#nav{
	float:left;
	height:60px;
	width:960px;
	overflow:hidden;
	background-image:url(../images/nav_bgr.png);
	background-position:top left;
	background-repeat:repeat-x;
    list-style: none;
}
#nav li {
        float: left;
        height: 58px;
		max-height:58px;
		width:120px;
        max-width: 140px;
		background-image:url(../images/nav_li_bgr.png);
		background-position:bottom right;
		background-repeat:no-repeat;
        overflow: hidden; /* if text-resize, this'll keep the nav the same size */
}

#nav li a {
        display: block;
        height: 58px;
		max-height:58px;
		width:98%;
        overflow: hidden;
        background-position: 50% 0; /* horizontally centers the background image */
        background-repeat: no-repeat;
        line-height:40px;
        text-transform:uppercase;
        color:#e9e5e5;
        font-size:12px;
        text-align:center;
        background-image:url(../images/nav_button.png);
}


#nav li a.navButton { 
	background-position:50% 0px;
}


#nav li a:hover {
	background-position:50% -60px;
	color:#2D316C;
}

#nav li a.currentSection,
	#nav li a.currentSection:hover {
	background-position:50% -120px;
		color:#902644;
}

/* main
==============================================================================*/
#main{
	float:left;
	width:960px;
	overflow:hidden;
	min-height:400px;
	padding:0px;
}
#main-bgr{
	position:relative;
	width:960px;
	height:24px;
	top:0px;
	left:0px;
	z-index:1000;
	background-image:url(../images/main_bgr.png);
	padding:0px;
	margin:0px;
}
#main-left{
	float:left;
	margin-top:-24px;
	width:74px;
/*	padding-top:28px;*/
	overflow:hidden;
	min-height:350px;
}
#main-center{
	float:left;
	margin-top:-24px;
	width:594px;
	padding-top:0px;
	overflow:hidden;
	min-height:350px;
}
#main-right{
	float:left;
	margin-top:-24px;
	width:280px;
	max-width:280px;
	padding-left:12px;
	padding-top:44px;
	overflow:hidden;
	min-height:350px;
}

/* left block
==============================================================================*/
#lang{
	color:White;
	margin-left:12px;
	position:relative;
	z-index:2000;
}
#lang a{
	color:White;
}
#left-icons{
	float:left;
	margin-top:16px;
}
#left-icons img{
	width:24px;
	height:24px;
	float:left;
}


/* central block
==============================================================================*/

#home-block{
	float:left;
	width:594px;
	padding-top:0px;
	overflow:hidden;
	min-height:300px;
	background-image:url(../images/homeblock_bgr.png);
	background-position:bottom left;
	background-repeat:repeat-x;
}
#home-img{
	float:left;
	width:590px;
	margin:1px 2px 0px 2px;
	overflow:hidden;
       max-height:220px;
       height:220px;	
}
#home-img img{
	position:relative;
        top:0px;
	width:590px;
	height:220px;
	z-index:1;
}

#home-block-btm{
	float:left;
	width:594px;
	padding-top:0px;
	overflow:hidden;
	height:20px;
	background-image:url(../images/homeblock_btm.png);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#article-block{
	float:left;
	width:572px;
	padding:16px 20px 16px 20px;
	overflow:hidden;
	min-height:300px;
}
#article-block li {
margin-left:16px;}



/* sub navigation
==============================================================================*/
.subNav{
	position:relative;
/*	float:left;
	height:30px;
	overflow:hidden;*/
	width:594px;
	max-width:594px;
	list-style: none;
	min-height: 30px;
	margin-top:4px;
	text-align:center;
	z-index:2000;	
}
.subNav-home{
	float:left;
	height:30px;
	overflow:hidden;
	width:594px;
	max-width:594px;
	list-style: none;
	min-height: 30px;
	margin-top:4px;
	text-align:center;
	z-index:2000;	
}

.subNav li {
    float: left;
	height: 18px;
	margin-top:4px;
	padding-left:6px;
	padding-right:6px;
	border-right:1px solid #791a2f;
}
.subNav li.last {
	border-right:0px solid #791a2f;
}

.subNav li a {
	display: block;
	line-height:18px;
	text-transform:uppercase;
	color:#791a2f;
	font-size:11px;
	text-align:center;
	min-width: 60px;
	padding-left:6px;
	padding-right:6px;
}

.subNav li a:hover {
	text-decoration: none;
	background-color: #d3b5bc;
}
.subNav li a.currentSection,
	#subNavnav li a.currentSection:hover {
		color:White;
		background-color:#791a2f;
}
.subNav li a.last {
}

/* slogan and title
==============================================================================*/
#slogan{
	float:left;
	overflow:hidden;
	width:540px;
	max-width:540px;
	min-height: 70px;
	margin-top:24px;
	text-align:justify;
	color:#6f7377;
	margin-left:20px;
	font-size:12px;
}
#slogan .highlight{
	font-weight:600;
	color:#2a2e6a;
}

#page-title-home {
	float:right;
	overflow:hidden;
	width:150px;
	margin-top:44px;
	margin-right:20px;
	text-align:right;
}
#page-title {
	float:left;
	overflow:hidden;
	width:580px;
	margin-top:16px;
	margin-left:20px;
	text-align:left;
}
.page-title {
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
	color:#1b1e5e;
}
.page-title-home {
	font-size:13px;
	font-weight:600;
	text-transform:uppercase;
	color:#791a2f;
}
/* news
==============================================================================*/
#home-news{
	float:left;
	width:594px;
	margin-top:32px;
}
#home-news ul{
	list-style: none;
	min-height: 30px;
	margin-top:4px;
	text-align:left;
	padding-left:28px;
	padding-right:28px;
}
#home-news li {
    float: left;
	min-height: 18px;
	width:520px;
	margin-top:4px;
	padding-top:6px;
	padding-left:16px;
	padding-bottom:6px;
	border-bottom:1px solid #d6d5d3;
	background-image:url(../images/news_bullet.png);
	background-position:center left;
	background-repeat:no-repeat;
}
#home-news li.last {
	border-bottom:0px solid #d6d5d3;
}

#home-news li a {
	display: block;
	line-height:18px;
	color:#6f7c82;
	font-size:12px;
	text-align:left;
	min-width: 550px;
}

#home-news li a:hover {
	text-decoration: none;
	color: #902644;
}
#home-news li a.last {
	color:#4083c2;
	font-weight:600;
}
#home-news li a.last:hover {
	color: #902644;
}

#list-news{
	float:left;
	width:572px;
/*	margin-top:16px;*/
}

#list-news img {
	padding: 3px;
	margin-top:4px;
	margin-right:6px;
	border: 1px solid #ccc;
	float:left;
	width:150px;
	height:100px;
	
}

#list-news ul{
	list-style: none;
	min-height: 30px;
	margin-top:-12px;
	margin-left:0px;
}
#list-news li {
    float: left;
	min-height: 18px;
        min-width:400px;
	margin-top:4px;
	padding-top:6px;
	padding-bottom:6px;
	border-bottom:1px solid #d6d5d3;
	padding-left:-20px;
	margin-left:0px;
        width:98%;
}

#list-news li.last {
	border-bottom:0px solid #d6d5d3;
}

#list-news li a {
	line-height:18px;
	color:#6f7c82;
	font-size:12px;
}

#list-news li a:hover {
	text-decoration: none;
	color: #902644;
}
#list-news li a.last {
	color:#4083c2;
	font-weight:600;
}
#list-news li a.last:hover {
	color: #902644;
}




/* right block
==============================================================================*/

#internet-banking{
	float:left;
	height:48px;
	max-height:48px;
	background-image:url(../images/banking.png);
	background-position:top left;
	background-repeat:repeat-x;
	border:1px solid #e1e1f1;
	min-width:278px;
        width:278px;
	max-width:278px;
}
#internet-banking a{
	display:block;
	background-image:url(../images/right_bullet.png);
	background-position:center left;
	padding-left:18px;
	margin-left:16px;
	margin-top:16px;
	background-repeat:no-repeat;
	color:#902644;
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
}
#ratetabs{
	float:left;
	margin:0px;
	width:276px;
        min-width:276px;
        max-width:276px;
	font-size:11px;
}
#accordion{
	float:left;
	margin-left:0px;
	margin-top:16px;
	margin-bottom:2px;
	width:278px;
        min-width:278px;
        max-width:278px;
	font-size:11px;
}

#accordion h3{
	color:#902644;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:36px;
	font-weight:600;
	text-transform:uppercase;
	min-height:48px;
	height:48px;
}
#accordion h3 a{
	color:#902644;
}

#right-menu{
	float:left;
        display:inline;
	margin-left:16px;
	margin-top:16px;
	margin-bottom:16px;
	width:264px;
        min-width:264px;
        max-width:264px;
}
#right-menu h1 {
	font-size:16px;
	display:block;
	background-image:url(../images/right_bullet.png);
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:18px;	
	width:247px;
}

#right-menu ul{
	list-style: none;
	min-height: 30px;
	margin-top:4px;
	text-align:left;
	padding-left:18px;
}
#right-menu li {
    float: left;
	min-height: 14px;
	width:240px;
	padding-top:8px;
}
#right-menu li.last {
}

#right-menu li a {
	display: block;
	line-height:14px;
	color: #902644;
	font-size:12px;
	text-align:left;
	min-width: 250px;
	font-weight:600;
	text-transform:uppercase;
	font-family:Arial Narrow, sans-serif;
}

#right-menu li a:hover {
	text-decoration: none;
	color:#6f7c82;
}
#right-menu li a.last {
	color:#4083c2;
}
#right-menu li a.last:hover {
	color: #902644;
}
div.right-banner{
	float:left;
    display:inline;
	border:1px solid #e1e1f1;
	margin:4px 26px 4px 26px;
	padding:4px;
	text-align:center;
	min-width:230px;
	width:230px;
	max-width:230px;
}
a.right-banner{
	float:left;
	margin:8px 4px 8px 4px;
	text-align:center;
	text-decoration:none;
	font-size:18px;
	font-weight:600;
	font-family:Arial Narrow,Arial,sans-serif;
	text-transform:uppercase;
	color:#4083c2;
}

a.right-banner:hover {
	color: #902644;
}

div.blue-banner{
	float:left;
    display:inline;
	border-color: #b4b4d6;
	height:44px;
    background-image:url(../images/blue-banner.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:0px;
	padding-bottom:0px;
}

a.blue-banner{
	margin:12px 4px 8px 4px;
	color:#FFF;
}

a.blue-banner:hover {
	color: #CCC;
}
div.red-banner{
	float:left;
    display:inline;
	border-color: #b4b4d6;
	height:44px;
    background-image:url(../images/red-banner.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:0px;
	padding-bottom:0px;
}

a.red-banner{
	margin:12px 4px 8px 4px;
	color:#FFF;
}

a.red-banner:hover {
	color: #CCC;
}

.double-banner{
	float:left;
	height:240px;
	max-height:240px;
	border:1px solid #e1e1f1;
	min-width:234px;
	max-width:234px;
	margin:8px 28px 4px 28px;
}

.full-banner{
	float:left;
	height:120px;
	max-height:120px;
	border:1px solid #e1e1f1;
	min-width:234px;
	max-width:234px;
	margin:8px 28px 4px 28px;
}
.half-banner{
	float:left;
	height:60px;
	max-height:60px;
	border:1px solid #e1e1f1;
	min-width:234px;
	max-width:234px;
	margin:8px 28px 4px 28px;
}

/* footer block
==============================================================================*/
#footer{
	float:left;
    background-image:url(../images/footer.png);
	background-position:top left;
	background-repeat:repeat-x;
	width: 960px;
	height:84px;
	margin-top:16px;
}

#footerNav{
	float:left;
	width:650px;
	max-width:650px;
	list-style: none;
	min-height: 18px;
	margin-top:8px;
	text-align:center;
}
#footerNav li {
    float: left;
	height: 14px;
	margin-top:0px;
	padding-left:2px;
	padding-right:2px;
	border-right:0px solid White;
}
#footerNav li.last {
	border-right:0px solid #791a2f;
}

#footerNav li a {
	display: block;
	line-height:14px;
	text-transform:uppercase;
	color:#bfa0a7;
	font-size:10px;
	text-align:center;
	min-width: 40px;
	padding-left:3px;
	padding-right:3px;
}

#footerNav li a:hover {
	color:White;
}
#footerNav li a.currentSection,
	#footerNav li a.currentSection:hover {
		color:#791a2f;
	background-color: #d3b5bc;
}
#footerNav li a.last {
}

#copyright{
	display:block;
	float:left;
	color:#bfa0a7;
	font-size:10px;
	text-align:left;
	padding-left:6px;
	padding-top:32px;
	width:600px;
	max-width:600px;
}
#address{
	display:block;
	float:right;
	color:#bfa0a7;
	font-size:11px;
	line-height:14px;
	padding-right:6px;
	margin-top:8px;
	width:250px;
	max-width:250px;
	text-align:left;
}
#nit{
	display:block;
	float:right;
	color:#bfa0a7;
	font-size:10px;
	padding-right:6px;
	padding-top:6px;
	height:20px;
	max-width:300px;
	text-align:right;
	width:284px;
}
#nit a {
	display:block;
	float:left;
	width:260px;
	color:#bfa0a7;
	height:16px;
	background-image:url(../images/nit.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding-right:24px;
}
#nit img{margin-left:6px;}

#search{
	float:left;
	width:100%;
	line-height:14px;
	margin-top:-12px;
	margin-bottom:12px;
}
#ajaxSearch_form fieldset{
	border:0px;
}
#ajaxSearch_input{
	float:left;
	width:230px;
	height:18px;
	margin-top:2px;
}
#ajaxSearch_submit{
	float:left;
	background:url(../images/forward24m.png);
	width:24px;
	height:24px;
	border:0px;
	margin-left:6px;
}
.AS_ajax_result{
	font-size:11px;
	line-height:14px;

}
.AS_ajax_resultExtract{
	font-size:10px;
	line-height:12px;

}
.videoItem{
margin-left:8px;
margin-bottom:16px;
}
#paging {
    margin-top:12px;
	float:right;
	list-style: none;
}
#paging li {
	float:left;
	font-size:10px;
	color:#565F61;
	text-align:center;
}
#paging li span{
	display:block;
	float:left;
	padding:3px;
	font-size:10px;
	color:#565F61;
	min-height:12px;
	min-width:12px;
	text-align:center;
}

#paging li a{
	display:block;
	float:left;
	padding:3px;
	font-size:10px;
	color:#565F61;
	min-height:12px;
	min-width:12px;
	text-align:center;
}
#paging li a:hover{
	color:White;
	background-color:#363B73;
}
#paging li a.currentPage {
	color:White;
	background-color:#363B73;
}
span.ditto_currentpage {
	display:block;
	float:left;
	padding:3px;
	font-size:10px;
	color:White;
	background-color:#363B73;
	min-height:12px;
	min-width:12px;
	text-align:center;
}
a.ditto_page {
	display:block;
	float:left;
	padding:3px;
	font-size:10px;
	color:#565F61;
	min-height:12px;
	min-width:12px;
	text-align:center;
}
a.ditto_page:hover{
	color:White;
	background-color:#363B73;
}
