/* --------   JSP Include   --------- */
.include {padding-left:15px;
}

/* -------- Menu ---------- */
#nav_sub {
	width: 190px;
	float: right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#nav_sub ul {
	margin: 0;
	border-top: 1px solid #e5e5e5;
	list-style: none;
	line-height: 1.4;
}

* html #nav_sub li { display: inline; } /* :hack: remove gaps in IE6 */

#nav_sub a {
	display: block;
	border: solid #e5e5e5;
	border-width: 0 1px 1px 1px;
	/* zoom: 1; /* :hack: make entire area clickable in IE6 */
}

#nav_sub span {
	display: block;
	text-align:left;
	padding: 5px 5px 5px 22px;
	border-right: 3px solid #efefef;
	background: #fcfcfc url(bg_li.gif) no-repeat 7px 8px;
	word-spacing: -1.7px
}

#nav_sub span .icon{

	background: url(map.gif) no-repeat 7px 8px;
}

#nav_sub a:focus, #nav_sub a:hover {
	text-decoration: none;
	_position: relative; /* :hack: stop menu background from sticking in IE6 */
		background: url(bg_li_over.gif) no-repeat 7px 8px;
}

#nav_sub a:focus span, #nav_sub a:hover span {
	border-right-color: #f7f7f7;
	background-color: #fff;
	background: url(bg_li_over.gif) no-repeat 7px 8px;
}

#nav_sub2 {
	width: 190px;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#nav_sub2 ul {
	margin: 0;
	border-top: 1px solid #efefef;
	list-style: none;
	line-height: 1.4;
}

* html #nav_sub2 li { display: inline; } /* :hack: remove gaps in IE6 */

#nav_sub2 a {
	display: block;
	border: solid #e5e5e5;
	border-width: 0 1px 1px 1px;
	text-decoration:none;
	/*zoom: 1; /* :hack: make entire area clickable in IE6 */
}

#nav_sub2 span {
	display: block;
	text-align:left;
	padding: 5px 5px 5px 22px;
	border-left: 3px solid #efefef;
	background: #fcfcfc url(bg_li.gif) no-repeat 7px 8px;
}

#nav_sub2 a:focus, #nav_sub2 a:hover {
	text-decoration: none;
	_position: relative; /* :hack: stop menu background from sticking in IE6 */

}

#nav_sub2 a:focus span, #nav_sub2 a:hover span {
	border-left-color: #f7f7f7;
	background-color: #fff;
	background: url(bg_li_over.gif) no-repeat 7px 8px;
}






