/*
Author: Richard Cassidy 
				(css reset by eric meyer - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/)
        Graphite Design
		    www.graphitedesign.net
        Client: Matthew Davison
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* now the real stuff */

/* colours ...
/* 89A586
/* dark green: #A5BAA2
/* med green: #C3DBCD
/* light green: #EDF3EE */

body {
	font-family: "trebuchet ms", ariel, sans-serif;
	color: #444;
	background: #EDF3EE;
	font-size: .9em;
}

ul {
	list-style-type: disc;
}

li {
	margin: 0 0 .5em 1em ;
}

a:link, a:visited, a {
	color: #89A586;
	text-decoration: none;
}

a:hover { 
	color: #345F3F;
	text-decoration: underline;
 }

p { 
  margin: 1em 0;
	line-height: 1.2em;
	}


h1 {
	font-family: "lucida grande", lucida, helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #89A586;
	margin: 0 0 1em 0;
}

h2,h3 {
	font-family: "lucida grande", lucida, helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #89A586;
	margin: 0 0 1em 0;
}

#img { 
	padding: 10px 0px;
	text-align: center;
}

#container {
	background: #fff url('../images/web_22.gif') bottom left no-repeat;
	color: #fff;
	width: 780px;
	padding-bottom: 110px;
	margin: 20px auto 0 auto;
	border: 1px solid #89A586;
}

#head {
	text-align: right;
	padding: 60px 60px 20px 60px;
}

#menu {
	text-align: center;
	background: #EDF3EE;
	color: #333;
	padding: .5em 0px;
	font-size: .9em;
}

#menu li {
	display: inline;
}

#menu a, a:visited {
	text-decoration: none;
	color: #777;
	padding: 3px 10px;
}

#menu a:hover {
	color: #fff;
	background: #89A586;
}

#menu a.here {
	color: #fff;
	background: #89A586;
}

#content {
	color: #777;
	padding: 30px 60px 100px 60px;
}

#col1 {
	padding: 0 0px 0 0;
}

#col2 {
	width: 350px;
	float: right;
	display: inline;
	text-align: right;
}

#col2 img {
	padding: 0 0 20px 0;
}

ul.bullets li {
	line-height: 1.2em;
}

#footer {
	text-align: center;
	padding: 0 0 10px 0;
	color: #444;
	font-size: .9em;

}

#credit {
	text-align: right;
	padding: 5px 0 0 0;
	color: #9CB399;
	font-size: .7em;
	width: 780px;
	margin: 0 auto;
	}

#credit a, #footer a:visited, #footer a:hover { color: #9CB399; text-decoration: underline; }


