/* ===========================================
    CSS STYLES FOR London American
    09/29/08 by Koby Brown 
    ERGOS Technology Partners, www.ergos.com
   ===========================================
*/   


/* GENERAL */
/* style for module titles */
.Head   {
font-size: 14px;
padding: 12px;
white-space: normal;
}

UL {
   line-height: 25px;
}

/* Main Menu */

.MainMenu_MenuContainer {
    background-color: transparent;
    margin-top: 0px;
    margin-left: 25px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-width: 0px;
    text-align: center;
}

.MainMenu_MenuBar {
    cursor: pointer; 
    background-color: transparent;
    border-bottom: #000000 0px solid; 
    height: 29px; 
}

.MainMenu_MenuItem {
  cursor: pointer; 
  color: #24335E;
  background-color: #B5BBCB;
font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 12px;
  font-weight: normal;
  padding-left: 5px;
  padding-right: 5px;
    border-bottom: #000000 1px solid; 
    border-left: #000000 1px solid; 
    border-top: #000000 0px solid; 
    border-right: #000000 1px solid;
  height: 27px;
}

.MainMenu_MenuItemSel {
font-family: Georgia, 'Times New Roman', Times, serif;
  color: #24335E;
  font-size: 12px;
  font-weight: normal;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #ccccce; 
  border-bottom: #000000 1px solid; 
    border-left: #000000 0px solid; 
    border-top: #000000 0px solid; 
    border-right: #000000 0px solid;
}


.MainMenu_SubMenu { 
    z-index: 1000; 
    cursor: pointer; 
    color: #24335E;
    background-color: #b8babf; 
  padding-left: 0px;
  padding-right: 0px;
    border-bottom: #000000 0px solid; 
    border-left: #000000 0px solid; 
    border-top: #000000 0px solid; 
    border-right: #000000 0px solid;
}

.MainMenu_SubMenuItemSelected {
    cursor: pointer; 
    background-color: #ccccce;
    color: #000000;
    font-size: 12px;
  padding-left: 5px;
  padding-right: 5px;
    border-bottom: #000000 1px solid; 
    border-left: #000000 1px solid; 
    border-top: #000000 0px solid; 
    border-right: #000000 1px solid;
}

.MainMenu_MenuBreak {
   border-bottom: #000000 0px solid; 
   border-left: #000000 0px solid; 
   border-top: #000000 0px solid; 
   border-right: #000000 0px solid; 
   height: 0px;
}

.MainMenu_MenuIcon {
    display: none;
}

.MainMenu_MenuArrow {
   display: none;
}

.MainMenu_RootMenuArrow {
}

.SkinObject {
font-family: Georgia, 'Times New Roman', Times, serif;
  color: white;
}

A.SkinObject:link {
font-family: Georgia, 'Times New Roman', Times, serif;
  color: white;
}

A.SkinObject:active {
font-family: Georgia, 'Times New Roman', Times, serif;
  color: white;
}

A.SkinObject:hover {
font-family: Georgia, 'Times New Roman', Times, serif;
  color: gray;
}

A.SkinObject:visited {
font-family: Georgia, 'Times New Roman', Times, serif;
  color: white;
}

.CommandButton {
font-family: Georgia, 'Times New Roman', Times, serif;
  color: white;
}

A.CommandButton:link {
font-family: Georgia, 'Times New Roman', Times, serif;
  color: #5A8A8E;
}

A.CommandButton:active {
font-family: Georgia, 'Times New Roman', Times, serif;
  color: #5A8A8E;
}

A.CommandButton:hover {
font-family: Georgia, 'Times New Roman', Times, serif;
  color: gray;
}

A.CommandButton:visited {
font-family: Georgia, 'Times New Roman', Times, serif;
  color: #5A8A8E;
}

/*changed stylesheet JH 10-15-2008*/
.Normal, .NormalDisabled, .NormalBold {
line-height: 135%;
font-family: Georgia, 'Times New Roman', Times, serif;
}

.Head{
font-family: Georgia, 'Times New Roman', Times, serif;
}

h1{
font-family: Georgia, 'Times New Roman', Times, serif;
font-size:16px;
line-height: 155%;
color: #E31520;
font-weight: bold;
margin: 0 auto;
padding: 0;
}

h2{
font-family: Georgia, 'Times New Roman', Times, serif;
font-size:14px;
line-height: 145%;
color: #04598E;
font-weight: bold;
margin: 0 auto;
padding: 0;
}

h3{
font-family: Georgia, 'Times New Roman', Times, serif;
font-size:12px;
line-height: 135%;
font-weight: bold;
color: #6D6772;
margin: 0 auto;
padding: 0;
}
/*end of changes JH 10-15*/



