﻿body { padding:0px; margin:0px; background-image:url(../images/page_repeat_bkg.jpg); }

.AdminNavBar { position:relative; left:0; height:20px; overflow:hidden; padding:10px; margin:0; font-weight:bold; font-size:14px; color:#ffffff; text-align:right; background:#000; filter:alpha(opacity=50); opacity:0.5; z-index:4000; }
* html .AdminNavBar { position:relative; }

a:link { color:#BF6215; text-decoration:underline; }
a:visited { color:#BF6215; text-decoration:underline; }
a:hover { color:#BF6215; text-decoration:none; }

a.footer:link { color:#FFFFFF; text-decoration:underline; }
a.footer:visited { color:#FFFFFF; text-decoration:underline; }
a.footer:hover { color:#FFFFFF; text-decoration:none; }

a.white:link { color:#FFFFFF; text-decoration:underline; }
a.white:visited { color:#FFFFFF; text-decoration:underline; }
a.white:hover { color:#FFFFFF; text-decoration:none; }

.newslink:link { float:right; font-size:12px; font-weight:bold; color:#FFF; text-decoration:none; }
.newslink:visited { float:right; font-size:12px; font-weight:bold; color:#FFF; text-decoration:none; }
.newslink:hover { text-decoration:underline; }

a.np:link { color:#999999; font-size:9px; }
a.np:visited { color:#999999; font-size:9px; }
a.np:hover { color:#999999; font-size:9px; }
.np { color:#999999; font-size:9px; display:none; }


#center { margin:auto; width:845px; }
#Container { float:left; width:845px; padding-top:20px; }

#pagetop { float:left; width:853px; height:18px; background:url(../images/header.jpg); }

#header { float:left; width:793px; padding:14px 20px 10px 40px; background:url(../images/main_bkg.jpg) repeat-y; }

#main { float:left; width:797px; padding:0 20px 10px 36px; background:url(../images/main_bkg.jpg) repeat-y; }
#left { float:left; width:277px; }
  #leftphotos { width:261px; height:390px; overflow:hidden; }
  .leftphotosshadow{ float:left; clear:left; background:url(../images/shadow_large.gif) no-repeat bottom right !important; padding:0px;
	  background:url(../images/shadow_large.gif) no-repeat bottom right; margin:2px 0 10px 10px;
  }
  .leftphoto{ position:relative; bottom:6px; right:6px; background:#FFFFFF; border:2px solid #666666; margin:4px 0 0 0; }
  .leftphoto img { padding: 2px; width:257px; height:386px; }





#right { float:left; width:504px; background:#FFFFFF; padding-left:5px; }
  #topnav { float:left; margin-bottom:10px; width:100%; } 


.PrimaryNav { float:left; border:solid #666666; border-width:2px 0; margin-bottom:5px; width:100%; font-size:13px; }


/* 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... */
.PrimaryNav ul
{
    background:#eeeeee;
}

/* 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. */
.PrimaryNav ul.AspNet-Menu ul
{ 
    
}

.PrimaryNav ul.AspNet-Menu ul ul
{ 
}

/* 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. */
.PrimaryNav ul.AspNet-Menu li
{
 
}

/* 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). */
.PrimaryNav ul.AspNet-Menu li a,
.PrimaryNav ul.AspNet-Menu li span
{
    float:left; color:#3C5991; text-decoration:none;
}


.PrimaryNav ul.AspNet-Menu li.AspNet-Menu-Selected
{ background-color:#E9893A; }
.PrimaryNav ul.AspNet-Menu li.AspNet-Menu-Selected .AspNet-Menu-Link
{ color:#ffffff; }
.PrimaryNav ul.AspNet-Menu li.AspNet-Menu-Selected:hover
{ background-color:#E9893A; }

.PrimaryNav ul.AspNet-Menu li.AspNet-Menu-ChildSelected
{ background-color:#E9893A; }
.PrimaryNav ul.AspNet-Menu li.AspNet-Menu-ChildSelected .AspNet-Menu-Link
{ color:#ffffff; }
.PrimaryNav ul.AspNet-Menu li.AspNet-Menu-ChildSelected:hover
{ background-color:#E9893A; }


.PrimaryNav ul.AspNet-Menu li.AspNet-Menu-ChildSelected ul li.AspNet-Menu-Selected
{ background-color:#97A7C5; }
.PrimaryNav ul.AspNet-Menu li.AspNet-Menu-ChildSelected .AspNet-Menu-Selected
{ color:#ffffff; }


/* 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). */
.PrimaryNav ul.AspNet-Menu li:hover, 
.PrimaryNav ul.AspNet-Menu li.AspNet-Menu-Hover
{
    background:#97A7C5;
}

.PrimaryNav ul.AspNet-Menu li:hover a, 
.PrimaryNav ul.AspNet-Menu li:hover span, 
.PrimaryNav ul.AspNet-Menu li.AspNet-Menu-Hover a,
.PrimaryNav ul.AspNet-Menu li.AspNet-Menu-Hover span,
.PrimaryNav ul.AspNet-Menu li:hover li:hover a, 
.PrimaryNav ul.AspNet-Menu li:hover li:hover span, 
.PrimaryNav ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.PrimaryNav ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.PrimaryNav ul.AspNet-Menu li:hover li:hover ul a:hover, 
.PrimaryNav ul.AspNet-Menu li:hover li:hover ul span.Asp-Menu-Hover, 
.PrimaryNav ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a:hover,
.PrimaryNav ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span.Asp-Menu-Hover
{
    color:#ffffff;
}

.PrimaryNav ul.AspNet-Menu li:hover ul a, 
.PrimaryNav ul.AspNet-Menu li:hover ul span, 
.PrimaryNav ul.AspNet-Menu li.AspNet-Menu-Hover ul a,
.PrimaryNav ul.AspNet-Menu li.AspNet-Menu-Hover ul span,
.PrimaryNav ul.AspNet-Menu li:hover li:hover ul a, 
.PrimaryNav ul.AspNet-Menu li:hover li:hover ul span, 
.PrimaryNav ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a,
.PrimaryNav ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span
{
    color:#ffffff;
}

/* 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. */
.PrimaryNav ul.AspNet-Menu li a:hover,
.PrimaryNav ul.AspNet-Menu li span.Asp-Menu-Hover
{
    color:#ffffff;
}

.PrimaryNav ul.AspNet-Menu li.AspNet-Menu-Leaf a:hover
{
    background-image: none;
}





/* -------------------------------------------------------------------------- */
/* 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. */

.PrimaryNav .AspNet-Menu-Horizontal
{
 float:left; border:solid #ffffff; border-width:1px 0; width:100%; background-color:#eeeeee; 
}

/* This rule controls the width of the top tier of the horizontal menu. */
/* BE SURE TO MAKE THIS WIDE ENOUGH to accommodate 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. */
.PrimaryNav .AspNet-Menu-Horizontal ul.AspNet-Menu
{
    width:100%; float:left;
}

/* 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. */
.PrimaryNav .AspNet-Menu-Horizontal ul.AspNet-Menu ul
{
  float:left; background:#6383BE; width:auto;
    /*width: 10.5em;*/
    left: 0;
    top: 100%; z-index:4;
}

.PrimaryNav .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul
{
    top: -0.3em;
}

/* 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. */
.PrimaryNav .AspNet-Menu-Horizontal ul.AspNet-Menu li
{
   margin:0; padding:7px 10px;
}

/* 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. */
.PrimaryNav .AspNet-Menu-Horizontal ul.AspNet-Menu ul li
{
    /*text-align:left;*/
    width:13em; margin:0; padding:4px 10px; font-size:12px; clear:both; border-bottom:solid 1px #97A7C5; 
}


.PrimaryNav .AspNet-Menu-Horizontal ul.AspNet-Menu ul li .AspNet-Menu-Link
{ margin:0px; width:100%; }


.PrimaryNav .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul li
{
    width: 11.5em;
}

/* 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. */
.PrimaryNav .AspNet-Menu-Horizontal ul.AspNet-Menu li ul li ul
{
    margin: -1.4em 0 0 10.35em;
}








/* Secondary Tier 1 */
.SecondaryNav { float:left; margin:6px 0; width:100%; font-size:13px; color:#999999; text-align:center; }
/*.SecondaryNav .AspNet-Menu-Horizontal { float:left; width:100%; }
.SecondaryNav ul.AspNet-Menu {  }*/
.SecondaryNav .AspNet-Menu-Link, .SecondaryNav .AspNet-Menu-Link:link, .SecondaryNav .AspNet-Menu-Link:visited { color:#3C5991; text-decoration:none; }
.SecondaryNav .AspNet-Menu-Link:hover { text-decoration:underline; }
.SecondaryNav .AspNet-Menu-Selected, .SecondaryNav .AspNet-Menu-Selected:link, .SecondaryNav .AspNet-Menu-Selected:visited { color:#3C5991; text-decoration:underline; }
.SecondaryNav .AspNet-Menu-Selected:hover {}


/* Secondary Tier 1 */
.AdminSecondaryNav { float:left; margin-bottom:5px; width:100%; font-size:12px; }
.AdminSecondaryNav .AspNet-Menu-Horizontal { float:left; width:100%; }
.AdminSecondaryNav ul.AspNet-Menu {  }
.AdminSecondaryNav .AspNet-Menu-Link, .AdminSecondaryNav .AspNet-Menu-Link:link, .AdminSecondaryNav .AspNet-Menu-Link:visited { float:left; color:#3C5991; padding:4px 8px; text-decoration:none; }
.AdminSecondaryNav .AspNet-Menu-Link:hover { text-decoration:underline; }
.AdminSecondaryNav .AspNet-Menu-Selected, .AdminSecondaryNav .AspNet-Menu-Selected:link, .AdminSecondaryNav .AspNet-Menu-Selected:visited { text-decoration:underline; }
.AdminSecondaryNav .AspNet-Menu-Selected:hover {}


#admin_main { float:left; width:779px; background:#FFFFFF; padding-left:5px; }
#admin_main #content { float:left; width:759px; padding:0px 10px; background:none; }

#watermark { float:left; width:506px; background:url(../images/watermark.png) no-repeat; }
#content { float:left; width:486px; padding:0px 10px; min-height:430px; background:url(../images/content_bkg.jpg) repeat-y; }
#content .PageName { padding:5px 0 10px 0; }

.Rotator { padding:5px; border:1px solid black; background:#CCCCCC; }

#bottom { float:left; width:797px; padding:10px 20px 10px 36px; background:url(../images/main_bkg.jpg) repeat-y; }
#boxes { float:left; width:783px; background:#dddddd; }
#calloutbox { float:left; width:362px; height:202px; padding:5px; background:#FFFFFF; border:solid 2px #666666; }

#footer { float:left; width:833px; height:29px; padding:15px 20px 0 0; margin-bottom:10px; color:#FFFFFF; font-size:11px; font-weight:bold; background:url(../images/footer_bkg.jpg); }


.ProgessBar { position:fixed; bottom:0; left:0; height:20px; overflow:hidden; padding:10px; margin:0; font-weight:bold; font-size:14px; color:#ffffff; text-align:right; background:#000; filter:alpha(opacity=50); opacity:0.5; z-index:4000; }
* html .ProgessBar { position:absolute; }

