/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #cd3a3b; color: #fff; text-shadow: none; }
::selection { background: #cd3a3b; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold;}
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer;float:left;margin-left:4px;}
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; float:left; clear:left; margin-left:14px;}
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

/* ===== Text styles ========================================================
   Author: raveen@pyxle.net
   ========================================================================== */

@font-face {
    font-family: 'CorbelRegular';
    src: url('fonts/corbel-webfont.eot');
    src: url('fonts/corbel-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/corbel-webfont.woff') format('woff'),
         url('fonts/corbel-webfont.ttf') format('truetype'),
         url('fonts/corbel-webfont.svg#CorbelRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CorbelBold';
    src: url('fonts/corbelb-webfont.eot');
    src: url('fonts/corbelb-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/corbelb-webfont.woff') format('woff'),
         url('fonts/corbelb-webfont.ttf') format('truetype'),
         url('fonts/corbelb-webfont.svg#CorbelBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CorbelItalic';
    src: url('fonts/corbeli-webfont.eot');
    src: url('fonts/corbeli-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/corbeli-webfont.woff') format('woff'),
         url('fonts/corbeli-webfont.ttf') format('truetype'),
         url('fonts/corbeli-webfont.svg#CorbelItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* ===== Primary Styles ========================================================
   Author: raveen@pyxle.net
   ========================================================================== */

body {
	background: url('../../images/main-top-bg.png') repeat-x top left #f3f3f3;	
}

h1 {
	font-size: 30px;
	color: #a10000;
	font-family: 'CorbelBold';
	height: auto;
	line-height: 35px;	
	text-transform: uppercase;
	margin: 0;
}

h2 {
	font-size: 24px;
	color: #a10000;
	font-family: 'Droid Sans', sans-serif;
	height: auto;
	line-height: 35px;	
	text-transform: uppercase;
	margin: 0;
}

.wrapper {
	margin: 0 auto;
	width: 960px;
	background-color: #fff;	
}

.header-top {
	width: 960px;
	float: left;
	height: auto;
	position: relative;
	z-index: 2;
}

.header_top_right {
	float: left;
	width: 735px;
	padding: 10px 0 0 0;
}

img.dfcc-logo {
	float: left;	
	margin: 0 0 0 20px;	
}

a.logo {
	float: left;
	width: 225px;
	height: 85px;
	background: url('../../images/logo-bg-shade.png') no-repeat bottom left;	
	margin: 10px 0 0 0;	
	position: relative;
	z-index: 2;
}

.lang_select {
	float: right;
	width: auto;
	padding: 0 10px;
	height: auto;
	margin: 6px 20px 0 0;
	color: #8c8c8c;
	font-size: 12px;
	font-family: 'CorbelRegular';
}

.lang_select a {
	color: #8c8c8c;
	text-decoration: none;
}

.lang_select a:hover {
	color: #000 !important;	
}

.lang_select a.lang_selected {
	color: #ec1c24 !important;	
	cursor: default;
}

.online_banking_login {
	float: right;
	width: 194px;
	height: auto;
	margin: 0 0 0 0;
}

.online_banking_login:hover {
	cursor: pointer;
}

.online_banking_login:hover a.img-link
{
	background-position: 0 -19px !important;
}

.online_banking_login a.text-link {
	font-family: 'Droid Sans', sans-serif;
	font-size: 11px;
	color: #383838;
	text-transform: uppercase;
	font-weight: 700; 
	text-decoration: none;
	float: left;
	margin: 7px 0 0 0;	
}

.online_banking_login a.img-link {
	border: none;
	float: right;	
	background: url('../../images/int-banking-login.png') top left no-repeat;
	width: 69px;
	height: 19px;
	margin: 5px 0 0 10px;
}

.online_banking_login a.img-link:hover {
	background-position: 0 -19px;
}


.header_sub_menu {
	float: left;
	width: 735px;
	height: auto;
	margin: 10px 0 0 0;
	padding: 5px 0 5px 0;
	background: url('../../images/sub-menu-bg.png') no-repeat 28px 0;
}

.header_sub_menu ul {
	float: left;	
	width: 515px;
	margin: 5px 0 0 40px;
}

.header_sub_menu ul li {
	float: left;	
	width: auto;
	height: 15px;
	margin: 0 6px 0 0;
	padding: 0 9px 0 0;
	font-size: 12px;
	font-family: 'CorbelRegular';
	border-right: 1px solid #d0cfcf;
}

.header_sub_menu ul li.last-child {
	border-right: none !important;	
}

.header_sub_menu ul li a {
	color: #423e41;	
	text-decoration: none;
}

.header_sub_menu ul li.active a {
	color: #951a1a !important;	
}

.header_sub_menu ul li.alias-parent-active a {
	color: #951a1a !important;	
}

.header_sub_menu ul li a:hover {
	color: #9c3737;	
}

.header_sub_menu form input {
	float: left;
	width: 147px;
	height: 10px;
	padding: 5px;	
	font-size: 11px;
	color: #838282;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 700;
	border: 1px solid #d8d8d8;
	border-right: 0px;
	outline: none;
}

#site-search img {
	float: left;
}

.main_menu {
	float: left;	
	width: 960px;
	height: auto;
	background-color: #ec1c24;
	margin: -10px 0 0 0;
	position: relative;
	z-index: 1;
}

.main_menu ul {
	float: left;
	width: auto;
	hegith: auto;
	margin: 0 0 0 20px;
	font-size: 13px;
	color: #fff;
	font-family: 'CorbelBold';
	text-transform: uppercase;
}

.main_menu ul li {
	float: left;
	margin: 0 0 0 0;
	width: auto;
}

.main_menu ul li a {
	float: left;
	margin: 0 0 0 0;
	padding: 9px 18px 6px 18px;
	width: auto;
	height: 20px;
	color: #fff;
	text-decoration: none;
}

.main_menu ul li a:hover {
	background-color: #ce2b20;
}

.main_menu ul li a:active {
	background-color: #a1190f;
}

.main_menu ul li.active {
	background-color: #b81e14;
}

.main_menu ul li.alias-parent-active {
	background-color: #b81e14;
}


.main_menu ul li.active a:hover {
	background-color: #b81e14;
}

.main {
	float: left;	
	padding-bottom: 20px;
	background: #fff;
	width: 960px;
	min-height: 300px;
}

.main-faux-bg {
	background: url('../../images/main-bg.png') repeat-y top left;
}

.home-banner {
	float: left;
	width: 960px;
	height: 370px;
}

.home-banner .slide {
	float: left;
	margin: 0 0 0 0;
}

.home-banner .slide .banner-text-container {
	float: left;
	width: 365px;
	height: auto;
	margin: -415px 0 0 300px;	
}

.home-banner .slide img {
	float: left;
	width: 960px;
	height: 370px;
	margin: 0 0 0 0;
}

.home-banner .slide h1, .home-banner .slide h2 {
	float: left;
}

.home-banner .slide h1 {
	font-size: 30px;
	color: #353135;
	font-family: 'CorbelBold';
	width: 365px;
	height: auto;
	margin: 0;
	line-height: 35px;
	text-transform: none;
}

.home-banner .slide h2 {
	font-size: 18px;
	color: #353135;
	font-family: 'CorbelBold';
	margin: 15px 0 0 0;
	width: 365px;
	height: auto;
	line-height: 20px;
	text-transform: none;
}

.home-banner .slide a.learn-more {
	float: left;
	background: url('../../images/learn-more-bg.png') top left no-repeat;
	width: 76px;
	height: 23px;		
	color: #fffefe;
	font-family: 'CorbelRegular';
	text-decoration: none;
	padding: 3px 18px;
	margin: 15px 0 0 0;
}

.home-banner .slide a.learn-more:hover {
	background-position: 0 -29px;
}

/* Home Fader CSS */

#home-slider-container div.fadenav { position: absolute; top: 350px; right: 12px; }
#home-slider-container div.fadenav a { display: block; background: #a8a59c; width: 47px; height: 13px; margin: 0 0 0 10px; float: left; overflow: hidden; border: 1px solid #c1c1c1; }
#home-slider-container div.fadenav a:hover { text-decoration: none; background-color: #c00;  }
#home-slider-container div.fadenav a.current { background: #cccbc5; }

/* End Home Fader CSS */

#banner-accordion {
	float: right;
	width: 230px;
	height: 180px;
	margin: -355px 12px 0 0;
	background-color: #acacac;
	padding: 0;
	position: relative;
	z-index: 3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#banner-accordion h2 {
	float: left;
	width: 230px;
	font-size: 16px;
	color: #fff;
	font-family: 'CorbelBold';
	text-align: center;
	text-transform: none;
	margin: 10px 0;
}

#banner-accordion a.acc-ib {
	float: left;
	padding: 6px 5px;	
	width: 200px;
	height: auto;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	font-family: 'CorbelRegular';
	text-decoration: none;
	background: url('../../images/ext-link.png') no-repeat 186px 6px #9b9b9b;
	margin: 0 0 10px 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#banner-accordion a.acc-ib:hover {
	background-color: #8e8e8e;	
}

#banner-accordion h4.tab {
	float: left;
	font-size: 12px;
	color: #fff;
	font-family: 'CorbelRegular';
	font-weight: normal;
	padding: 6px 5px 6px 15px;	
	width: 210px;
	height: auto;
	cursor: pointer;
	margin: 0 0 0 0;
	background: url('../../images/banner-accordion-arrow-down.png') no-repeat 207px 12px #acacac;
	border-bottom: 1px solid #989898;
}

