@charset "utf-8";
/* CSS Document - Designed by Cyber Gear*/

html, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, samp, small, strike, strong, sub, sup, tt, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	height:100%;
	background-color: #EFEFEF;
	font-family:Verdana, Helvetica, Sans-Serif;
	font-size:12px;
	text-align:center;
	line-height:1;
	color:#000000;
	margin:0px;
	
}
/*  remember to define focus styles! */
:focus { /* sheni to recheck this style*/
	outline:0;
}
.clr {
	clear:both;
	display:block;
	height:0;
	line-height:0;
}
#page #content .clr {
	float:none;
}
/**********
 * text formatting
 **********/

h1, h2.major {
	margin:1em 0 1.25em;
	font-size:1.6em;
}
h2 {
	margin:1em 0;
	font-size:1.4em;
}
h2.minor, h3 {
	margin:1em 0;
	font-size:1.2em;
}
p, address {
	margin:0;
	font-style:normal;
	line-height:1.3em;
}
blockquote, q {
	quotes:none;
	line-height:1.1429em;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
a {
	color:#00246C;
	text-decoration:none;
}
a:hover, a:focus {
	text-decoration:underline;
}
a:visited {
	color:#00246C;
	text-decoration:none;
}
abbr, acronym {
	font-variant:normal;
	border-bottom:1px dotted #999;
	cursor:help;
}
acronym {
	font-variant:small-caps;
}
ins {
	text-decoration:underline;
}
del {
	text-decoration:line-through;
}
/**********
 * lists
 **********/

ol, ul {
	list-style:none;
}
/**********
 * tables
 **********/

table {
	border-collapse:collapse;
	border-spacing:0;
}
/**********
 * images
 **********/

img {
	border:0;
}
/**********
 * forms
 **********/

input, textarea {
	font-family:Verdana, Helvetica, Sans-Serif;
	font-size:1.1em;
}
/****** page starts here ******/

/**********
 * layout
 **********/

#page {
	margin:0 auto;
	width:900px;
	text-align:left;
	background-color:#FFF;
}
/**********
 * header
 **********/

#header {
	position:relative;
	width: 900px;
	height: 108px;
	margin-bottom:2px;
	background:url(../images/top_bg.jpg) 0 0 no-repeat;
	font-size:1.2em;
}
#logo {
	width: 78px;
	height: 100px;
	padding-right: 45px;
	padding-top: 4px;
	padding-bottom: 4px;
	float: right;
}
/* top Search panel */
#search_panel {
	position:absolute;
	top:0;
	left:10px;
	width: 315px;
	height: 32px;
	background:url(../images/search_panel_bg.gif) 0 0 repeat-x;
	padding-top:0.5em;
}
#fontA {
	padding: 0 8px;
	float:right;
	width: 45px;
	height: 20px;
	border-left:#967f47 solid 1px;
	text-align:center;
}
#fontA a {
	color:#fff;
	text-decoration:none;
	vertical-align:bottom;
}
#fontA .minus {
	font-size: 0.8em;
	color:#fff;
}
#fontA .plus {
	font-size:1.1em;
	color:#fff;
}
#fontA .normal {
	color:#fff;
}
#sitesearch {
	padding: 0 8px;
	float:right;
	width: 171px;
	height: 20px;
	border-left:#967f47 solid 1px;
}
#sitesearch input.txt {
	float:right;
	font-family:Verdana, Helvetica, Sans-Serif;
	font-size:11px;
	font-weight:bold;
	border:#FFF none;
	width:133px;
	height:17px;
	text-align:right;
	padding-right:5px;
	background:none;
	
}
#search_txt_bg {
	background: url(../images/search_box_bg.gif) 0 0 no-repeat;
	width:138px;
	height:17px;
	float:right;

}
#sitesearch input.btn {
	float:right;
	margin-right:-2px;
	width: 32px;
	height: 17px;
}
#lnkEnglish {
	padding: 0 8px;
	float:right;
	width: 45px;
	height: 21px;
}
/* top menu */

#top_menu {
	width: 900px;
	height: 38px;
	font-family:Verdana, Helvetica, Sans-Serif;
	font-size:13px;
	background: url("../images/top_menu_blue_bg.gif") repeat-x;
	text-align: center;
	z-index:123123;
}
#top_menu #left {
	width: 7px;
	height: 38px;
	float: right;
	background:url("../images/menu_end_right.gif") 0 0 no-repeat;
}
#top_menu #right {
	width: 7px;
	height: 38px;
	float: left;
	background:url("../images/menu_end_left.gif") top right no-repeat;
}
#top_menu li a:visited, #top_menu li a:link {
	background: url("../images/menu_sperator.gif") left no-repeat;
}

