 /*************************************************************/
 /*    Main page column divisions                             */ 
/**************************************************************/
html,body{margin:0;padding:0}
body
{
  font: 76% verdana,helvetica,arial,sans-serif;
  margin  :0 0px 0px;
  padding : 3px;
  width:1000px;
  background-position:center;
 /* background-image: url(../images/bg/gutter_bg.gif);
  background-repeat: repeat-y;
  border-right:2px solid #1A52B8;
  border-left:2px solid #1A52B8;
  border-bottom:2px solid #1A52B8;*/
  border:2px solid #00074F;
 }
 

p{margin:0 10px 10px}



div#header h1{height:143px;line-height:143px;margin:0;
  padding-left:0px;background: url(../images/WebKaizenLogoGood.jpg) no-repeat top left;}
div#content p{line-height:1.4}
/*div#navigation{background:#B9CAFF}*/
div#extra{background:#FF8539}
div#footer{background: #333;color: #FFF}
div#footer p{margin:0;padding:5px 10px}



div#wrapper{float:left;width:99%;margin-left:-33%}
div#content{margin-left:34%}
div#navigation{float:right;width:30%}
div#extra{float:right;clear: right;width:30%}
div#footer{clear:both;width:100%}
 
 
 .BoxTextBold {
  /*padding-bottom: 10px;*/
   
  font: 400 14px verdana, arial, sans-serif;
  font-weight:bold; 
  color: #ffffff;
  
}

.BoxText {
  /*padding-bottom: 3px;*/

  font: 400 11px verdana,helvetica, arial, sans-serif;
  font-weight:normal; 
  color:  #ffffff;
  
}

 
/**************************************************************
   Submenu Styles
 **************************************************************/

ul.submenu1,
ul.submenu2 {
  margin: 0 0  10px 0;  /*80px*/
  padding: 0;
}

ul.submenu1 li,
ul.submenu2 li{
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: url(foo.gif); /* because IE is balls */
}

ul.submenu1 li a,
ul.submenu2 li a {
  display: block;
  height: auto !important;

  /* Start hide from IE Mac \*/
  height: 1%;
  /* End hide from IE Mac */

  padding: 1px 5px 1px 40px;
}

ul.submenu1 li a {
  background: url(../images/bg/submenu1.gif) no-repeat 5px 50%;
}

ul.submenu1 a:hover {
  color: #426F85;
  background: #B3C6C4 url(../images/bg/submenu1.gif) no-repeat 5px 50%;
}

ul.submenu2 li a {
  color: #426F85;
  background: url(../images/bg/submenu2.gif) no-repeat 3px 50%;
}

ul.submenu2 a:hover {
  color: #426F85;
  background: #B3C6C4 url(../images/bg/submenu2.gif) no-repeat 3px 50%;
}

/**************************************************************
   Top menu and logo
 **************************************************************/

#topbar {
	clear: both;
	position: relative;
	height: 2.5em;
	margin: 0 auto;
	/*background: #48525B url(../images/bg/header1.gif) repeat-x bottom left;*/
	border-bottom: 0px solid #48525B;
	/*background-color: #48525B;*/
	background-color:#ffffff;
}


#topbar img {
  position: absolute;
  top: 5%;
  left: 10px;
}

#topbar ul {
  margin: 1.0em 1em 0 0 !important;
  margin: 1.0em 0.5em 0 0;
  padding: 0;
  float: right;
}

#topbar ul li {
  display: inline;
  list-style: none;
}

#topbar ul li a {
  float: left;
  padding: 0 1em;

  font: 400 1.1em arial, sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.0em !important;
  line-height: 1.5em;

  color:black;
  border-right: 1px solid #4D5760;
  
}

#topbar ul li a.last {
  padding-right: 0;
  border-right: 0;
}

#topbar ul li a:hover {
  color: #3B5D77;
}

/**************************************************************
   Bottom menu and logo
 **************************************************************/

#bottombar {
	clear: both;
	position: relative;
	height: 2.5em;
	margin: 0 auto;
	/*background: #48525B url(../images/bg/header1.gif) repeat-x bottom left;*/
	border-bottom: 0px solid #48525B;
	/*background-color: #48525B;*/
	background-color:#ffffff;
}


#bottombar img {
  position: absolute;
  top: 5%;
  left: 10px;
}

#bottombar ul {
  margin: 1.0em 1em 0 0 !important;
  margin: 1.0em 0.5em 0 0;
  padding: 0;
  float: right;
}

#bottombar ul li {
  display: inline;
  list-style: none;
}

#bottombar ul li a {
  float: left;
  padding: 0 1em;

  font: 400 1.1em arial, sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.0em !important;
  line-height: 1.5em;

  color:black;
  border-right: 1px solid #4D5760;
  
}

#bottombar ul li a.last {
  padding-right: 0;
  border-right: 0;
}

#bottombar ul li a:hover {
  color: #3B5D77;
}

.sidebarheader
{
	height: 24px;
	padding: 10px 0 0 0px;
	background: url(../images/sidebar_header1.png) no-repeat center top;
	color: #FFF;
	font-family: Arial, Sans-Serif;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}

.sidebarcontent
{	
	width:280px ;
	background-color: #E9EFF7;
	border: 1px solid #0F2543;
	padding: 5px 5px 5px 9px;
	line-height: 1.5em;
	font-weight: bold;
}
/***************************************************************************
   Page Body Style
****************************************************************************/

.masterbody
  {
       font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: black;
 }
 

.masterbody a {
	text-decoration: none;
	color: #0033FF;
        /*COLOR: #000099;*/
}

.masterbody a:hover {
	text-decoration: underline;
}
 
 
.masterbody:visited
{
    COLOR: #7B68EE;
}
.masterbody A:active
{
    COLOR: #7B68EE;
}

H2.masterbody 
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 20px;
    COLOR: black
}

H3.masterbody 
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 18px;
    COLOR: black
}
H4.masterbody 
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 16px;
    COLOR: black
}

sup.masterbody 
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
}

ul.masterbody {
  margin: 0 0  10px 0;  /*80px*/
  padding: 0;
}

ul.masterbody li{
  margin: 0;
  padding: 0;
  display:none;
  list-style: none;
  list-style-image: url(foo.gif); /* because IE is balls */
}

#master_sidebarSamples
{	
	padding-top: 72px;
	background: #FFF url(images/samples_bg.gif) no-repeat left top;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
}

.LinkColor {
	color: #0099FF;
}

.REDNOTICEBODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}
.REDNOTICEHEADER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	color:  #000555;
 background-color:Red;
 border-color:#C6D6FD;
}
.REDNOTICELINK {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}
