body  {
	font: 12px Arial, Helvetica, Verdana, sans-serif;
	background: #ffffff url(../img/bg.gif) repeat-x;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}

.thrColFixHdr #container { 
	width: 960px; 
	margin: 0 auto; 
	text-align: left; 
} 
.thrColFixHdr #header { 
	padding: 0px;
	height: 359px;
} 
.logo {
	float:left;
	background:url(../img/logo.jpg) no-repeat;
	width:283px;
    height:106px;
	text-decoration:none;
}
.subTitleLogo {
	margin:35px 30px 0 0; 
	float:right;
}
.FaceBook {
	margin:10px 30px 0 0; 
	float:right;
}

* html .subTitleLogo {
	margin:35px 60px 0 0; 
}
.topMenuSearch {
	float:right;
	width:360px;
}
* html .topMenuSearch {
	width:420px;
}
.topMenu {
	float:right;
	color:#adadad;
	margin:17px 30px 0 0;
}
.unSelectedLInk {
	text-decoration:none;
	color:#454545;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	margin:0 4px 0 4px;
}
.selectedLink {
	text-decoration:none;
	color:#a8b24c;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	margin:0 4px 0 4px;
}
.langLink {
	text-decoration:none;
	color:#127ab4;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	margin:0 0px 0 4px;
}

.search {
	float:right;
	color:#fff;
	width:235px;
	height:20px;
	font: Tahoma, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	margin:4px 30px 0 0;
	line-height:20px;
}
html > body .search {
	*margin:4px 40px 0 0;
}
.search span {
	float:left;
}
.searchField {
	width:140px;
	float:right;
}
* html .searchField {
	width: 135px;
}
.searchField input{
	line-height:18px;
	width:140px;
	border:1px solid #2f2828; 
}
* html .searchField input {
	width: 135px;
}
.searchBtn {
	width:25px;
	float:right;
	margin:0 0 0 5px;
}
* html .searchBtn {
	margin: 0 0 0 2px;
}
.searchBtn input{
	background:url(../img/search_btn.jpg) no-repeat #0099FF;
	border:0px;
	width:25px;
	height:20px;
	cursor:pointer;
}
.imgHead {
	margin:0 auto;
	padding: 20px 0 0 10px;
	float:left;
}
* html .imgHead {
	padding:24px 0 0 10px;
}
.mainMenu {
	float: left;
	width:938px;
	height:40px;
	background:url(../img/bg_btn.gif) repeat-x;
}
.mainMenu ul {
	float: left;
	list-style-type:none;
	padding:0px;
	margin:0px;
}
.mainMenu ul li {
	float:left;
	text-align:center;
}
.mainMenu ul li a {
	width:186px;
	height:40px;
	line-height:37px;
	display:block;
	font-size:12px;
	text-transform:uppercase;
	color:#c8deed;
	font-weight:bold;
	text-decoration:none;
	border-right:2px solid #FFFFFF;
}
.mainMenu ul li a.selected {
	background:url(../img/menu_selected.png) repeat-x;
	width:186px;
	height:40px;
	line-height:37px;
	display:block;
	font-size:12px;
	text-transform:uppercase;
	color:#051428;
	font-weight:bold;
	text-decoration:none;
	border-right:2px solid #FFFFFF;
}
.mainMenu ul li a.selected span {
	color:#051428;
}
.mainMenu ul li a.last {
	width:186px;
	height:40px;
	line-height:37px;
	display:block;
	font-size:12px;
	text-transform:uppercase;
	color:#c8deed;
	font-weight:bold;
	text-decoration:none;
	border:none;
}
.mainMenu ul li a.lastSelected {
	background:url(../img/menu_selected.png) repeat-x;
	width:186px;
	height:40px;
	line-height:37px;
	display:block;
	font-size:13px;
	text-transform:uppercase;
	color:#051428;
	font-weight:bold;
	text-decoration:none;
	border:none;
}
.mainMenu ul li a span {
	color:#ffffff;
}
.midContainer {
	padding:0 10px 0 10px;
	background:#FFFFFF;
	float:left;
}

* html .midContainer {
	width: 938px;
}
html > body .midContainer {
	*width: 938px;
}
.thrColFixHdr #sidebarLeft {
	float: left; 
	width: 225px; 
	padding: 0px 10px 15px 0px;
	margin:17px 0 0 0;
}
* html .thrColFixHdr #sidebarLeft {
	padding: 0px 0px 15px 0px;
	width: 200px;
}
#sidebarLeft h3 {
	cursor: pointer;
	height: 55px;
}
.leftMenu {
	list-style-type: none; 
	background:url(../img/bg_menu.gif) repeat-y;
	padding:20px 0 20px 30px;
	margin: 0 0 12px 0;
}
.leftMenu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.leftMenu li {
	padding: 0;
	margin: 0;
}
.leftUnSelected {
	display: block;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
/*	behavior: url(pngFix/iepngfix.htc); */
	background:url(../img/check-mark-menu-gray.png) no-repeat;
	padding: 5px 0 5px 20px;
	color:#787878;
}

.leftSelected {
	display: block;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
/*	behavior: url(pngFix/iepngfix.htc); */
	background:url(../img/check-mark-menu-green.png) no-repeat;
	padding: 5px 0 5px 20px;
	color:#abb741;
}

a.linkGroup {
	display: block !important;
	color: #adadad !important;
	margin: 7px 0 5px 0 !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
	font-size: 13px !important;
	text-decoration: none !important;
	cursor: default !important;
	background-image: none !important;
	padding: 0px !important;
}