#top_menu li li a:visited, #top_menu li li a:link {
	background:none;
}

#top_menu li:first-child a:visited, #top_menu li:first-child a:link {
	background: transparent;
}
#top_menu li a:hover, #top_menu li a:active {
	background: transparent;
}
#top_menu ul.aboutus_menu {
	width: 180px;
}
#top_menu ul.retail_menu {
	width: 190px;
}
#top_menu ul.contact_menu {
	width: 145px;
}
/* Content Layout */
#contents_home {
	width: 900px;
	margin: auto;
	background-color:#fff;
	background-image: url(../images/bg_home.gif);
}
#home_main {
	width: 700px;
	float:right;
}
#home_main #flash_banner {
	padding:11px 15px 0px 0px;
	background: url("../images/home_main_banner_bg.gif") no-repeat;
	height: 326px;
	width: 685px;
	text-align:right;
}
#home_banners {
	margin: 0 14px;
	width: 672px;
}
#home_banners .banner {
	float:right;
	background: url("../images/home_banner_bg.jpg") 0 0 no-repeat;
	margin: 0px 8px;
	padding: 0 21px 24px 21px;
	width: 277px;
	height: 184px;
	text-align:right;
}

*html #home_banners .banner {
	float:left;
	background: url("../images/home_banner_bg.jpg") 0 0 no-repeat;
	margin: 0px 4px;
	padding: 0 20px 12px 11px;
	width: 295px;
	text-align:right;
}

#home_banners p {
	margin:0px;
}
#home_banners p.head {
	font-size: 23px;
	color: #00246C;
	padding: 18px 0px;
}
#home_banners p.text {
	font-size: 12px;
	color: #000;
	line-height:17px;
	height:60px;
}
.button {
	background: url("../images/home_btn_bg.gif") no-repeat;
	height: 43px;
	width: 228px;
	padding-top: 9px;
	padding-right: 10px;
	padding-left: 40px;
	font-size: 13px;
	color: #ffffff;
	display:block;
	text-decoration:none;
}
a.button:link, a.button:visited{
	background: url("../images/home_btn_bg.gif") no-repeat;
	height: 43px;
	width: 228px;
	padding-top: 9px;
	padding-right: 10px;
	padding-left: 40px;
	font-size: 13px;
	color: #ffffff;
	display:block;
	text-decoration:none;
}

a.button:hover {
	height: 43px;
	width: 228px;
	padding-top: 9px;
	padding-right: 10px;
	padding-left: 40px;
	font-size: 13px;
	color: #ffffff;
	text-decoration:none;
}
#right_panel {
	width: 184px;
	padding: 0 8px;
	height: auto !important;
	height: 100%;
	background-color: #e7e7e7;
	float: left;
	margin: auto;
}
*html #right_panel {
	width: 188px;
	padding: 0 0px;
	height: auto !important;
	height: 100%;
	background-color: #e7e7e7;
	float: left;
	margin: auto;
}
#right_panel #login {
	padding-top:10px;
}
#right_banners {
	float:right;
	margin-top:1.50em;
}
#right_banners .banner {
	float:right;
	width: 180px;
	padding-top:1.2em;
	padding-bottom:1.2em;
	padding-right:1.0em;
}

*html #right_banners .banner {
	float:right;
	width: 180px;
	padding:5px;
}

*html #right_banners .banner img{
	float:right;
	padding:0 10px 0 0;
	
}