#banner-accordion h4.tab:hover {
	background-color: #b5b5b5;
}

#banner-accordion h4.selected {
	background: #787877;
}

#banner-accordion h4.selected:hover {
	background-color: #787877;
}

#banner-accordion div.tab-content {
	float: left;
	font-family: 'CorbelRegular';
	font-size: 12px;
	color: #fff;
	width: 205px;
	height: 130px;
	background-color: #83837f;
	padding: 6px 10px 6px 15px;	
	margin: 0 0 0 0;
	overflow: hidden;
}

#banner-accordion div.tab-content h2 {
	float: left;
	margin: 0;
	padding: 0 !important;
	width: 200px;
	height: 28px;	
	text-align: left;
	font-size: 12px;
	color: #fff;
	margin-top: -10px;
}

#banner-accordion div.tab-content p {
	margin: 0;
	line-height: 10px;
}

#banner-accordion div.tab-content a {
	color: #fff;
	text-decoration: underline;
}

#banner-accordion div.tab-content a:hover {
	text-decoration: none;
}

#banner-accordion div.tab-content table {
	float: left;
	border: none;
}

#banner-accordion div.tab-content table th {
	background-color: #b55151;
	line-height: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding: 6px 3px;
	color: #fff;
	border-right: 1px solid #aeaeae;
	text-align: center;
}

#banner-accordion div.tab-content table td {
	background-color: #94948e;
	line-height: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding: 6px 3px;
	color: #fff;
	border: 1px solid #aeaeae;
}

#banner-accordion div.tab-content a.rates-fom {
	width: auto; 
	float: right;
	margin: 3px 0 0 0;
}

a.tool-link {
	float: left;
	width: 145px;
	height: auto;
	padding: 5px 0 5px 55px;
	margin: 0 0 10px 0;
	background: url('../../images/calculator.png') no-repeat 30px 6px #9b9b95;
	border: 1px solid #b7b7af;
	font-size: 15px;
	text-decoration: none !important;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

a.tool-link:hover {
	background-color: #afafa7;
}

.branch-locator-block {
	float: left;
	width: 220px;
	height: 85px;
	background-color: #696665;
	padding: 0 0 15px 0;
	margin: 20px 0 0 10px;	
}

.branch-locator-block h3 {
	float: left;
	width: 220px;
	height: auto;
	text-align: center;	
	font-family: 'Droid Sans', sans-serif;
	font-weight: 700;
	color: #fff;
	font-size: 14px;
	margin-bottom: 10px;
}

.branch-locator-block form#branch-locator {
	float: left;
	width: 220px;
	height: auto;	
}

.branch-locator-block form#branch-locator select {
	float: left;
	width: 163px;
	height: auto;
	margin: 0 0 0 13px;
	padding: 5px 0;
	font-size: 12px;
	color: #888888;
	font-family: 'CorbelBold';
	background-color: #ecedec;
}

.branch-locator-block form#branch-locator select option {
	padding: 5px 0;
	font-size: 12px;
	color: #888888;
	font-family: 'CorbelBold';
	background-color: #ecedec;
}

.branch-locator-block form#branch-locator input[type=submit] {
	float: left;
	width: 30px;
	height: 30px;
	background: url('../../images/branch-locator-submit.png') no-repeat top left;
	text-indent: -9999px;
	font-size: 0; 
	display:block; 
	line-height: 0;
	border: 0;
	margin: -28px 0 0 0;
}

