/* CSS Document 
jhigginsdesign.com 

COLOR SWATCHES
#6f6f6f gray body text

#f6eaa8 yellow
#d8ad4a  yellow highlight & small nav type
#d0a626  yellow links in body text

#575ace blue type
#4548d0 blue news link
#4a3d98 nav blue
#2f3255 background blue

#bd9829 gold type old site
#71C663 green type old site
#C27EC7 purple type old site

#c8f0d5  light background green
#d4d6fb  light background blue
#ddddde  ligght background gray*/


/*---- HS--defines MAIN NAV container ----*/
div#nav {position:absolute; width:auto; height:15px; top:-2px; right:0px; behavior:url(csshover.htc);}

/*---- HS--defines nav unordered list ----*/
div#nav ul {margin:-3px; padding:2px 0px 0 0px;}


/*---- HS--controls the type of menu----*/
div#nav li {font-family:Arial, Helvetica, Verdana, sans-serif; color:#fff; font-size:.56em; letter-spacing:.04em; font-weight:bold; position:relative; list-style:none; float:left; width:auto; background-color:#4a3d98; height:21px;}


/*---- HS--padding changes space between menu items for level 1 -- (use .level2 for drop-downs) ----*/
div#nav ul.level1 li {padding:0;}


/*---- HS--selected current page ----*/
div#nav li  a.current {color:#4a3d98; background-color:#ddddde; padding:0 9px 0 9px;height:21px; }

 
/*---- HS--roll-overs ----*/
div#nav li  a:hover.current {color:#fff; background-color:#4a3d98; padding:0 9px 0 9px;height:21px;}
div#nav a:hover {color:#4a3d98; background-color:#ddddde; padding:0 9px 0 9px;height:21px;}


/*---- HS--links ----*/  
div#nav li a {display:block; text-decoration:none; color:#fff; width:10.5em;padding:0 9px 0 9px;}
div#nav ul a {width:auto;}



/*------------------------------------------------------------------------*/


/*---- HS--defines SMALL NAV container ----*/
div#nav-small {position:absolute; behavior:url(csshover.htc); width:460px; height:15px; top:64px; left:352px; z-index:600;}
.higher {margin:-12px 0 0 0;}

/*---- HS--defines nav unordered list ----*/
div#nav-small ul {margin:-3px; padding:0;}


/*---- HS--controls the type of menu----*/
div#nav-small li {font-family:Arial, Helvetica, Verdana, sans-serif; color:#4a3d98; font-size:.5em; letter-spacing:.05em; font-weight:bold; position:relative; list-style:none; float:left; width:auto;}


/*---- HS--padding changes space between menu items for level 1 -- (use .level2 for drop-downs) ----*/
div#nav-small ul.level1 li {padding-top:0; padding-left:3px; padding-right:5px;}



/*---- selected current page ----*/
div#nav-small li  a.current {color:#d8ad4a;}

 
/*---- roll-overs ----*/
div#nav-small li  a:hover.current {color:#d8ad4a;}
div#nav-small a:hover {color:#d8ad4a;}


/*---- links ----*/  
div#nav-small li a {display:block; text-decoration:none; color:#575ace; width:10.5em;}
div#nav-small ul a {width:auto;}



/*---- selected current site ----*/
div#nav-small li  a.currentsite {color:#d8ad4a;}

 
/*---- roll-overs site ----*/
div#nav-small li  a:hover.currentsite {color:#d8ad4a;}
div#nav-small a:hover.site {color:#d8ad4a;}


/*---- links site ----*/  
div#nav-small li a.site {display:block; text-decoration:none; color:#575ace; width:10.5em;}
div#nav-small ul a.site {width:auto;}



/*------side nav CSS: see  sws-main-hs.css -----------------------------------------*/