#right_banners p {
	margin:0px;
}
#right_banners .banner > img {
	float:right;
	margin-left:1.0em;
}
#right_banners .title1 {
	font-size: 12px;
	font-weight: bold;
	color: #404040;
	text-align: right;
}
#right_banners .title2 {
	font-size: 14px;
	font-weight: bold;
	color: #1E5989;
		text-align: right;
}
.title2, .title2 a:link, .title2 a:visited {
	color:#002467;
	text-decoration:none;
}
.title2 a:hover {
	text-decoration:underline;
}
#right_banners .separator {
	float:right;
	width: 180px;
	height:2px;
	background-image: url(../images/hr_links_separator.gif);
	background-repeat: no-repeat;
	background-position: 6px bottom;
}
#home_news_container {
	margin-top:4.0em;
	width:158px;
	border: #8F663c solid 1px;
	background-image:url(../images/news_box_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding:10px;
	text-align:right;
}
.newshead {
	font-family: Verdana;
	font-size: 14px;
	color: #8f773c;
	font-weight: bold;
	padding-bottom: 20px;
}
.news, .news a:link, .news a:visited {
	color:#002467;
	text-decoration:none;
}
.news a:hover {
	text-decoration:underline;
}
.news_title {
	font-family: Verdana;
	font-size: 12px;
	line-height: 15px;
	color: #002467;
}
.news_date {
	font-family: Verdana;
	font-size: 9px;
	color: #8f773c;
	direction:rtl;
}
.news_separator {
	height: 10px;
	border-bottom: 1px solid #DAD4C8;
	margin-bottom: 10px;
}
.news_title_in {
	font-family: Verdana;
	font-size: 12px;
	line-height: 15px;
	color: #002467;
	font-weight: bold;
}

.news_desc {
	font-family: Verdana;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	padding-bottom: 20px;
}

.news_button_box {
	width: 120px;
	height: 20px;
	margin:auto;
	text-align:left;
	padding:3px 0px 3px 25px;
	background: url("../images/news-panel-more-link.gif") no-repeat left;
}
.news_button_box a:link, .news_button_box a:visited {
	color: #8f663c;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
}
.news_button_box a:hover {
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
.news_button_text a:visited {
	text-decoration: none;
	color: #8f663c;
}
#shadow-right1 {
	position: relative;
	margin-left:2px;
	padding-right: 1px;
	padding-bottom: 1px;
	background: #dbdbdb;
}
#shadow-right2 {
	position: relative;
	padding-right: 1px;
	padding-bottom: 1px;
	background: #d6d6d6;
}
#shadow-right3 {
	position: relative;
	padding-right: 1px;
	padding-bottom: 1px;
	background: #cecece;
}
#shadow-right4 {
	position: relative;
	padding-right: 1px;
	padding-bottom: 1px;
	background: #c3c3c3;
}
#shadow-right5 {
	position: relative;
	padding-right: 1px;
	padding-bottom: 1px;
	background: #bbbbbb;
}
/*Footer panel*/
#footer {
	background:url("../images/footer_bg.gif") repeat-x #00256B;
	width: 880px;
	color: #ffffff;
	height: 12px;
	margin: 0px;
	padding: 10px;
	text-decoration:none;
}
#copyright {
	width: 190px;
	float:left;
	text-align: left;
	padding:2px;
}

#copyright a, #copyright a:visited {
	color:#FFFFFF;
	text-decoration:none;
	/*background:url("../images/footer_bg.gif") repeat-x #00256B;*/
}
#copyright a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.footer_lnks {
	width: 652px;
	float:right;
	text-align:right;
	color: #A39161;
	padding:2px;
}

.footer_lnks a, .footer_lnks a:visited {
	color:#FFFFFF;
	text-decoration:none;
/*	background:url("../images/footer_bg.gif") repeat-x #00256B;*/
}
.footer_lnks a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

/* General*/

.clearfloat {
	clear: both;
	line-height: 1px;
}
img {
	border: 0;
}
.hlink_sep {
	background: url("../images/hr_links_separator.gif") no-repeat center;
	padding-top: 15px;
	padding-bottom: 15px;
}
/*  Inside page styles   */

#contents_inside {
	width: 900px;
	margin: auto;
	background-color:#fff;
	background-image: url(../images/bg_insidepage.gif);
}
#inside_left_menu {
	width: 137px;
	padding: 0px;
	margin: 0px 20px 10px 5px;
	float:right;
}

*html #inside_left_menu {
	width: 137px;
	padding: 0px;
	margin: 0px 10px 10px 5px;
	float:right;
}
.left_menuhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8F773C;
	font-size: 21px;
	text-align:right;
	padding-top: 20px;
}
.left_menutitle {
	margin: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
	text-align:right;
}
.left_menutitle a:link, .left_menutitle a:visited, .left_menutitle a:active {
	text-decoration: none;
	color: #000;
}
.left_menutitle a:hover {
	text-decoration: underline;
	color: #000;
}
.left_menusep {
	/*margin: 5px 5px 0px 20px;*/
	border-bottom: dotted 2px #898D8D;
}
#inside_breadcrumb 
{
	width: 517px;
	height: 30px;
	background-color: #DFF0FD;
	color: #00246B;
	font-weight: bold;
	padding:0 20px 0 0px;
	display:inline-block;
	line-height:28px;
	text-align:right;
	font-size:12px;
}


