a {
	color: #B60000;
	text-decoration: none;
}

a:hover {
  color: #EC7272;
	text-decoration: underline;
}

td
{
  vertical-align: top;
}


#main-container {
	margin: 0 auto; /* make website center or left */
	padding: 0;
 	width: 880px; /* make website liquid (100%) or fixed */
 	border: 1px solid #989898;
}


/**********************************************************************************
  PANES 
***********************************************************************************/

/*=============================
      Header-Core-Pane
=============================*/

#header-core-pane {
	color: #fff;
  float: left;
	width: 100%;
	height:30px;
	font-size: 60%;
  text-align: right;  
}

#header-core-pane a {
	color: #555555;
}

#header-core-pane a:hover {
	color: #555555;
}


#header-core-pane .sitetools {
	color: #00264a;
  padding: 5px 5px;
}


/*=============================
          Page-Tools
=============================*/

#page-tools {
	color: #8E7E3A;
	font-size:75%;
  float: left;
	width: 100%; 
}

#page-tools a{
		color: #125CA7;
}

#page-tools a:hover{
		color: #2070C1;
}

/*=============================
        Content-Pane
=============================*/
#content-pane-2 {
  float: left;
	width: 100%;	
}

#content-pane {
  float: left;
	margin: 5px 0 0 0px;
	padding: 5px 5px 0 10px;
	width: 630px;	
	font-size: 78%;
	text-align:justify;
	line-height:20px;	
}

#content-pane .page-title {
  font-size: 15px;
  color: #B91015;
  font-weight:bold;
}

#page-image {
  margin: 5px 5px 0 0; 
}

#page-date {
  color: #2d2d2d;
	font-size: 88%;
	padding:0;
}

#content-pane h1{
  color: #1B79E2;
	font-size: 14px;
}

#content-pane h2{
  color: #1B79E2;
	font-size: 13px;
}

#content-pane p{
  padding: 0px;
}

#content-pane hr{  
	color: #AEAEAE;
  background-color: #AEAEAE;
  height: 1px;  
  margin: 10px 0 10px 0;
  border: 0px;
}

#content-pane ul {
  margin-top: 10px;
  margin-bottom: 10px;
}

#content-pane li {
  list-style-image: url(images/arrow02.gif); 
  margin-left: 0px;
}

#content-pane-main {
  float: left;
	margin: 0px
	padding: 0 0px;	
	color: #616161;
	font-size: 78%;
	line-height: 18px;
}

#content-pane-main h1{
  color: #039340;
	font-size: 130%;
}

#content-pane-main h2{
  color: #039340;
	font-size: 110%;
}


#content-pane-main ul {
  margin-top: 10px;
  margin-bottom: 10px;
}

#content-pane-main li {
  list-style-image: url(images/arrow02.gif); 
  margin-left: 0px;
}



/*=============================
        Bottom-Pane
=============================*/

#bottom-pane {
  background: #E4E4E4;
  float: left;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 5px 0px;
  height: 15px;	
  font-size: 75%;
}

#bottom-pane div {
	position: relative;
  margin: 0 0 0 0px;
}

#bottom-pane ul {
	position: absolute;
	top: 0;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
} 

#bottom-pane li {
	float: left;
	margin: 0;
	padding: 0;
}

#bottom-pane ul span, 
#bottom ul a:link, 
#bottom ul a:visited {
	display: block;
	float: left;
	padding: 0px 10px;
	text-decoration: none;
	border-right: 1px dotted #005B9B;
	color: #005B9B;
}

#bottom-pane li span,
#bottom-pane li a.current,
#bottom-pane li a:hover {
	color: #fffff;
	text-decoration: underline;
}

#bottom-pane li span,
#bottom-pane li a.current {
	text-decoration: none;
}


/*=============================
        Footer-Pane
=============================*/

#footer-pane {
  float: left;
	width: 100%;
	font-size: 70%;
	text-align: center;
	color:#6D6D6D;	
}


/*=============================
      Footer-Core-Pane
=============================*/


