/*----------------------------------------
main.css
Controls Layout and common elements visual appearance for
index.htm and template.htm (and content-style pages thereafter)

Changing this will affect ALL pages within the site; 
exercise caution when modifying

If you want to add a style to the content-style pages (such as a link style)
please add it to the file:

/css/template.css
---------------------------------------- */

/* GLOBAL STYLES */

body {
  margin: 20px;
  text-align:center;
  background:#fff;
  color:#545454;}

* {
  font-family:arial, verdana, sans-serif;
  font-size:12px;
  color:#545454;
  background:none;}

a, a:hover {
  text-decoration:none;
  border:none;
  padding:0px;}
  
ul, ol {  
  clear:both;
  padding-bottom:15px;
  margin:15px 0px 15px 0px;}

a img {
  border:0px;}
  
img.right {
  float:right;
  padding:2px 0px 2px 5px;}

img.left {
  float:left;
  padding:2px 5px 2px 0px;}

  

/* LAYOUT */

#contentHolder {
  width:770px;
  margin:0px auto;
  text-align:left;
  background:#fcecb1 url('../img/bodyBG.png') no-repeat top center;}

  
/* MAIN MENU */

#menu {
  margin:0px 0px 50px 0px;
  height:68px;
  background:transparent url('../img/menuBG.jpg') no-repeat center bottom;}
  
  #menu div {
    float:left;}
    
  #menu .icons {
    height:21px;
    margin:47px 0px 0px 10px;}
    
  #menu .icons div {
    float:left;
    margin:0px 4px 0px 0px}
    
  #menu .nav1 {
    margin:0px 0px 0px 7px;}
    
  #menu .nav1, #menu .nav2 {
    margin:49px 0px 0px 0px;}
    
    #menu .nav1 a, #menu .nav2 a {
      float:left;
      padding:2px 20px 2px 20px;
      color:#fff;
      background:transparent;}
      
      #menu .nav1 a:hover, #menu .nav2 a:hover, #menu .nav1 a.current, #menu .nav2 a.current {
        background:#fff;
        color:#192e84;}

      #menu .logo {
        width:155px;
        height:68px;
        background:transparent;
        text-align:center;}
      

/* FOOTER */

#footer {
  clear:both;
  width:770px;
  background:#192d84;
  text-align:center;
  padding:5px 0px 8px 0px;}
  
  #footer p.name {
    color:#fff;
    font-size:10px;
    margin:0px 0px 5px 0px;
    padding:0px;}
  
  #footer p.address {
    color:#f7bf13;
    font-size:10px;
    margin:0px;}


/*********************What's New Text on the home page ******************************************/
#WhatsNewText
{
  
}
 
#WhatsNewText ul
{
  
}
  
#WhatsNewText ul
{
  
}

#WhatsNewText li
{
  font-size:14px;
}