.leftMenu ul li a span {
	margin:0 0 0 20px;
}
.eBanking {
	float:right;
	margin:10px 0 0 0;
	border:1px solid #a9a9a9;
	background:#eef0ed;

}
.eBankingIn {
	background:#eef0ed url(../img/bg_newsletter.gif) repeat-x;
	width:197px;
	height:31px;
	margin:3px;
	padding: 0 0 0 10px;
}
.eBankingIn a {
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	line-height:30px;
	color:#fffdc1;
	padding:0 0 0 0px;
}

.eBankingIn a span {
	color:#0c1a27;
}
.rates {
	width:207px;
	float:right;
	margin:10px 0 0 0;
	padding:3px;
	border:1px solid #a9a9a9;
	background:#eef0ed;
}
.ratesBig {
	width: 600px;
}
.ratesHead {
	background:#eef0ed url(../img/bg_rates.gif) repeat-x;
	height:31px;
	padding:0px 0 0 10px;
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	color:#c8deed;
}
* html .ratesHead {
	line-height:14px;
}
.ratesBig table {
	width: 600px !important;
}
.ratesHead div {
	padding:0;
	color:#c8deed;
}
.ratesHead div a{
	color:#c8deed;
	text-decoration:none;
}
* html .ratesHead div {
	margin:8px 0 0 0;	
} 
.ratesHead div span {
	color:#0c1a27;
}
.ratesHead div a span {
	color:#0c1a27;
}
.rates table {
	width:207px;
	color:#0c1a27;
	font-size:11px;
	font-weight:bold;
}
* html .rates table {
		width:207px;
}
.rates table.rates_details {
	width: 630px;
}
.rates table tr td {
	padding:1px 4px 1px 8px;
}
.blueRow {
	background:#c8deed;
	color:#0f3651;
	font-size:11px;
	font-weight:bold;
}
.whiteRow {
	background:#ffffff;
	color:#0c1a27;
	font-size:11px;
	font-weight:bold;
}
.thrColFixHdr #sidebarRight {
	float: right; 
	width: 400px; 
	padding: 0px 0px 15px 0px; 
	margin:17px 0 0 0;
}
* html .thrColFixHdr #sidebarRight  {
	width: 360px; 
}
.careers {
	margin: 0;
	padding-top: 10px;
	border-top: 1px solid #ddd;
}
.adress {
	float: left;
}
.address li {
	clear: none !important;
	width: 270px !important;
	float: left;
}
.address dl, .address dd, .address dt {
	width: 270px;
}

.latestNews {
	background:#eef0ed;
	padding:3px 3px 3px 3px;
}
.latestNews a {
	text-decoration: none;
	color: #00A2F9 !important;
}
.latestNewsHead {
	height:43px;
	background:url(../img/bg_news.gif) repeat-x;
	font-size:18px;
	font-weight:bold;
	line-height:43px;
	color:#fffdc1;
	padding:0 0 0 20px;
}
* html .latestNewsHead {
	line-height:18px;
}
.latestNewsHead div {
	padding:0;
} 
* html .latestNewsHead div {
	margin:12px 0 0 0;
} 
.latestNewsHead div span {
	color:#0c1a27;
}
.latestNews ul {
	padding:15px;
	margin:0;
	table-layout: fixed;
}
.latestNews ul li {
	list-style-type:none;
	margin:0 0 15px 0;
	font-size:11px;
}
.latestNews dl {
	float: left;
	margin: 10px 0 30px 0;
	padding: 0;
}
.latestNews dt {
	display: block;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	width: 100px;
	font-weight: bold;
}
.latestNews dd {
	display: block;
	float: left;
	width: 170px;
	margin: 0;
	padding: 0;
}
.latestNews dl a {
	color: #787878;
	font-weight: bold;
	text-decoration: none;
}
.latestNews dl a:hover {
	color: #565656;
	text-decoration: underline;
}
.newsDate {
	font-weight:bold;
	color:#808080;
}
.newsTitle {
	font-weight:bold;
	color:#92a01f;
}
.seeAll {
	float:right;
	color:#FF9900;
	text-decoration:none;
	background:url(../img/arrow_readmore.gif) no-repeat right 5px;
	padding:0 7px 0 0;
	}
	
