﻿html
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	color: #333333;
	margin: 0;
	padding: 0;	
	line-height: 1.5em;
	background-color: #95c195;
}
body
{
	margin: 0;
	padding: 0;	
	background-image: url(../Images/background.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
form
{
	width:785px;	
	margin: 0;
	padding: 0;
	margin-left: 80px;
	position: relative;
}
table
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #333333;
	margin: 0;
	padding: 0;	
	line-height: 1.4em;
}
p
{
	margin: 0 0 18px 0;
	padding: 0;		
}

img
{
	border:0;
}

h1, .h1 /* large black*/
{
	color: Black;
	font-weight:normal;
	font-size: 1.4em;
	line-height: 1.4em;
	margin: 0;
	padding: 5px 0;
}
h2, .h2 /* black */
{
	color: Black;
	font-weight:normal;
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 0;
	padding: 5px 0;
}
h3, .h3 /* green - not used */
{
	color: #006600;
	font-weight:bold;
	font-size: 1.0em;
	margin: 0;
	padding: 5px 0;
}
h4, .h4 /* default text colour (grey) */
{
	color: #333333;
	font-weight:normal;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0;
	padding: 5px 0;
}
h5, .h5 /* default text bold colour (grey) */
{
	color: #333333;
	font-weight:bold;
	font-size: 0.8em;
	margin: 0;
	padding: 5px 0;
}

/*** LINKS ****************/

a  /* dark green */
{
	color: #006600;
	font-weight:normal;
	text-decoration: none;
}
a:link
{
	color: #006600;
	font-weight:normal;
	text-decoration: none;
}
a:visited
{
	color: #006600;
	font-weight:normal;
	text-decoration: none;
}
a:hover
{
	color: #006600;
	font-weight:normal;
	text-decoration: underline;
}
a:active
{
	color: #006600;
	font-weight:normal;
	text-decoration: underline;
}

.linkSecondary  /* light green */
{
	color: #7aa77a;
	font-weight:normal;
	text-decoration: none;
}
.linkSecondary:link
{
	color: #7aa77a;
	font-weight:normal;
	text-decoration: none;
}
.linkSecondary:visited
{
	color: #7aa77a;
	font-weight:normal;
	text-decoration: none;
}
.linkSecondary:hover
{
	color: #7aa77a;
	font-weight:normal;
	text-decoration: underline;
}
.linkSecondary:active
{
	color: #7aa77a;
	font-weight:normal;
	text-decoration: underline;
}

.linkThird  /* grey with green hover */
{
	color: #333333;
	font-weight:normal;
	text-decoration: none;
}
.linkThird:link
{
	color: #333333;
	font-weight:normal;
	text-decoration: none;
}
.linkThird:visited
{
	color: #333333;
	font-weight:normal;
	text-decoration: none;
}
.linkThird:hover
{
	color: #006600;
	font-weight:normal;
	text-decoration: underline;
}
.linkThird:active
{
	color: #006600;
	font-weight:normal;
	text-decoration: underline;
}

/*** LAYOUT ****************/

#Header
{
	width: 100%;
	height: 127px;
	background-image: url(../Images/headerBorder.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	border-right: solid 1px #1c5921;
	border-left: solid 1px #1c5921;
	background-color: #FFFFFF;
}

#Logo
{
	float: left;
}

#Menu
{
	margin-top: 60px;
	margin-left: 70px;
	float: left;
	background-color: #FFFFFF;
}
#Menu div
{
	float:left;
	height:11px;
}

#Content
{
	width: 100%;
	height: auto !important;
	min-height: 400px;
	height: 400px;
	background-image: url(../Images/watermarkBottom.gif);
	background-position: left top;
	background-repeat: no-repeat;
	border-right: solid 1px #1c5921;
	border-left: solid 1px #1c5921;
	background-color: #FFFFFF;
}
#Content .leftContainer
{
	float:left;
	width: 220px;
}
#Content .rightContainer
{
	float:right;
	width:515px;
	padding: 25px 50px 60px 0;
}

#SubNav /* Of-Interst.aspx, Our-People.aspx */
{
	margin: 25px 0 20px 50px;
}

#Footer
{
	width: 100%;
	height: 40px;
	line-height: 50px;
	background-image: url(../Images/footerBorder.gif);
	background-position: bottom;
	background-repeat: repeat-x;	
	border-right: solid 1px #1c5921;
	border-bottom: solid 1px #1c5921;
	border-left: solid 1px #1c5921;
	background-color: #FFFFFF;
}
#Footer .footerMenu
{
	float: left;
	margin-left: 261px;
	vertical-align: middle;
}

/** Submenu Nav : Our-People.aspx, Of-Interest.aspx **/
ul.menu, ul.menu ul, ul.menu li {
    list-style-type:none;
    margin: 0;
    padding: 0;
    width: 150px;
}

ul.menu a {
  display: block;
  text-decoration: none;	
}

ul.menu li {
  margin-top: 1px;
}

ul.menu li a:hover 
{
    text-decoration:underline;
}
ul.menu li a
{
    padding-left:14px;
}

ul.menu li ul li a
{
    padding-left:14px;  
}
ul.menu li a
{    
}

ul.menu li ul li a:hover {

    background-image: url(../Images/menuHover.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}
ul.menu li ul li a:hover {

    background-image: url(../Images/menuHover.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}

/* selected menu item */
.linkOn
{
	color: #006600;
	font-weight:normal;
	text-decoration: underline;
}
.linkOn:link
{
	color: #006600;
	font-weight:normal;
	text-decoration: underline;
}
.linkOn:visited
{
	color: #006600;
	font-weight:normal;
	text-decoration: underline;
}
.linkOn:hover
{
	color: #006600;
	font-weight:normal;
	text-decoration: underline;
}
.linkOn:active
{
	color: #006600;
	font-weight:normal;
	text-decoration: underline;
}
.menuItemOn
{
    background-image: url(../Images/menuHover.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}

/* selected next / previous nav item; Our-People.aspx*/
.disableLink, .disableLink:link, .disableLink:visited, .disableLink:active, .disableLink:hover
{
	color: #999999;
	font-weight:normal;
	text-decoration: none;
}

/** Misc **/
.pageTitle
{
	width:100%;
	border-bottom: solid 1px #e1e1e1;
    margin-bottom: 15px;
}

.labelTable tr td
{
	padding: 0 20px 3px 0;
}

.borderBottom
{
    width:100%;
	border-top: solid 1px #e1e1e1;
    margin-top: 15px;
}
.borderBottom2
{
    width:100%;
	border-bottom: solid 1px #e1e1e1;
    margin-bottom: 18px;
    padding-bottom: 5px; 
}

.borderSeparator
{
    width:100%;
	border-bottom: solid 1px #e1e1e1;
    margin-bottom: 18px;
    padding-bottom: 18px;    
}

.smallerText
{
	font-size: 0.85em;
}

.Clear
{
	clear:both;	
}

/*
About Us
Default.aspx
**/
#AboutUs h1
{
	padding-bottom:18px;
}
#AboutUsImage
{
	margin-left: 25px;
	padding-top: 78px;
}

/*
Our People
Our-People.aspx
**/
#StaffPhoto
{
	float: left; width: 135px; padding-top: 7px;
}
#StaffContent
{
	float: left; width: 380px;
}
#StaffNav  /* previous & next nav */
{
	float: right; 
	margin-top: 4px;
}

/*
Of Interst
Of-Interest.aspx
**/
.Paging
{
	width: 100%;
}
.Article
{
	padding-top: 15px;
}
#pnlPDF
{
	padding-top: 10px;
}

/*
Contact Us
Contact-Us.aspx
**/
#ContactUs h1
{
	padding-bottom:18px;
}