#inside_breadcrumb a:link, #inside_breadcrumb a:visited {
	text-decoration: none;
	padding: 0px 5px 2px 5px;
	/*background: url("../images/bread_crumbs_bullet.gif") no-repeat left;*/
	display:inline;
	line-height:28px;
	text-align:right;
}
#inside_breadcrumb a:hover {
	text-decoration: underline;
	display:inline;
}
.inside_breadcrumb_sep
{
	padding: 0px 3px;
}
*html #inside_breadcrumb a:link, #inside_breadcrumb a:visited {
	text-decoration: none;
	padding: 2px 5px 2px 10px;
	margin-right: 5px;
	line-height:28px;
	text-align:right;
}
*html #inside_breadcrumb a:hover {
	text-decoration: underline;
	display:inline;
}
*html .inside_breadcrumb_sep
{
	padding: 0 3px;
}
/*  Landing page styles     */

#page_contents_main {
	width: 538px;
	float: right;
	text-align:right;
}
#page_contents_main #page_contents {
	margin:0px;
	padding: 20px;
	line-height:16px;
	min-height: 400px;
	float: right;
	width: 498px;
}

#page_contents_main #page_contents #page_contents_header {
	width: 498px;
	padding:  0px 0px 15px 0px;
}
#page_contents_main #page_contents #page_contents_top {
	padding: 0px 3px 30px 3px;
	width: 486px;
}
#page_contents_main #page_contents #page_contents_top p {
	margin: 0px;
}
#page_contents_main #page_contents #page_contents_top h1{
	font-family: Verdana;
	margin: 0px;
	font-size: 23px;
	color: #00246b;
	font-weight: normal;
	padding-bottom: 14px;

}
#page_contents_main #page_contents #page_contents_top p.toptext {
	font-family: Verdana;
	color: #000;
	line-height: 16px;
}
#page_contents_main #page_contents #page_contents_bottom {
	padding: 6px 3px 24px 3px;
	width: 492px;
}
#page_contents_main #page_contents #page_contents_bottom p {
	margin: 0px;
}
#page_contents_main #page_contents #page_contents_bottom h2 {
	margin:0px;
	font-family: Verdana;
	font-size: 16px;
	color: #00246b;
	padding-bottom: 14px;
	font-weight:normal;
}
#page_contents_main #page_contents #page_contents_bottom p.bottomtext {
	font-family: Verdana;
	color: #000;
	line-height:normal;
	padding-bottom: 10px;
}

#page_contents_main #page_contents #page_contents_bottom a:link,#page_contents_main #page_contents #page_contents_bottom a:visited{
	background: url("../images/insied_link_btn.gif") no-repeat left 4px;
	font-weight: bold;
	font-size: 18px;
	line-height:24px;
	color: #8f773c;
	width: 125px;
	padding-left: 10px;
	display:block;
	float: right;
	}
	
#page_contents_main #page_contents #page_contents_bottom a:hover {
background: url("../images/insied_link_btn.gif") no-repeat left 4px;
	font-weight: bold;
	font-size: 18px;
	line-height:24px;
	color: #8f773c;
	width: 125px;
	padding-left: 10px;
	display:block;
	text-decoration:underline;
	float: right;
	}
	
	
	/*////////////////////   Old Styles Sheet ////////////////////////////////////////////////////////*/

/*------------------content panel inside pages-------------------------*/

/*
#panelcontent {
	width: 528px;
	margin:0px;
	padding:0px;
	margin-bottom:20px;
	float: right;
	background-color:#ffffff;

}*/

#page_contents_main #page_contents h1 {
	font-size:16px;
	color:#004578;
	font-weight:bold;
	padding-bottom:10px;
	margin: 0px;
}
#page_contents_main #page_contents h2 {
	font-size:14px;
	font-weight:bold;
	padding-bottom:10px;
}
#page_contents_main #page_contents h3 {
	font-size:12px;
	font-weight:bold;
	padding-bottom:10px;
}
/*
#page_contents_main #page_contents ul {
	list-style-image:url(../images/bluebullet.gif);
	list-style-position:outside;
	padding-right: 30px;
	
}*/