.thrColFixHdr #banner { 
	margin: 18px 0 0 280px; 
} 

 
.dottedSpacer {
	width:17px;
	height:400px;
	border-right:1px dotted #CCCCCC;
	float:left;
	margin:17px 0 0 0;
}
.thrColFixHdr #banner a img{
	border:1px solid #a9a9a9;
}
.centerBar {
	float:left;
	min-height:400px;
}
.rightCont {
	float:right;
	width:618px;
	min-height:380px;
	margin:17px 3px 20px 0;
	padding:0 20px 20px;
	background:#eef0ed;
	border:1px solid #e5e6e4;

}
* html .rightCont {
	padding:0 10px 20px 10px;
	height: 400px;
}
.senddok {
	margin-top: 200px;
	text-align: center;
}
.boxes {
	float:left;
	margin: 18px -10px 0 -10px;
}
.boxes td {
	width: 227px;
	padding: 0 0 20px 0;
	background-color: #EEF0ED;
}
.btns {
	clear:both;
}
.greenBtn {
	
	float: left;
	display:block;
	text-decoration:none;
	background:url(../img/green-btn_bg.jpg) repeat-x;
	height:25px;
	margin:15px;
	padding:5px 5px 0 5px;
}
.greenBtn div {
	float: left;
	background:url(../img/arrow_green-btn.png) no-repeat;
	padding:0 0 0 14px;
	font-size:11px;
	font-weight:bold;
	color:#fffdc1;
}
.blackTitle {
clear: both;
	font-size:14px;
	font-weight:bold;
	margin:14px 0 0 11px;
}
.blackTitle span {
	color:#999999;
}
.subTabs {
	float:left;
	width:615px;
	border-bottom:3px solid #1a6aa1;
	margin:25px 0 0 3px;
}
.subTabSelected {
	display:block;
	float:left;
	background:url(../img/blue_tab.png) no-repeat;
	text-align:center;
	width:152px;
	height:25px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	padding:14px 0 0 0;
	line-height: 12px;
}
.subTabUnSelected {
	display:block;
	float:left;
	background:url(../img/gray_tab.png) no-repeat;
	text-align:center;
	width:152px;
	height:22px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#226193;
	padding:11px 0 0 0;
	margin:6px 0 0 1px;
	line-height: 12px;
}
.subPanel {
	float:left;
	width:227px;
	background-color:#EEF0ED;
	margin:0;
}
.subPanelFirst {
	float:left;
	width:227px;
	height:153px;
	background:#EEF0ED;
	margin:0;
}
* html .subPanelFirst {
	margin:18px 0 240px 0;
}
.subPanelHead01 {
	float:left;
	width:219px;
	height:43px;
	background:#0099d8 url(../img/subpanel_01.png) repeat-x;
	margin:2px 0 0 4px;
	font-size:17px;
	font-weight:bold;
	color:#FFFFFF;
}
* html .subPanelHead01 {
	margin:2px 0 0 2px;
	width:200px;
}
.subPanelHead02 {
	float:left;
	width:219px;
	height:43px;
	background:#0099d8 url(../img/subpanel_02.png) repeat-x;
	margin:2px 0 0 4px;
	font-size:17px;
	font-weight:bold;
	color:#FFFFFF;
}
* html .subPanelHead02 {
	margin:2px 0 0 2px;
	width:200px;
}
.subPanelHead03 {
	float:left;
	width:219px;
	height:43px;
	background:#0099d8 url(../img/subpanel_03.png) repeat-x;
	margin:2px 0 0 4px;
	font-size:17px;
	font-weight:bold;
	color:#FFFFFF;
}
* html .subPanelHead03 {
	margin:2px 0 0 2px;
	width:200px;
}
.subPanelHead04 {
	float:left;
	width:219px;
	height:43px;
	background:#0099d8 url(../img/subpanel_04.png) repeat-x;
	margin:2px 0 0 4px;
	font-size:17px;
	font-weight:bold;
	color:#FFFFFF;
}
* html .subPanelHead04 {
	margin:2px 0 0 2px;
	width:200px;
}
.subPanelHead01 h3,
.subPanelHead02 h3,
.subPanelHead03 h3,
.subPanelHead04 h3 {
	margin:12px 0 0;
}
.subPanelHead01 a,
.subPanelHead02 a,
.subPanelHead03 a,
.subPanelHead04 a {
	color: #fff;
	text-decoration: none;
}

/*-------------------------leftMenuSubSection--------------------------------*/

.leftMenuSubSection01 {
	display: block;
	width:233px;
	height:31px;
	background:#0099d8 url(../img/subpanel_01.png) repeat-x;
	font-size:17px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	padding: 12px 0 0;
}

.leftMenuSubSection02 {
	display: block;
	width:233px;
	height:31px;
	background:#0099d8 url(../img/subpanel_02.png) repeat-x;
	font-size:17px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	padding: 12px 0 0;
}

.leftMenuSubSection03 {
	display: block;
	width:233px;
	height:31px;
	background:#0099d8 url(../img/subpanel_03.png) repeat-x;
	font-size:17px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	padding: 12px 0 0;
}

.leftMenuSubSection04 {
	display: block;
	width:233px;
	height:31px;
	background:#0099d8 url(../img/subpanel_04.png) repeat-x;
	font-size:17px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	padding: 12px 0 0;
}

* html .leftMenuSubSection01{
	width: 210px;
}
* html .leftMenuSubSection02{
	width: 210px;
}
* html .leftMenuSubSection03{
	width: 210px;
}
* html .leftMenuSubSection04 {
	width: 210px;
}

/*-------------------------leftMenuSubSection--------------------------------*/


.subPanelTitle {
	cursor: default;
	display: block;
	behavior: url(pngFix/iepngfix.htc);
	background:url(../img/check_mark.png) no-repeat;
	padding:0 0 0 20px;
	margin:0 0 0 20px;
	font-size: 15px;
}
.subPanelFirst ul {
	float:left;
	list-style-type:none;
	margin:17px 0 0 27px;
}
* html .subPanelFirst ul {
	margin:17px 0 0 13px;
}
.subPanelFirst ul li {
	margin:0 0 5px 0;

}
.subPanelFirst ul li a {
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#92a01f;
	background:url(../img/arrow_green.gif) no-repeat;
	padding:0 0 0 12px;
}
.subPanel ul {
	float:left;
	list-style-type:none;
	margin:17px 0 0 27px;
	padding: 0;
}
* html .subPanel ul {
	margin:17px 0 0 13px;
}
.subPanel ul li {
	margin:0 0 5px 0;
	padding: 0;
}
* html .subPanel ul li {
	border: 1px solid #EEF0ED;
}
.subPanel ul li a {
	display: block;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#92a01f;
	background:url(../img/arrow_green.gif) no-repeat;
	padding:0 0 0 12px;
}