/* --------   Header Bullet    --------- */
.h1-bullet {
	padding-left:10px;
	background-position: top;
	background-image: url(/images/header_icon.gif);
	background-repeat: no-repeat;
}
/* --------   Menu Bullet    --------- */
.breadcrumb-bullet {
	background-position: center 5px;
	background-image: url(/images/bullet-breadcrumbs.gif);
	background-repeat: no-repeat;
}
/* --------   News & Announcement   --------- */
.announcement-title {color: #0000ff; font-size: 11px; font-family: Arial, Helvetica, sans-serif; text-decoration: none}
a.announcement-title:hover {color: #0000ff; font-size: 11px; font-family: Arial, Helvetica, sans-serif; text-decoration: none}

/* --------   General Contents  --------- */
.header-textlink {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; text-decoration: none} 
a.header-textlink:hover {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #0000ff}
.events-text-link {color: #0000ff; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif ; text-decoration: none}
.general-text-title {color: #0000ff; font-size: 10px; font-family: "MS Sans Serif", Arial, Verdana; font-weight: bold}


/* --------  Quicklinks  --------- */
.bullet-red {
	background-image: url(/images/bullet-red.gif);
	background-repeat: no-repeat;
	background-position: center 5px;
}

.bullet-arrow {
	background-image: url(/images/bullet-arrow.gif);
	background-repeat: no-repeat;
	background-position: center 5px;
}

.bullet-gray {
	background-image: url(/images/bullet-submenu.gif);
	background-repeat: no-repeat;
	background-position: center 5px;
}

/* --------  News Release / Circulars  --------- */
.Content_title{
    FONT-SIZE: medium;
	color: #000;
	font-weight: bold;
	border-top-color: #CCCCCC;
}

.Content_subtitle{
    FONT-SIZE: small;
	color: #CC0000;
	font-weight: bold;
	text-decoration: underline;
}

.content_date{
    FONT-SIZE: small;
	color: #999;
	font-weight: bold;
}

.latestNews-Date{
	
	color: #DE2F1F;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	
	padding-top:0px;
}
/* --------  Sub Menu Bar  --------- */
.sub-link  {
	color: #666;
	font-size: smaller;
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	text-decoration: none;
	font-weight : normal;
}
.sub-link:hover {
	color: #3399FF;
	font-size: smaller;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight : normal;
	background-color: #f0f0f0;
}
/* --------  Left Menu Bar  --------- */
.nav-link-header  {
	color: #666;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	text-decoration: none;
	font-weight : bold;
	text-align: left;
}
.nav-link-header:link, .nav-link-header:active, .nav-link-header:visited{
	color: #666;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	text-decoration: none;
	font-weight : bold;
	text-align: left;
}

.nav-link-header:hover{
	color: #333;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	text-decoration: underline;
	font-weight : bold;
}

.nav-title  {
	color: #fff;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight : bold;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
}

.nav-divider  {
	font-size: medium;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight : normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E9E9;
}

.bullet  {
	color: #666;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	text-decoration: none;
	font-weight : normal;
	text-align: left;
}

.divider  {
	color: #999;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	text-decoration: none;
	font-weight : normal;
	text-align: center;
}


.quicklink  {
	color: #666;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	text-decoration: underline;
	font-weight : normal;
	text-align: left;
}

.quicklink:hover {
	color: #3399FF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight : normal;
	text-align: left;
}

.nav-link  {
	color: #666;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	text-decoration: none;
	font-weight : normal;
	text-align: left;
}
.nav-link:active, .nav-link:visited{
	color: #666;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	text-decoration: none;
	font-weight : normal;
	text-align: left;
	}
.nav-link:hover {
	color: #3399FF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight : normal;
	text-align: left;
}

/* --------  Internal  Menu Bar  --------- */
.intmenu-text-link  {
	color: #0000ff;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	text-decoration: underline;
	font-weight : bold;
}
a.intmenu-text-link:hover {
	color: #FF6600;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight : bold;
}
/* --------  Normal Hyperlinks  --------- */
.normal-link  {
	color: #0000ff;
	font-size: small;
	font-family: Arial,Verdana, Helvetica, sans-serif ;
	text-decoration: underline;
}
a.normal-link:hover {
	color: #CC0000;
	font-size: small;
	font-family: Arial,Verdana, Helvetica, sans-serif ;
	text-decoration: underline;
}
/* --------  Normal Hyperlinks  1 --------- */
.normal-link1  {
	color: #0000ff;
	font-size: 11px;
	font-family: Arial,Verdana, Helvetica, sans-serif ;
	text-decoration: underline;
}
a.normal-link1:hover {
	color: #FF6600;
	font-size: 11px;
	font-family: Arial,Verdana, Helvetica, sans-serif ;
	text-decoration: underline;
}
/* --------   CSS For Content Page   --------- */
.disclaimer-text {color: #999999; font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif}
.table-header1 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small; font-weight: bold; color: #CC3300}
.table-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
/* --------   Form Input Style --------- */
.inputbox1 { font-size: 8pt; font-family: Arial, Helvetica, sans-serif;  background:#CCCCCC }
.inputbox2 { font-size: 10px; font-family: Arial, Helvetica, sans-serif;  background:#FFFFFF }
.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	height: 19px;
	width: 66px;
	font-weight: bold;
	border-top: 0px outset #ffffff;
	border-right: 0px outset #000000;
	border-bottom: 0px outset #000000;
	border-left: 0px outset #ffffff;
	background-image: url(/images/button-submit.gif);
}
.impt-text {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #CC0000}
/* --------   Date & Time  --------- */
.DateTime {color: #666666; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif}

.searchbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	height: 18px;
	width: 100px;
}

.sectiontitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C20700;
	font-weight: bold;
}


.sectiontitle a  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C20700;
	font-weight: bold;
	text-decoration: none;
}

.sectiontitle a:hover  {
	text-decoration: underline;
}


html > body #footer {
	height: auto;
	min-height: 45px;
}

.footerHome {
	background-image:   url(../images/footer.gif);
	height: 45px;
}

/*.footer{
	background-image:   url(../images/footer.gif);
	height: 45px;
		font-size: 10px;
}*/

.footerHomeText {
	/*background-image:   url(../images/footer.gif);*/
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	text-decoration: none; 
	color: #333;
}


/*.footernew {
	margin-left: 0px;
	margin-top: 1px;
	display: inline;
	float: left;
	margin-bottom: 0;
	background-color: #c32f00;
	width: 998px;
	padding-top: 5px;
	height: 68px;
}*/

.copyright {
	/*background-image:   url(../images/footer.gif);*/
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	text-decoration: none; 
	color: #fff;
	text-align:center;
}

.footerText {
	/*background-image:   url(../images/footer.gif);*/
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	text-decoration: none; 
	color: #fff;
	text-align:center;
	padding-right:20px;
}

.footerText:link, .footerText:active, .footerText:visited {
	text-decoration: none; 
	font-size: 10px;
	color: #fff
}
.footerText:hover {
    font-size: 10px;
	text-decoration: underline; 
	color: #fff;
}

/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
	width:500px;
	height:auto;
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #fff;
 border-top:0;

 

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {

 overflow:auto;
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {

 overflow:auto;
}

.box_top {
    background:url(../images/customers_box_01.gif) no-repeat;
	width:560px;
	margin: 0px;
	height:23px;
}
.box_middle {
	background:url(../images/customers_box_02.gif) repeat-y;
	width:560px;
	margin: 0px;
}
.box_bottom {
	background:url(../images/customers_box_03.gif) no-repeat;
	width:560px;
	margin: 0px;
	height:15px;
}