#footer-core-pane {
  clear:both;
	width: 100%;
	font-size: 70%;
	text-align: center;
	color:#6D6D6D;	
}

#footer-core-pane a{
  color:#6D6D6D;
}

#footer-core-pane a:hover{
  color:#6D6D6D;
}





/*=============================
Menu-Horizontal - Sucker Fish
=============================*/
#menu-horizontal {
  float: left;
	width: 100%;
  height: 36px;
  position: relative;
  margin: 0px 0 0 0;
  background:  #111110 url(images/menu-h/nav-bg-off.jpg) repeat-x top left; 
}


/* 1st Level BOX DESIGN */
ul#nav li a,
ul#nav li span {	 	
  color: #FCF5B0;
  border-right: 1px solid  #f8eed1;
  background:  /*url(../../images/customer-default/menu-h/nav-bg-on.jpg) repeat-x top left*/;  
}	

/* 1st level hovered design */	
#nav li.current a,
#nav li:hover a,
#nav li.sfhover a,
#nav li:hover span,
#nav li.sfhover span
{
   color: #FFFFFF;
	 background: #575757 url(images/menu-h/nav-bg-on.jpg) repeat-x top left;
}




/* 2nd Level BOX DESIGN*/	
#nav li ul {
  width:170px; 
	position: absolute;
	left: auto; 
	top:auto;
	margin-top: 3.9em; /*Distant in between 1st & 2nd Level */
	display: none; /* when in 1st Level menu, display none on the sub menu */	
  border-left:none;
  border-top:none;
  border-right:none;  
  background:#838383; 
}

 	
/* 3rd Level BOX DESIGN*/
#nav li ul li{
  font-size: 110%;
  font-weight: normal;
  float:none;
  border-bottom:1px solid #626262;
}


/* Display 2nd Level arrow, if 3rd level exist */
#nav li ul li.sub a,
#nav li ul li.sub ul li.sub a,   
#nav li ul li.sub span
{
	background: url(../../images/customer-default/menu-h/nav-arrow.gif) no-repeat 100% 50%;
}

/*hide arrows on non expand menu every level */
#nav li ul li.sub ul li a,
#nav li ul li.sub ul li.sub ul li a 
{
	background: none;
}


/* 2nd & 3rd level design when 1st level is hovered */
#nav li:hover li a,
#nav li:hover li:hover li a,
#nav li:hover li:hover li:hover li a,
#nav li.sfhover li a,
#nav li.sfhover li.sfhover li a,
#nav li.sfhover li.sfhover li.sfhover li a
{
    color: #FFFFFF;
		background: #838383 /*url(../../images/customer-default/menu-h/nav-bg.jpg) repeat-x top left*/;
}


/* 2nd & 3rd level hovered design */
#nav li:hover li:hover a,
#nav li:hover li:hover span,
#nav li:hover li a:hover,
#nav li:hover li:hover li:hover a,
#nav li:hover li:hover li:hover a:hover,

#nav li.sfhover li.sfhover a,
#nav li.sfhover li.sfhover span,
#nav li.sfhover li a:hover,
#nav li.sfhover li.sfhover li.sfhover a,
#nav li.sfhover li li a:hover
{
   color: #ffffff;
	 background: #D00000 url(images/menu-h/nav-sub-bg-on.jpg) repeat-x top left;
}


/* Display 2nd level drop down */
ul#nav li:hover ul,
ul#nav li.sfhover ul{	
	display:block;	
	top:0;
	left:0;
}

/* Hides 3rd level from showing on 2nd level */
ul#nav li:hover ul ul, 
ul#nav li:hover ul ul ul, 
ul#nav li.sfhover ul ul, 
ul#nav li.sfhover ul ul ul {
  display:none;  
}

/* Display 3rd level drop down */
ul#nav li li:hover ul,
ul#nav li li li:hover ul,
ul#nav li li.sfhover ul,
ul#nav li li li.sfhover ul {
	margin-left:100%; /*in between width drop menu left right side*/
	display:block;	
	top:-4.0em
}