.subPanel ul li div {
	width: 180px;
	margin-bottom: 20px;
}
.subPanel ul li div a {
	background:transparent url(../img/arrow_green.gif) no-repeat scroll top right;
	float: right;
	clear: both;
	display: block;
	margin-top: 10px;
	padding: 0 8px 0 0;
}
.subTabCont {
	float:left;
	width:600px;
	text-align:left;
}

.subTabCont p, .subTabCont table, .subTabCont ul, .subTabCont ol, .subTabCont li {
	clear: both;
}

.subTabCont a {
	color: #00a2f9;
	text-decoration: none;
}

.subTabCont ul li {
	width: 560px;
	vertical-align:text-top;
	margin:0 0 5px 0;
	
}
.greenBoldText {
	font-weight:bold;
	color:#889420;
	float:left;
	text-decoration:none;
}
/*-------------Contact Form------------------------*/

.grayLineForm {width:100%; height:2px; background:#CCCCCC; margin:15px 0 10px 0;}


.contactForm {
	margin:20px 0 0 10px;
	width:590px;
}
.contactForm div {
	color: #f00;
}

.contactForm p {
	
	color:#929f1f;
	font-size:14px;
}
.labelForm {
	text-align:right;
	font-weight:bold;
	font-size:11px;
	color:#0b1b2a;
	width:180px;
	padding:0 4px 0 0;
	vertical-align: top;
}
.labelFormCal {
	text-align:left;
	font-size:10px;
	color:#0b1b2a;
	width:106px;
	padding:0;
	vertical-align: top;
}
.labelFormCal02 {
	text-align:left;
	font-size:10px;
	color:#0b1b2a;
	width:106px;
	padding:0;
	vertical-align: top;
	background:#dae2d6;
}
.formSubTitle {
	text-align:left;
	font-size:11px;
	color:#999999;
	width:106px;
	padding:0 4px 0 0;
	vertical-align: top;
}
.fieldForm input{
	line-height:18px;
	width:185px;
	border:1px solid #0b1b2a;
	font-size:12px;
	margin:0 0 10px 0;
}
.fieldForm1 input{
	line-height:18px;
	width:95px;
	border:1px solid #0b1b2a;
	font-size:12px;
	margin:0 0 10px 0;
}
.fieldForm2 input{
	line-height:18px;
	width:65px;
	border:1px solid #0b1b2a;
	font-size:12px;
	margin:0 0 10px 0;
}
.fieldForm3 input{
	line-height:18px;
	width:150px;
	border:1px solid #0b1b2a;
	font-size:12px;
	margin:0 0 10px 0;
}
.fieldFormSmall {
	text-align:left;
}
.fieldFormSmall input{
	line-height:18px;
	border:1px solid #0b1b2a;
	font-size:12px;
	margin:0 0 10px 0;
}
.selectForm select {
	line-height:18px;
	width:187px;
	border:1px solid #0b1b2a;
	font-size:12px;
	margin:0 0 10px 0;
}
.selectForm1 select {
	line-height:18px;
	width:90px;
	border:1px solid #0b1b2a;
	font-size:12px;
	margin:0 0 10px 0;
}
.selectForm02 select {
	line-height:18px;
	width:60px;
	border:1px solid #0b1b2a;
	font-size:12px;
	margin:0 0 10px 0;
}
.selectForm03 select {
	line-height:18px;
	width: 120px;
	border:1px solid #0b1b2a;
	font-size:12px;
	margin:0 0 10px 0;
}
.fieldFormBig{
	height:98px;
	width:487px !important;
	border:1px solid #0b1b2a;
	font-size:12px;
	margin:0 0 10px 0;
}
.btnForm input{
	background:url(../img/btn_form.png) no-repeat;
	width:77px;
	height:20px;
	border:0px;
	color:#fffdc2;
	font-size:11px;
	font-weight:bold;
}


/*-------------Contact Form End--------------------*/

.searchResult {
	margin:20px 20px 0 20px;
}
.searchResult ul li {
	padding: 0;
	margin: 0;
}
.searchResult ul li a {
	display: block;
	text-decoration:none;
	color:#000000;
	border-bottom:1px dotted #999999;
	margin:0 0 10px 0;
	padding:0 0 5px 0;
}
.searchResult ul li a:hover {
	text-decoration:underline;
}
.searchResult ul .searchPath {
	color: #999;
	font-weight: bold;
	margin: 0 0 5px 0;
}
.pagePath {
	color: #adadad;
	text-decoration: none;
	dispaly: block;
	clear: both;
	margin: 5px 0 0 10px;
}
.paging {
	text-align:center;
}
.paging a {
	text-decoration:none;
	color:#666666;
}
.paging a:hover {
	text-decoration:underline;
}
.map {
	margin:0 0 0 70px;
}
.siteMap {
	margin:20px 0 0 13px;
}
.siteMap ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.siteMap ul li {
	padding: 0;
	margin:0 0 0 20px;
}
.siteMap ul li a {
	font-weight: bold;
	color: #889420;
	text-decoration: none;
	display: block;
	margin: 10px 0 0 -20px;
}
.siteMap ul li a:hover {
	text-decoration:underline;
}
.siteMap ul li ul {
	margin: 5px 0;
}
* html .siteMap ul li ul li {
	border: 1px solid #EEF0ED;
}
.siteMap ul li ul li a {
	color:#999999;
	font-weight:bold;
	text-decoration:none;
	display: block;
	margin-top: 0;
}
.siteMap ul li ul li a:hover {
	text-decoration:underline;
}
.thrColFixHdr #footer { 
	background:#2c5384;
	height:60px;
	font-size:11px;
	float:left;
	width:100%;
} 
.footerWarp {
	width:908px;
	margin:0 auto;
	padding: 0 10px 0 20px; 
}
.copyright {
	float:left;
	color:#FFFFFF;
	margin:10px 0 0 0;
}
.createdBy {
	float:right;
	color:#FFFFFF;
	margin:10px 0 0 0;
}
.createdBy a {
	font-weight:bold;
	text-decoration:none;
	color:#FFFF99;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
img { border:0px;}

.newsContent {
	margin: 20px 0 0 0;
	float: left;
	width:100%;
}
.newsContent ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.newsContent li {
	display: block;
	float: left;
	clear: both;
	width: 580px;
	margin: 0 0 10px 0 !important;
	padding: 0;
}


.spam input {
	float: left;
}
.spam img {
	float: left;
	margin: 0 0 -24px 200px;
}


.backLink {
	text-align: right;
	clear: both;
	margin: 20px 0 0;
	

body  {
	font: 12px Arial, Helvetica, Verdana, sans-serif;
	background: #ffffff url(../img/bg.gif) repeat-x;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
.thrColFixHdr #container { 
	width: 960px; 
	margin: 0 auto; 
	text-align: left; 
} 
.thrColFixHdr #header { 
	padding: 0px;
	height: 359px;
} 
.logo {
	float:left;
	background:url(../img/logo.jpg) no-repeat;
	width:276px;
	height:106px;
	text-decoration:none;
}
.topMenuSearch {
	float:right;
	width:332px;
}
* html .topMenuSearch {
	width:520px;
}
.topMenu {
	float:right;
	color:#adadad;
	margin:15px 30px 0 0;
}
.unSelectedLInk {
	text-decoration:none;
	color:#454545;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	margin:0 4px 0 4px;
}
.selectedLink {
	text-decoration:none;
	color:#a8b24c;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	margin:0 4px 0 4px;
}
.langLink {
	text-decoration:none;
	color:#127ab4;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	margin:0 0px 0 4px;
}

.search {
	float:right;
	color:#3a424c;
	width:235px;
	height:20px;
	font: Tahoma, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	margin:35px 30px 0 0;
	line-height:20px;
}
html > body .search {
	*margin:35px 40px 0 0;
}
.search span {
	float:left;
}
.searchField {
	width:140px;
	float:right;
}
* html .searchField {
	width: 135px;
}
.searchField input{
	line-height:18px;
	width:140px;
	border:1px solid #2f2828; 
}
* html .searchField input {
	width: 135px;
}
.searchBtn {
	width:25px;
	float:right;
	margin:0 0 0 5px;
}
* html .searchBtn {
	margin: 0 0 0 2px;
}
.searchBtn input{
	background:url(../img/search_btn.jpg) no-repeat #0099FF;
	border:0px;
	width:25px;
	height:20px;
	cursor:pointer;
}
.imgHead {
	margin:0 auto;
	padding:24px 0 0 10px;
	float:left;
}
.mainMenu {
	float: left;
	width:938px;
	height:40px;
	background:url(../img/bg_btn.gif) repeat-x;
}
.mainMenu ul {
	float: left;
	list-style-type:none;
	padding:0px;
	margin:0px;
}
.mainMenu ul li {
	float:left;
	text-align:center;
}
.mainMenu ul li a {
	width:186px;
	height:40px;
	line-height:40px;
	display:block;
	font-size:12px;
	text-transform:uppercase;
	color:#c8deed;
	font-weight:bold;
	text-decoration:none;
	border-right:2px solid #FFFFFF;
}
.mainMenu ul li a.selected {
	background:url(../img/menu_selected.png) repeat-x;
	width:186px;
	height:40px;
	line-height:40px;
	display:block;
	font-size:12px;
	text-transform:uppercase;
	color:#051428;
	font-weight:bold;
	text-decoration:none;
	border-right:2px solid #FFFFFF;
}
.mainMenu ul li a.selected span {
	color:#051428;
}
.mainMenu ul li a.last {
	width:186px;
	height:40px;
	line-height:40px;
	display:block;
	font-size:12px;
	text-transform:uppercase;
	color:#c8deed;
	font-weight:bold;
	text-decoration:none;
	border:none;
}
.mainMenu ul li a.lastSelected {
	background:url(../img/menu_selected.png) repeat-x;
	width:186px;
	height:40px;
	line-height:40px;
	display:block;
	font-size:13px;
	text-transform:uppercase;
	color:#051428;
	font-weight:bold;
	text-decoration:none;
	border:none;
}
.mainMenu ul li a span {
	color:#ffffff;
}
.midContainer {
	padding:0 10px 0 10px;
	background:#FFFFFF;
	float:left;
}

* html .midContainer {
	width: 938px;
}
html > body .midContainer {
	*width: 938px;
}
.thrColFixHdr #sidebarLeft {
	float: left; 
	width: 225px; 
	padding: 0px 10px 15px 0px;
	margin:17px 0 0 0;
}
* html .thrColFixHdr #sidebarLeft {
	padding: 0px 0px 15px 0px;
	width: 200px;
}
#sidebarLeft h3 {
	cursor: pointer;
	height: 55px;
}
.leftMenu {
	list-style-type: none; 
	background:url(../img/bg_menu.gif) repeat-y;
	padding:20px 0 20px 30px;
	margin: 0 0 12px 0;
}
.leftMenu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.leftMenu li {
	padding: 0;
	margin: 0;
}
.leftUnSelected {
	display: block;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
/*	behavior: url(pngFix/iepngfix.htc); */
	background:url(../img/check-mark-menu-gray.png) no-repeat;
	padding: 5px 0 5px 20px;
	color:#787878;
}