.hidden_selectbox{
    opacity: 0;
    filter: alpha(opacity = 1);  /*for IE*/
	cursor: pointer;
	color: #666;
	position: relative;
	z-index: 2;
}

#bl-select {
    float: left;
	background: url("../../images/branch-locator-selectbox.png") no-repeat scroll 0 0 transparent;
    background-repeat: no-repeat; /*IE7*/    
    color: #000000;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: px;
    width: 158px;
	padding: 7px;
	cursor: pointer;
	margin: -28px 0 0 10px;
	color: #666;
	position: relative;
	z-index: 1;
}

.features-block {
	float: left;
	width: 713px;
	height: 100px;
	margin: 20px 0 0 10px;
	background: #efefef;
}

ul#feature-slider {
	float: left;
	width: 700px;
	height: 110px;	
	margin: 0 0 0 0;
}

/* feature Slider Carousel CSS */

.features-block .jcarousel-item {
	float: left;
	width: 215px;
	height: 90px;
	background: url('../../images/feature-bg.png') no-repeat top left;
	margin: 8px 0px 0 0;
}

.features-block .jcarousel-item:hover {
	margin: 6px 0 0 0;
}

.features-block .jcarousel-item a {
	display: block;
	margin: 0;
	padding: 0;
	width: 215px;
	height: 80px;
	text-decoration: none;	
}

.features-block .jcarousel-item a h4 {
	float: left;
	margin: 10px 0 0 15px;	
	font-size: 15px;
	color: #282727;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 700;
	width: 90px;
	line-height: 16px;
}

.features-block .jcarousel-item a h5 {
	float: left;
	margin: 2px 0 0 15px;	
	font-size: 11px;
	color: #858181;
	font-family: 'Droid Sans', sans-serif;
	text-transform: none;
	width: 90px;
	line-height: 13px;
	font-weight: normal;
}


.features-block .jcarousel-item img {
	float: right;
	width: 105px;
	height: 73px;	
	margin: 8px 5px 0 0;
}

.features-block .jcarousel-container {
	
}

.features-block .jcarousel-direction-rtl {
	direction: rtl;
}

.features-block .jcarousel-container-horizontal {
    width: 683px;
    padding: 0;
	height: 100px;
}

.features-block .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.features-block .jcarousel-clip {
    overflow: hidden;
}

.features-block .jcarousel-clip-horizontal {
    width:  663px;
    height: 100px;
	margin: 0 0 0 30px;
}

.features-block .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.features-block .jcarousel-item-horizontal {

}

.features-block .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.features-block .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.features-block .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.features-block .jcarousel-next-horizontal {
    position: absolute;
    top: 0px;
    right: -30px;
    width: 25px;
    height: 100px;
    cursor: pointer;
    background: transparent url('../../images/feature-slider-next.jpg') no-repeat 0 0;
}

.features-block .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(prev-horizontal.png);
}

.features-block .jcarousel-next-horizontal:hover,
.features-block .jcarousel-next-horizontal:focus {
    background-position: -25px 0;
}

.features-block .jcarousel-next-horizontal:active {
    background-position: -25px 0;
}

.features-block .jcarousel-next-disabled-horizontal,
.features-block .jcarousel-next-disabled-horizontal:hover,
.features-block .jcarousel-next-disabled-horizontal:focus,
.features-block .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.features-block .jcarousel-prev-horizontal {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 25px;
    height: 100px;
    cursor: pointer;
    background: transparent url('../../images/feature-slider-prev.jpg') no-repeat -25px 0;
}

.features-block .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(next-horizontal.png);
}

.features-block .jcarousel-prev-horizontal:hover, 
.features-block .jcarousel-prev-horizontal:focus {
    background-position: 0 0;
}

.features-block .jcarousel-prev-horizontal:active {
    background-position: 0 0;
}

.features-block .jcarousel-prev-disabled-horizontal,
.features-block .jcarousel-prev-disabled-horizontal:hover,
.features-block .jcarousel-prev-disabled-horizontal:focus,
.features-block .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.features-block .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.features-block .jcarousel-next-vertical:hover,
.features-block .jcarousel-next-vertical:focus {
    background-position: 0 -32px;
}

.features-block .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.features-block .jcarousel-next-disabled-vertical,
.features-block .jcarousel-next-disabled-vertical:hover,
.features-block .jcarousel-next-disabled-vertical:focus,
.features-block .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.features-block .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.features-block .jcarousel-prev-vertical:hover,
.features-block .jcarousel-prev-vertical:focus {
    background-position: 0 -32px;
}

.features-block .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.features-block .jcarousel-prev-disabled-vertical,
.features-block .jcarousel-prev-disabled-vertical:hover,
.features-block .jcarousel-prev-disabled-vertical:focus,
.features-block .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}


/* end feature slider carousel CSS */

footer {
	float: left;
	width: 100%;
	height: auto;
	background: #ca1f1e;	
	margin: 0 0 0 0;
	min-width: 980px
}

footer .menus
{
	width: 960px;
	margin: 0 auto;	
}

footer ul {
	float: left;
	width: 198px;
	height: 200px;
	border-right: 1px solid #971e17;	
}

footer ul li {
	float: left;
	width: 198px;
	height: 18px;
	list-style: none;
	margin: 0 0 0 0;
	padding: 3px 0;
}

footer ul li a, footer ul li a:visited {
	text-decoration: none;
	color: #000;
	font-size: 13px;
	font-family: 'CorbelRegular';
}

footer ul li a:hover {
	color: #2f2f2f;	
}

footer li.menu-title a  {
	font-family: 'CorbelBold';
	color: #fff !important;
	font-size: 14px !important;
	text-decoration: none !important;
}

footer ul.menu-4 li {
	margin: 0 0 15px 0;
}

footer ul.menu-4 {
	border-right: none;
}

.breadcrumb {
	float: left;
	width: 945px;
	height: auto;
	background-color: #939393;
	padding: 5px 0 5px 15px;
	font-size: 11px !important;
	color: #d9d9d9 !important;
}

.breadcrumb a {	
	color: #fff;
	text-decoration: none;
}

.breadcrumb a:hover {	
	color: #ffc7c7;
}

.top-title-summary {
	float: left;
	width: 935px;
	height: 110px;
	margin: 0;
	padding: 15px 0 15px 10px;
	background-color: #fff;
	overflow: hidden;
}

