/* ---------------------------------------------------- */
/* sfp.css */
/* Copyright R. B. Sisk */
/* Created for the sfp Consulting website */
/* ---------------------------------------------------- */


/* Universal style rule */

*{
      /* Block all browser default margins and padding */
      margin: 0;
      padding: 0;
      /* Temporary borders */
      /*  border: dashed 1px #f00; */

}


#wrapper{
      width: 50em;  /* Width of page */
      background-color: #00B09B; /* Effectively Left Column Color */
      background-color: #FFFFFF; /* Effectively Left Column Color */

      /* Put 20px margin above the wrapper */
      /* Set right and left to auto for centering */
      margin: 20px auto 0 auto;

      /* Required for absolutely-positioned layout only */
      position:relative;
}


/* Navbar division */
#navbar{
      background:#aaa url(images/navbak.jpg) repeat-x center;
      height:1.4em;
      /* For absolutely-positioned navbar */
      position:absolute;
      top:6.5em; /* Same as branding div height */
      width:50em; /* Layout width minus leftcolumn width */
}


/* Remove bullets from ul in the navbar */
#navbar ul{
      list-style-type:none;
}


/* List items in the navbar */
#navbar li{
      float:left;
      /* Required for drop-down menus */
      position:relative;
}


/* Applies to navbar links, visited and unvisited */
#navbar a,
#navbar a:link,
#navbar a:visited{
      text-decoration:none;
      font-family:Verdana, Geneva, Arial, Sans-Serif; 
      font-size:75%;  /* Navbar Font Size - text size */
      color:#000;
      background:#aaa url(images/navbak.jpg) repeat-x center;
      display:block;
      height:1.6em;
      width:11em;  /* Navbar Width */
      border-right:solid 1px #ddd;
      text-align:center;
      line-height:1.7em;
      outline-style:none;
}


/* Navbar hover and active links */
#navbar a:hover,
#navbar a:active,
#navbar li.selected a:link,
#navbar li.selected a:visited{
      background:#ddd url(images/navhover.jpg) repeat-x center;
      color:#000;
}


/* Drop-down menu styles */

/* Applies to drop-down menus in navbar */
#navbar li ul{
      position:absolute;
      z-index:100;
      visibility:hidden;
}


/* Make drop-down visible on navbar hover */
#navbar li:hover ul,
#navbar li a:hover ul{ /* IE6 hack */
      visibility:visible;
      top:1.6em;
      left:0;
}


/* Applies to links on the drop-down menu */
#navbar li:hover ul li a,
#navbar li a:hover ul li a{ /* IE6 hack */
      background:#ccc; /* Removes background image */
      color:#000;
      text-align:left;
      display:block;
      width:10em;
      padding:0 0 0 1em;
      height:auto;
}


/* Hover on drop-down menu links */
#navbar li:hover ul li a:hover,
#navbar li a:hover ul li a:hover{ /* IE6 hack */
      background: #aaa;
      color:#000;
}


/* IE6 hack applies to its table drop-down */
#navbar table {
      margin:-1px;
      border-collapse:collapse;
      position:absolute;
      top:0.5em;
      left:0;
      z-index:100;
}


body{
      /* background-color: #184B94; */
      /* background: #856E5E url(images/fabric01.jpg); */
      font-family: Arial, Helvetica, sans-serif;
      background-color: #004FA3; /* sfp dark blue */
      /* background-image:url('images/SFP_bkground_8.gif'); */
      background-repeat:no-repeat;
      background-position:center top;
}


body a{
text-decoration:none;
}


#content{
      /* Left margin must match leftcolumn width */
      margin-left:1em;
      background-color:#fff;
      color:#000;
/*      padding:2em 20px 20px 20px; */
     padding:2em 2em 1em 1em;
}


/* Applies to unordered and ordered lists in the content division */
#content ul, #content ol{
      padding-left:40px;
      padding:10px 0 10px 40px;
}


#content p{
      line-height:1.5em;
}

#address{
      text-align: center;
}

/* Styles h1, h2, and h3 style rules in the content division */
#content h1 {
      font-family: Charcoal, Impact, sans-serif;
      color:#000;
      font-weight:normal;
      font-style:italic;
      font-variant:small-caps;
      letter-spacing:0.08em;
}