.leftSelected {
	display: block;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
/*	behavior: url(pngFix/iepngfix.htc); */
	background:url(../img/check-mark-menu-green.png) no-repeat;
	padding: 5px 0 5px 20px;
	color:#abb741;
}

a.linkGroup {
	display: block !important;
	color: #adadad !important;
	margin: 7px 0 5px 0 !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
	font-size: 13px !important;
	text-decoration: none !important;
	cursor: default !important;
	background-image: none !important;
	padding: 0px !important;
}

.leftMenu ul li a span {
	margin:0 0 0 20px;
}
.eBanking {
	float:right;
	margin:10px 0 0 0;
	border:1px solid #a9a9a9;
	background:#eef0ed;

}
.eBankingIn {
	background:#eef0ed url(../img/bg_newsletter.gif) repeat-x;
	width:197px;
	height:31px;
	margin:3px;
	padding: 0 0 0 10px;
}
.eBankingIn a {
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	line-height:30px;
	color:#fffdc1;
	padding:0 0 0 0px;
}

.eBankingIn a span {
	color:#0c1a27;
}
.rates {
	width:207px;
	float:right;
	margin:10px 0 0 0;
	padding:3px;
	border:1px solid #a9a9a9;
	background:#eef0ed;
}
.ratesBig {
	width: 600px;
}
.ratesHead {
	background:#eef0ed url(../img/bg_rates.gif) repeat-x;
	height:31px;
	padding:0px 0 0 10px;
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	color:#c8deed;
}
* html .ratesHead {
	line-height:14px;
}
.ratesBig table {
	width: 600px !important;
}
.ratesHead div {
	padding:0;
	color:#c8deed;
}
.ratesHead div a{
	color:#c8deed;
	text-decoration:none;
}
* html .ratesHead div {
	margin:8px 0 0 0;	
} 
.ratesHead div span {
	color:#0c1a27;
}
.ratesHead div a span {
	color:#0c1a27;
}
.rates table {
	width:207px;
	color:#0c1a27;
	font-size:11px;
	font-weight:bold;
}
* html .rates table {
		width:207px;
}
.rates table.rates_details {
	width: 630px;
}
.rates table tr td {
	padding:1px 4px 1px 8px;
}
.blueRow {
	background:#c8deed;
	color:#0f3651;
	font-size:11px;
	font-weight:bold;
}
.whiteRow {
	background:#ffffff;
	color:#0c1a27;
	font-size:11px;
	font-weight:bold;
}
.thrColFixHdr #sidebarRight {
	float: right; 
	width: 400px; 
	padding: 0px 0px 15px 0px; 
	margin:17px 0 0 0;
}
* html .thrColFixHdr #sidebarRight  {
	width: 360px; 
}
.careers {
	margin: 0 0 0 12px;
}
.adress {
	float: left;
}
.address li {
	clear: none !important;
	width: 270px !important;
	float: left;
}
.address dl, .address dd, .address dt {
	width: 270px;
}

