a:link {color: #22205f;}/*Default Link Colour*/
a:visited {color: #22205f;}/*Visited Link Colour, ALWAYS make same as Default*/
a:hover {color: #2e2d34;}/*link's color when you Mouse Over it*/
a:active {color: #2e2d34;}/*Color when link is clicked*/

.bottomLink { 
color: #fff ! important;}/*Footer "Site Created By... Links, needed if you want the footer different*/
			   /*from the normal links*/


.sidegraphic_blog_link {
    font-size: 14px;
    color: #22205f;
    font-family: Trebuchet MS, arial;
    font-weight:bold;
    padding-left:3px;
}


a:active {
  outline: none;
}


body {
   z-index: 500; 
   position: relative;
}

/*START OF LENNINGTON MENU CODE*/

.lennington_menu {
    z-index: 1000;
    height: 34px;
 background: url('https://www.amicuscreative.com/global_pictures/770/ddm.jpg') repeat-x;
}

.chromemenu_imageseperator {
    display: none ! important;/*determines if image seperators are on or OFF*/
}
.chromestyle ul {/*Where text sits relative to nav bar, use for aligning left or right*/
    width: 100%;
    margin: 00px;
    text-align: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
}
.chromestyle ul li {
    display: inline;
    margin: 0px;
}

.chromestyle ul li a {                  
    padding-top: 6px;/*HOVER SIZE*/
    padding-bottom: 7px;/*Hover Size, also how far Sub Nav Apears from Menu*/
    padding-right: 24px; /*spacing bet menu items on Navigation bar*/
    padding-left: 24px; /*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: 14px;
    font-family: Lucida Sans Unicode;/*Inactive Nav bar FONT*/
    color: #2e2d34 ! important; /*Inactivate Nav bar text COLOUR*/
    text-decoration: none;
    position: relative;
    top: 8px;/*MENU ITEMS' POSITION!*/
}

/*ACTIVATED OPTIONS FOR NAV BAR*/
.chromestyle ul li a:hover, .chromestyle ul li a.selected  {
  background: url('https://www.amicuscreative.com/global_pictures/770/rollover.png') repeat-x;
    color: #2e2d34; /*Activated navigation bar text COLOUR*/
}

.PageTitle {/*Page Headline (i.e. WELCOME)*/
    font-size: 24px;
    color: #2e2d34;
    text-shadow: 1px 1px 1px #fff;
    font-weight: normal ! important;
    font-family: Georgia;
}

h2{
    font-size: 20px;
    color: #5d5d5d;
    text-shadow: 1px 1px 1px #fff;
    font-weight: normal ! important;
    font-family: Georgia;
}
 
p, span {    
color: #000;
font-family: trebuchet ms, Arial;
font-size: 13px; 
line-height:135%
text-align:justify;
}


li {/*LIST ITEM TEXT*/
font-family: trebuchet ms, Arial;
color: #000;
font-size: 13px;
  margin-top: .25em;
}