﻿/* StyleSheet Generated by ICON Tel: 01858 468345 - www.iconuk.net */

a:link       		{text-decoration: none; color:#105250}
a:visited     		{text-decoration: none; color:#105250}
a:active      		{text-decoration: underline; color:#18684C}
a:hover       		{text-decoration: underline; color:#18684C}

.bodytext			{ font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 13px; color: #6F6F6F; margin-left:15; margin-right:15; margin-top:0; margin-bottom:10}
.caption			{ font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 18px; color: #105250; padding-left: 15px; padding-right: 25px; padding-top: 25px}
.newshead			{ font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; margin-left:3; margin-right:3; margin-top:3; margin-bottom:3}
.news     	 		{ font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #105250; height: 16px; margin: 3}
.h1, .h2, .h3, .h4	{ font-family: Trebuchet MS, Arial, Helvetica, sans-serif }
.h1					{ font-size: 14pt; font-weight: bold; color: #4A7AC9; margin-left:15; margin-right:15; margin-bottom:6}
.h2                	{ font-size: 12pt; font-weight: bold; color: #00B5CC; margin-left:15; margin-right:15; margin-bottom:0}
.h3                	{ font-size:  9pt; font-weight: bold; color: #00B5CC; margin-left:3;  margin-right:3; margin-top:3; margin-bottom:3}
.h4                	{ font-size:  9pt; 					  color: #00B5CC; margin-left:3;  margin-right:3}


.nav_menu {
  padding: 0px;
  /*width : 100%;*/
  background: transparent;
}
.nav_menu ul {
    list-style:none;
    font: bold 16px Trebuchet MS, Arial, Helvetica, sans-serif;
    text-align: left;
    margin: 0px;
    padding: 0px;
}
.nav_menu li {
    display:inline;
    padding:0;
    margin-right: 1px;
    margin-left: 1px;
    background: url(/images/topgrad.jpg);
    width: 148px;
    border: 0px;
}
.nav_menu a {
    color: #fff;
    padding-left: 15px;
    margin-right: 45px;
}
.nav_menu a:visited {
    color: #fff;
}
.nav_menu a:hover{
    color: #fff;
}

.dropDownMenu{
    position:absolute;
    top: 0;
    font: normal 14px Trebuchet MS, Arial, Helvetica, sans-serif;
    line-height:18px;
    z-index:100;
    background-color: white;
    visibility: hidden;
    border: 1px solid #666;
    color: #666;
    width: 180px;
}
.dropDownMenu ul {
   list-style:none; 
   padding: 0px;
   margin: 0px;
}
.dropDownMenu a{
    width: auto;
    display: block;
    border-bottom: 1px solid #666;
    padding: 2px 15px;
    text-decoration: none;
    color: #666;
}
* html .dropDownMenu a{ /*IE only hack*/
    width: 100%;
}
.dropDownMenu a:hover{ /*THEME CHANGE HERE*/
    text-decoration: none;
    color: #333;
    background-color: #eee;
}