.latestNews {
	background:#eef0ed;
	padding:3px 3px 3px 3px;
}
.latestNewsHead {
	height:43px;
	background:url(../img/bg_news.gif) repeat-x;
	font-size:18px;
	font-weight:bold;
	line-height:43px;
	color:#fffdc1;
	padding:0 0 0 20px;
}
* html .latestNewsHead {
	line-height:18px;
}
.latestNewsHead div {
	padding:0;
} 
* html .latestNewsHead div {
	margin:12px 0 0 0;
} 
.latestNewsHead div span {
	color:#0c1a27;
}
.latestNews ul {
	padding:15px;
	margin:0;
}
.latestNews ul li {
	list-style-type:none;
	margin:0 0 15px 0;
	font-size:11px;
}
.latestNews dl {
	float: left;
	margin: 10px 0 30px 0;
	padding: 0;
}
.latestNews dt {
	display: block;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	width: 100px;
	font-weight: bold;
}
.latestNews dd {
	display: block;
	float: left;
	width: 170px;
	margin: 0;
	padding: 0;
}
.latestNews dl a {
	color: #787878;
	font-weight: bold;
	text-decoration: none;
}
.latestNews dl a:hover {
	color: #565656;
	text-decoration: underline;
}
.newsDate {
	font-weight:bold;
	color:#808080;
}
.newsTitle {
	font-weight:bold;
	color:#92a01f;
}
.seeAll {
	float:right;
	color:#FF9900;
	text-decoration:none;
	background:url(../img/arrow_readmore.gif) no-repeat right 5px;
	padding:0 7px 0 0;
	}

.dottedSpacer {
	width:17px;
	height:400px;
	border-right:1px dotted #CCCCCC;
	float:left;
	margin:17px 0 0 0;
}

.centerBar {
	float:left;
	min-height:400px;
}
.rightCont {
	float:right;
	width:618px;
	min-height:380px;
	margin:17px 3px 0 0;
	padding:0 20px 20px;
	background:#eef0ed;
	border:1px solid #e5e6e4;

}

