/*--------------------*/
/*       COMMON       */
/*--------------------*/

body {
	margin:0px;
	padding:0px;
	font-size:12px;
	color:#01285f;
	font-weight:normal;
	line-height:normal;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	margin:0px;
	padding-bottom:16px;
	line-height:16px;
}

li {
	list-style:none;
}

input,textarea,div,img,h1,ul,form,label,fieldset {
	margin:0;
	padding:0;
}

fieldset, a {
	outline:none;
	border:none;
}

img {
	border:none;
}

.clear {
	clear:both;
}


/*--------------------*/
/*       HEADER       */
/*--------------------*/

#container-bg1 {
	background-image: url(../images/bg001.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color:#fcfdfe;
}

#container-bg2 {
	background-image: url(../images/bg002.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#container-bg3 {
	background-image: url(../images/bg003.jpg);
	background-repeat: no-repeat;
	background-position: center 116px;
}

#content-wrapper {
	width:1002px;
	margin:0 auto;
}

#header {
	height:169px;
}

*+html #header {
	position:relative;
	z-index:99;
}

#header-top {
	height:116px;
	position:relative;
}

#logo {
	position:absolute;
	left:0px;
	top:19px;
}

#working-hours {
	position:absolute;
	right:0px;
	top:0px;
}

* html #working-hours {
	left:720px;
}

*+html #working-hours {
	left:720px;
}

.wh {
	height:47px;
	vertical-align:middle;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	line-height:18px;
	background-image: url(../images/wh.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color:#fff;
	text-shadow: 1px 1px #0e510d;
}

.phone {
	color:#336699;
	font-size:18px;
	padding-left:23px;
	vertical-align:middle;
	font-weight:bold;
}

.time-txt {
	padding-bottom:5px;
	font-size:12px;
	font-weight:bold;
	color:#3399cc;
	padding-left:3px;
}

.time-txt span {
	padding-left:5px;
	color:#003366;
}

#main-nav {
	height:43px;
}

#main-nav ul li {
	height:43px;
	float:left;
	font-size:12px;
	color:#21aee8;
	text-transform:uppercase;
	font-weight:bold;
	text-shadow: 1px 2px #000;
}

#main-nav ul li a {
	display:block;
	line-height:43px;
	height:43px;
	color:#98daf4;
	text-decoration:none;
	padding-left:18px;
	padding-right:18px;
}

:root #main-nav ul li a {
	padding-left:16px\9;
	padding-right:16px\9;
}

* html #main-nav ul li a {
	display:inline-block;
}

#main-nav ul li a:hover {
	color:#fff;
	text-decoration:none;
	background-color:#000;
}

.activelink a {
	color:#fff!important;
	text-decoration:none!important;
	background-color:#000!important;
}


/*--------------------*/
/*       CONTENT      */
/*--------------------*/

#content-area {
	background-color:#fff;
}

#home-banner {
	height:315px;
	width:984px;
	overflow:hidden;
	margin:0 auto;
	padding-bottom:7px;
}

#home-contents {
	background-image: url(../images/home-cbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width:984px;
	margin:0 auto;
	padding-bottom:20px;
}

#homec-top {
	width:964px;
	margin:0 auto;
	border-bottom:#c3e4f4 solid 1px;
	padding-top:19px;
	padding-bottom:6px;
}

#home-lhs {
	float:left;
	width:610px;
	padding-left:17px;
}

#home-lhs h2 {
	margin:0px;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	color:#003366;
	padding-bottom:33px;
}

#home-lhs td  {
	text-align:left;
	vertical-align:top;
}

#home-lhs p  {
	padding-top:10px;
	padding-bottom:20px;
	line-height:18px;
	color:#01285f;
}

#news-updates {
	float:right;
	width:245px;
	padding-right:27px;
}

.nu-head {
	height:52px;
}

