﻿/* --------------------------------------
             L A Y O U T
-------------------------------------- */   

body {
  margin: 0;
  background: #fff url(../images/background.gif) repeat-y left;
  }
 /*
form {
  margin: 0;
  }
  */
  /*
div#search {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 770px;
  height: 22px;
  padding: 4px 5px;
  background: #fff;
  text-align: right;
  }
div#search input {
  margin: 0 0 -1px 2px;
  }
div#search input.image {
  margin-bottom: -3px;
  }
 */
  
/*  

html div#search {padding: 5px 5px;}
html div#search input {margin-bottom:-3px;}
htm\l div#search {padding: 4px 5px;}
*/

 
/*
div#banner {
  z-index: 1;
  position: absolute;
  top: 30px;
  left: 0;
  height: 80px;
  width: 780px;
  background: #fff;
  }
div#sidenav {
  z-index: 3;
  position: absolute;
  top: 110px;
  left: 0;
  width: 179px;
  border-top: 1px solid #999;
  padding-top: 30px;
  }
div#mainnav {
  z-index: 20;
  position: absolute;
  top: 110px;
  left: 180px;
  height: 20px;
  padding: 5px 15px;
  }
div#mainnav div {
  display: none;
  }


* html div#mainnav div {display:inline;width:15px;cursor:hand;}

* htm\l div#mainnav div {display:none;}
 */
/*
div#body {
  position: relative;
  z-index: 10;
  top: 140px;
  left: 180px;
  width: 600px;
  background: #fff;
  }
  /*
div#content {
  padding: 50px 30px;
  }
  */
/*
div#footer {
  margin-top: 20px;
  clear: both;
  width: 600px;
  padding-bottom: 20px;
  text-align: center;
  }
div#sidebar {
  position: absolute;
  top: 190px;
  left: 590px;
  z-index: 11;
  width: 190px;
}
*/

/* --------------------------------------
               T E X T
-------------------------------------- */

body,div,p,li,blockquote,td,th,h1,h2,h3,h4,h5,h6,input,textarea,select,option,caption {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
    /* WinIE4/5 font size trick */
    font-size:    x-small;
    /* false value for WinIE4/5 */
    voice-family: "\"}\"";
    /* trick WinIE4/5 into thinking rule is over */
    voice-family: inherit;
    /* recover from trick */
    font-size:    small;
    /* intended value for better browsers */
    voice-family: "\"{\"";
    /* finish WinIE4/5 trick */
  }
  
div#content a {
  color: #036;
  }
div#content a:hover {
  color: #666;
  }
 
 
 
div#contentlink {
  color: #036;
  }


div#content {
  line-height: 1.4em;
  }
div#content h4 {	/* small heading */
  font-size: .9em;
  color: #000;
  font-weight: normal;
  margin-bottom: .25em;
  font-size: .9em;
  color: #000;
  font-weight: normal;
  margin-bottom: .25em;
  }
div#content h1 {	/* large heading */
  font-weight: normal;
  margin-bottom: .75em;
    /* WinIE4/5 font size trick */
    font-size:    large;
    voice-family: "\"}\"";
    voice-family: inherit;
    font-size:    x-large;
    voice-family: "\"{\"";
    line-height: 25px; 
    /* finish WinIE4/5 trick */
    
    color: black;
  }
div#content p.frontpage
{
  width: 350px;
  font-size: .9em;
  color: #666;
  margin-bottom: 1.5em;
  padding: 5px;
}
/* --- 
  Style changes/additions to regular content tags
  in the div#content section should be copied to 
  VisualFormat_editor.css ...
--- */
div#content p {
  font-size: .9em;
  color: #666;
  margin-bottom: 1.5em;
  }
div#content li {
  font-size: .9em;
  color: #666;
  }
div#content h3 {
  color: #036;
  
  }
div#content p.callout {
  float: right;
  width: 250px;
  color: #000;
  font-weight: normal;
  font-style: italic;
  line-height: 1.2em;
  margin: 10px 0 10px 10px;
    /* WinIE4/5 font size trick */
    font-size:     medium;
    voice-family: "\"}\"";
    voice-family: inherit;
    font-size:    large;
    voice-family: "\"{\"";
    /* finish WinIE4/5 trick */
  }

