﻿body
{
  color: #000000;
  font-family: "Trebuchet MS" , Optima, "Lucida Sans Unicode" , Arial, sans-serif;
  margin: 0px 10px 10px;
  font-size: 14px;
  background-color: #fffff8;
  background-image: none;
}

a:link, a:visited, a:hover
{
  color: #006699;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6
{
  font-family: "Trebuchet MS" , Optima, "Lucida Sans Unicode" , Arial, sans-serif;
  margin: 0px;
  padding: 0px;
  color: #336633;
}

h1
{
  font-size: 24px;
}

h2
{
  font-size: 18px;
}

h3
{
  font-size: 14px;
}

h4
{
  font-size: 12px;
  font-weight: normal;
}

h5
{
  font-size: 10px;
  font-weight: normal;
}

ul
{
  list-style-type: square;
}

ul ul
{
  list-style-type: disc;
}

ul ul ul
{
  list-style-type: none;
}

td, input, select 
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}

/************** what's this for? ***************/
label
{
  font: bold 100%;
  color: #334d55;
}
/************** ^^^^^^^^^^^^^^^^ ***************/

/* Picture at the top of the site */
#logo
{
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  margin: 0px;
  padding-top: 0px;
}

/* Main Menu Navigation */
#navtop
{
  white-space: nowrap;
  /*
  defined in Skin
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  margin: 0px;
  */
}

#footer
{
  text-align: left;
  font-family: "Trebuchet MS" , Optima, "Lucida Sans Unicode" , Arial, sans-serif;
  font-size: 8pt;
  color: #336633;
  font-weight: normal;
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 10px;
  padding-right: 0px;
  padding-left: 0px;
  border-top: #006699 1px solid;
  width: 100%; /* these are important */
  clear: both;
  float: none;
}

#content
{
  font-family: "Palatino Linotype" , "Book Antiqua" , Palantino, "Times New Roman" , Times, serif;
  color: #000000;
  width: 100%;
  /* these are important */
  clear: both;
  float: none;
}

#contentold
{
  font-family: "Palatino Linotype" , "Book Antiqua" , Palantino, "Times New Roman" , Times, serif;
  color: #336633;
  width: 100%;
  /* these are important */
  clear: both;
  float: none;
}

/************** .feature styles - don't change the padding-bottom! ***************/

.xfeature
{  
  padding-right: 0px;
  padding-left: 10px;
  padding-bottom: 20px;
  padding-top: 0px;
}

.feature
{  
  padding-right: 0px;
  padding-left: 10px;
  padding-bottom: 0px;
  padding-top: 0px;
}

.xfeature h2
{
  font-family: "Palatino Linotype" , "Book Antiqua" , Palantino, "Times New Roman" , Times, serif;
  text-align: center;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 5px;
  padding-top: 20px;
}

.feature h2
{
  font-family: "Palatino Linotype" , "Book Antiqua" , Palantino, "Times New Roman" , Times, serif;
  text-align: center;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 6px;
  padding-top: 15px;
}

.feature img
{
  float: left;
  margin: 0px 5px 0px 0px;
  padding-right: 10px;
  padding-left: 0px;
  padding-bottom: 20px;
  padding-top: 0px;
}

.feature2
{
  padding-right: 0px;
  padding-left: 10px;
  padding-bottom: 20px;
  padding-top: 0px;
}

.feature2 h3
{
  font-family: "Palatino Linotype" , "Book Antiqua" , Palantino, "Times New Roman" , Times, serif;
  text-align: left;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}

.feature2 img
{
  float: left;
  margin: 0px 5px 0px 0px;
  padding-right: 25px;
  padding-left: 0px;
  padding-bottom: 20px;
  padding-top: 0px;
}

/************** 2 column layout for the Samples page ****************/
#samplecolumnleft
{
  float: left;
  width: 120px;
  margin-right: 10px; 
}

#samplecolumnright
{
  width: 100%;
  height: 100%;
  display: inline; 
}

.samplecolumn
{
  padding: 0px;
  float: left;
}

.samplecolumnnav
{
  padding: 0px;
  float: left;
}

.sampleselected, .sampleunselected
{
  width: 120px;
  height: 120px;
  text-align: center;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 2px;
  padding-top: 2px;
}

