#fullHeight 
{
	height: 100%;
}
   
BODY {
    height:100%;
	background-color: #f1f1f1;
	margin: 0px 0px 0px 0px;
	font: 100% Verdana, Arial, Tahoma, Helvetica, Sans-serif;
	font-size: 11px;
}

TABLE
{
	color: #000000;
	}

H1 { color: #0b8cdf; font-size: 1.4em; font-weight: bold; margin: 3px 0px 15px 0px; }
H2 { color: #0b8cdf; font-size: 1.2em; font-weight: normal; margin: 2px 0px 10px 0px; }
H3 { color: #000088; font-size: 1.1em; font-weight: normal; margin: 1px 0px 4px 0px; }
H4 { color: #84b101; font-size: 1.1em; font-weight: normal; margin: 0px 0px 3px 0px; }
H5 { color: #0777b7; font-size: 1.0em; font-weight: normal; margin: 0px 0px 2px 0px; }
H6 { color: #000000; font-size: 0.8em; font-weight: normal; margin: 0px 0px 1px 0px; }
	
H2 A { color: #ffffff; text-decoration: underline; }
H2 A:Link { color: #ffffff; text-decoration: underline; }
H2 A:Visited { color: #ffffff; text-decoration: underline; }
H2 A:hover { color: #dd6e31;text-decoration: underline; }

H3 A { color: #ffffff; text-decoration: underline; }
H3 A:Link { color: #ffffff; text-decoration: underline; }
H3 A:Visited { color: #ffffff; text-decoration: underline; }
H3 A:Hover { color: #bd2907; text-decoration: underline; }

A:link { color: #00007c; text-decoration: underline; }
A:visited { color: #00007c; text-decoration: underline; }
A:active { color: #00007c; text-decoration: underline; }
A:hover { color: #dd6e31;text-decoration: underline; }

.listLink A { color: #008000; text-decoration: underline; }
.listLink A:visited { color: #008000; text-decoration: underline; }
.listLink A:active { color: #008000; text-decoration: underline; }
.listLink A:hover { color: #dd6e31;text-decoration: underline; }

.hLine { border-bottom: solid 1px #999; display: block; width: 100%; margin: 3px 0px 7px 0px; }
.hLineDash { border-bottom: dashed 1px #999; display: block; width: 100%; margin: 3px 0px 10px 0px; }

/*  CSS trick for getting rid of borders
 *  around missing images in Mozilla/Netscape Browsers
 */
A img { color: #fff; }
@media all {
   A img { color: inherit;
   border: none;
   }
}

/************************************************************************
 Page layout
************************************************************************/
.main 
{
	display: block; 	
	margin-top: 0px;
	margin-left: auto; 
	margin-right: auto;
	background-color: #ffffff;
	padding: 0;
	width: 758px !important; 
	width: /**/ 760px;
	}
	
.header 
{
	width: 100%;
}

.contentOffsetIndex
{
	 height: 10px;
}

.contentOffset
{
	 height: 20px;
}

.bottomOffset 
{
	height: 20px;
}

.content
{
	margin-left: 0;
	margin-right: 0;
	padding: 0px 30px 10px 30px;
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	line-height: 1.4em;
	overflow: visible;
	text-align: justify;
}

.contentIndex
{
	margin-left: 0;
	margin-right: 0;
	padding: 0px 5px 0px 0px;
	left: 0px;
	top: 10px;
	overflow: visible;
}

.indexBannerTable
{
	margin: 0;
	padding-right: 5px;
}

.footer 
{
	display: block;
	margin: 5px 5px 5px 5px;
	color: #a0a0a0;
	}

.footerShade
{
	margin: 0;
	padding: 0;
	background-image: url("./images/footer_back.gif");
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 25px;
}

.footerContent
{
	padding: 8px 5px 5px 5px;
	display: block;
	margin: 0;	
	vertical-align: middle; 
	font-size: 10px;
	color: #a0a0a0;
}

.footerContent a,
.footerContent a:link,
.footerContent a:visited { color: #000000; text-decoration: underline; }
.footerContent a:hover { color: #c70000; text-decoration: underline; }
	
.footerCopyright 
{
	display: inline; 
	color: #999999;
	padding-left: 5px;
	float: left;
	font-size: 85%; 
}

.footerLogo 
{
	float: right;
	}
	
.borderLeft
{
	border: 0;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 5px;	
	background-color: #f1f1f1;
	background-image: url("./images/border_left.gif");
	background-repeat: repeat-y;
	background-position: 0px 0px
}

.borderRight
{
	border: 0;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 5px;	
	background-color: #f1f1f1;
	background-image: url("./images/border_right.gif");
	background-repeat: repeat-y;
	background-position: 0px 0px
}

.borderBottomLeft
{
	border: 0;
	margin: 0;
	padding: 0;
	height: 5px;
	width: 5px;	
	background-color: #f1f1f1;
	background-image: url("./images/border_bl.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px
}

.borderBottomRight
{
	border: 0;
	margin: 0;
	padding: 0;
	height: 5px;
	width: 5px;	
	background-color: #f1f1f1;
	background-image: url("./images/border_br.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px
}

.borderBottom
{
	border: 0;
	margin: 0;
	padding: 0;
	height: 5px;
	width: 100%;	
	background-color: #f1f1f1;
	background-image: url("./images/border_bottom.gif");
	background-repeat: repeat-x;
	background-position: 0px 0px
}

.leftColumn 
{
	border: 0;
	margin: 0;
	padding: 0;
	padding-left: 8px;
	width: 205px !important;
	width: /**/ 205px;
	z-index: 9990;
}

.mainColumn 
{
	background: #dddefc url(./images/contback2.jpg) no-repeat;	
}

.mainColumnIndex
{
	background: #dddefc url(./images/contback.jpg) no-repeat;	
}

.mainFlash
{
	margin: 0;
	padding: 5px 5px 0px 8px;
	display: block;
	background-color: #ffffff;
}

.headerBanner
{
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #ffffff;
}

.headerBannerInside
{
	margin: 0;
	padding: 0;
	width: 100%;
	background-image: url("./images/header_back.gif");
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

.quickMenu 
{	
	text-align: right;
	padding-top: 10px;
	padding-right: 5px;
	border: 0;	
}

.topMenu 
{	
	text-align: right;
	padding-top: 58px;
	padding-right: 10px;
}

.topMenu a,
.topMenu a:link,
.topMenu a:visited 
{
	color: #737373;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.topMenu a:hover
{
	color: #737373;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

.categoryList 
{
	font-size: 10px;
}	

.categoryTree 
{
	font-family: Arial, Tahoma, Verdana, Sans Serif;
	font-size: 11px;
}

/************************************************************************************
 top menu
*************************************************************************************/
#nav {
	margin: 0;
	float: left;
	margin: 0;
	position: absolute;
	top: 61px;
	padding-left: 170px;
	padding-top: 10px;
}
#nav ul {
	float:left;
	width:100%;
	margin:0;
	padding:0;
	list-style-type:none;
	}
#nav li {
	display:inline;
	padding:0;
	margin:0;
	}
	
/* inactive menus */
#nav a:link,
#nav a:visited {
	color:#000000;
	padding:4px 11px 3px 10px;
	border: solid 1px #dadada;
	background: #ffffff;
	/*border-bottom-color: #b5d7e6; */
	margin:0;
	margin-right: 2px;
	text-decoration:none;
	display:block;
	float:left;
	width:auto;
	text-transform:none;
	}
	
/* hover menu */
#nav a:hover,
#nav a:focus, 
#nav a:active { color:#000000; background:#fec939; text-decoration:none;  }

/* current menu */
#nav .sel a, 
#nav .sel a:link, 
#nav .sel a:visited, 
#nav .sel a:focus { background:#dadada; color:#000000; border: solid 1px #dadada; border-bottom-color: #dadada; }
	
.infoPanel 
{
	margin: 0;
	padding: 0px 0px 5px 330px;
	text-align: left;
	font-weight: bold;
	display: block;
	color: #000000;
}

.infoPanel a,
.infoPanel a:link,
.infoPanel a:visited { color: #ffffff; text-decoration: none; }
.infoPanel a:hover { color: #ccecff; text-decoration: none; }

/************************************************************************
 Form controls 
************************************************************************/
.textbox 
{
	border: solid 1px #c0bbb3; 
	margin-top: 1px !important;
	padding: 2px 0px 2px 2px; 
	font-size: 11px;	
}

.listbox { border: solid 1px #c0bbb3; font-size: 11px; height: 17px; }
.button { border: solid 1px #c0bbb3; font-size: 11px; padding: 2px;}
.errorMessage { color: #CC0000; }
.underlineCell { border-bottom: solid 1px #e0e0e0; }
.title 
{
	background: url(./images/title_blg.gif) no-repeat top left;
	padding-left: 10px;
	height: 24px;
	float: left;
	}
.titleEnd 
{
	background: url(./images/title_blg.gif) no-repeat top right;
	height: 24px;
	float: right;
	}
.form 
{
	background: #f2f2f2; 
	border: solid 1px #dddddd; 
	padding: 7px; 
	}
.form table { background: #f2f2f2; }
.separator { width: 100%; border-bottom: solid 1px #000000; padding-top: 5px; margin-bottom: 5px; }


/*********************************************************************
**********************************************************************/

.textImageLeft { margin: 0; padding: 0em 0.2em 0.2em 0em; display: inline; float: left; }
.textImageRight { margin: 0; padding: 0em 0em 0.2em 0.1em; display: inline; float: right; }
.textImageTop { margin: 0; padding: 0em 0em 0.2em 0em; display: block; float: none; text-align: center; }
.textImageTopLeft { margin: 0; padding: 0em 0em 0.2em 0em; display: block; float: none; }
.textImageBottom { margin: 0; padding: 0.2em 0em 0em 0em; display: block; float: none; text-align: center; }
.textImageBottomLeft { margin: 0; padding: 0.2em 0em 0em 0em; display: block; float: left; }

/*********************************************************************
 sitemap
**********************************************************************/

.sitemap 
{
	display: block;
	margin-left: 3px;
	line-height: 16px;
}

.sitemapItem0
{
	display: block;
	/*background: url(./images/lmbullet.gif) no-repeat top left;*/
	padding-bottom: 4px;
	padding-left: 15px;
}

.sitemapItem1
{
	padding-bottom: 4px;
	padding-left: 30px;
}

.sitemapItem2 
{
	padding-bottom: 4px;
	padding-left: 45px;
}

.sitemapItem3
{
	padding-bottom: 4px;
	padding-left: 60px;
}

/*********************************************************************
 leftmenu
**********************************************************************/
.leftmenu
{
	border-top: dotted 1px #999999;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	width: 150px !important;
	width: /**/ 140px;
	text-align: left;
}

.leftmenu a { color: #999999; text-decoration: none; }
.leftmenu a:active { color: #999999; text-decoration: none; }
.leftmenu a:visited { color: #999999; text-decoration: none; }
.leftmenu a:hover { color: #dd6e31;text-decoration: underline; }

.leftmenuItemCur 
{
	font-weight: bold;
}

.leftmenuItemOpen
{
	font-weight: bold;
	font-style: italic;
}

.leftmenuItem0
{
	border-bottom: dotted 1px #999999;
	background: url(./images/lmbullet.gif) 0 0 no-repeat;
	background-position: 0 30;
	padding-top: 6px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.leftmenuItem1
{
	padding-top: 6px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.leftmenuItem2 
{
	padding-top: 6px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.leftmenuItem3
{
	padding-top: 6px;
	padding-bottom: 5px;
	padding-left: 15px;
}

/*********************************************************************
 banners & html
**********************************************************************/
.banner 
{
	border: 0; 
	text-align: center; 
	display: block; 
	margin: auto; 
	margin-bottom: 10px; 
}

.bannerImage { padding: 2px; }

.bannerImage A:link { color: #c70000; text-decoration: none; }
.bannerImage A:visited { color: #c70000; text-decoration: none; }
.bannerImage A:active { color: #c70000; text-decoration: none; }
.bannerImage A:hover { color: #dd6e31;text-decoration: underline; }

.htmlBlock {
	border: solid 1px #d3d2cd; 
	color: #000000; 
	padding: 5px 5px 5px 5px; 
	margin: auto;
	margin: 0px 0px 10px 0px; 
	display: block; 
	text-align: left;
}

.htmlContent {
	padding: 0em 0em 0em 0em; 
	margin: 0em 0em 1.2em 0em; 
	width: 100%; 
	display: block; 
	border-bottom: solid 0px #d3d2cd; 
	text-align: justify; }
	
.sideBanner {
	padding: 0em 0em 0em 0em; 
	margin: 15px 0px 10px 0px; 
	width: 100%; 
	display: block; 
	border: 0;
	text-align: left; }

.middleBanner {
	padding: 0em 0em 0em 0em; 
	margin: 0px 0px 10px 0px; 
	width: 100%; 
	display: block; 
	border: 0;
	text-align: center; }

.googleSearch {
	color: #000000; 
	border: solid 1px #d3d2cd;
	padding: 5px 5px 5px 5px; 
	margin: auto;
	margin-bottom: 10px; 
	display: block; 
	text-align: left;
}

/*********************************************************************
  Record browser styles
**********************************************************************/
.rbDetail { font-size: 11px; color: #000000; padding-bottom: 3px; display: block; }
.rbSearchString { font-size: 15px; font-weight: normal; color: #a73700; }
.rbImage { border: solid 1px #99b6c3; margin-top: 5px; margin-bottom: 5px; }
.rbPhotoCell { text-align: center; padding: 0 5px 5px 0; }
.rbCell 
{
	/*border: solid 1px #d8d7d2;  */
	border-left: 0; 
	border-right: 0; 
	border-top: 0; 
	
	vertical-align: bottom; 
	padding: 2px 0px 0px 0px;
}

.rbImageLeft { padding: 0px 10px 10px 0px; display: inline; float: left; }
.rbImageRight { padding: 0px 0px 10px 10px; display: inline; float: right; }
.rbImageTop { padding: 0px 0px 10px 0px; display: block; float: none; text-align: center; }
.rbImageTopLeft { padding: 0px 0px 10px 0px; display: block; float: left; }
.rbImageBottom { padding: 10px 0px 0px 0px; display: block; float: none; text-align: center; }
.rbImageBottomLeft { padding: 10px 0px 0px 0px; display: block; float: left; }

/*********************************************************************
 record paging (pagination) footer
**********************************************************************/
/* the pagination block */
.pagination 
{
	margin: 10px 0px 10px 0px; 
	border-top: solid 1px #e0e0e0; 
	padding: 5px 0px 5px 0px; 
	display: block;
}

/* nn - nn of nn line */
.paginationInfo
{
	float: left; 
	font-size: 1em;
	font-weight: bold;
	color: #000000;
}

.paginationPages 
{
	text-align: right;
	font-weight: normal; 
	color: #000000; 
}
.paginationPage { padding: 0px 3px 0px 3px; }
.paginationCurPage 
{
	color: #cc3300; 
	/*border-bottom: solid 1px #cc3300; */
	padding: 2px 2px 2px 2px; 
}

/****************************************************************************************
Box shadows effects
*****************************************************************************************/
.p-shadow {
  width: 100%;
  float:left;
  background: url(./images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(./images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 5px !important;
  margin: 10px 0 0 0px;
  }

.p-shadow div {
  background: none !important;
  background: url(./images/shadow2.gif) no-repeat left top;
  padding: 0 !important;
  padding: 0 6px 6px 0;
  }

.p-shadow p {
  /*color: #777;*/
  background-color: #fff;
  border: 1px solid #a9a9a9;
  padding: 7px;
  margin: -6px 6px 6px -6px !important;
  margin: 0;
  }
  
.img-shadow {
  float:left;
  background: url(./images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(./images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }

/*********************************************************************
  Miscellaneous styles
**********************************************************************/
.maintenance { display: block; width: 100%; text-align: center; color: #0000a0; font-weight: bold; }
.copyright { padding: 20px 0px 10px 0px; font-size: 10px; text-align: center; }
.imgpad { padding: 10px; }
.mailpage 
{
	border: solid 1px #dde0c9; 
	padding: 7px 7px 0px 7px;
	margin: 0px;
	margin-bottom: 10px;
	background: url(./images/mail_page.gif) no-repeat top left;
	height: 48px;
	line-height: 1.3em;
	text-align: center;
}

.news 
{
}

.news H1 
{
	font-size: 11px; 
	font-weight: normal;
	padding: 5px 0px 0px 0px;
}
