body  
{

    background:url('/media/12000/pg-tail-top-black.gif') left top repeat-x #333333; 
    margin: 0px;
    padding: 0px;
    font-family: Helvetica,Tahoma,Verdana,Arial;
    font-size: small; 
    min-height: 100%;
}


#wrapper 
{
    position:relative;
    width: 960px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
}

.borderBlack 
{
 border: none 0px black;
}
#mainBody 
{
 position: relative;
 min-height: 300px;
 padding: 10px;
height: 100%;
width: 940px;
margin-left:auto;
margin-right: auto;
}


#header 
{
  height: 253px; 
}

#menuWrapper 
{
width: 960px;
background-image: url('/images/menuBackground.jpg');
width:100%;
height: 28px;
}

#menu 
{
z-index:0;
width: 100%;
}

#menu ul {
   font-family: Helvetica,Tahoma,Verdana,Arial;
  font-size: small;
  margin: 0;
  padding: 0;
  list-style: none;
z-index:230;
}

#menu ul li {
  display: block;
  position: relative;
  float: left;
}

#menu li ul { display: none; }

#menu ul li a {
    display: block;
  text-decoration: none;
  color: black;
 line-height: 28px;
 padding-right: 9px;
 padding-left: 9px; 
  white-space: nowrap;  
  font-size: 10pt; 
  border-bottom: 0px solid #EA1226;
}


#menu ul li a:hover 
{ 
  color:#EA1226;
}


#menu ul li.selected a 
{
  background-color:#EA1226;
  color: white;

}

#connectGrpWrapper 
{
 width:100%;
 background-color: white;
}

#connectGrp 
{
  position:relative;
  
}

#connectGrp ul {
  font-family: Helvetica,Tahoma,Verdana,Arial;
  font-size: small;
  margin: 2px;
  padding: 0;
  list-style: none;

}

#connectGrp ul li {
  display: block;
  position: relative;
  float: right;
  padding-right: 5px;
}

#connectGrp li ul { display: none; }


h1 { font-size:1.2em;  
     line-height:1.2em; 
     color: black;
     border-bottom:2px solid #EA1226; 
     padding-bottom:2px; 
     margin-bottom:26px;
     font-weight: normal;
     font-family: Verdana;
}

h2 { font-size:1.0em;  
     color: black;
     font-weight: bold;
     font-family: Verdana;
}



#subMenuWrapper
{
 min-height:28px;
background-color:#EA1226;
}

#subMenu 
{
z-index:0;
width: 100%;
  
}

#subMenu ul {
  font-family: Helvetica,Tahoma,Verdana,Arial;
  font-size: small;
  margin: 0;
  padding: 0;
  list-style: none;
z-index:230;
}
#subMenu ul li {
  display: block;
  position: relative;
  float: left;
}

#subMenu li ul { display: none; }

#subMenu ul li a {
    display: block;
  text-decoration: none;
  border-right: 1px solid #ffffff; 
  color: white;
  padding-top: 6px;
  padding-bottom: 6px; 
  padding-left: 8px; 
  padding-right: 8px; 
  margin-left: 0px;
  white-space: nowrap;  
  font-size: small;

}

#subMenu ul li ul a 
{
border: 0px none #ffffff;
  
}
#subMenu ul li a.nolink 
{

}

#subMenu ul li a:hover 
{ 

  color:black;
}

#subMenu ul li.selected a 
{
  background-color:#EA1226;
  color:black;
}




A 
{
 color: #EA1226;
}

#menuSide UL 
{ 
  font-family: Helvetica,Tahoma,Verdana,Arial;
  font-size: small;
  margin: 0;
  padding: 0;
  list-style: none;

}

#menuSide UL li {
  text-decoration: none;
  border-bottom: 0px solid #ffffff; 
  font-size: small;
  color: black;
   width: 225px; 
    background-color:#F0F4EF;
  border-bottom: solid 1px white;  
}

