.bottomLink { 
color: #fefefe ! important;
}


p, table, th, td, label {    
color: #000;
font-family: Arial, sans-serif;
font-size: 14px; 
line-height:135%;
/*text-align:left/*justify*/;*/

}


li {/*LIST ITEM TEXT*/
font-family: Arial, sans-serif;
color: #000;
font-size: 14px;
  margin-top: .25em;
}

/*Drop down Menu*/

.lennington_menu {

    z-index: 1000;                   
    height: 51px;
    background: #671f24;
}

.chromemenu_imageseperator {    
    display: none ! important;/*determines if image seperators are on or FF*/
}

.chromestyle ul {/*Where text sits relative to nav bar, use for aligning left or right*/
    
    width: 100%;
    margin: 0px;
    text-align: center;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.chromestyle ul li {    
    display: inline;
    margin: 0px;
}

.chromestyle ul li a {                   
    padding-top: 18px;/*hover*/
    padding-bottom: 19px;/*hover*/
    padding-right: 10px; /*spacing bet menu items on Navigation bar*/
    padding-left: 10px; /*spacing bet menu items on Navigation bar*/
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    font-weight: normal;/*Inactive font controls!*/
    font-size: 13px;
    font-family: Arial, sans-serif; /*Inactive Nav bar FONT*/
    color: #e0e0e0; /*Inactivate Nav bar text COLOUR*/
    text-decoration: none;
    position: relative;
    top: 6px;/*MENU ITEMS' POSITION!*/
}

/*ACTIVATED OPTIONS FOR NAV BAR*/
.chromestyle ul li a:hover, .chromestyle ul li a.selected {
    background: rgba(15,116,222,.7);    
    color: rgba(255,255,255,1) !important; 
}

/*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, sans-serif;
     line-height: 18px;
     z-index: 1000;
     background-color: #fff; /*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: 4px 5px;
     border-bottom: 1px solid #3a3a3a; /*submenu item separator*/ 
     text-decoration: none;
     color: #222222 ! important;/*Submenu text colour*/
}

.dropmenudiv a { 
     width: 100%;
}

.dropmenudiv a:hover { /*DROP DOWN MENU ACTIVATED OPTIONS*/
     background-color: rgba(15,116,222,.7); /*Hover Color or Img*/
     color: #fff ! important;/*Hover Text Colour*/
}


/*END OF LENNINGTON MENU*/
.ui-dialog {
	left: 50% !important;
	width: 90% !important;
	transform: translateX(-50%);
	max-width: 900px;
}

#chromemenu > ul:nth-child(1) > li:nth-child(1) {
display: none;
}