* html .rightCont {
	padding:0 10px 20px 10px;
	height: 400px;
}
.senddok {
	margin-top: 200px;
	text-align: center;
}
.boxes {
	float:left;
	margin: 18px -10px 0 -10px;
}
.boxes td {
	width: 227px;
	padding: 0 0 20px 0;
	background-color: #EEF0ED;
}
.btns {
	clear:both;
}
.greenBtn {
	
	float: left;
	display:block;
	text-decoration:none;
	background:url(../img/green-btn_bg.jpg) repeat-x;
	width: 120px;
	height:25px;
	margin:15px;
	padding:5px 5px 0 5px;
}
.greenBtn div {
	float: left;
	background:url(../img/arrow_green-btn.png) no-repeat;
	padding:0 0 0 14px;
	font-size:11px;
	font-weight:bold;
	color:#fffdc1;
}
.blackTitle {
clear: both;
	font-size:14px;
	font-weight:bold;
	margin:14px 0 0 11px;
}
.blackTitle span {
	color:#999999;
}
.subTabs {
	float:left;
	width:615px;
	border-bottom:3px solid #1a6aa1;
	margin:25px 0 0 3px;
}
.subTabSelected {
	display:block;
	float:left;
	background:url(../img/blue_tab.png) no-repeat;
	text-align:center;
	width:152px;
	height:27px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	padding:12px 0 0 0;
	line-height: 12px;
}
.subTabUnSelected {
	display:block;
	float:left;
	background:url(../img/gray_tab.png) no-repeat;
	text-align:center;
	width:152px;
	height:26px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#226193;
	padding:7px 0 0 0;
	margin:6px 0 0 1px;
	line-height: 12px;
}
.rightCont p {
	float:left;
	margin:10px 20px 5px 10px;
}

* html .rightCont p {
	margin:10px 10px 5px 5px;
}
.subPanel {
	float:left;
	width:227px;
	background-color:#EEF0ED;
	margin:0;
}
.subPanelFirst {
	float:left;
	width:227px;
	height:153px;
	background:#EEF0ED;
	margin:0;
}
* html .subPanelFirst {
	margin:18px 0 240px 0;
}
.subPanelHead01 {
	float:left;
	width:219px;
	height:43px;
	background:#0099d8 url(../img/subpanel_01.png) repeat-x;
	margin:2px 0 0 4px;
	font-size:17px;
	font-weight:bold;
	color:#FFFFFF;
}
* html .subPanelHead01 {
	margin:2px 0 0 2px;
	width:200px;
}
.subPanelHead02 {
	float:left;
	width:219px;
	height:43px;
	background:#0099d8 url(../img/subpanel_02.png) repeat-x;
	margin:2px 0 0 4px;
	font-size:17px;
	font-weight:bold;
	color:#FFFFFF;
}
* html .subPanelHead02 {
	margin:2px 0 0 2px;
	width:200px;
}
.subPanelHead03 {
	float:left;
	width:219px;
	height:43px;
	background:#0099d8 url(../img/subpanel_03.png) repeat-x;
	margin:2px 0 0 4px;
	font-size:17px;
	font-weight:bold;
	color:#FFFFFF;
}
* html .subPanelHead03 {
	margin:2px 0 0 2px;
	width:200px;
}
.subPanelHead04 {
	float:left;
	width:219px;
	height:43px;
	background:#0099d8 url(../img/subpanel_04.png) repeat-x;
	margin:2px 0 0 4px;
	font-size:17px;
	font-weight:bold;
	color:#FFFFFF;
}
* html .subPanelHead04 {
	margin:2px 0 0 2px;
	width:200px;
}
.subPanelHead01 h3,
.subPanelHead02 h3,
.subPanelHead03 h3,
.subPanelHead04 h3 {
	margin:12px 0 0;
}
.subPanelHead01 a,
.subPanelHead02 a,
.subPanelHead03 a,
.subPanelHead04 a {
	color: #fff;
	text-decoration: none;
}

/*-------------------------leftMenuSubSection--------------------------------*/

.leftMenuSubSection01 {
	display: block;
	width:233px;
	height:31px;
	background:#0099d8 url(../img/subpanel_01.png) repeat-x;
	font-size:17px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	padding: 12px 0 0;
}

.leftMenuSubSection02 {
	display: block;
	width:233px;
	height:31px;
	background:#0099d8 url(../img/subpanel_02.png) repeat-x;
	font-size:17px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	padding: 12px 0 0;
}

.leftMenuSubSection03 {
	display: block;
	width:233px;
	height:31px;
	background:#0099d8 url(../img/subpanel_03.png) repeat-x;
	font-size:17px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	padding: 12px 0 0;
}

.leftMenuSubSection04 {
	display: block;
	width:233px;
	height:31px;
	background:#0099d8 url(../img/subpanel_04.png) repeat-x;
	font-size:17px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	padding: 12px 0 0;
}

* html .leftMenuSubSection01{
	width: 210px;
}
* html .leftMenuSubSection02{
	width: 210px;
}
* html .leftMenuSubSection03{
	width: 210px;
}
* html .leftMenuSubSection04 {
	width: 210px;
}

/*-------------------------leftMenuSubSection--------------------------------*/


.subPanelTitle {
	cursor: default;
	display: block;
	behavior: url(pngFix/iepngfix.htc);
	background:url(../img/check_mark.png) no-repeat;
	padding:0 0 0 20px;
	margin:0 0 0 20px;
	font-size: 15px;
}
.subPanelFirst ul {
	float:left;
	list-style-type:none;
	margin:17px 0 0 27px;
}
* html .subPanelFirst ul {
	margin:17px 0 0 13px;
}
.subPanelFirst ul li {
	margin:0 0 5px 0;

}
.subPanelFirst ul li a {
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#92a01f;
	background:url(../img/arrow_green.gif) no-repeat;
	padding:0 0 0 12px;
}
.subPanel ul {
	float:left;
	list-style-type:none;
	margin:17px 0 0 27px;
	padding: 0;
}
* html .subPanel ul {
	margin:17px 0 0 13px;
}
.subPanel ul li {
	margin:0 0 5px 0;
	padding: 0;
}
* html .subPanel ul li {
	border: 1px solid #EEF0ED;
}
.subPanel ul li a {
	display: block;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#92a01f;
	background:url(../img/arrow_green.gif) no-repeat;
	padding:0 0 0 12px;
}