#menuSide UL li a 
{
 color: black;
 line-height: 20px; 
 text-decoration: none; 
 margin-top: 5px;
margin-bottom: 5px;
margin-left: 5px; 
margin-right: 5px;
font-weight: bold; 

}

#menuSide UL li a:hover
{ 
 color: #EA1226;
}

#menuSide UL li.selected a
{ 
color: #EA1226;
}

#footer 
{
clear:both;
}


#menuFooterWrapper
{

background: #333333;
width:100%;
 height: 32px;
}
#menuFooter 
{
z-index:0;
width: 100%;
}

#menuFooter ul {
  font-family: Helvetica,Tahoma,Verdana,Arial;
  font-size: small;
  margin: 0;
  padding: 0;
  list-style: none;
z-index:230;
}
#menuFooter ul li {
  display: block;
  position: relative;
  float: right;
}
#menuFooter ul li.right {
 float: right;
}


#menuFooter li ul { display: none; }
#menuFooter ul li a {
    display: block;
  text-decoration: none;
  color: black;
  padding-right: 5px;
 padding-left: 6px; 
 padding-top: 12px;
  padding-bottom: 4px;
  
  white-space: nowrap;  

}
#menuFooter ul li a:hover 
{
color: #EA1226;
} 

#footermenu

{
font: 11px/16px Helvetica,Arial,sans-serif; 
margin-top: 18px; 
width: 100%;
}

#footermenu strong a { text-decoration: none; }


#footermenu  { 
  color: #FFFFFF; 
  padding-bottom: 20px;
}

#footermenu a strong {
  color: #FFFFFF;
  font-weight: normal;
}


#footermenu a { 
  color: #999999; 
  text-decoration: none;
}

td.vr {
  border-left: 1px solid #1A1A1A;
    padding: 0 16px;
}

td.start {
  border: none;
  padding: 0 16px 0 0;
}

td.end {
  padding: 0 0 0 16px;
}

.borderMe 
{
 border: black 1px solid; 
 margin-right: 15px; 
margin-left: 5px;
margin-bottom: 5px;
margin-top: 5px;

}

.NoborderMe 
{
 border: white 1px solid; 
  margin-right: 15px; 
margin-left: 5px;
margin-bottom: 5px;
margin-top: 5px;

}

.HomeNoborder 
{
 border: white 1px solid; 
  margin-right: 15px; 
margin-left: 5px;
margin-bottom: 15px;
margin-top: 5px;

}




UL.bigButton 
{
  list-style: none;
  padding: 0px;
  margin-top: 10px;
  margin-left: 0px;
  margin-right: 0px;
} 

UL.bigButton LI
{
padding: 25px; 
 margin-bottom: 10px;
 background-color: black;
 color: white; 
 width: 200px;
 font-size: medium;
}

UL.bigButton LI a
{ 
 color: white;
 text-decoration: none;
}

UL.bigButton LI a:hover
{  
color: #EA1226;
}

.borderMeRed 
{
 border: 1px solid #EA1226;
 margin: 5px;
}


.testimonials 
{
 color: #EA1226; 
font-style:italic;
}

#menuSideReview UL 
{ 
  font-family: Helvetica,Tahoma,Verdana,Arial;
  font-size: small;
  margin: 0;
  padding: 0;
  list-style: none;

}

#menuSideReview UL li {
  text-decoration: none;
  border-bottom: 0px solid #ffffff; 
  font-size: small;
  color: black;
   width: 160px; 
    background-color:#F0F4EF;
  border-bottom: solid 1px white;  
}

#menuSideReview UL li a 
{
 color: black;
 line-height: 20px; 
 text-decoration: none; 
 margin-top: 5px;
margin-bottom: 5px;
margin-left: 5px; 
margin-right: 5px;
font-weight: bold; 

}

#menuSideReview UL li a:hover
{ 
 color: #EA1226;
}

#menuSideReview UL li.selected a
{ 
color: #EA1226;
}








































































































































































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