/*
.sampleunselected
{
  background-color: transparent;
  border-right: black 1px solid;
  border-top: black 1px solid;
  border-left: black 1px solid;
  border-bottom: black 1px solid;
}

.sampleselected
{
  border-right: #000099 1px solid;
  border-top: #000099 1px solid;
  border-left: #000099 1px solid;
  border-bottom: #000099 1px solid;
  background-color: transparent;
}
*/

#SampleFrameDetails
{
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
  background-color: #eaf8eb;
  overflow: auto;
}

/************* for the Contact Page *******************************/
.contactTD
{
  font-family: "Trebuchet MS" , Optima, "Lucida Sans Unicode" , Arial, sans-serif;
  font-size: 14px;
  color: black;
  font-weight: normal;
  vertical-align: top;
}

/************* for the Links Page *******************************/
#columnLinks
{
  width: 754px;
  border-top: 2px groove;
  border-left: 2px groove;
  border-right: 2px groove;
  border-bottom: 2px groove;
  margin-top: 3px;
  margin-left: 3px;
}

#emkari
{
  font-size: 100%;
  font-family: "Palatino Linotype" , "Book Antiqua" , Palatino, "Times New Roman" , Times, serif;
  color: #336633;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}

/*************** CollapsiblePanel on the Links Page **************************/
.collapsePanel
{
  width: 100%;
  background-color: #eaf8eb;
  overflow: hidden;
  color: black;
}

.collapsePanelHeader
{
  height: 32px;
  font-family: "Trebuchet MS" , Optima, "Lucida Sans Unicode" , Arial, sans-serif;
  font-size: 16px;
  background-repeat: repeat-x;
  color: #006699;
  vertical-align: middle;
  clear: none;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 4px;
}

.collapsePanelBtn
{
  color: #006699;
  font-size: 12px;
  float: right;
  padding-top: 2px;
  padding-right: 10px;
  vertical-align: middle;
  clear: none;
}

.collapsePanelBtn img
{
  margin: 0px;
  padding-top: 0px;
  vertical-align: top;
  clear: none;
}

/* UNUSED?
.collapsePanelInset
{
  vertical-align: top;
  padding-right: 2px;
  padding-left: 2px;
  padding-bottom: 2px;
  padding-top: 2px;
  background-color: white;
  width: 50%;
}
*/

/* apply zero margin to all forms and hide fieldset borders. 
   Keep fieldset borders in the markup for better accessibility */

form
{
  margin: 0px;
}
/* actually, I like this with a border... MTC
fieldset
{
  margin: 0px;
  padding: 0px;
  border: none;
}
*/
fieldset
{
  margin: 0px;
  padding: 0px;
}



/*88888888888888888888888888888888888*/


/* This style sheet is intended to contain OFTEN CHANGED rules used when the Menu control adapter is enabled. */

/* When the Menu control's Orientation property is Vertical the adapter wraps the menu with DIV */
/* whose class is AspNet-Menu-Vertical. */
/* Note that the example menu in this web site uses relative positioning to force the menu to occupy */
/* a specific place in the web page.  Your web site will likely use a different technique to position your */
/* menu.  So feel free to change all the properties found in this CSS rule if you clone this style sheet. */
/* There is nothing, per se, that is magical about these particular property value choices.  They happen to */
/* work well for the sample page used to demonstrate an adapted menu. */

.PrettyMenu .AspNet-Menu-Vertical
{
  position: relative;
  top: -4px;
  left: 0;
  z-index: 300;
  width: 90px;
  margin-bottom: 20px;
  float: left;
}

/* The menu adapter renders an unordered list (ul) in HTML for each tier in the menu. */
/* So, effectively says: style all tiers in the menu this way... */
.PrettyMenu ul.AspNet-Menu, 
.PrettyMenu ul.AspNet-Menu ul
{
    width: 130px;
    font-size: 10pt;
    
}

/* This rule effectively says: style all tiers EXCEPT THE TOP TIER in the menu this way... */
/* In other words, this rule can be used to style the second and third tiers of the menu without impacting */
/* the topmost tier's appearance. */
.PrettyMenu ul.AspNet-Menu ul
{
    left: 128px;
    top: 3px;
    background:#FFF;
}

/* The menu adapter generates a list item (li) in HTML for each menu item. */
/* Use this rule create the common appearance of each menu item. */
.PrettyMenu ul.AspNet-Menu li
{
  background: #FFF url(bg-menu-example.png) repeat-x;
  margin: 0px 1px 1px 0px;
}

/* Within each menu item is a link or a span, depending on whether or not the MenuItem has defined it's */
/* NavigateUrl property. By setting a transparent background image here you can effectively layer two images */
/* in each menu item.  One comes from the CSS rule (above) governing the li tag that each menu item has. */
/* The second image comes from this rule (below). */
.PrettyMenu ul.AspNet-Menu li a, .PrettyMenu ul.AspNet-Menu li span
{
  color: #006699;
  border-top: solid 1px #E7E7E7;
  border-right: solid 1px #D2D2D2;
  border-bottom: solid 1px #D2D2D2;
  border-left: solid 1px #E7E7E7;
  background: url(arrow3.png) no-repeat right center;
  padding-right: 2px;
  padding-left: 2px;
  padding-bottom: 2px;
  padding-top: 2px;
}

/* When a menu item contains no submenu items it is marked as a "leaf" and can be styled specially by this rule. */
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Leaf a,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Leaf span
{
    background-image: none;
}

/* Not used presently.  This is here if you modify the menu adapter so it renders img tags, too. */
.PrettyMenu ul.AspNet-Menu li a img
{
    border-style: none;
    vertical-align: middle;
}

/* When you hover over a menu item, this rule comes into play. */
/* Browsers that do not support the CSS hover pseudo-class, use JavaScript to dynamically change the */
/* menu item's li tag so it has the AspNet-Menu-Hover class when the cursor is over that li tag. */
/* See MenuAdapter.js (in the JavaScript folder). */
.PrettyMenu ul.AspNet-Menu li:hover, .PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover
{
  background: #FFF url(bg-menu-example-sel.png) repeat-x;
}

.PrettyMenu ul.AspNet-Menu li:hover a, 
.PrettyMenu ul.AspNet-Menu li:hover span, 
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover a,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover span,
.PrettyMenu ul.AspNet-Menu li:hover li:hover a, 
.PrettyMenu ul.AspNet-Menu li:hover li:hover span, 
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.PrettyMenu ul.AspNet-Menu li:hover li:hover ul a:hover, 
.PrettyMenu ul.AspNet-Menu li:hover li:hover ul span.Asp-Menu-Hover, 
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a:hover,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span.Asp-Menu-Hover
{
    color: #008B00;
}

.PrettyMenu ul.AspNet-Menu li:hover ul a, 
.PrettyMenu ul.AspNet-Menu li:hover ul span, 
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover ul a,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover ul span,
.PrettyMenu ul.AspNet-Menu li:hover li:hover ul a, 
.PrettyMenu ul.AspNet-Menu li:hover li:hover ul span, 
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span
{
    color: #006699;
}

/* While you hover over a list item (li) you are also hovering over a link or span because */
/* the link or span covers the interior of the li.  So you can set some hover-related styles */
/* in the rule (above) for the li but set other hover-related styles in this (below) rule. */
.PrettyMenu ul.AspNet-Menu li a:hover,
.PrettyMenu ul.AspNet-Menu li span.Asp-Menu-Hover
{
    color: #008B00;
    background: transparent url(arrow-active.png) right center no-repeat;
}

.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Leaf a:hover
{
    background-image: none;
}

.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-WithChildren span.AspNet-Menu-ChildSelected,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Leaf a.AspNet-Menu-Selected,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-WithChildren li.AspNet-Menu-WithChildren li.AspNet-Menu-Leaf a.AspNet-Menu-Selected,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-WithChildren li.AspNet-Menu-WithChildren span.AspNet-Menu-ChildSelected
{
  color: blue;
}

/* -------------------------------------------------------------------------- */
/* When the Menu control's Orientation property is Horizontal the adapter wraps the menu with DIV */
/* whose class is AspNet-Menu-Horizontal. */
/* Note that the example menu in this web site uses absolute positioning to force the menu to occupy */
/* a specific place in the web page.  Your web site will likely use a different technique to position your */
/* menu.  So feel free to change all the properties found in this CSS rule if you clone this style sheet. */
/* There is nothing, per se, that is magical about these particular property value choices.  They happen to */
/* work well for the sample page used to demonstrate an adapted menu. */

.PrettyMenu .AspNet-Menu-Horizontal
{
    /*
  position: absolute;
  z-index: 300;
  left: 10px;
  top: 16px;
  */
    margin: 0px;
    width: 98%;
    position: absolute;
    z-index: 300;
    border-top: #006699 1px solid;
    border-bottom: #006699 1px solid;
    margin: 0px;
    background-color: #e0ffe0;
}

/* This rule controls the width of the top tier of the horizontal menu. */
/* BE SURE TO MAKE THIS WIDE ENOUGH to accomodate all of the top tier menu items that are lined */
/* up from left to right. In other words, this width needs to be the width of the individual */
/* top tier menu items multiplied by the number of items. */
.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu
{
  width: 100%; 
}

/* This rule effectively says: style all tiers EXCEPT THE TOP TIER in the menu this way... */
/* In other words, this rule can be used to style the second and third tiers of the menu without impacting */
/* the topmost tier's appearance. */
/* Remember that only the topmost tier of the menu is horizontal.  The second and third tiers are vertical. */
/* So, they need a much smaller width than the top tier.  Effectively, the width specified here is simply */
/* the width of a single menu item in the second and their tiers. */
.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul
{
    width: 150px;
    left: 3px;
    top: 21px;
    /*top: 1.8em;*/
    /* the top setting is what's causing problems in Safari */
}

/* Generally, you use this rule to set style properties that pertain to all menu items. */
/* One exception is the width set here.  We will override this width with a more specific rule (below) */
/* That sets the width for all menu items from the second tier downward in the menu. */
.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li
{
  width: 90px;
  text-align: center;
}

.PrettyMenu .AspNet-Menu-Vertical ul.AspNet-Menu li
{
  width: 90px;
  text-align: left;
}

/* This rule can be used to set styles for the menu items in the second tier (and lower) in the menu. */
.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li li
{
    text-align: left;
}

/* This rule establishes the width of menu items below the top tier.  This allows the top tier menu items */
/* to be narrower, for example, than the sub-menu items. */
/* This value you set here should be slightly larger than the left margin value in the next rule. See */
/* its comment for more details. */
.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul li
{
    width: 150px;
}

/* Third tier menus have to be positioned differently than second (or top) tier menu items because */
/* they drop to the side, not below, their parent menu item. This is done by setting the last margin */
/* value (which is equal to margin-left) to a value that is slightly smaller than the WIDTH of the */
/* menu item. So, if you modify the rule above, then you should modify this (below) rule, too. */
.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li ul li ul
{
    /*margin: -1.8em 0 0 126px;*/
    /*margin: -1.7em 0 0 126px;*/
    margin: -21px 0 0 147px;
}

/* ------------------------------------------------------------------- */
/* Specific to this sample web site. */
/* These rules are probably not useful in your site. */


/* --------------------------------------------------------------------------------------------------- */
/* Used when the Menu adapter is NOT used. */
/* These styles are used by the Menu's skin, found in this theme's skin file. */

#MainMenu .Menu-Skin-Horizontal
{
    position: absolute;
    left: 100px;
    top: 16px;
    margin: 0 0 0 50px;
    width: 500px;
    z-index: 300;
}

#MainMenu .Menu-Skin-Vertical
{
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 300;
}

#MainMenu .Menu-Skin-StaticItem
{
    background: url(bg-menu-example.png) repeat-x;
    margin: 0 1px 1px 0;
}

#MainMenu .Menu-Skin-DynamicHover
{
    background-image:none;
}

/* --------------------------------------------------------------------------------------------------- */

a.AspNet-LoginStatus,
a:visited.AspNet-LoginStatus
{
    color: #006699;
    text-decoration: none;
}

a:hover.AspNet-LoginStatus
{
  background: #FFFACD;
  color: #006699;
  text-decoration: none;
}

#jobsPanel
{
  margin-left: 100px;
  width: 676px;
  margin-bottom: 20px;
  border: 1px solid #DBDB79;
}

.altRow
{
 background: #ccff99;
}

.ledgerCaption
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  width: 100%;
  background-color: #ccff99;
}

.peopleNav
{
}

.peopleNav a:link, a:visited, a:hover
{
  color: #006699;
  text-decoration: none;
}
