@charset "UTF-8";
a img {border: none; }

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/background_gradient.gif);
	background-repeat: repeat-x;
	font-size: 0.9em;
	color: #FFF;
	line-height: 1.7em;
}
#wrapper {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	clear: both;
}
#wrapper:after {
	clear: both;
}
#header {
	width: 1024px;
	clear: both;
	margin-bottom: 10px;
}
#maincontent img {
	margin-bottom: 10px;
}
#logo {
	height: 123px;
	width: 380px;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#nav {
	margin-top: 85px;
	width: 570px;
	float: left;
	margin-right: 0px;
	margin-left: 50px;
	z-index: 100;
	position: relative;
}
#banner {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-bottom: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3fac49;
	text-transform: uppercase;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3fac49;
	line-height: .7em;
}
#maincontent {
	width: 1024px;
	background-color: #FFFFFF;
	clear: both;
	overflow: auto;
	width: 100%;
	color: #666;
}
#leftcontent {
	width: 480px;
	float: left;
	margin-left: 12px;
	margin-right: 40px;
}
#rightcontent {
	width: 480px;
	float: left;
}
#footer {
	background-color: #FFF;
	color: #666;
	font-size: 13px;
	line-height: 1.3em;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #3fac49;
	overflow: auto;
	width: 100%
}
.imageright {
	margin-left: 15px;
}
#footer H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3fac49;
	text-transform: uppercase;
}
#footer a:link {
	color: #666;
	text-decoration: none;
}
#footer a {
	line-height: 1.4em;
}
#footer a:visited {
	color: #666;
}
#footer a:hover {
	color: #0c5faa;
}
#footer a:active {
	color: #3fac49;
}
#footerleft {
	width: 300px;
	margin-left: 50px;
	float: left;
}
#footermiddle {
	width: 330px;
	margin-left: 20px;
	float: left;
}
#footerright {
	width: 300px;
	margin-left: 0px;
	float: right;
}
#bottomfooter {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #3fac49;
	color: #666;
	font-size: 12px;
	overflow: auto;
	width: 100%;
}
#bottomfooter .text {
	margin-left: 40px;
	color: #666;
}
/*Start of Navigation*/
ul#menu, ul.submenu{
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 1;
	
}
ul.submenu{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: white;
	border-bottom-color: white;
	border-left-color: white;
	
	
	}
ul#menu li{
    float: left;
}
/* hide the submenu */
li ul.submenu {
    display: none;
}
ul#menu li a{
	display: block;
	text-decoration: none;
	color: #ffffff;
	border-right: 1px solid white;
	border-top: 1px solid white;
	float: none;
	background-color: #3fac49;
	background-image: url(images/grey_gradient.png);
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
}
/* show the submenu */
ul#menu li:hover ul.submenu{
	display: block;
	position: absolute;
	float: left;
}
ul#menu li:hover li,  ul#menu li:hover a {
	float: none;
	background-color: #CCCCCC;
}
ul#menu li:hover li a:hover {
	background-color: #666666;
}
/*End of Navigation*/

/*Start of slider*/



#slider {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 4px;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 350px;
  list-style: none;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 1000px;
  height: 350px;
  background: #ccc;
  text-align: center;
  line-height: 300px;
}

a.control_prev, a.control_next {
  position: absolute;
  top: 35%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  border-radius: 0 2px 2px 0;
}

a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}



/*End of slider*/

/*Start of image hightlight hover*/
	.outerLink 
    	{
    		background-color:black; 
    		display:block; 
    		opacity:1;
    		filter:alpha(opacity=100);

    	}

    	img.darkableImage 
    	{
    		opacity:1;
    		filter:alpha(opacity=100);
    	}

/*End of image hightlight hover*/


#mainimage {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}



#maintext {
	float: left;
	width: 635px;
	margin-left: 50px;
}
#maintext table {
	margin-right: auto;
	margin-left: auto;
}
#maintext table tr td a img {
	text-align: center;
}
#maintext table tr td {
}
#leftwrap    {
	float: right;
	margin-left: 10px;
}
#rightwrap {
	float: left;
	margin-right: 10px;
	line-height: 1em;
}
.italic {
	font-style: italic;
	color: #3FAC49;
	margin-top: 3px;
}
#maintext h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #3fac49;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3fac49;
	line-height: 1.9em;
}
#verticalnav {
	float: right;
	width: 300px;
	margin-right: 12px;
	margin-top: 20px;
	margin-bottom: 10px;
}


/*start of vertical nav*/


.vertical_menu_div ul
{
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	list-style: none;
	text-indent: 15px;
}
.vertical_menu_div ul li
{
	line-height: 28px;
	background-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.vertical_menu_div ul li a
{
    text-decoration:none;
    color:#FFF;
    display:block;
}
.vertical_menu_div ul li a:hover
{
	background-color: #666666;
}
.vertical_menu_div ul li#active
{
	background-color: #0c5faa;
	background-position: 0;
}
.vertical_menu_div ul li#nolink
{
	text-transform: uppercase;
	color: #FFF;
	background-color: #3fac49;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFF;
}
/*end of vertical nav*/

#maintext ul li {
	list-style-image: url(images/green_bullet.gif);
}
#maincontent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0C5FAA;
	font-weight: normal;
	}
.timeline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3FAC49;
	display: inline-block;
}
a:link {
	text-decoration: none;
	color: #3FAC49;
}
a:visited {
	color: #3FAC49;
}
a:hover {
	color: #0C5FAA;
	text-decoration: underline;
}
#wrapper #maincontent #maintext div p a {
}
#address {
	float: left;
	width: 200px;
	clear: none;
	margin-left: 40px;
	margin-top: 70px;
}
#maintext table tr td {
	padding-right: 5px;
	padding-top: 5px;
	text-align: left;
	vertical-align: top;
	width: 158px;
}
.largeblueheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #0C5FAA;
}
#contactbox {
	color: #FFF;
	background-color: #0C5FAA;
	width: 600px;
	padding: 5px;
	text-align: center;
	margin-left: 10px;
}
#contactbox a:link {
	text-decoration: underline;
}
#contactbox a:visited {
	text-decoration: underline;
}
#contactbox a:hover {
	color: #CCCCCC;
}
.imagemarginbottom {
	padding-bottom: 20px;
}
#fullresimage {
	width: 2100px;
	margin-right: auto;
	margin-left: auto;
}
.tablecentre {
	text-align: center;
	margin-left: 110px;
}
#rightcontent h2 .text {
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	text-transform: none;
}
