﻿

body
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}
ul
{
	list-style-image: url('../images/arrow_bullet_grey.gif');
}

.WildlifeColumn ul
{
	list-style-image: url('../images/tick_bullet_green1.gif');
}

h1
{
    color: #009797; 
    font-family: Arial, Helvetica, Sans-Serif;
}

a
{
	color: #0A425A;
	text-decoration: none;	
}

a:hover
{
	color: #1e6a8b;
	text-decoration: underline;
}

#HomePageMainText
{
    width: 500px;   
}

#HomePageMainText h2 img
{
    padding-bottom: 10px;
}

#Snippets { background-color: #ffffff; }
#Snippets a { color: #0A425A; }
#Snippets a:hover { color: #1e6a8b; }

#HomePageMainContent, .HomePageFooter
{
    background-color: #297a7a; /*#009797;*/   
}

#MainContainerCol
{
    background-color: #ffffff;
}
.Heading h1
{
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-weight: normal;
}
.Heading h2
{
	font-weight: normal;	
}
#ContentHeadingRow h1 
{
	color: #ffffff;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
}

#NavigationBar
{
    background-color: #8ebac2;
    border-bottom: solid 1px #ffffff;
}

.GreyLine
{
	border-top: solid 1px #d6d5d5;
}

#BICFooter p
{
	font-size: 11px;
}
.AccordionBox h3, .ThinAccordionBox h3
{
	color: #ffffff;	
}
.AccordionBox, .ThinAccordionBox
{
	background-color: #d7d9da;
}
#MainContent h2, #FullMainContent h2
{
	font-family: "Trebuchet MS", Calibri, Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	color: #c98d10;
	margin: 20px 0px 25px 0px;
}

/* Contracted */
.BodyText                   { height: 250px; }
#HomeContentRow             { height: 315px; }
#ExtraHomePageText          { visibility: hidden; height: 0px; display: none; }

/* Expanded */
.BodyText.expanded          { height: 1585px; }
#HomeContentRow.expanded    { height: 1650px; }
#ExtraHomePageText.expanded { visibility: visible; height: auto; display: block; }


#nav ul {
    background-color: #8ebac2; 
    border: none; 
}

#nav a
{
	color: #000000; 
}
#nav a:hover 
{
    background-color: #ffffff; 
    color: #000000; 
}