#page_contents_main #page_contents ul {
	list-style-type:none;
	padding: 0px;
	margin-right: 0px;
}
#page_contents_main #page_contents li 
{	
	padding-right:20px;
	margin-right:10px;
	background: url(../images/bluebullet.gif) no-repeat right top;
}

#panelcontent .rowbg1 {
	background-color:#e8f2fb;
	padding:2px;
}
#panelcontent .rowbg2 {
	background-color:#BFD3E6;
	padding:2px;
}
#panelcontent #TCDoc a:link {
	padding:20px 30px;
}
#panelcontent #TCDoc a:hover {
	border:1px solid #AA1E1E;
}
#panelcontent .acctsvcsbookmarks {
	float:left;
	padding:5px;
	width:230px;
}
#panelcontent .acctsvcsbookmarks li {
	list-style-image:none;
	list-style-type:disc;
}
#panelcontent .acctsvcsbookmarks li {
	padding-bottom:5px;
}
#page_contents_main #page_contents .cnttitle {
	font-size:13px;
	font-weight:bold;
}
#page_contents_main #page_contents .cntnumber {
	font-size:12px;
	font-weight:bold;
}

#top-link
{
    text-align:left;
}

	
/* banners*/

#page_contents_main #page_contents span #page_contents_banners {
	float:right;
	margin: auto;
	padding: 0px;
	display:inline;
	width: 498px;
}

#page_contents_main #page_contents span #page_contents_banners .inside_banners {
	background: url("../images/inside_prd_panel_bg.jpg") no-repeat;
	width: 242px;
	height: 185px;
	display: inline-block;
	float: right;
	padding: 0px 0px 24px 0px;
	
}
#page_contents_main #page_contents span #page_contents_banners .inside_banners a:link, #page_contents_main #page_contents span #page_contents_banners .inside_banners a:visited{
	background: url("../images/insied_link_btn.gif") no-repeat left 4px;
	font-weight: bold;
	font-size: 18px;
	line-height:24px;
	color: #8f773c;
	width: 195px;
	margin: auto;
	padding-left: 10px;
	display:block;
	}
	
#page_contents_main #page_contents span #page_contents_banners .inside_banners a:hover {
background: url("../images/insied_link_btn.gif") no-repeat left 4px;
	font-weight: bold;
	font-size: 18px;
	line-height:24px;
	color: #8f773c;
	width: 195px;
	margin: auto;
	padding-left: 10px;
	display:block;
	text-decoration: underline;
	}
#page_contents_main #page_contents span #page_contents_banners .inside_banners p {
	margin: 0px;
}

#page_contents_main #page_contents span #page_contents_banners .inside_banners p.bannerhead{
	font-size: 23px;
	color: #8f773c;
	height: 33px;
	font-weight: bold;
	margin:0px;
	padding: 14px 20px 14px 20px;

}

*html #page_contents_main #page_contents span #page_contents_banners .inside_banners p.bannerhead{
	font-size: 19px;
	color: #8f773c;
	height: 33px;
	font-weight: bold;
	padding: 14px 20px 0px 20px;
	margin:0px;
}

#page_contents_main #page_contents span #page_contents_banners .inside_banners p.bannertext {
	font-family: Verdana;
	color: #000;
	height:83px;
	overflow:hidden;
	line-height: 16px;
	padding: 0px 20px 0px 20px;
}

.telnumbers
{
	direction:ltr;
}
#page_contents_main #page_contents span #page_contents_banners .bannersep
{
	width: 14px;
	float:right;
	padding: 0px;
	margin: 0px;
	height: 185px;
}



/* Old Style Sheets*/
/*--------------------containers------------------------- */

#outer-container {
	width: 100%;
	text-align: left;
	position: relative;
	height: auto !important;
	height: 100%;
}
#container {
	width: 900px;
	background: #FFFFFF;
	margin: auto;
	overflow: hidden;
}
#container-inside {
	width: 900px;
	background: #FFFFFF;
	margin: auto;
	overflow: hidden;
	background-image: url(../images/bg_inside.gif);
	background-repeat:repeat-y;
	background-position:right top;
}
/*--------------------top logo panel------------------------- */