.top-title-summary div {
	float: left;
/*	width: 765px; */
	width: 100%;
	height: 110px;
	padding: 0;
	overflow: hidden;
}

.top-title-summary h1 {
	float: left;
	width: 745px;
	font-size: 26px;
	font-family: 'CorbelRegular';
	color: #a01616;
	text-transform: uppercase;
	text-shadow: 2px 2px #ccc;
}

.top-title-summary p {
	float: left;
/*	width: 765px; */
	width: 100%;
	font-size: 14px !important;
	color: #515151;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	line-height: 18px;
	text-align: justify;
	color: #656565;
}

.quick-links {
	float: right;
	width: 154px;
	height: auto;
	padding: 0 0 5px 0;
	margin: 7px 0 7px 10px;
	border: 1px solid #ccc;
	font-size: 11px;
	color: #fff;
	background: url('../../images/quick-links-bg.png') top left #636363;	
	list-style-type: none;
	list-style-image: none;
	list-style-position: none;
	overflow: hidden;

	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.quick-links li.title {
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	background: url('../../images/quick-links-icon.png') no-repeat 5px 60% #ccc;
	padding: 2px 2px 2px 0;
	margin: 0 0 5px 0;
	border: 1px solid #ccc;
	color: #4d4d4d;
	font-weight: bold;
	width: 150px;
	text-indent: 25px;
	
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	border-top-right-radius: 10px;
	
}

.quick-links li {
	float: left;
	width: 150px;
	height: auto;
	padding: 0;
	margin: 0;
	border-bottom: 1px dashed #848484;
}

.quick-links li a {
	float: left;
	color: #e0e0e0;
	text-decoration: none;	
	width: 140px;
	height: auto;
	padding: 5px 2px;
	margin: 0 0 0 5px;
	background: url('../../images/quick-links-bg-img.png') no-repeat 145px 0;
	
	transition: background 1s;
	-moz-transition: background 1s; /* Firefox 4 */
	-webkit-transition: background 1s; /* Safari and Chrome */
	-o-transition: background 1s; /* Opera */
}

.quick-links li a:hover {
	background: url('../../images/quick-links-bg-img.png') no-repeat 135px 0 #878787;
}

nav.left-sidebar {
	float: left;
	width: 200px;
	min-height: 300px;
	height: auto;
	padding: 0;
	margin: 0 10px 0 10px;
	font-size: 11px;
	color: #fff;
	list-style-type: none;
	list-style-image: none;
	list-style-position: none;
	overflow: hidden;
}

nav.left-sidebar ul {
	float: left;
	margin: 0;
	padding: 0;
	width: 200px;
}

nav.left-sidebar h4.nav-title {
	float: left;
	width: 180px;
	background: #cccccc;
	color: #4d4d4d;
	margin: 0;
	padding: 5px 10px;
	text-transform: uppercase;		
	background: url('../../images/nav-icon.png') no-repeat 10px 60% #ccc;
	text-indent: 20px;
		
	-webkit-border-top-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	border-top-left-radius: 10px;
}

nav.left-sidebar ul li {
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
}

nav.left-sidebar ul li a {
	float: left;
	color: #fff;
	text-decoration: none;
	width: 180px;
	height: auto;
	padding: 5px 10px;
	background-color: #787877;
	border-bottom: 1px solid #848484;
	font-size: 14px;
	font-family: 'Pontano Sans', sans-serif;
}

nav.left-sidebar ul li.accordion a {
	background-image: url('../../images/banner-accordion-arrow-down.png');
	background-repeat: no-repeat;
	background-position: 178px 12px;	
}

nav.left-sidebar ul li.accordion a.accordionExpanded {
	background-image: url('../../images/banner-accordion-arrow-up.png');
	background-repeat: no-repeat;
	background-position: 178px 10px;	
}

nav.left-sidebar ul li a:hover {
	background-color: #898989;
}

nav.left-sidebar ul li.active a {
	background-color: #755c5c;	
}

nav.left-sidebar ul li ul li a {
	text-indent: 10px;	
	background-color: #949494 !important;
	background-image: none !important;
}

nav.left-sidebar ul li ul li a:hover {
	background-color: #898989 !important;
}

nav.left-sidebar ul li.alias-parent-active ul li.active a {
	background-color: #755c5c !important;	
}

nav.left-sidebar div.ad {
	/*width: 180px;
	height: auto;
	float: left;
	margin: 10px 0 0 10px;*/
	width: 177px;
	height: 44px;
	float: left;
	margin: 10px 0 0 10px;
	overflow: hidden;
	
}
nav.left-sidebar div.ad a:hover {
	background-position: 0 -46px;
}
nav.left-sidebar div.ad img {
	/*float: left;
	width: 180px;
	height: 120px;*/
	float: left;
	width: 185px;
	height: 87px;
}

nav.left-sidebar div.quick-contact {
	width: 180px;
	height: auto;
	float: left;
	margin: 10px 0 0 10px;
}

nav.left-sidebar div.quick-contact a {
	float: left;
	width: 185px;
	height: 46px;
	background: url('../../images/quick_contact.png') no-repeat 0 0;
}

nav.left-sidebar div.quick-contact a:hover {
	background-position: 0 -46px;
}

div.leasing-contact {
	width: 180px;
	height: auto;
	float: right;
	margin: 10px 0 0 10px;
}

.leasing-select-big {
    float: left;
	background: url("../../images/dropdown.png") no-repeat scroll 0 0 transparent;
    background-repeat: no-repeat; /*IE7*/    
    color: #464646;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 29px;
    width: 256px;
	padding: 7px;
	cursor: pointer;
	margin: -28px 0 0 0;
	color: #666;
	position: relative;
	z-index: 1;
}

.leasing-select-small {
    float: left;
	background: url("../../images/dropdown_small.png") no-repeat scroll 0 0 transparent;
    background-repeat: no-repeat; /*IE7*/    
    color: #464646;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 29px;
    width: 63px;
	padding: 7px 0 7px 7px;
	cursor: pointer;
	margin: -29px 0 0 191px;
	color: #666;
	position: relative;
	z-index: 1;
}

#preferred_time {
	width: 170px !important;	
	margin-right: 10px;
}

.hidden-select-leasing {
	width: 256px;	
	height: 29px;
}

.hidden-select-leasing-small {
	width: 63px;	
	height: 29px;
}