/* Size h1 headings in the content division */
#content h1{
      font-size:2em;
      color:#004FA3; /* sfp Blue Font Color */
}


/* Size h2 headings in the content division */
#content h2{
   font-family:Verdana, Geneva, Arial, Sans-Serif;
   text-decoration:underline;
   font-style:normal;
   font-weight:normal;
   font-size:1.4em;
   color:#000000; 
}

/* Size h3 headings in the content division */
#content h3{
   font-family:Verdana, Geneva, Arial, Sans-Serif; 
   font-style:normal;
   font-weight:normal;
   font-size:1.2em;
   color:#000000;
}

/* Size h4 headings in the content division */
#content h4{
   font-family:Verdana, Geneva, Arial, Sans-Serif; 
   font-style:normal;
   font-weight:normal;
   font-size:1.1em;
   color:#000000; 
}


/* Fixes the mysterious image gap */
#branding img{
      display:block;
}


#branding h1{
      font-family:'Arial Black', Charcoal, Impact, Sans-serif;
      font-size:2em;
      padding-top:0.25em;
}


/* Make branding a positioned element, but don't move it */
#branding{
      position:relative;
}


/* Absolutely position links in the branding division */
#branding a{
      position:absolute;
      text-decoration:none;
      color:#FFF;
      font-size:0.8em; 
}


/* Unvisited and visited links in branding bar */
#branding a:link, #branding a:visited {
      color:#FFF;
}


/* Hover links in branding bar */
#branding a:hover{
      color:#0f0;
}


/* Active link in branding bar */
#branding a:active{
      color:#1bb498;
}



/* Footer */
#footer{
      margin-left:1.3em;
      padding:0.25em;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 0.8em;	font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      text-align: center;
      vertical-align: middle;
      background-repeat: no-repeat;
      color: #FFFFFF;
      color: #000000;
}


P.center_text{
      text-align: center;
}

#copyright{

}

.sfp_blue{
      color: #004FA3;
      font-weight:bold;
}

.sfp_green{
      color: #00B09B;
      font-weight:bold;
}




/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* ------------------------------------------------- */



#leftcolumn{

   /* Remember, content left margin must match this width */
     width:12em;
     float:left;

   /* Center images and text inside this div */
   /*  text-align:center; */

   /* For absolutely-positioned leftcolumn */
     position:absolute;
     top:9em; /* Same as branding div height */
     left:1em;

}


/* Applies to images in the leftcolumn div */
#leftcolumn img{
     width:80%;
}


/* Applies to paragraphs in the leftcolumn division */
#leftcolumn p{
     font-family: Arial, Helvetica, sans-serif;
     font-size: 0.8em;
     color: #FFFFFF;
     padding:0.5em;
     width:80%;
     font-size:0.8em;
     margin:1em auto;
     text-align:left;
}



#leftmenucolumn{

   /* Remember, content left margin must match this width */
     width:12em;
     float:left;

  font-family: Charcoal, Impact, sans-serif;
  color:#000;
  font-weight:normal;
  font-style:italic;
  font-variant:small-caps;
  letter-spacing:0.08em;

   /* Temporary borders */
   /*   border: dashed 1px #f00; */

   /* Center images and text inside this div */
     text-align:left;

   /* For absolutely-positioned leftcolumn */
     position:absolute;
     top:8.4em; /* Same as branding div height */
     left:1em;

}


/* Styles h1 style rules in the content division */
#leftmenucolumn h1 {
  font-family: Charcoal, Impact, sans-serif;
  font-weight:normal;
  font-style:italic;
  font-variant:small-caps;
  letter-spacing:0.08em;
}


/* Size h1 headings in the leftcolumn division */
#leftmenucolumn h1{
   font-size:2em;
   text-align:left;
   color:#00B09B; /* sfp green font Color */
}

/* Size ul headings in the leftcolumn division */
#leftmenucolumn ul{

   font-size:1.2em;
   text-align:left;
   color:#034AA6; /* Royal Blue Font Color */
   color:#023059; 
}

