@import url(http://fonts.googleapis.com/css?family=Open+Sans);

*{
	margin: 0px;
	padding: 0px;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{
	display:block;
}
body{
	background: #C8E7FB;
	font-family: 'Open Sans', sans-serif;
}
#wrapper{
	width: 980px;
	margin: 0px auto;
	height: auto;
}
header{
	width: 960px;
	height: 160px;
	margin-left: 10px;
	margin-right: 10px;
}
header img{
	float: left;
	padding-left: 40px;
}
header h1{
	font-weight: 100;
	float: left;
	margin: 60px 30px;
}
nav{
	width: 960px;
	height: 45px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #279bd1;
}
nav ul{
	list-style: none;
}
nav ul li{
	float: left;
	padding: 9px 28px;
	line-height: 20px;
	border-right: 1px solid #1692c6;
	background-color: rgba(39, 155, 209, 0.71);
	position: relative;
	-webkit-transition: all .s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    transition: all .3s linear;
}
nav ul li:hover{
	background-color: rgba(25, 125, 171, 0.5);
}
nav ul li a{
	color: #FFF;
	text-decoration: none;
	font-size: 13px;
}
.submenu{
	display: none;
	position: absolute;
	left: 0px;
	top: 38px;
	z-index: 10;
}
nav ul li:hover .submenu{
	display: block;
}
.submenu li{
	clear: both;
	width: 130px;
	background: rgba(39, 155, 209, 0.79);
}
.submenu li:hover{
	background-color: rgb(25, 125, 171);
}
#search_box{
	padding: 10px 0px;
}
#search_box i{
	color: #64cbfe;
}
#search_box input[type="text"]{
	width: 192px;
	height: 25px;
	background-color: #006699;
	border: 0px;
	margin: 0px 15px 0px 25px;
}
.header_container{
	width: 845px;
	height: 200px;
	background-color: #CCC;
	margin-top: 10px;
	text-align: center;
}
#content-container{
	width: 960px;
	height: 720px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	background-color: #FFF;
}
#main-content-container{
	width: 890px;
	height: 650px;
	padding: 35px;
}
#main-content{
	width: 710px;
	height: 650px;
	float: left;
}
thumbnail-container{
	float: left;
}
.thumbnail-block{
	width: 196px;
	height: 176px;
	float: left;
	margin-right: 25px;
	border: 2px solid #ECECEC;
	padding: 10px;
}
.last-thumbnail{
	margin-right: 0px;
}
.thumbnail-block h3{
	font-weight: 100;
	font-size: 15px;
	float: left;
	margin-top: 10px;
}
.thumbnail-block i{
	color: #006699;
	font-size: 40px;
	margin: 0px 10px;
	float: left;
}
.thumbnail-block .hr{
	margin-top: 50px;
}
.thumbnail-block p{
	color: #3F3F3F;
	font-size: 12px;
	margin: 15px 0px;
}
.read-more{
	background: #279BD1;
	margin: 0px -11px;
	height: 43px;
}
.read-more p{
	padding: 13px 0px 0px 120px;
	margin: 0px;
}
.read-more i{
	color: #FFF;
	font-size: 15px;
	font-weight: 100;
	float: none;
}
.read-more a{
	text-decoration: none;
	color: #FFF;
}
.last-thumbnail i{
	margin: 0px 5px;
}
#welcome-article{
	width: 666px;
	height: 386px;
	float: left;
	margin-top: 20px;
	border: 2px solid #ECECEC;
	padding: 20px;
}
#welcome-article h1{
	font-size: 23px;
	font-weight: 500;
}
#welcome-article .hr{
	margin-top: 15px;
}
#welcome-article p{
	font-size: 13px;
	margin-top: 30px;
	color: #3F3F3F;
	text-indent: 70px;
	line-height: 22px;
}
#welcome-article p b{
	color: #6E6E6E;
}
#sidebar{
	width: 175px;
	height: 650px;
	float: left;
	margin-left: 5px;
}
#sidebar img{
	margin: 10px 35px;
}
#sidebar h3{
	color: #a6a6a6;
	font-weight: 100;
	text-align: center;
	margin: 10px 0px 25px;
}
#sidebar ul li{
	font-size: 12px;
	list-style: none;
	background: url(../img/check_box.png) no-repeat;
	padding-left: 30px;
	margin-left: 5px;
	line-height: 20px;
}
.gallery{
	width: 175px;
	height: 162px;
	background: #279BD1;
	margin-top: 10px;
}
footer{
	width: 960px;
	height: 50px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #EEE;
	text-align: center;
}
footer p{
	padding: 8px 0px;
	font-size: 12px;
}

#welcome-article .address{
	float: left;
	margin-left: 50px;
}

#welcome-article .address p{
	text-indent: 0px;
	border: 5px double #0099cc;
	padding: 30px;
	line-height: 27px;
}

#welcome-article .address p b{
	font-size: 20px;
}


.hr{
	clear: both;
	width: 100%;
	height: 0px;
	border-top: 1px dashed;
}
.solid-hr{
	width: 19%;
	height: 0px;
	border-top: 3px solid #0099cc;
	position: relative;
	top: -2px;
}
h1, h2, h3, h4, h5, h6{
	color: #1692c6;
}
.small{
	color: #6B6B6B;
}
.image-thumbnail{
	width: 241px;
	height: 205px;
	margin-top: 10px;
}
#map{
	background-color: none;
	height: 470px;
	width: 100%;
	border: none;
}
.board-member-img{
	margin: 0px auto;
	width: 150px;
}
.board-member-profile{
	font-size: 15px;
	text-align: center;
}
.board-member-profile b{
	font-weight: 100;
}
.board-member-profile i{
	font-size: 13px;
	float: none;
}
.loan-schemes-title{
	font-weight: 100;
	margin-top: 20px;
	text-transform: uppercase;
}
#welcome-article .loan-schems-details{
	text-indent: 0px;
}
#welcome-article .loan-schems-details b{
	font-size: 15px;
	color: #000;
}
#welcome-article .loan-schems-purpose{
	list-style: none;
	margin: 10px 20px;
	width: 500px;
}
#welcome-article .loan-schems-purpose li {
	font-size: 13px;
	line-height: 25px;
	background: url(../img/check_box.png) no-repeat;
	padding-left: 25px;
}
#welcome-article .service-to-nri li{
	background-image: none;
	list-style: decimal;
	padding-left: 5px;
}
.deposits{
	margin: 0px auto;
    border-collapse: collapse;
}

.deposits, .deposits td, .deposits th {
    border: 2px solid rgb(166, 212, 242);
}
.deposits tr, .deposits td{
	padding: 10px;
	text-align: center;
	font-size: 12px;
}
.deposits th{
	font-size: 15px;
	padding: 10px 0px;
	background: rgb(166, 212, 242);
	border: 2px solid rgb(0, 153, 204);
}
#welcome-article  .deposits-terms{
	list-style-type: disc;
}
#welcome-article  .deposits-terms li{
	padding-left:0px;
	margin:0px;
	background: none;
}
#new_account{
text-align: center;
margin: 20px 0px;
}
#new_account a{
	background: #48bbec;
	padding: 10px 10px;
	text-align: center;
	border: 3px solid #4ec2f3;
	color: white;
	text-decoration: none;
	font-size: 13px;
	transition: background .3s;
}
#new_account a:hover{
	background: #279BD1;
}
#welcome-article .remove-bg li{
	padding-left: 0px;
	background: none;
}
#welcome-article .types_of_savings li{
	background: url('../img/spl_arrow.png') no-repeat;
	padding-left: 30px;
}