/* CSS Document */

/* Define fonts */

body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000;
	background-color: #6fc9ad;
	background-image: url(../images/bgGn.gif);
	background-repeat: no-repeat;
	background-position: top;	
	}
	
p {
	padding-left: 25px;
	padding-right: 25px;
	}


h1 {
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
  font-size: 24px;
  line-height: 1em;
  color: #743538;
  padding-left: 25px;
}

h2 {
	margin: 0px;
	font-family:'Comic Sans MM', Textile, cursive;
	font-weight: normal;
	font-size: 20px;
	line-height: 1em;
	padding: 5px;
}

h3 {
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
  font-size: 18px;
  line-height: 1em;
  color: #743538;
  padding-left: 18px;
}

a.legaltxt {
	color:#fff;
	text-decoration:none;
}

a.body:link {
	color: #743538;
	text-decoration: underline;
}
a.body:visited {
	color: #777;
	text-decoration: underline;
}
a.body:hover {
	color: #339999;
	text-decoration: underline;
}

a.legaltxt:hover {
	color:#fff;
	text-decoration:underline;
}

blockquote {
display: block;
padding-left: 25px;
padding-right: 25px;
width: 440px;
background-image: url(../images/quotes.gif);
background-repeat: no-repeat;
}

ol {
	padding-right: 25px;
}

/* nested nav */

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 340px; /* Width of Menu Items */
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 324px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	width: 325px; /* width of anchor */ 
	display: block;
	text-decoration: none;
	color: #743538;
	background: none; /* IE6 Bug */
	padding: 4px 0px 4px 15px;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li:hover { background:#c3e5db; }

ul li a:hover { color: #fff; background: #339999; } /* Hover Styles */
		
li ul li a { padding: 3px 5px 3px 10px; background: #c3e5db; border-bottom: 1px solid #98cec7;} /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */	


/* layout */

#page {
	width: 950px;
	margin: 0 auto;
	height: auto;
	}

#pagefoot {
	width: 950px;
	background-image: url(../images/pageFootGn.gif);
	background-repeat: no-repeat;
	height: 10px;
	}

#header {
	height: 260px;
	background-repeat: no-repeat;
}

#navigation {
	float: left;
	width: 340px;
	padding-top: 10px;
	background-color: #e9f7f3;
	background-image: url(../images/shadowBlue.gif);
	background-repeat: repeat-x;
}

#content {
	padding-top: 10px;
	float: right;
	width: 580px;
	background-color: #fff;
	background-image: url(../images/shadowWhite.gif);
	background-repeat: repeat-x;
}

#blank {
	background-color: #e9f7f3;
}

#contentfoot {
	background-image: url(../images/contentFootGn.gif);
	background-repeat: no-repeat;
	height: 10px;
}

#postit {
	float: right;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: -20px;
	width: 210px;
	height: 190px;
	background-image: url(../images/postit.gif);
	background-repeat: no-repeat;
}

#pagecolour {
	float: right;
	width: 30px;
	padding-top: 10px;
	background-color: #e9f7f3;
	background-image: url(../images/shadowBlue.gif);
	background-repeat: repeat-x;
}

#footer {
	width: 950px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 10px;
	color: #fff;
}

#copyright {
	float: left;
	padding-left: 15px;
}

#legal {
	float: right;
	padding-right: 15px;
}