/* Size li headings in the leftcolumn division */
#leftmenucolumn li{
   list-style: none;
   font-size:1.2em;
   text-align:left;
   color:#034AA6; /* Royal Blue Font Color */
   color:#023059; 
}

/* Applies to navbar links, visited and unvisited */
#leftmenucolumn a,
#leftmenucolumn a:link,
#leftmenucolumn a:visited{
     text-decoration:none;
     font-family:Verdana, Geneva, Arial, Sans-Serif; 
     font-size:75%;  /* Navbar Font Size - text size */
     color:#000;
     background:#aaa url(images/navbak.jpg) repeat-x center;
     display:block;
     height:2em;
     width:12em;  /* Navbar Width */
     border-right:solid 1px #ddd;
     text-align:center;
     line-height:1.7em;
     outline-style:none;
}


/* Navbar hover and active links */
#leftmenucolumn a:hover,
#leftmenucolumn a:active,
#leftmenucolumn li.selected a:link,
#leftmenucolumn li.selected a:visited{
     background:#ddd url(images/navhover.jpg) repeat-x center;
     color:#000;
}


#content_two{
   /* Left margin must match leftcolumn width */
     margin-left:11em;
     font-family: Arial, Helvetica, sans-serif;
     background-color:#fff;
     color:#000;
/*     padding:2em 10px 10px 20px; */
     padding:2em 2em 1em 1em;
}


#content_two p{
   line-height:1.5em;
}


/* Styles h1, h2, and h3 style rules in the content division */
#content_two h1, #content_two h2, #content_two h3, #content_two h4{

  color:#000;
  font-weight:normal;

}


/* Size h1 headings in the content division */
#content_two h1{
  font-family: Charcoal, Impact, sans-serif;
  font-style:italic;
  font-variant:small-caps;
  letter-spacing:0.08em;
   font-size:2em;
   color:#004FA3; /* sfp Blue Font Color */
}


/* Size h2 headings in the content division */
#content_two h2{

   font-family:Verdana, Geneva, Arial, Sans-Serif; 
   font-style:normal;
   font-size:1.2em;
   color:#000000; 
}

/* Size h3 headings in the content division */
#content_two h3{

   font-family:Verdana, Geneva, Arial, Sans-Serif; 
   font-style:normal;
   font-size:1.1em;
   color:#000000; 
}


/* Size h4 headings in the content division */
#content_two h4{

   font-family:Verdana, Geneva, Arial, Sans-Serif; 
   font-style:normal;
   font-size:1em;
   color:#000000; 
}




/* ---------------------------------------------------------------- */

#content_three{
      /* Left margin must match leftcolumn width */
      margin-left:1em;
      background-color:#fff;
      color:#000;
      padding:2em 20px 20px 20px;
}


/* Applies to unordered and ordered lists in the content division */
#content_three ul, #content ol{
      padding-left:40px;
      padding:10px 0 10px 40px;
}


#content_three p{
      line-height:1.5em;
}

#address{
      text-align: center;
}

/* Styles h1, h2, and h3 style rules in the content division */
#content_three h1 {
      font-family: Charcoal, Impact, sans-serif;
      color:#000;
      font-weight:normal;
      font-style:italic;
      font-variant:small-caps;
      letter-spacing:0.08em;
}


/* Size h1 headings in the content division */
#content_three h1{
      font-size:2em;
      color:#004FA3; /* sfp Blue Font Color */
}


/* Size h2 headings in the content division */
#content_three h2{
   font-family:Verdana, Geneva, Arial, Sans-Serif;
   text-decoration:underline;
   font-style:normal;
   font-weight:normal;
   font-size:1.4em;
   color:#000000; 
}

/* Size h3 headings in the content division */
#content_three h3{
   font-family:Verdana, Geneva, Arial, Sans-Serif; 
   font-style:normal;
   font-weight:normal;
   font-size:1.2em;
   color:#000000;
}

/* Size h4 headings in the content division */
#content_three h4{
   font-family:Verdana, Geneva, Arial, Sans-Serif; 
   font-style:normal;
   font-weight:normal;
   font-size:1.1em;
   color:#000000; 
}





