/*  match the alignment in different between of IE & Firefox */
ul li{position:relative;}
li ul {left:0;top:0;}
* html ul#nav li li:hover  ul, * html ul#nav li li.sfhover ul{margin-left:97%;}
* html ul li a{height:1%;}
* html li ul li a {margin-left:-160px; height:auto;	margin-left:0; voice-family: "\"}\""; voice-family:inherit;}
* html li ul li a{height:1px;	width:1px;he\ight:auto;w\idth:auto}

/*=============================
End Menu-Horizontal - Sucker Fish
=============================*/



/*=============================
        Menu Vertical
=============================*/

#menu-vertical {
  float: left;
	margin: 0px 0px;
	padding: 0;
  font-size: 75%;
  width: 189px;
	background: /*url(../../images/customer-default/menu-v/menu-box-top.gif) top left no-repeat*/;
}


#menu-vertical ul {
	background: /*url(../../images/customer-default/menu-v/menu-box-bottom.gif) bottom left no-repeat*/;
	margin: 0;
	list-style-type: none;
	padding: 0;
}


#menu-vertical ul li a:link,
#menu-vertical ul li a:visited,
#menu-vertical ul li span {	
	display: block;
	width: 189px;
	margin: 0;
	padding: 6px 1px 6px 5px;	
	text-decoration: none;	
	background: #fcfcfc /*url(../../images/customer-default/menu-v/menu-box-background.gif) 0 0 no-repeat*/;
	color: #494949;	
	border-bottom: 1px solid  #ebebeb;
}


#menu-vertical ul li a:hover {
	background: #EDEDED;
  color: #494949;
}

#menu-vertical li #current {
	background: #DBDBDB;
  color: #494949;
}

/*=============================
      End Menu Vertical
=============================*/





/*=============================
      Newsletter-Subscribe
=============================*/

#newsletter-subscribe {

	margin: 0;
	padding: 5px 0 5px 0;
  float: left;
	width: 100%;
	font-size:80%;

  color: #f1f1f1;
  text-align : center;
}




/*=============================
      Frontpage 
=============================*/
#intro {
	margin: 0px auto;
	padding: 0 0;	
	
}

#intro-image {
  float: left;
  margin: -4px 20px 0 0; 
}

#intro-text {
  float:left;
  margin: 0px 10px 0 0;
	padding: 20px 10px 0px 10px;	
 	font-size:100%;
  color: #4e4e4e;
  width: 330px;
  text-align: justify;
  line-height: 16px
}

#intro-text h1 {
  font-size: 130%;
  color: #caefff;
}

#intro-logo .noborder{
  padding:0;
  border:0;
}


#intro-image-2 {
  float: left;
  margin: 3px 0px 0 0; 
  width: 525px;
  padding: 0px 10px 0px 10px;	
}

#pages-summary {
	margin: 10px 0;
	padding: 0 0;	
	width:100%;
}

#pages-summary .line-separator {
  border-bottom:1px dashed #CCCCCC;
  padding: 10px 0px 10px 0px;	
}

.pages-summary-image { 
  padding: 2px 8px 10px 2px; 
}

#pages-summary-text {
  margin: 0;
 	font-size:78%;
  color: #caefff;
  font-weight: normal;
  text-align: justify;
}

#pages-summary-text .pages-title {
  font-weight: bold;
  font-size: 110%;
  color: #039340;
}


#news-headlines {
	margin: 0px 0px;
	padding: 0 0;	
	font-size: 95%;
	color: #5A5A5A;
}

#news-headlines a{
	color: #B60000;
}

#news-headlines a:hover{
	color: #EC7272;
}

#news-headlines .line-separator {
  border-bottom:1px dashed #CCCCCC;
  padding: 20px 0px 20px 0px;	
}


#featured-box {
  padding: 0 25px;
  text-align: justify;
}


#page-title {
  font-size: 130%;
  color: #ffffff;
}

/*=============================
    Content-Pane-Right
=============================*/