#quick-contact-form {
	float: left;
	width: 390px;
	height: auto;	
	margin: 0;
}

#quick-contact-form form, #quick-contact-form ul {
	float: left;
	width: 355px;	
	height: auto;	
	padding: 0 5px;
	list-style: none;
}

#quick-contact-form form ul li {
	float: left;
	width: 355px;
	height: auto;
	font-size: 12px;
	color: #656565;
	margin: 0 0 10px 0;
}

#quick-contact-form form ul li label {
	float: left;
	width: 100px;
	height: auto;	
	margin: 5px 0 0 0;
}

#quick-contact-form form ul li input[type=text] {
	float: left;
	width: 242px;
	padding: 5px;
	height: auto;	
	border: 1px solid #D8D8D8;
	color: #464646;
}

#quick-contact-form form ul li textarea {
	float: left;
	width: 242px;
	height: 150px;
	padding: 5px;
	border: 1px solid #D8D8D8;
	color: #464646;
}

#leasing-form {
	float: left;
	width: 435px;
	height: 500px;	
	margin: 0;
	overflow-x: hidden;
}

#leasing-form p {
	font-size: 12px;
	color: #656565;
	float: left;
	width: 410px;	
}

#leasing-form form, #leasing-form ul {
	float: left;
	width: 390px;	
	height: auto;	
	padding: 0 5px;
	list-style: none;
}

#leasing-form fieldset {
	float: left;
	width: 370px;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 0 0 10px 0;
}

#leasing-form fieldset legend {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

#leasing-form form ul li {
	float: left;
	width: 370px;
	height: auto;
	font-size: 12px;
	color: #656565;
	margin: 0 0 10px 0;
}

#leasing-form form ul li label {
	float: left;
	width: 100px;
	height: auto;	
	margin: 5px 0 0 0;
}

#leasing-form form ul li input[type=text] {
	float: left;
	width: 242px;
	padding: 5px;
	height: auto;	
	border: 1px solid #D8D8D8;
	color: #464646;
}

#leasing-form form ul li textarea {
	float: left;
	width: 242px;
	height: 150px;
	padding: 5px;
	border: 1px solid #D8D8D8;
	color: #464646;
}


div.leasing-contact a {
	float: right;
	width: 185px;
	height: 46px;
	background: url('../../images/leasing_contact.png') no-repeat 0 0;
	margin-bottom:20px;
}

div.leasing-contact a:hover {
	background-position: 0 -46px;
}


.right-content {
	float: left;
	width: 725px;
	margin: 0;
}

.right-content #product-landing-slider {
	float: left;
	width: 725px;
	height: 250px;
	margin: 0 0 10px 0;
	padding: 0;
}

.right-content #product-landing-slider .slide {
	float: left;
	width: 725px;
	height: 250px;
	margin: 0;
	padding: 0;
}

.right-content #product-landing-slider .slide img { /* Personal Banking version */
	float: left;
	width: 725px;
	height: 250px;	
	margin: 0;
}

.right-content.pers-banking #product-landing-slider { /* Personal Banking version */
	float: left;
	width: 525px;
	height: 250px;
	margin: 0 0 10px 0;
	padding: 0;
}

.right-content.pers-banking #product-landing-slider .slide { /* Personal Banking version */
	float: left;
	width: 525px;
	height: 250px;
	margin: 0;
	padding: 0;
}

.right-content.pers-banking #product-landing-slider .slide img { /* Personal Banking version */
	float: left;
	width: 525px;
	height: 250px;	
	margin: 0;
}

.pers-banking-buttons {
	float: left;
	width: 185px;
	height: 250px;
	margin: 0 0 0 15px;
}