#news-updates ul li, #news-updates-sub ul li {
	font-size:11px;
	color:#006699;
	line-height:17px;
	padding-bottom:14px;
}

.more {
	padding-bottom:10px;
}

#news-updates ul li span, #news-updates-sub ul li span {
	font-weight:bold;
}

#news-updates ul li a, #news-updates-sub ul li a {
	color:#006699;
	text-decoration:none;
}

#news-updates ul li a:hover, #news-updates-sub ul li a:hover {
	color:#006699;
	text-decoration:underline;
}

#homec-bot {
	padding-top:20px;
	padding-bottom:30px;
}

#about-p {
	float:left;
	padding-left:10px;
	width:360px;
}

#about-p td {
	vertical-align:top;
}

.hb-head {
	height:43px;
}

#about-p p {
	color:#01285f;
	line-height:18px;
	padding-bottom:13px;
}

#hl {
	padding-left:70px;
	float:left;
	width:230px;
}

.location {
	height:100px;
	padding-top:3px;
}

#important-p {
	float:right;
	width:280px;
	padding-right:10px;
}

#p-slider {
	height:106px;
}

/*--------------------*/
/*   JQUERY SLIDER    */
/*--------------------*/


.infiniteCarousel {
  width:270px;
  position: relative;
}

.infiniteCarousel .wrapper {
  width: 225px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  min-height: 95px;
  margin: 0 22px;
  position: absolute;
  top: 0;
}

.infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0px;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  height: 95px;
  width: 115px;
  text-align:center;
}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
	display: block;
	height: 20px;
	width: 10px;
	text-indent: -9999px;
	position: absolute;
	top: 37px;
	cursor: pointer;
	background-image: url(../images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.infiniteCarousel .forward {
	background-position: right top;
	right: 0;
}

.infiniteCarousel .back {
	background-position: left top;
	left: 0;
}

/*--------------------*/
/*       FOOTER       */
/*--------------------*/

#footer {
	background-color:#fff;
}

#footer-mid {
	background-color:#00153c;
	padding:20px 30px 18px 33px;
	color:#336699;
}

#footer-mid h2 {
	margin:0px;
	color:#fff;
	font-size:12px;
	padding-bottom:5px;
	font-weight:normal;
	line-height:normal;
}

#footer-mid ul li {
	padding-bottom:3px;
	color:#336699;
}

#footer-mid ul li a {
	color:#336699;
	text-decoration:none;
}

#footer-mid ul li a:visited {
	color:#336699;
	text-decoration:none;
}

#footer-mid ul li a:hover {
	color:#72a5d8;
	text-decoration:underline;
}

.fm1 {
	float:left;
	width:370px;
}

.fm2 {
	float:left;
	width:150px;
}

.fm3 {
	float:left;
	width:150px;
}

.fm4 {
	float:right;
}

#footer-bottom {
	padding:20px 30px 30px 33px;
	color:#3385ad;
	font-size:11px;
}

#fb-left {
	float:left;
	width:740px;
}

#footer-logo {
	float:right;
	width:157px;
	padding-top:20px;
}

#footer-links {
	text-align:left;
	padding-bottom:5px;
}

#footer-links ul li {
	display:inline;
	padding-right:5px;
	color:#3385ad;
}

#footer-links ul li a {
	color:#3385ad;
	text-decoration:none;
}

#footer-links ul li a:visited {
	color:#3385ad;
	text-decoration:none;
}

#footer-links ul li a:hover {
	color:#3385ad;
	text-decoration:underline;
}

#follow {
	padding-bottom:15px;
	font-style:italic;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#006699;
}

#follow ul li {
	display:inline;
	padding-right:3px;
}

#follow ul li img {
	vertical-align:top;
}

#footer-top {
	background-color:#ecf8fd;
	padding:23px 30px 43px 39px;
	background-image: url(../images/footer-top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#other-services {
	float:left;
	width:265px;
}

.os-head {
	height:40px;
	padding-top:14px;
}

