/* COLOURS
Dark Green - 367c2b
Darker Green - 0c550c
Light Green - 6eb43f
Lighter Green - 8dc63f
Dark Silver - e3e4e6
Silver - e4e7e4
Black - 050708
Off-White FAFBFC
Graphite Powder - 6aa3d3
Green Graphite - 8db5b8

*/

body {
	background: url(../images/bg.gif) repeat-x top #e3e4e6;
	font: 62.5%/1.4em Tahoma, "Lucida Grande", Verdana, Helvetica, "Helvetica Neue", Arial, sans-serif; /*IE*/
	color: #050708;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
html > body   { font: 11px/14px "Lucida Grande", Tahoma, Verdana, Helvetica, "Helvetica Neue", Arial, sans-serif; }  /* Other browsers */
	
/* Typography
-------------------------------------------------------------- */
p {
	font-size: 1em;
	margin: .5em 0 .5em 0;
	padding: .25em 0 .25em 0;
	text-align:justify;
	/*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:.75em;
	}
h1 { font-size: 1.5em; text-transform:uppercase; color: #0c550c; padding: 0 0 .25em 0; margin: 0 0 .25em 0; }
h2 { font-size: 1.4em; color: #6eb43f; line-height:.9em; margin-bottom:0;}
h3 { font-size: 1.3em; line-height:.83em; }
h4 { font-size: 1.2em; line-height:.75em; font-weight:bold; }
h5 { font-size: 1.2em; line-height: .75em; font-weight:bold; text-transform:uppercase; }
h6 { font-size: 1.1em; line-height: .66em; font-weight:bold; }

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

blockquote  { margin: 0 0 1.5em 1.5em; }
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: 120px; width: 300px; }
input, textarea { font: 1em/1em Verdana, Arial, Helvetica, sans-serif; color: #8d8588;}
.button {}


/* 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; }

.lc {
	text-transform:lowercase !important;
	}

.dotted { border-bottom: 1px dotted #c4c4c4;}

.hide     { display: none; }


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

.trans {	
	background: url(../images/opaque.gif) repeat;
	}
	
.title {
	font-weight:bold;
	margin: -.8em 0 -.3em 0;
	padding:0;
	}
	
.location {
	text-transform:uppercase;
	letter-spacing:.05em;
	margin:0;
	padding:0;
	font-size: .9em;
	font-weight: bold;
	}
	
.hulk {
	font-weight: bold;
	font-size: 1.4em;
	color: #367c2b;
	font-family: "Trebuchet MS", Segoe, Tahoma, "Helvetica Neue", Helvetica, sans-serif;
	}
	
.staffpic {
	float: right;
	margin: 0;
	padding: .5em 0 1em 2em;
	}
	

/* IDs
-------------------------------------------------------------- */
#container {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 883px;
	background: url(../images/pgbg.gif) repeat-y top center;
	}
	
#header {
	background: url(../images/headerbg.gif) no-repeat;
	}
	
#hnav {
	display: block;
	position: relative;
	/*right: 0px;
	top: 0px;
	*/height: 14px;
	text-align: right;
	padding-right: 7px;
	}
	
#main {
	background: url(../images/pgmid.gif) no-repeat;
	height: 426px;
	}
	
#content {
	padding: 0 52px 0 18px;
	}
	
#nav {
	margin:0;
	padding: 0 0 2em 0;
	}
#nav li {
	list-style-image:none !important;
	padding: 0;
	}
	
#addr {
	padding-left: 12px;
	}
	
#home {
	padding-top: 1.5em;
	margin: 1em 0 2em 0;
	}
	
#homelist {
	line-height: 2em;
	font-size: 1.1em;
	height: 187px;
	}
#homelist li {
	padding:0;
	}
	
/* Drop Down Menu */
.dropmenudiv {
	width: 200px;
	position: absolute;
	top: 0;
	line-height: 20px;
	z-index: 100;
	visibility: hidden;
	margin: -17px 0 0 194px;
	background: url(../images/nav/sub/botttrans.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/bgBlueOver.gif) repeat-x top #6aa3d3/*6eb43f*/;
	padding: 4px 18px 2px 10px;
	border-top: 1px solid #8db5b8/*a3d363*/;
	border-bottom: 1px solid #050708/*366827*/;
	color: #050708/*25541d*/;
	text-decoration:none;
	}
	
.section table {
	margin-bottom: 1.5em;
	}
	
#fnav {
	padding-right: 1.5em;
	}
	
#copy {
	margin: 0 auto;
	width: 883px;
	text-align: right;
	font-family: Arial, sans-serif;
	font-size:9px;
	color: #a3a3a3;
	padding: 0 2px 24px 0;
	}
	
	