#logopanel {
	height: 108px;
	background-image: url(../images/top_panel_bg.jpg);
	background-repeat: no-repeat;
	background-color:#FFFFFF;
}
#logopanel #arabiclink {
	float: left;
	padding-top: 15px;
	padding-right: 1px;
	padding-bottom: 15px;
	padding-left: 5px;
	width:110px;
}
#logopanel #arabiclink #kword {
	margin:0;
	padding: 0;
	font-size:11px;
	height:17px;
	width:150px;
	border: 1px solid #004578;
}
#logopanel #dblogo {
	float: right;
	padding-right: 20px;
	padding-top: 10px;
}
/*--------------------top menu------------------------- */
/* top menu left */
#topmenu #left {
	padding:0px;
	margin:0px;
	float: right;
	width: 565px;
	height: 40px;
	background-color:#004578;
}
/* top menu right */
#topmenu #right {
	padding:0px;
	margin:0px;
	float: left;
	width: 335px;
	height: 40px;
	background-color:#0163AC;
}
/*--------------------home featured panel------------------------ */
#welcome {
	float: right;
	width: 205px;
	overflow:hidden;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#welcome .welcometitle {
	margin:0px;
	padding:0px;
	font-size: 18px;
	color: #9D8340;
	padding-bottom:8px;
	overflow:hidden;
}
#welcome .ceo {
	font-size:12px;
	font-weight: bold;
	color: #1A2791;
	padding-bottom:4px;
}
#homeflash {
	height: 180px;
	width: 660px;
	margin-top:10px;
	border: 1px inset #9D8340;
	float: left;
	overflow: hidden;
	margin-left: 13px;
}
#readmore
{
    float: left;
}
/*------------------homepage banners column----------------*/
#homeleftbar {
	float: right;
	width: 210px;
	overflow: hidden;
	padding-top: 15px;
	padding-right: 10px;
}
#homeleftbar ul li {
	overflow:hidden;
	margin-bottom:20px;
}
/*------------------homepage products column----------------*/
#homerightbar {
	float: right;
	width: 330px;
	padding-top: 15px;
}
.products_cc {
	width:320px;
	float:left;
	padding-bottom:10px;
}
.products {
	width:320px;
	padding-top:10px;
	padding-bottom:5px;
	float:left;
}
#homerightbar {
	overflow:hidden;
}
#homerightbar .prodimg {
	padding-left:5px;
	padding-bottom:30px;
}
#homerightbar .prodhead {
	padding-bottom: 6px;
}
#homerightbar .prodlink {
	padding-top: 4px;
}
/*------------------homepage news column----------------*/

#homenewsbar-container {
	float:right;
	width: 330px;
	padding-top: 15px;
	padding-left:5px;
	padding-right:5px;
}
#homenewsbar {
	background-color: #ECECEC;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #1D2A92;
	padding: 5px;
}
.newsmainhd {
	font-size: 18px;
	color: #9D8340;
	padding-bottom:8px;
}
.newsdate {
	font-size: 12px;
	color: #9D8340;
}
.newstitle {
	font-size: 12px;
	color: #005292;
	font-weight:bold;
}
.newsdesc {
	font-size: 11px;
	padding-bottom:20px;
}
#rss {
	padding:5px;
	float:left;
	position: relative;
}
#morenews {
	padding:5px;
	float:left;

}
/*
#footer {
	width:100%;
	font-size: 11px;
	color: #FFFFFF;
	padding: 5px;
	clear: both;
	float: none;
	height: 40px;
	background-color: #997F3B;
}
#footer ul#links {
	float: right;
	overflow: hidden;
	width:620px;
	margin-top:2px;
}
#footer ul#links li {
	display: block;
	float: right;
	overflow: hidden;
	padding-right: 2px;
}
#footer ul#links li a {
	color:#FFFFFF;
	text-decoration: none;
}
#footer ul#links li a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}
#footer #accessibility {
	float: left;
	overflow: hidden;
	margin-left:10px;
}
#footer #accessibility a {
	color:#FFFFFF;
	text-decoration: none;
}
#footer #accessibility a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}
#footer #copyright {
	float: right;
	margin-top:8px;

}
#footer #copyright a {
	color:#FFFFFF;
	text-decoration: none;
}
#footer #copyright a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}
.cybergear {
	padding:5px;
	margin-bottom:10px;
}*/
/*------------------general tags--------------*/
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.no-border {
	border: none !important;
}
/*------------------left panel inside pages-------------------------*/
#panelleft-container {
	padding-left: 10px;	
}
#panelleft {
	float: right;
	width: 172px;
