a:link {color: #00377b;}/*Default Link Colour*/
a:visited {color: #00377b;}/*Visited Link Colour, ALWAYS make same as Default*/
a:hover {color: #282322;}/*link's color when you Mouse Over it*/
a:active {color: #282322;}/*Color when link is clicked*/

.bottomLink { 
color: #fff ! important;}


.PageTitle {/*Page Headline (i.e. WELCOME)*/
    font-size: 21px;
font-weight: normal ! important;
    color: #00377b; 
    font-family: Georgia;
}

/*Tiling a content area grahpic*/
.ContentArea_Background2 {
   position: absolute;
   z-index: 550;
   top: 0px;
   left: 250px;
   width: 700px;
   height: 0px;
   margin: 0px;
   padding: 0px;
}

.ContentArea_Content{
   width: 700px;
}

.MenuLeft_Content {
   width: 250px;
}/*Put the image you want to tile in the Content slot in Mastet Admin, and the one that does not tile
in the Content 2 Slot*/

.sidegraphic_blog_link a {
    font-size: 13px;
    color: #282322;
    font-family: Arial;
    font-weight: normal;
    text-decoration: none;
line-height:100%

}

.sidegraphic_blog_link a:hover {
    text-decoration: underline;

}

.sidegraphic_blog_link {
    font-size: 18px;
    color: #00377b;
    font-family: Georgia;
  line-height:60%
    padding-left:7px;
}

/*START OF LENNINGTON MENU CODE*/

.lennington_menu {
    z-index: 1000;
                      
    height: 46px;
   background: url('/global_pictures/ddm.jpg') repeat-x;
}


.chromestyle ul {/*Where text sits relative to nav bar, use for aligning left or right*/
    width: 100%;
    margin: 00px;
    text-align: center;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.chromestyle ul li {
    display: inline;
    margin: 0px;
}

.chromestyle ul li a {                  
    padding-top: 13px;/*HOVER SIZE*/
    padding-bottom: 16px;/*Hover Size, also how far Sub Nav Apears from Menu*/
    padding-right: 13px; /*spacing bet menu items on Navigation bar*/
    padding-left: 13px; /*spacing bet menu items on Navigation bar*/
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    font-weight: normal ! important;/*Inactive font controls!*/
    font-size: 15px;
    font-family: Georgia;/*Inactive Nav bar FONT*/
    color: #190a00 ! important; /*Inactivate Nav bar text COLOUR*/
text-shadow: 1px 1px 1px #fff;
    text-decoration: none;
    position: relative;
    top: 1px;/*MENU ITEMS' POSITION!*/
}

/*ACTIVATED OPTIONS FOR NAV BAR*/
.chromestyle ul li a:hover, .chromestyle ul li a.selected  {
 background: url('/global_pictures/roll.png') repeat-x;
    color: #FFF; /*Activated navigation bar text COLOUR*/
}


/*dropped (sub)menu NH options*/
.dropmenudiv { 
     position: absolute;
     top: 0;
     border: 1px solid #2b2b2b; /*border around drop down menu*/
     border-bottom-width: 1px solid #2b2b2b; /*border below drop down menu*/
     font-weight: normal;
     font-size: 13px; 
     font-family: arial;
     line-height: 18px;
     z-index: 1000;
     background-color: #282322; /*NH SubMenu BKG, Drop down menu's background COLOUR*/
     width: 218px;
     visibility: hidden;
}
/*dropped (sub)menu NH options part 2*/
.dropmenudiv a { 
     width: auto;
     display: block;
     text-indent: 0px;
     padding-left: 5px;
     border-bottom: 1px solid #3a3a3a; /*submenu item separator*/ 
     text-decoration: none;
     color: #fff ! important;/*Submenu text colour*/
}

* html .dropmenudiv a { 
     width: 100%;
}

.dropmenudiv a:hover { /*DROP DOWN MENU ACTIVATED OPTIONS*/
     background-color: #00377b;/*Hover Color or Img*/
     color: #fff ! important;/*Hover Text Colour*/
}

 
p, span {    
color: #000;
font-family: trebuchet ms, Arial;
font-size: 15px; 
line-height:135%

}


li {/*LIST ITEM TEXT*/
font-family: trebuchet ms, Arial;
color: #000;
font-size: 15px;
  margin-top: .25em;
}



.ContactUsToday {
/*padding-top:20px; lowers contact form position*/
    font-size: 15px ! important;
   
    color: #00377b;
    font-family: trebuchet ms, Arial ! important;
}

.SubscribeToNewsletter {
    font-size: 15px ! important;
  
    color: #00377b;
    font-family: trebuchet ms, Arial ! important;
}