.pers-banking-buttons a {
	float: left;
	width: 185px;
	height: 118px;
	margin: 0 0 15px 0;
	background-color: #515151;
	overflow: hidden;
	
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.pers-banking-buttons a img {
	float: left;
	width: 185px;
	height: 118px;
	margin: 0;
		
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.right-content h2.prod-landing {
	width: 725px;
	float: left;
	margin: 0;
	height: 32px;
	border-bottom: 1px solid #9b5050;
	padding: 0 0;
	color: #9b5050;
	font-size: 16px;
}

.right-content h2 span.subtext {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #848484;
	font-weight: normal;
	text-transform: none;
	margin: 0 0 0 10px;
}

.right-content .product-item { 
	float: left;
	width: 229px;
	height: 135px;
	border: 1px solid #ccc;
	margin: 10px 10px 10px 0;
	padding: 0;
	overflow: hidden;
	cursor: pointer;
	background: url('../../images/product-item-bg.png') repeat-x #901414;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.right-content .product-item:hover { 
	background: url('../../images/product-item-bg-hover.png') repeat-x #901414;
}

.right-content .product-item a { 
	float: left;
	width: 229px;
	height: 185px;
	margin: 0;
	padding: 0;
	color: #fff;
	text-decoration: none;
	background: url('../../images/sme-prod-arrow.png') no-repeat 201px 109px;
	
	
	transition: background 2s;
	-moz-transition: background 2s; /* Firefox 4 */
	-webkit-transition: background 2s; /* Safari and Chrome */
	-o-transition: background 2s; /* Opera */
}

.right-content .product-item a:hover { 
	color: #5b5b5b;
	background: url('../../images/sme-prod-arrow-hover.png') no-repeat 201px 109px;
}

.right-content .product-item a:hover p { 
	color: #777777;
}

.right-content .product-item img.thumbnail { 
	float: left;
	width: 229px;
	height: 75px;
	margin: 0;
	cursor: pointer;
}

.right-content .product-item h3 { 
	float: left;
	width: 209px;
	margin: 8px 0 0 10px;;
	line-height: 20px;
	font-size: 16px;
	cursor: pointer;
}

.right-content .product-item p { 
	float: left;
	width: 185px;
	height: auto;
	margin: 2px 0 0 10px;;
	font-size: 11px;
	color: #eeeeee;
	cursor: pointer;
}

/* Product Landing Fader CSS */

#product-landing-slider div.fadenav { position: absolute; top: 230px; right: 10px; }
#product-landing-slider div.fadenav a { display: block; background: #a8a59c; width: 47px; height: 13px; margin: 0 0 0 10px; float: left; overflow: hidden; border: none; }
#product-landing-slider div.fadenav a:hover { text-decoration: none; background-color: #c00;  }
#product-landing-slider div.fadenav a.current { background: #cccbc5; }

/* End Product Landing Fader CSS */

.product-inner {
	float: left;
	width: 720px;
	height: auto;
}

.wysiwyg h3 {
	margin: 10px 0 3px 0;	
	color: #656565;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.wysiwyg table {
	float: left;
	border: 1px solid #505050;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #656565;
	margin: 5px 0 15px 0;
}

.wysiwyg p {
	font-size: 12px;
	color: #656565;
	font-family: Arial, Helvetica, sans-serif;	
}

.wysiwyg ul {
	margin: 10px 0 0 0;
	font-size: 12px;
	color: #656565;
	font-family: Arial, Helvetica, sans-serif;	
	padding: 0 0 0 20px;
}

.wysiwyg ul li {
	margin: 0 0 3px 0;
}

.wysiwyg ol {
	margin: 10px 0 0 0;
	font-size: 12px;
	color: #656565;
	font-family: Arial, Helvetica, sans-serif;	
	padding: 0 0 0 20px;
}

.wysiwyg ol li {
	margin: 0 0 3px 0;
}

.wysiwyg strong {
	font-weight: bold;	
}

.wysiwyg em {
	font-style: italic;	
}

.wysiwyg img {
	margin: 5px;
}

.wysiwyg a {
	text-decoration: none;
	color: #aa1b1b;
}

.wysiwyg a:hover {
	color: #c34545;
}

.solo-column {
	float: left;
	width: 925px;
	height: auto;
	margin: 15px 0 0 15px;
}

.article-contact {
	float: right;
	width: 200px;
	height: auto;	
	margin: 10px 0 0 10px;
	border: 1px solid #ccc;
	background-color: #f5f5f5;
	padding: 10px;
}

.article-contact h3 {
	float: left;
	width: 200px;
	margin: 0 0 10px 0;	
	color: #404040;
}

.article-contact .title {
	float: left;
	width: 70px;
	margin: 10px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	color: #A10000;
	background-color: #f7f7f7;
	padding: 5px;
}

.article-contact .content {
	float: left;
	width: 90px;	
	margin: 10px 0 0 0;
	font-size: 12px;
	color: #434343;
	padding: 5px 10px;
}

.article-contact p {
	margin: 0;
}

.vacancy {
	float: left;
	width: 720px;
	height: auto;
}

.vacancy h3 {
	float: left;
	width: 650px;
	height; auto;
	padding: 10px 10px 10px 50px;
	background: url('../../images/job-icon.png') no-repeat 10px 10px #666;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}

.vacancy h3:hover {
	background-color: #787878;	
}

.vacancy h3 span.avail-at {
	display: block;
	font-size: 10px;
	color: #e4e4e4;
}

.vacancy .content {
	float: left;
	width: 700px;
	height: auto;
	padding: 0 10px;
}

a.apply-button {
	float: right;
	width: 76px;
	height: 19px;
	background: url('../../images/learn-more-bg.png') top left no-repeat;
	font-family: 'CorbelRegular';
	text-decoration: none;
	padding: 5px 18px;
	margin: 15px 0 0 0;
	color: #fff;
	font-size: 14px;
	text-align: center;
}

a.apply-button:hover {
	color: #fff;
	background-position: 0 -29px;
}

.app-form h4 {
	font-size: 16px;	
	color: #A10000;
	margin-top: 0;
}

.app-form p {
	width: 400px;
	height: auto;
}

.app-form form {
	width: 400px;
	height: auto;
}

.app-form form ul {
	width: 400px;
	height: auto;
	padding: 0;
	list-style: none;
}

.app-form form ul li {
	width: 	400px;
	height: auto;
	margin: 0 0 5px 0;
}

.app-form form ul li label {
	float: left;
	width: 	100px;
	height: auto;
	margin: 5px 0 5px 0;
}

.app-form form ul li input[type=text], .app-form form ul li input[type=file] {
	float: left;
	width: 	285px;
	height: auto;
	padding: 5px;
	margin: 0 0 5px 0;
	border: 1px solid #D8D8D8;
	color: #464646;
}

.app-submit { 
	float: right;
	width: 112px;
	height: 30px;
	background: url('../../images/learn-more-bg.png') top left no-repeat;
	font-family: 'CorbelRegular';
	text-decoration: none;
	padding: 5px 18px;
	margin: 15px 0 0 0;
	color: #fff;
	font-size: 14px;
	border: none;
}

.ir-highlight {
	float: left;
	width: 720px;
	height: 250px;
	margin: 10px 0 0 0;
}

.ir-box {
	float: left;
	width: 238px;
	height: auto;
}

.ir-box h2 {
	float: left;
	font-size: 14px;	
}
.image{
	margin-bottom:5px;
	
	}
.ir-one {
	width: 175px;
	border-right: 1px solid #ccc;	
}

.ir-one img {
	float: left;
	width: 135px;
	height: 165px;
	border: 1px solid #ccc;
}

.ir-one span {
	float: left;
	font-size: 12px;	
	text-align: left;
	width: 215px;
	height: auto;
}

.ir-two {
	width: 243px;
	margin-right: 22px;
	border-right: 1px solid #ccc;
	padding: 0 20px;	
	text-align: center;
}

.ir-two span {
	float: left;
	width: 243px;
	font-size: 11px;
}

.ir-two span.price {
	font-size: 44px;
	color: #cd3f3e;
	font-weight: bold;
	margin: 0;
}

.ir-two span.rs {
	width: auto;
	font-size: 15px;
	color: #cd3f3e;	
	font-weight: bold;
	margin-top: 30px;
}

.stock-price {
	float: left;
	width: 210px;
	background-color: #f3f3f3;	
	border: 1px solid #dfdfdf;
	padding: 10px 0 10px 30px;
}

.stock_ticker {
	border: 1px solid #ccc;
	padding: 0 14px;
	width: 210px;
	margin-top: 0;
	font-size: 20px;	
	background-color: #cd3f3e;
	color: #fff;
	font-weight: bold;
}

.ir-three ul {
	float: left;
	width: 20px;
	height: auto;
	margin: 0 0 0 4px;
	padding: 0;
	list-style: none;
}

.ir-three ul li {
	float: left;
	width: 205px;
	height: auto;
	margin: 0 0 8px 0;
	padding: 0;
	background: url("../../images/arrow_bullet.png") no-repeat top left;
	padding: 0 0 0 20px;
}

.ir-three ul li a {
	float: left;
	font-size: 12px;
	text-decoration: none;	
	color: #5b5b5b;
	margin: 0;
}

.ir-three ul li a:hover {
	color: #9C3737;
}

.contact-column {
	float: left;
	width: 265px;
	height: auto;	
}

.contact-dfcc {
	margin: 0 10px 0 0;
}

.contact-column h3 {
	float: left;
	width: 252px;
	background-color: #666;
	color: #fff;
	padding: 5px 5px 5px 8px;	
	font-size: 14px;
	
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}

.contact-column h4 {
	color: #A10000;
	margin: 20px 0 0 0;
	font-size: 12px;
	color: #5d5d5d;
	text-transform: uppercase;
	border-bottom: 1px solid #eeeeee;
	width: 254px;
}

.contact-column span {
	font-size: 12px;
	color: #656565;
	display: block;
	width: 250px;
	margin: 0 0 2px 0;
}

.contact-details {
	float: left;
	width: 545px;
	height: auto;	
	margin: 0 23px 0 0;
}

.contact-details h2 {
	float: left;
	width: 340px;
	font-size: 16px;
	margin: 10px 0 0 0;
	height: 30px;	
}

.contact-details p {
	width: 340px;
	float: left;
	margin: 0;	
}

.contact-details .tele {
	float: left;
	width: 340px;
	height:auto;
	background-color: #f2f2f2;
	text-align: center;	
	font-size: 24px;
	border: 1px solid #e6e6e6;
	padding: 10px 0;
}

.contact-details .email {
	float: left;
	width: 340px;
	height:auto;
	background-color: #f2f2f2;
	text-align: center;	
	font-size: 24px;
	border: 1px solid #e6e6e6;
	padding: 10px 0;
}

.contact-details .address {
	float: left;
	width: 340px;
	height:auto;
	background-color: #f2f2f2;
	text-align: center;	
	font-size: 16px;
	border: 1px solid #e6e6e6;
	padding: 10px 0;
}

.contact-details .social {
	float: left;
	width: 260px;
	height:auto;
	background-color: #f2f2f2;
	text-align: center;	
	font-size: 22px;
	border: 1px solid #e6e6e6;
	padding: 10px 0;
	margin: 0 5px 5px 0;
}

.contact-details .social img {
	float: left;
	width: 30px;
	height: 30px;	
	margin: 0 10px 0 8px;
}

.contact-details .social a {
	float: left;
}

.contact-form {
	float: left;
	width: 355px;
	height: auto;	
}

.contact-form h2 {
	float: left;
	width: 355px;
	font-size: 16px;
	margin: 10px 0 0 0;
	height: 30px;	
}

.contact-form form {
	float: left;
	width: 355px;
	height: auto;	
	margin: 0;
}

.contact-form form ul {
	float: left;
	width: 355px;
	height: auto;	
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
}

.contact-form form ul li {
	float: left;
	width: 355px;
	height: auto;	
	margin: 0 0 10px 0;
}

.contact-form form ul li label {
	float: left;
	width: 100px;
	height: auto;	
	margin: 5px 0 0 0;
}

.contact-form form ul li input[type=text] {
	float: left;
	width: 242px;
	padding: 5px;
	height: auto;	
	border: 1px solid #D8D8D8;
	color: #464646;
}

.contact-form form ul li textarea {
	float: left;
	width: 242px;
	height: 150px;
	padding: 5px;
	border: 1px solid #D8D8D8;
	color: #464646;
}

.person {
	float: left;
	width: 720px;
	height: auto;
	margin: 5px 0 5px 0;
	padding: 10px;
	background-color: #faf9fa;
}

.person h3 {
	float: left;
	width: 575px;
	height: auto;
	font-size: 18px;
}

.person img {
	float: right;
	width: 125px;
	height: 150px;
	font-size: 16px;
	border: 4px solid #fff;
}

.person span.position {
	float: left;
	width: 575px;
	height: auto;
	font-weight: bold;
	font-size: 12px;
	color: #8d0000;
}

.person p {
	float: left;
	width: 575px;
	height: auto;
	margin: 10px 0;
}

.read-less {
	font-size: 12px;	
}

/* by Rajitha */
#address { float:left; width:150px;}
#address span{ color:#656565; font-size:12px; float:left; display:block; width:150px; line-height:18px;}

#email{ float:left; width:150px;}
#email span{ color:#656565; font-size:12px; float:left; display:block; width:150px; line-height:18px; }

#contact_num { float:left; width:150px;}
#contact_num span{ color:#656565; font-size:12px; float:left; display:block; width:150px; line-height:18px; }

#quick-contact-form h4{ color: #5D5D5D; font-size: 12px; margin: 20px 0 0; text-transform: uppercase;  }

/* end Rajitha */

ul.loan-calc {
	float: left;
	width: 100%;
	height: auto;
	list-style: none;
	padding-left: 0;
}

ul.calc-popup {
	width: 348px; 	
	margin-bottom: 0 !important;
}

ul.calc-popup .emp {
	margin:0 !important;	
}

ul.calc-popup li.calc-button input {
	width: 160px !important;
}

ul.calc-popup li.calc-button {
	height: 40px !important;	
	padding-bottom: 0 !important;
}

ul.loan-calc li {
	float: left;
	width: 335px;
	height: 50px;
	margin: 0 10px 10px 0;
	padding: 5px;
	border: 1px solid #ccc;		
	background-color: #f6f6f6;
}

ul.loan-calc li label {
	float: left;
	font-size: 14px;
	width: 335px;
	font-weight: bold;	
}

ul.loan-calc li input[type=text] {
	float: left;
	width: 320px;
	margin: 0;
	padding: 5px;
	font-size: 15px;
	background-color: #fcfcfc;
	border: 1px solid #dddddd;
	color: #989898;
	font-weight: bold;
	text-align: center;
}

ul.loan-calc li select {
	float: left;
	width: 100px;
	margin: 0;
	padding: 5px;
	font-size: 15px;
	background-color: #fcfcfc;
	border: 1px solid #dddddd;
	color: #989898;
	font-weight: bold;
	text-align: center;
}

li.emp {
	background-color: #fff !important;
	border: none !important;
	margin: 0 0 0 180px !important;	
	text-align: center;
}

li.calc-button {
	background-color: #fff !important;
	border: none !important;
}

li.calc-button input {
	width: 158px;
	height: 40px;	
}

.emp-text {
	font-size: 22px;
	color: #b44242;			
}

.loan-term-dd {
	float: left;
	width: 167px;	
}

.loan-term-dd label {
	margin-top: 8px;
	width: 50px !important;
	font-size: 12px !important;
}

table.tool-table {
	float: left;
	width: 100%;	
	text-align: center;
	border: 1px solid #ccc;
}

table.tool-table th {
	padding: 5px 0;
	font-size: 12px;
	background-color: #B55151;
	color: #fff;
}

table.tool-table tr {
	border: 1px solid #fff;
}

table.tool-table tr.odd {
	background-color: #faf9fa
}

table.tool-table tr:hover {
	background-color: #999999;
	cursor: pointer;
	color: #fff;
}

table.tool-table td {
	padding: 5px 0;
}

ul.branch-alphabet {
	float: left;
	width: 708px;
	list-style: none;
	padding-left: 0;
}

ul.branch-alphabet li {
	float: left;
	border: 1px solid #ccc;
}

ul.branch-alphabet li.active {
	background-color: #E2E2E2 !important;
}

.branch-details

ul.branch-alphabet li.active a {
	background-color: #999999;
	color: #fff !important;
}

ul.branch-alphabet li a {
	float: left;
	width: 13px;
	padding: 5px 8px;
	text-align: center;
}

ul.branch-alphabet li a:hover {
	background-color: #ccc;
}

.branch-details_content {
	float: left;	
}

.branch-details_content ul {
	float: left;
	list-style: none;	
}

.branch-details_content ul li {
	float: left;
	width: 200px;
	height: 100px;
	margin: 0 10px 10px 0;
	padding: 10px;
	background-color: #f9f9f9;
	border: 1px solid #eeeeee;
}

.branch-details_content ul li h3 {
	margin: 0;	
}

iframe.branch-network {
	width: 730px;
	height: 600px;
	border: 0 !important;
	overflow-y:hidden;
}

.pyxle-link {
	color: #fff;	
	text-decoration: none;
}

.pyxle-link:hover {
	color: #ccc !important;	
}

.pyxle-link:visited {
	color: #fff;		
}

.sl_search_row{
	background-color: #F6F6F6;
    border: 1px solid #CCCCCC;
    float: left;
    height: 108px;
    margin: 0 10px 10px 0;
    padding: 5px;
    width: 327px;
}
.sl_search_row input[type="text"] {	
	
    width: 316px;
    margin: 0;
    padding: 5px;
    font-size: 15px;
    background-color: #FCFCFC;
    border: 1px solid #DDD;
    color: #989898;
	font-weight: bold;
	text-align: center;
	
	}
#radiusSelect{
		
		width: 150px;
        margin: 0;
        padding: 5px;
        font-size: 15px;
        background-color: #FCFCFC;
        border: 1px solid #DDD;
        color: #989898;
	    font-weight: bold;
	    text-align: center;
		float:left;
		clear:left;
}

		
.buttonlink_small{
	width:100px;
	height:35px;
	float:right;
	padding-bottom:5px;
	}
	
.marker_name {
font-size: 18px !important;
font-weight: bold;
white-space: nowrap;
color: #CD3A3B !important;
}

.sl_search_row strong{
	color:#A10000;
	float:left;
	width:320px;
	}	
.sl_search_row	label{
	width:293px;
	}
		
.reportc{
	float:left; 
	margin:20px 40px 20px 20px; 
	text-align:center;
	width:177px;
	height:370px;
	}	
.reportc p{
	
	font-size:14px;
	width:200px;
	float:left;
	}
	
.reportc img{
	
    border: 1px solid #CCCCCC;
    float: left;
    height: 250px;
    width: 177px;
}	

a.report-download{
	background: url('../../images/report-download.png') no-repeat top left;
	width: 200px !important;
	height:30px !important;
	float: left;
}

a.report-download:hover{
	background-position: 0 -30px;
}

#deposit-calc {
	overflow: hidden;	
}
.sitemap h3{
	 color:#5B5B5B;
	}	
	
.annreport {
	float: left;
	width: 135px;
	height: 165px;
}

.annreport img {
	margin-left: 12px;	
}

.annreport span {
	width: 165px;
	float: left;
	text-align: center;	
	color: #585858;
	margin-top: 5px;
}

.price-ir span{ width:125px; }
.price-ir img{ float:left; margin-top:22px; list-style-position: }
.stocktikker{ float:left; }

input.capt {
	color: #000 !important;
	background-color: #fff !important;
	border: none !important;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

div.hover-button {
	width: 180px;
	height: auto;
	float: left;
	margin: 10px 0 0 10px;
}

div.hover-button a {
	float: left;
	width: 185px;
	height: 46px;
}

div.hover-button a:hover {
	background-position: 0 -46px;
}
a.reportc2 {
	display: block;
	border-bottom: 1px solid #e5e5e5;
	width:335px;
	height: auto;
	float:left;
	padding: 5px;
	margin: 0 10px 20px 0;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}

a.reportc2:hover {
	background-color: #e6e6e6;	
}

a.reportc2 img {
	float: left;
	margin: 0 5px 0 0;
}

a.reportc2 p {
	float: left;
	margin: 0 0 0 0;
	height: auto;
	width: auto;
}

/* added by raveen 14th June 2012 */

.annul_bottom {
	float: left;
	width: 710px;
	height: auto;
	background-color: #f7f7f7;
	padding: 10px;
	margin: 50px 0 0 0;
}

.annul_bottom h2 {
	margin: 0 0 20px 0;
}

.sl_search_row label {
	position: relative;
}

.sl_search_row {
	position: relative;	
}

/* added 20th aug */

.appdownload table {
	width: 100%;
}

/* end 20th Aug */

/* =============================================================================
   Blog styling
   ========================================================================== */

.blog-author, .blog-category, .in {
	font-size: 12px !important;
	font-weight: normal;	
}

/* =============================================================================
   Map Styling
   ========================================================================== */

#sl_results_container {
 border:none !important;
}

#sl_locate_results {
	font-size: 12px !important;	
}

#sl_search_container, #sl_sidebar {
	color: #656565 !important;
	font-family: "Arial", "Helvetica", sans-serif !important;
	font-size: 12px !important;	
}

#fancybox-wrap{
	overflow-y:hidden;
	overflow-x:hidden;
	}
.newsize{
	width:800px !important;
	height:700px !important;
	}
.ifram-large{
	 width:100% 
	  }	
/* =============================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

<!--=========================================================================================-->