/*	height: auto !important;*/
	height: 100%;
	text-align:center;
	/*border-right: 1px solid #FF0000;
	border-left: 1px solid #FF0000;*/
}
#panelleft #leftcontent {
	padding-left:5px;
	padding-right:15px;
}
.pagehead {
	font-size: 20px;
	color: #9D8340;
	padding-bottom:15px;
}
#panelleft ul.leftlinks {
	overflow: hidden;
}
#panelleft ul.leftlinks li {
	padding-bottom:3px;
	padding-top:3px;
}
#panelleft ul.leftlinks li.menudottedline {
	width:100%;
	height:1px;
	background-image:url(../images/dotline.gif);
	background-repeat:repeat-x;
}
#panelleft ul.leftlinks li a {
	color:#4D4D4D;
	font-weight:bold;
	font-size:12px;
	text-decoration: none;
}
#panelleft ul.leftlinks li a:hover {
	color:#4D4D4D;
	text-decoration: underline;
}
/*------------------right panel inside pages-------------------------*/
#panelright-container {
	float: left;
	width: 190px;
	padding-right:10px;
	/*overflow: hidden;
	border-right: 1px solid #FF0000;
	border-left: 1px solid #FF0000;*/
text-align:center;
}
#panelright {
	padding:0px;
}
.sidelinks {
	font-weight:bold;
	font-size:12px;
}
.sidelinks a {
	text-decoration: none;
}
.sidelinks a:hover {
	text-decoration: underline;
}
/*------------------content panel inside pages-------------------------*/
#panelcontent {
	width: 528px;
	/*width: 538px;*/
	margin:0px;
	padding:0px;
	margin-bottom:20px;
	float: right;
	background-color:#ffffff;
	/*border-right: 1px solid #E8F2FB;*/
}
#breadcrumbs {
	margin:0px;
	padding:0px;
	height: 30px;
	width: 528px;
	background-color:#E8F2FB;
}
#panelcontent #ctrlFontSize {
	float:left;
	margin:0px;
	padding-left:10px;
	font-size:11px;
	color:#666666;
}
#breadcrumbs{
	padding:0px;
}
#panelcontent #bclinks {
	/*float: right;
	margin-top:8px;*/
	padding-right:10px;
}
#panelcontent /*#breadcrumbs*/ #bclinks .bcnodes {
	float: right;
	color:#004578;
	font-size:11px;
/*	overflow: hidden;*/
	padding-right:0px;
	/*width:80%;*/
	text-align:right;
	margin-top:8px;
}
#panelcontent #breadcrumbs ul li a {
	text-decoration: none;
/*	display: block;*/
}
#panelcontent #breadcrumbs ul li a:hover {
	text-decoration: underline;
}
#panelcontent #content {
	margin:0px;
	padding:20px;
	text-align:justify;
	line-height:17px;
}
#panelcontent #content h1 {
	font-size:16px;
	color:#004578;
	font-weight:bold;
	padding-bottom:10px;
}
#panelcontent #content h2 {
	font-size:14px;
	font-weight:bold;
	padding-bottom:10px;
}
#panelcontent #content h3 {
	font-size:12px;
	font-weight:bold;
	padding-bottom:10px;
}
#panelcontent #content ul {
	list-style-image:url(../images/bluebullet.gif);
	list-style-position:outside;
	padding-right: 30px;
}
#panelcontent .rowbg1 {
	background-color:#e8f2fb;
	padding:2px;
}
#panelcontent .rowbg2 {
	background-color:#BFD3E6;
	padding:2px;
}
#panelcontent #TCDoc a:link {
	padding:20px 30px;
}
#panelcontent #TCDoc a:hover {
	border:1px solid #AA1E1E;
}
#panelcontent .acctsvcsbookmarks {
	float:left;
	padding:5px;
	width:230px;
}
#panelcontent .acctsvcsbookmarks li {
	list-style-image:none;
	list-style-type:disc;
}
#panelcontent .acctsvcsbookmarks li {
	padding-bottom:5px;
}
#panelcontent #content .cnttitle {
	font-size:13px;
	font-weight:bold;
}
#panelcontent #content .cntnumber {
	font-size:12px;
	font-weight:bold;
}

