/* COLOURS
Dark Green - 367c2b
Light Green - 6eb43f
Dark Silver - e3e4e6
Silver - e4e7e4
Black - 050708
Off-White FAFBFC

*/

body {
	background: url() no-repeat top #fff;
	font: 62.5%/1.6em Helvetica, "Helvetica Neue", Arial, Verdana, "Lucida Grande", sans-serif; /*IE*/
	color: #000;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
html > body   { font: 12px/16px Helvetica, "Helvetica Neue", Arial, Verdana, "Lucida Grande", sans-serif; }  /* Other browsers */
	
/* Typography
-------------------------------------------------------------- */
p {
	font-size: 1.2em;
	margin: 0 0 1.25em 0;
	text-align:left;
	text-indent: 2em;
	}
	
a {
	text-decoration: none;
	outline: none;
	color: #367c2b;
	}
	
a:hover {
	text-decoration: underline;
	color: #6eb43f;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family:  "Trebuchet MS",Segoe,  Tahoma, "Helvetica Neue", Helvetica, sans-serif;
	color: #367c2b;
	line-height: 1em;
	}
h1 { font-size: 1.4em; text-transform:uppercase; color: #0c550c; }
h2 { font-size: 1.2em; color: #6eb43f;}
h3 { font-size: 1.4em; line-height:2; }
h4 { font-size: 1.2em; line-height:1.25; font-weight:bold; }
h5 { font-size: 1em; font-weight:bold; text-transform:uppercase; }
h6 { font-size: 1em; font-weight:bold; }

ul, ol      { margin: 0 0 1.5em 1.5em; }
ol, li      { list-style: url(../images/bullet.gif) none outside; }
dl          { margin: 1.5em 0; }
dl dt       { font-weight: bold; }

blockquote  { margin: 1.5em 0 1.5em 1.5em; color: #666; font-style: italic; }
strong, b   { font-weight: bold; }
em, i       { font-style: italic; }
pre         { margin-bottom: 1.3em; background: #eee; border:0.1em solid #ddd; padding:1.5em; }
code        { font: 0.9em Monaco, Courier, monospace; }
a img		{ border: 0;}

/* Tables
-------------------------------------------------------------- */

table   { }
th,td   { }
th      { font-weight:bold; }


/* Forms
-------------------------------------------------------------- */

label     { font-weight: bold; }
textarea  { height: 180px; width: 300px; }


/* Some default classes
-------------------------------------------------------------- */

p.small   { font-size: 0.8em; margin-bottom: 1.875em; line-height: 1.875em; }
p.large   { font-size: 1.2em; line-height: 2.5em; }
p.quiet   { color: #767676; }

.dotted { }

.hide     { display: none; }


/* Other default classes
-------------------------------------------------------------- */
.right {
	float: right;
	clear:both;
	}
	
.left {
	float:left;
	clear:both;
	}
	
.clear, hr {
	clear: both;
	}
	

/* IDs
-------------------------------------------------------------- */
#container {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	}
	
#header {
	background: url() no-repeat left;
	}
	
#logo {
width: 100%;
}
	
#hnav {
	display: block;
	position: relative;
	right: 0px;
	top: 0px;	
	}
	
#main {
	background: url() no-repeat;
	}
	
#content {
	padding: 1.4em 0 0 0;
	width: 100%;
	}
	
#nav {
	margin:0;
	padding: 0;
	}
#nav li {
	list-style-image:none !important;
	}
	
/* Drop Down Menu */
.dropmenudiv {
	width: 200px;
	position: absolute;
	top: 0;
	line-height: 20px;
	z-index: 100;
	visibility: hidden;
	margin: -17px 0 0 188px;
	background: url(../images/nav/sub/bott.gif) no-repeat bottom #367c2b;
	padding-bottom: 20px;
	}
	
/*.dropmenudiv .s { width: 170px;}
.dropmenudiv .m { width: 190px;}
.dropmenudiv .l { width: 210px;}*/

.dropmenudiv a {
	width: auto;
	display: block;
	/*background-color: #367c2b;*/
	background: url(../images/nav/sub/bg.gif) repeat-x top #367c2b;
	padding: 3px 18px 3px 10px;
	text-decoration: none;
	color: #fff;
	font-family: "Trebuchet MS", "Lucida Grande", Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-weight: bold;
	text-transform:uppercase;
	border-top: 1px solid #478d31;
	border-right: 1px solid #366827;
	border-bottom: 1px solid #25541d;
	border-left: 1px solid #a3d363;
	}

* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
	}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	/*background-color: #6eb43f;*/
	background: url(../images/nav/sub/bgOver.gif) repeat-x top #6eb43f;
	padding: 2px 18px 4px 10px;
	border-top: 1px solid #a3d363;
	border-bottom: 1px solid #366827;
	color: #003200/*25541d*/;
	text-decoration:none;
	}
	
#header a img, #nav, #hnav, #fnav, #copy img, #addr {
	display:none;
	}
	
#copy {
	margin: 0 auto;
	width: 100%;
	text-align: right;
	font-family: Arial, sans-serif;
	font-size:9px;
	color: #b4b4b4;
	}
	
	