/* ===========================================
    CSS STYLES FOR McDade Smith Gould Johnston Mason
    09/18/08 by Koby Brown 
    ERGOS Technology Partners, www.ergos.com
   ===========================================
*/   

normal {
font-family: Arial, sans-serif;
}

/* GENERAL */
/* style for module titles */
.Head   {
font-size: 15px;
padding: 12px;
white-space: normal;
}

/* 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: 0px solid #000000; 
    height: 29px; 
}

.MainMenu_MenuItem {
  cursor: pointer; 
  color: #000000;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
    border-bottom: #000000 0px solid; 
    border-left: #ffffff 5px solid; 
    border-top: #000000 1px solid; 
    border-right: #ffffff 5px solid;
  height: 27px;
}

.MainMenu_MenuItemSel {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #e1e2e1;
    border-bottom: #000000 0px solid; 
    border-left: #000000 0px solid; 
    border-top: #000000 1px solid; 
    border-right: #000000 0px solid;
}


.MainMenu_SubMenu { 
    z-index: 1000; 
    cursor: pointer; 
    background-color: #ffffff; 
    border-bottom: #000000 1px solid; 
    border-left: #000000 1px solid; 
    border-top: #000000 0px solid; 
    border-right: #000000 1px solid;
}

.MainMenu_SubMenuItemSelected {
    cursor: pointer; 
    background-color: #ffffff;
    color: red;
    font-size: 12px;
    border-bottom: #000000 0px solid; 
    border-left: yellow 5px solid; 
    border-top: #000000 1px solid; 
    border-right: #ffffff 5px 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 {
}


/*CHANGED: September 10, 2008*/
/* button style for drop-down buttons */
hr.containermaster_blue{
position: absolute;
display: none;
}
.containerrow2_blue{
border:none;
background:transparent;
}
.containermaster_blue{
border:none;
background:transparent;
padding: 0;
margin: 0;
}
.LinksDesignTable{
margin-left: 32px;
}
/*END changes September 10, 2008*/

/*changes September 23, 2008*/
.Normal, .NormalDisabled, .NormalBold {
line-height: 135%;
  font-family: Arial, sans-serif;
}
h1{
  font-family: Arial, sans-serif;
font-size:16px;
line-height: 155%;
color: #E31520;
font-weight: bold;
margin: 0 auto;
padding: 0;
}
h2{
  font-family: Arial, sans-serif;
font-size:14px;
line-height: 145%;
color: #04598E;
font-weight: bold;
margin: 0 auto;
padding: 0;
}
h3{
  font-family: Arial, sans-serif;
font-size:12px;
line-height: 135%;
font-weight: bold;
color: #6D6772;
margin: 0 auto;
padding: 0;
}
.ContactPage{
background: #E31520;
color: #FFFFFF;
padding-left:32px;
  font-family: Arial, sans-serif;
}
#SaveForm p{
positiion: relative;
margin:auto;
text-align:center;
  font-family: Arial, sans-serif;
}
.Head{
  font-family: Arial, sans-serif;
}
.SkinObject{
  font-family: Arial, sans-serif;
}
.contactus_title{
font-size: 13px;
color: #E31520;
font-weight: normal;
}
.contactus_title span{
color:#000000;
}
/*END changes September 23, 2008*/





