@charset "UTF-8";
/* CSS Document */


/* Site Colours
Turqoise: #336666
Pale Green: #A3D284
Pale turqoise: #7EC6BA
 */

*{
	margin: 0; /* it's good practice to zero the margin and padding of the everything to account for differing browser defaults */
	padding: 0;
}

body {
	background-color:#336666;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 90%;
	color:#336666;
}

.floatfix{
	float:none;
	clear:both;
	height:0;
}

.floatRight{
	float:right;
	padding-left: 20px;
}

a img{
	border: none;
}

/* Layout----------------- */

#mainContainer{
	margin: 16px auto;
	width: 967px;
}

#homePic{
	float:left;
	width: 610px;
	height: 403px;
}

#homeLogo{
	float:left;
	margin: 50px 0px 50px 32px;
	width: 293px;
}

#homeQuote{
	float:left;
	width: 293px;
	margin-left: 32px;
}

#mainPic{
	width: 522px;
	height: 351px;
	float:left;
}

#logo{
	width: 293px;
	float:left;
	margin-left: 31px;
	margin-top: 40px;
	margin-bottom: 11px;
}

#smallerPicsHolder{
	float:left;
	height: 236px;
	margin-left: 31px;
	width: 414px;
}

#smallerLeftPic{
	float:left;
	width: 192px;
	height: 236px;
	margin-right: 30px;
}

#smallerRightPic{
	float:left;
	width: 192px;
	height: 236px;
}


#navContainer{
	clear:both;
	width: 100%;
	height: 26px;
	padding-top: 11px;
}

#contentContainer{
	background-color: #C2E4DE;
	width:927px;
	padding: 20px
}

#lhColumn{
	float:left;
	width: 433px;
	margin-right: 21px;
}

#rhColumn{
	float:left;
	width: 433px;
}

#footer{
	width: 967px;
	color: #7EC6BA;
	margin-top: 6px;
	margin-bottom: 8px;
}


.rights{
	float:right;
	font-size: .75em;
	color: #7EC6BA;
	font-weight: normal;
	margin-top: 2px;
}

#areas{
	width: 967px;
	margin-top: 6px;
	float:left;
	clear:both;
}

/* Gallery----------------- */

img.thumb{
	float: left;
	width: 105px;
	height: 105px;
	margin-top: 12px;
	margin-right: 12px;
}

img.thumbnoRightMargin{
	float: left;
	width: 105px;
	height: 105px;
	margin-top: 12px;
	margin-right: 0px;
}

a img.thumb, a img.thumbnoRightMargin{
	display: block;
	width: 105px;
	border: none;
}


/* Main Nav----------------- */

#navContainer ul{
	list-style: none;
	margin:0;
	padding:0;
	font-size: .82em;
	letter-spacing: .1em;
	text-transform:uppercase;
}

#navContainer li{ /* all list items */
	float: left;
	width: auto;
	position:relative;
	display:inline;
}

#navContainer a:link, #navContainer a:visited {
	display: block;
	color:#FFFFFF;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 10px;
	padding-bottom: 28px;
}

#navContainer a:hover{  
	color:#A3D284;
}

#navContainer li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#navContainer li li{
	background-color: #71AA95;
	color: #FFFFFF;
	width:200px;
	border-top: #C2E4DE 1px solid; 
}

#navContainer li li.topList{
	border-top: none;
}

#navContainer li:hover ul, #navContainer li.sfhover ul {
	left: 6px;
	top: 15px;
}

#navContainer li li a:link, #navContainer li li a:visited {
	padding: 5px 0px 5px 9px;
	display:block;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 1.05em;
}

#navContainer li li a:hover{
	background-color: #A3D284;
	background-image:none;
}

.navNoStyle{
}

.navTriangle{
	color:#A3D284;
	background:url(images/triangle.gif) center no-repeat;
}

/* Footer Nav----------------- */

#footer ul{
	margin: 0;
	padding:0;
	float:left;
}

#footer ul li{
	display:inline;
	padding-right: 6px;
}

#footer a:link, #footer a:visited{
	color: #7EC6BA;
	font-size: .8em;
	font-weight: bold;
	text-decoration:none;
}

#footer a:hover{
	color:#CCCCCC;
}	

#footer li.sustainability a{
	padding-left: 8px;
	border-left: #7EC6BA 1px solid;
}

#footer li.email a:link, #footer li.email a:visited {
	color: #A3D284;
}

#footer li.email a:hover{
	color:#CCCCCC;
}

/* table styling----------------- */

td{
	font-size: .9em;
}

/* type----------------- */

p{
	font-size: .9em;
	line-height: 1.3em;
}

p a:link, p a:visited{
	text-decoration: none;
	font-weight: bold;
	color: #336666;
}

p a:hover{
	color:#FFFFFF;
}

h2{
	font-size: .7em;
	color: #7EC6BA;
	font-weight: normal;
}

h3{
	color: #A3D284;
	font-size: 3em;
	font-weight: normal;
	margin-bottom: 16px;
}

.footerEmail a{
	color: #A3D284;
	font-size: .85em;
	font-weight: bold;
	text-decoration:none;
}

.smallItalics{
	font-size: .8em;
	font-style:italic;
}

.quotations{
	font-style: italic;
	font-size: .9em;
}

.quotationsSignoff{
	font-style: normal;
	font-size: .8em;
	font-weight: bold;
}

#contentContainer ul{
	margin-left: 14px;

}

li.sitemap a{
	font-size: .9em;
	color:#336666;
}

.subheader{
	color: #336666;
	font-size: 1.1em;
}

li.list{
	font-size: .9em;
	margin-bottom: 5px;
}