#content-pane-right {
  float: left;
	margin: 5px 0 0 5px;
	padding: 5px 5px;
	width: 200px;
	color: #606060;	
}


#menu-trail {
	color: #9D9D9D;
	font-size:75%;
  float: left;
	width: 100%;
	margin-top:4px;
}

#menu-trail-box-style-outer { 
  background: #f8f8f8; 
  border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #f8f8f8; 
  border-left-width: 1px; border-left-style: solid; border-left-color: #f8f8f8; 
	border-right-width: 1px; border-right-style: solid; border-right-color: #f8f8f8;
	border-top-width: 1px; border-top-style: solid; border-top-color: #f8f8f8;
}

#menu-trail-box-style { 
  background: #fcfcfc; 
  border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #fcfcfc; 
  border-left-width: 1px; border-left-style: solid; border-left-color: #fcfcfc; 
	border-right-width: 1px; border-right-style: solid; border-right-color: #fcfcfc;
	border-top-width: 1px; border-top-style: solid; border-top-color: #fcfcfc;
}

#page-tools-box-style { 
  background: #fcfcfc; 
  border-bottom-width: 5px; border-bottom-style: solid; border-bottom-color: #f8f8f8; 
  border-left-width: 5px; border-left-style: solid; border-left-color: #f8f8f8; 
	border-right-width: 5px; border-right-style: solid; border-right-color: #f8f8f8;
	border-top-width: 5px; border-top-style: solid; border-top-color: #f8f8f8;
}

#content-page-box-style { 
  background: #ffffff; 
  /*border-bottom-width: 3px; border-bottom-style: solid; border-bottom-color: #012346; 
  border-left-width: 3px; border-left-style: solid; border-left-color: #012346; 
	border-right-width: 3px; border-right-style: solid; border-right-color: #012346;
	border-top-width: 3px; border-top-style: solid; border-top-color: #012346;*/
}

#menu-vertical-box-style { 
  background: #f8f8f8; 
  border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #ebebeb; 
  border-left-width: 1px; border-left-style: solid; border-left-color: #ebebeb; 
	border-right-width: 1px; border-right-style: solid; border-right-color: #ebebeb;
	border-top-width: 1px; border-top-style: solid; border-top-color: #ebebeb;
}



/*=============================
        Tags
=============================*/
#related-items {
	color: #9D9D9D;
	font-size:100%;
  float: left;
	width: 100%;
}

#related-items-style-outer { 
  background: #EBE6CF; 
  border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #EBE6CF; 
  border-left-width: 1px; border-left-style: solid; border-left-color: #EBE6CF; 
	border-right-width: 1px; border-right-style: solid; border-right-color: #EBE6CF;
	border-top-width: 1px; border-top-style: solid; border-top-color: #EBE6CF;
}

#related-items-style { 
  background: #fcfcfc; 
  border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #fcfcfc; 
  border-left-width: 1px; border-left-style: solid; border-left-color: #fcfcfc; 
	border-right-width: 1px; border-right-style: solid; border-right-color: #fcfcfc;
	border-top-width: 1px; border-top-style: solid; border-top-color: #fcfcfc;
}

#related-items-insidebox {
  background: #fcfcfc; 
  border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #fcfcfc; 
  border-left-width: 1px; border-left-style: solid; border-left-color: #fcfcfc; 
	border-right-width: 1px; border-right-style: solid; border-right-color: #fcfcfc;
	border-top-width: 1px; border-top-style: solid; border-top-color: #fcfcfc;
}

/*=============================
          MISC
=============================*/

#table-frame {
  border: 1px solid #D4D4D4;
}

#table-frame td{
  border-bottom: 1px solid #D4D4D4;
}

.img-border { 
  padding: 3px;
  border: 1px solid #cccccc;
}

.toolbar-vertical{
  padding-bottom: 4px; 
}

.align-right {
  float: right;
  margin: 8px 0 5px 10px;
}

.align-left {
  float: left;
  margin: 8px 15px 5px 0;
}