/* --- 
  End regular content tags.
--- */

/*
div#search,div#search input {
  font-size: .9em;
  }
div#search input {
  font-size: 1em;
  }
div#search a {
  color: #000;
  text-decoration: none;
  padding: 0 2px;
  }
div#search a:hover {
  color: #DC241F;
  }


div#mainnav a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  padding: 5px 14px;
  }
div#mainnav a:hover,div#mainnav a.selected {
  color: #DC241F;
  }
*/
/*
div#sidenav h2 {
  padding: 10px 15px;
  background: #edeae7;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  margin-top: 2.5em;
  }

div#sidenav .stock {
  left: 0;
  padding: 0px;
  width: 178px;
  background: #fff;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  }

div#sidenav div {
  padding: 10px 15px;
  }
div#sidenav p {
  font-size: .9em;
  padding: 0 15px;
  margin-top: 1.5em;
  }
div#sidenav ul {
  background: #edeae7;
  margin: 0;
  padding: 10px 15px 2px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  }
div#sidenav li {
  color: #DC241F;
  list-style: none;
  margin: 0;
  padding-bottom: 8px;
  }
  
 /* 
div#sidenav li a {
  font-size: .9em;
  color: #666;
  text-decoration: none;
  }
div#sidenav li a:hover {
  color: #036;
  }
  
div#sidenav .subnav {
  font-size: 0.8em;
  font-weight: normal;
  padding:10px;
  color:;
  }


  


div#footer {
  color: #666;

    font-size:    xx-small;
    voice-family: "\"}\"";
    voice-family: inherit;
    font-size:    x-small;
    voice-family: "\"{\"";
      }
div#footer .links {
  font-size: 1.1em;
  }
div#footer a {
  padding: 0 2px;
  }
  
  */
  /*
div#box  {
  position: relative;
  font-size: .9em;
  line-height: 1.5em;
  color: #666;
  margin-bottom: 1em;
  border: 1px solid #999;
  padding: 10px 10px 10px 10px;
  }
div#box2 {  
  position: relative;
  margin-bottom: 1em;
    font-size: .9em;
  border: 1px solid #999;
  padding: 10px 10px 10px 10px;
  background: #edeae7;
  }  
div#sitemap {}

div#sitemap h2 {
  border-bottom: 1px solid #a1a5a9; 
  padding-bottom: 3px; 
  padding-top: 5px; 
  color: #76797c; 
  margin-bottom: .5em;
  }
  
  */
  
span.showpointer {
	cursor: pointer;
}
span.showcontent {
	display: ;
}
span.hidecontent {
	display: none;
}
dt.image  {
  float: left;
  margin: 0 15px 0 0;
  padding 0px 4px 4px 0px;
  background: url(/images/webcast.gif) no-repeat bottom right;
}

table.borderContact            {border:    1px solid #DEDEDE;}
tr.borderContact td            {background-color: #EDEAE7;}
.ccbnBgTblTtl                 {background-color: #DEDEDE;}
.ccbnTtl                      {font-family: Arial, Helvetica,
Sans-Serif;
                                  font-size: 0.9em;
                                  font-weight: bold;
                                  color: #036;}
.ccbnTxt                      {font-family: Arial, Helvetica,
Sans-Serif;
                                  font-size: 0.9em;
                                  font-weight: normal;
                                  color: #666666;}
.ccbnLabel                    {font-family: Arial, Helvetica,
Sans-Serif;
                                  font-size: 0.9em;
                                  font-weight: bold;
                                  color: #666666;}
.ccbnTblTxtBold               {font-family: Arial, Helvetica, Sans-Serif;
                                  font-size: 0.9em;
                                  font-weight: bold;
                                  color: #666666;}
.ccbnBgTxt                    {background-color: #FFFFFF;}


.ms-WPBody A:link,.ms-WPBody A:visited
{
color:#036;
text-decoration:underline;
}
.ms-WPBody A:hover
{
color:#666;
text-decoration:underline;
}