.subPanel ul li div {
	width: 180px;
	margin-bottom: 20px;
}
.subPanel ul li div a {
	background:transparent url(../img/arrow_green.gif) no-repeat scroll top right;
	float: right;
	clear: both;
	display: block;
	margin-top: 10px;
	padding: 0 8px 0 0;
}
.subTabCont {
	float:left;
	width:600px;
	text-align:left;
}

.subTabCont p, .subTabCont table, .subTabCont ul, .subTabCont ol, .subTabCont li {
	clear: both;
}

.subTabCont a {
	color: #00a2f9;
	text-decoration: none;
}

.subTabCont ul { 
	
	
}
.subTabCont ul li {
	width: 560px;
	
}
.greenBoldText {
	font-weight:bold;
	color:#889420;
	float:left;
	text-decoration:none;
}
/*-------------Contact Form------------------------*/
.contactForm {
	margin:20px 0 0 10px;
	width:590px;
}
.contactForm div {
	color: #f00;
}
.contactForm span {
}
.contactForm p {
	
	color:#929f1f;
	font-size:14px;
}
.labelForm {
	text-align:right;
	font-weight:bold;
	font-size:11px;
	color:#0b1b2a;
	width:106px;
	padding:0 4px 0 0;
	vertical-align: top;
}

.fieldForm input{
	line-height:18px;
	width:185px;
	border:1px solid #0b1b2a;
	font-size:12px;
	margin:0 0 10px 0;
}
.fieldForm2 input{
	line-height:18px;
	width:65px;
	border:1px solid #0b1b2a;
	font-size:12px;
	margin:0 0 10px 0;
}
.fieldForm3 input{
	line-height:18px;
	width:150px;
	border:1px solid #0b1b2a;
	font-size:12px;
	margin:0 0 10px 0;
}
.selectForm select {
	line-height:18px;
	width:187px;
	border:1px solid #0b1b2a;
	font-size:12px;
	margin:0 0 10px 0;
}
.fieldFormBig{
	height:98px;
	width:487px !important;
	border:1px solid #0b1b2a;
	font-size:12px;
	margin:0 0 10px 0;
}
.btnForm input{
	background:url(../img/btn_form.png) no-repeat;
	width:77px;
	height:20px;
	border:0px;
	color:#fffdc2;
	font-size:11px;
	font-weight:bold;
}


/*-------------Contact Form End--------------------*/

.searchResult {
	margin:20px 20px 0 20px;
}
.searchResult ul li {
	padding: 0;
	margin: 0;
}
.searchResult ul li a {
	display: block;
	text-decoration:none;
	color:#000000;
	border-bottom:1px dotted #999999;
	margin:0 0 10px 0;
	padding:0 0 5px 0;
}
.searchResult ul li a:hover {
	text-decoration:underline;
}
.searchResult ul .searchPath {
	color: #999;
	font-weight: bold;
	margin: 0 0 5px 0;
}
.pagePath {
	color: #adadad;
	text-decoration: none;
	dispaly: block;
	clear: both;
	margin: 5px 0 0 10px;
}
.paging {
	text-align:center;
}
.paging a {
	text-decoration:none;
	color:#666666;
}
.paging a:hover {
	text-decoration:underline;
}
.map {
	margin:0 0 0 70px;
}
.siteMap {
	margin:20px 0 0 13px;
}
.siteMap ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.siteMap ul li {
	padding: 0;
	margin:0 0 0 20px;
}
.siteMap ul li a {
	font-weight: bold;
	color: #889420;
	text-decoration: none;
	display: block;
	margin: 10px 0 0 -20px;
}
.siteMap ul li a:hover {
	text-decoration:underline;
}
.siteMap ul li ul {
	margin: 5px 0;
}
* html .siteMap ul li ul li {
	border: 1px solid #EEF0ED;
}
.siteMap ul li ul li a {
	color:#999999;
	font-weight:bold;
	text-decoration:none;
	display: block;
	margin-top: 0;
}
.siteMap ul li ul li a:hover {
	text-decoration:underline;
}
.thrColFixHdr #footer { 
	background:#2c5384;
	height:60px;
	font-size:11px;
	float:left;
	width:100%;
} 
.footerWarp {
	width:908px;
	margin:0 auto;
	padding: 0 10px 0 20px; 
}
.copyright {
	float:left;
	color:#FFFFFF;
	margin:10px 0 0 0;
}
.createdBy {
	float:right;
	color:#FFFFFF;
	margin:10px 0 0 0;
}
.createdBy a {
	font-weight:bold;
	text-decoration:none;
	color:#FFFF99;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
img { border:0px;}

.newsContent {
	margin: 20px 0 0 0;
	float: left;
	width:100%;
}

.newsContent li {
	display: block;
	float: left;
	clear: both;
	width: 580px;
	margin: 0 0 10px 0 !important;
}


.spam input {
	float: left;
}
.spam img {
	float: left;
	margin: 0 0 -24px 200px;
}


.backLink {
	text-align: right;
	clear: both;
	margin: 20px 0 0;
}
.contactForm div.fieldFormBig{
	color:#000000 !important;
	height:auto !important;
}
