﻿body
{
    margin: 0px;
    padding: 0px;
    background: #fff url('../../images/pattern1.png') 0 0 repeat-x;
    font-family: Helvetica,Arial,sans serif;
    font-size: 15px;
}

a
{
    color: #3366CC;
}



.menu
{
    font-family:Trebuchet, Sans-Serif;
    
    width: 100%; 
    height: 35px;
    color:White;
    font-size:16px;
    font-weight:bold;
    text-decoration:none;
    background-image:url('../../images/menu_gradient.jpg');
    background-repeat:repeat-x;
    
    
}
.menu ul
{
    padding:7px 0 0 0; margin:0; width: 100%; list-style-type:none;
    vertical-align:text-top;
   
} 
 
.menu ul li
{
    display: inline; padding-right: 25px; padding-left: 25px;
}

.menu a
{
    color:White;
    font-size:16px;
    font-weight:bold;
    text-decoration:none;
}

.menu a:hover
{
    
    text-decoration:underline;
    color:Gray;
    
    
}


.glossary a
{
    color:Blue;
    
    font-weight:bold;
    text-decoration:underline;
}

.glossary a:hover
{
    
    text-decoration:none;
    color:Orange;
    
}


.middle_bar
{
    width: 225px;
    float: left;
    text-align: center;
    color: White;
    font-size:16px;
    font-weight: bold;
    height:25px;
    vertical-align: bottom;
    padding-top:9px;
}

.content, .shadow {
  position: relative;
  bottom: 4px;
  right: 4px;
}


shadow
{
    background-color: #FF3300;
}

.content {
  background-color: #ccc;
  color: #000;
  border: 1px solid #000;
  padding: 0.5em;
 
}

.gradient_box
{background-image:url('../../images/gradient.jpg'); background-repeat:repeat-x;}

.home_list
{
    width: 540PX;
    
    padding-top:25px;
    float:left;
}

.home_list ul {
  float: left;
  width: 540px; /* width is changed */
  margin: 0;
  padding: 0;
  list-style: none;
  font-size:15px;
  line-height: 30px;
}

.home_list li {
  float: left;
  width: 155px;
  margin: 0;
  background-image: url('../../images/bullet_blue.gif');
  background-position: 0px;
  background-repeat: no-repeat;
  padding: 0 0 0 1.5em; /* left padding moves the text away from the bullet */
} 

.footer
{
    text-align:center;
    font-size:10px;
}

.footer a
{
    color: #000;
    text-decoration:none;
}

.footer a:hover
{
    color: #66CCFF;
    text-decoration: underline;
}

.footer ul
{
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    vertical-align: text-top;
} 
 
.footer ul li
{
    display: inline; padding-right: 10px; padding-left: 10px;
}

/*Hover Menu*/
.popupMenu
{
    position: absolute;
    visibility: hidden;
    background-color: #4D72FF;
    text-align: left;
}

.nav
{ 
font-weight:bold;
font-size:13px;
color:#ffffff;
text-decoration:none;

}

.nav:hover{text-decoration:underline; color:#6699ff; }

div.hr
{
    width: 100%;
    height: 2px;
    background: #0000CC;
}

div.hr_thin
{
    width: 100%;
    height: 1px;
    background: #0000CC;
}  



.section_header{width: 100%; height:40px; background-image: url('../../images/section_header.jpg'); background-repeat:no-repeat; text-align: center;
    color: White;
    font-size:16px;
    font-weight: bold;
    vertical-align:bottom;
    padding-top:10px;
    
    
    }
    
.header
{
    font-size: 16px;
    font-weight: bold;
}