#top-link
{
    text-align:left;
}


/*------------------for ATM Locator Flash-------------------------*/
#panelcontentfull {
	width: 900px;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	text-align: center;
	padding-top:10px;
	padding-bottom:10px;
}
/*------------------content panel list box-------------------------*/


.reporttablestyle ul li {
	margin: 0;
	list-style:none;
	float: right;
	overflow: hidden;
	padding: 5px;
}
.reporttablestyle ul li a {
	text-decoration: none;
	display: block;
	text-align: center;
	border:1px solid #FFFFFF;
}
.reporttablestyle ul li.col2 a:hover {
	text-decoration: underline;
	border:1px solid #AA1E1E;
}
.reporttablestyle ul li.col1 {
	width:200px;

}
.reporttablestyle ul li.col2 {
	width:85px;
	text-align:center;
}
.reporttablestyle ul li.col3 {
	width:85px;
	text-align:center;
}
#rowheader {
	background-color:#e8f2fb;
	border:1px solid #FF0000;
}
/*----------------- site map-------------------------*/

#sitemapcol1 {
	margin:0px;
	padding:5px;
	float: right;
	width: 220px;
	height: 480px;
	border-right: 1px solid #E8F2FB;
	border-top: 1px solid #E8F2FB;
	border-bottom: 1px solid #E8F2FB;
}
#sitemapcol1 .smhead {
	font-weight:bold;
	color:#007FFF;
	padding-bottom:5px;
	padding-top:10px;
}
#sitemapcol1 .smhead a {
	color:#007FFF;
}
#sitemapcol1 p {
	padding:3px;
}
/*----------------- Email Us form-------------------------*/	

#emailus {
	text-align:left;
}
#emailus fieldset {
	/*border: 1px solid #004578;*/
width: 450px;
	text-align:left;
}
#emailus legend {
	/*background-color:#004578;
color:#0163AC;
font-size:16px;
font-weight:bold;
border: 2px solid #0163AC;
padding: 2px 6px;
margin-left:10px;*/
font-size:18px;
	color:#004578;
	font-weight:bold;
	padding-bottom:10px;
}
#emailus 
{
   width:500px;
}
#emailus label {
	width: 75px;
	float: none;

}
#emailus P {
	line-height:30px;
	vertical-align:middle;
}
#emailus input {
	width:180px;
	float: none;
	background: #E8F2FB;
	border: 1px solid #0163AC;
	margin:5px 0px 0px 0px;
	padding-left:10px;
	

}
#emailus textarea {
	width:190px;
	float:none;
	background: #E8F2FB;
	border: 1px solid #0163AC;
	margin:5px 0px 0px 0px;
		padding-left:10px;

}
#emailus select {
	width:200px;
	float: none;
	background: #E8F2FB;
	border: 1px solid #0163AC;
	margin:5px 0px 0px 0px;
}
#emailus .errmsg {
	padding: 0px 0px 0px 0px;
	
	

}
#emailus .submit {
	BORDER-RIGHT:#DFDFE0 2px solid;
	BORDER-TOP:#DFDFE0 1px solid;
	BORDER-LEFT:#DFDFE0 1px solid;
	BORDER-BOTTOM:#DFDFE0 2px solid;
	FONT-SIZE: 11px;
	background: #9D8340;
	COLOR: #FFFFFF;
	font-weight : bold;
	FONT-FAMILY: Verdana;
	HEIGHT: 19px;
	TEXT-DECORATION: none
}

.nme { width:100px; float:right;
}
.inp { width:400px; float:right;
    

}

/******************Vision & Mission*******************/
.v-title
{
    color:#9D8340;
    font-size:14px;
    font-weight:bold;
}
.v-text
{
    color:#0163AC;
    line-height:5px;
}


/************************************/
.frmbtn {
	BORDER-RIGHT:#DFDFE0 2px solid;
	BORDER-TOP:#DFDFE0 1px solid;
	BORDER-LEFT:#DFDFE0 1px solid;
	BORDER-BOTTOM:#DFDFE0 2px solid;
	FONT-SIZE: 11px;
	background: #9D8340;
	COLOR: #FFFFFF;
	font-weight : bold;
	FONT-FAMILY: Verdana;
	HEIGHT: 19px;
	TEXT-DECORATION: none
}