/* reset
*/
a img { border: 0; } 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; background: transparent; } :focus { outline: 0; } body { line-height: 1; color: black; background: white; } ol, ul { list-style: none; } table { border-collapse: collapse; border-spacing: 0; } caption, th, td { text-align: left; font-weight: normal; } blockquote:before, blockquote:after, q:before, q:after { content: ""; } blockquote, q { quotes: "" ""; }


/* colours
bg				#4d4d4d
blue bg			#578298

mid green		#70a53b

red brown		#9f3300
dark brown		#421E12

forest green	#060
#94AF49

gray #8E8E8B

*/

/* page */


div#page {
	width: 990px;
	margin: 40px auto;
	background: #fff url(../images/sitewide/cultivate-tall-02.png) top right no-repeat;
	overflow: auto;
	min-height: 700px;
	}

div#main {
	width: 700px;
	float: left;
	}

/* temp */

/* fonts */
html {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	}


/* p */

div#content p, div#content li, div#content dd {
	margin: 0 0 .9em 0;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

div#content p, div#content li, div#content dd, div#content dt, label {
	line-height: 1.4em;
	font-size: .8em;
	color: #9f3300;
	color: #666;
	}


div#content dt {
	font-weight: bold;
	}


div#content p {
	margin: 0 0 .9em 0;
	}

div#content li {
	margin: 0 0 .4em 1.2em;
	}


div#content ul {
	margin: .6em 0 2em 0;
	}


/* footer */
div#footer {
	clear: both;
	margin: 5em 0;
	text-align: center;
	font-size: .6em;
	color: #777;
	}
div#footer p {
	margin-bottom: .8em;
	}





/* image headings */
img.heading {
	margin: 1.2em 0 .8em 0;
	}



/* images */
img.right {
	float: right;
	margin: 0 0 1.2em 1.2em;
	}




/* forms */

form {
	float: right;
	background: #dbedab;
	padding: 14px 14px 28px 14px;
	margin: 10px 0 10px 15px;
	width: 400px;
	}

legend {
	font-weight: bold;
	display: none;
	
	font-size: 120%;
	}

label {
	font-weight: bold;
	font-size: .8em;
	}
label, input {
	display: block;
	}

textarea {
	width: 350px;
	}




/* h */
h1 {
	clear: both;
	font-size: 1.2em;
	padding: .7em 0;
	color: #70a53b;
	line-height: 110%;
	font-size: 110%;
	font-family: inherit;
	font-weight: normal;
	}

div#content {
	clear: both;
	}


strong {
	font-weight: bolder;
	}

h3 {
	font-weight: bolder;
	color: #9f3300;
	font-size: .9em;
	}

div#content ol {
	padding: 1.6em 0;
	}

div#content li {
	list-style: decimal outside;
	margin: 0 6em 1em 2em;
	
	}

div#content p.pullquote {
	margin: 20px 0;
	color: #70a53b;
	font-size: 110%;
}






/* nav */
div#nav {
	}

div#nav ul {
	padding-top: 15px;
	}

div#nav ul li {
	float: left;
	line-height: 1.2em;
	text-align: center;
	}
	
div#nav ul li a {
	width: 110px; height: 29px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background: transparent url(../images/nav/nav.gif) top no-repeat;
	padding: 0; margin-right: 8px;
	}
div#nav ul li#ncontact a { margin-right: 0; }

/*
0	home
118	services
236	unique
354	expe
472	method
590	contact
*/

/* up */
div#nav ul li#nhome a { background-position: 0px 0px; }
div#nav ul li#nservices a { background-position: -118px 0px; }
div#nav ul li#nunique a { background-position: -236px 0px; }
div#nav ul li#nexp a { background-position: -354px 0px; }
div#nav ul li#nmethod a { background-position: -472px 0px; }
div#nav ul li#ncontact a { background-position: -590px 0px; }

/* hover */
div#nav ul li#nhome a:hover { background-position: 0px -60px; }
div#nav ul li#nservices a:hover { background-position: -118px -60px; }
div#nav ul li#nunique a:hover { background-position: -236px -60px; }
div#nav ul li#nexp a:hover { background-position: -354px -60px; }
div#nav ul li#nmethod a:hover { background-position: -472px -60px; }
div#nav ul li#ncontact a:hover { background-position: -590px -60px; }

/* down */
body#home div#nav ul li#nhome a { cursor: default; background-position: 0px -30px; }
body#services div#nav ul li#nservices a { cursor: default; background-position: -118px -30px; }
body#unique div#nav ul li#nunique a { cursor: default; background-position: -236px -30px; }
body#experience div#nav ul li#nexp a { cursor: default; background-position: -354px -30px; }
body#method div#nav ul li#nmethod a { cursor: default; background-position: -472px -30px; }
body#contact div#nav ul li#ncontact a { cursor: default; background-position: -590px -30px; }