.os-links {
	width:209px;
	padding-bottom:11px;
}

.os-links ul li {
	padding-bottom:8px;
	height:24px;
	font-size:14px;
	font-weight:bold;
}

.os-links ul li a {
	display:block;
	height:24px;
	line-height:24px;
	text-decoration:none;
	background-color:#fff;
	width:182px;
	padding-left:27px;
	color:#003366;
}

.os-links ul li a:hover {
	text-decoration:none;
	color:#fff;
	background-color:#3586d0;
}

#video {
	float:right;
}

#deposits {
	float:left;
	width:373px;
}

.d-head {
	height:57px;
}

#deposits p {
	color:#666;
	line-height:18px;
	padding-bottom:15px;
}

/*--------------------*/
/*       SUBPAGE      */
/*--------------------*/

#sub-banner {
	height:145px;
	width:984px;
	overflow:hidden;
	margin:0 auto;
	margin-bottom:15px;
}

#sub-contents {
	background-image: url(../images/sub-cbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width:984px;
	margin:0 auto;
	padding-bottom:20px;
	padding-top:18px;
	min-height:400px;
}

#sub-lhs {
	float:left;
	padding-left:30px;
	padding-bottom:50px;
	width:610px;
}

#sub-lhs h2 {
	margin:0px;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	color:#003366;
	padding-bottom:33px;
	line-height:normal;
}

#sub-lhs p {
	line-height:18px;
	padding-bottom:18px;
}

.image-left {
	float:left;
	padding-right:20px;
	padding-bottom:20px;
}

.image-right {
	float:right;
	padding-left:20px;
	padding-bottom:20px;
}

#sub-rhs {
	float:right;
	width:275px;
	padding-right:9px;
}

#news-updates-sub {
	width:245px;
	padding-right:27px;
	padding-bottom:15px;
	border-bottom:#c3e4f4 solid 1px;
}

#important-p-sub {
	width:275px;
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:#c3e4f4 solid 1px;
}

#hl-sub {
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:#c3e4f4 solid 1px;
}

#about-p-sub {
	padding-top:20px;
	padding-bottom:20px;
}



.contentsli {
	padding:7px 10px 5px 20px;
	border-bottom:#f7e4c1 solid 1px;
	background-image: url(../images/bullet03.gif);
	background-repeat: no-repeat;
	background-position: left 11px;
}

#cnt ul li {
	padding:7px 10px 5px 20px;
	border-bottom:#f7e4c1 solid 1px;
	background-image: url(../images/bullet03.gif);
	background-repeat: no-repeat;
	background-position: left 11px;
}
	
.innersubhead
{height:22px;
 padding-top:10px;
 color:#01285f;
letter-spacing:2px;
font-weight:bold;

	}

.newsList
{
    padding:10px 10px 5px 20px;
	border-bottom:#f7e4c1 solid 1px;
	
    }
    
    
    
    
    /* general table style */

table.general {
	border-spacing: 0px;}
.general th, .general td {
	padding: 5px 30px 5px 10px;
	border-spacing: 0px;
	font-size: 90%;
	margin: 0px;}
.general th, .general td {
	text-align: left;
	background-color: #e0e9f0;
	border-top: 1px solid #f1f8fe;
	border-bottom: 1px solid #cbd2d8;
	border-right: 1px solid #cbd2d8;}
.general tr.head th {
	color: #fff;
	background-color: #90b4d6;
	border-bottom: 2px solid #547ca0;
	border-right: 1px solid #749abe;
	border-top: 1px solid #90b4d6;
	text-align: center;
	text-shadow: -1px -1px 1px #666666;
	letter-spacing: 0.15em;}
.general td {
	text-shadow: 1px 1px 1px #ffffff;}
.general tr.even td, .general tr.even th {
	background-color: #e8eff5;}
.general tr.head th:first-child {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;}
.general tr.head th:last-child {
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;}