/* 
-----------------------------
general styles
-----------------------------
*/

html {background: #e5e8ea;}

body { 	margin: 2px 0 0;  font: 85%/1.2 verdana, arial, helvetica, sans-serif; color: #629C73; background: url(../images/site_images/body2.jpg) repeat-y 50% 0;}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl { margin-top: 0; }

h1, h2, h3, h4, h5, h6 { color: #73655e; margin: 10px 0 10px 0; }

h1 { font-size: 135%; line-height: 20px; }
h2 { font-size: 120%; line-height: 14px;}
h3 { font-size: 110%; }
h4 { font-size: 110%; }
h5 { font-size: 100%; color: #90bf20; }
h6 { font-size: 90%; }
img { border: none; }
a:link { color: #1d89ac; }
a:visited { color: #e4720f; }
a:hover { color: #69920d; }
a:focus { color: #69920d; }
a:active { color: #69920d;}

table { margin: 1em 0; border-collapse: collapse; }

caption { text-align: left; padding: 0 0 .5em; font-size: 100%; font-weight: normal;}

th, td {text-align: left;  vertical-align: top; border: 1px solid #b0e2f4; padding: 5px; font-weight: normal; }

thead th { 	background: #dbf5fe; font-weight: bold; }

blockquote { margin-top: 10px;  background: #e3f6fc; border: 1px solid #b0e2f4; }

/*
-----------------------------
container styles
-----------------------------
*/

#container { margin: 0 auto; width: 830px;  }

/*
-----------------------------
header styles
-----------------------------
*/
#header {position: relative; float: left; width: 100%; height: 140px;  margin: 0; padding: 0;  }
html>body #header {position: relative; float: left; width: 830px; height: 140px;  margin-left: 0px; padding: 0px;  }


#header image {position: absolute; top: 0px; left: 0; display: inline;}

#header #skip { position: absolute; width: 810px; left: 15px; top: 10px; text-align: left; font-size: 70%; padding: 3px 0 0; }
#header #skip a{ color: #475139; }

/*
-----------------------------
menu styles
-----------------------------
*/
#header2 {position: relative; float: left; width: 100%; height: 30px;  margin: 0; padding: 0; border-bottom: 1px solid #eee;  border-top: 1px solid #7a8b64; }
html>body #header2 {position: relative; float: left; width: 100%; height: 30px;  margin: 0; padding: 0; border-bottom: 1px solid #eee;  border-top: 1px solid #7a8b64;}

#header2 ul { float: left; clear: both; margin-left: 5px; margin-top: 5px; font-size: 70%; font-weight: normal; line-height: 30px;  }

#header2 ul li { display: inline; position: relative; list-style-type: none; padding: 0;}
#header2 ul li a { float: left; display: block; width: 65px; text-align: left; color: #413e3d; text-decoration: none; padding: 7px 0 7px 28px; line-height: 100%; background-image: url(../images/site_images/brown_nuts.jpg); background-repeat: no-repeat; background-position: .5em .3em;}
#header2 ul li.end a {border-right: none; width: 80px;}
#header2 ul li.short a {width: 50px }
#header2 ul li a:hover { color: #6b7e50; text-decoration: underline;}

#printheader {display: none;}
/*
-----------------------------
content & breadcrumb styles
-----------------------------
*/

#content { float: left; width: 830px; clear: both; padding: 0; background: #fff;}

#breadcrumb { margin-top: 0px; width: 780px; height: 20px; padding: 6px 20px 2px; font-size: 60%; border-bottom: 1px dotted #ddd; color: #303030;}
body>html #breadcrumb { margin-top: 0px; width: 780px; height: 20px; padding: 4px 20px 5px 5px; font-size: 890%; border-bottom: 1px dotted #ddd;}
#breadcrumb img {float: right; margin-top: -10px; margin-right: 20px;}
#breadcrumb ol { margin: 0; padding: 0; }
#breadcrumb ol li { display: inline; list-style-type: none; margin: 0 5px 0 0; }
#breadcrumb ol li a { padding: 0 15px 0 0; 	background: url(../images/site_images/arrow-breadcrumb.gif) no-repeat 100% .5em; color: #1d89ac; text-decoration: none;}
#breadcrumb ol li a:hover { color: #6ca318; }


/*
-----------------------------
tools styles
-----------------------------
*/

#site-navigation #tools {float: right; text-align: right; width: 185px; margin: 0; padding: 0; }
#site-navigation #tools img { padding: 0 0 0 0px; }

/*
-----------------------------
left_side
-----------------------------
*/

#left_side {float: left; left: 0; width: 180px; margin: 10px 20px 20px 15px; padding: 0; }

/*
-----------------------------
main content
-----------------------------
*/

#main {
	float: left;
	width: 370px;
	margin: 0px 10px 0 0;
	padding: 0px 20px 20px 20px;
	line-height: 130%;
	background: #fff;
	border-left: 1px dotted #ddd;
	border-right: 1px dotted #ddd;
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-style: normal;
	color: #066;
}
#main p {color:#303030;}
#main ul {margin-left: 50px; list-style-image: url(../images/site_images/green_nuts.jpg);}
#main li { }

#page_main { float: left; width: 400px; margin: 0px 10px 0 0; padding: 20px; line-height: 130%; background: #fff; border-left: 1px dotted #ddd; border-right: 1px dotted #ddd;  }
html>body #page_main { float: left; width: 395px; margin: 0; padding: 5px 20px 0 20px; line-height: 130%; background: #fff; border-left: 1px dotted #ddd; border-right: 1px dotted #ddd;  }

#page_main p {line-height: 18px; margin-top: 20px;}
#page_main img { float: right; margin: 10px; }
#page_main ul {margin-left: 50px; margin-top: 15px; list-style-image: url(../images/site_images/green_nuts.jpg);}
#page_main li {margin-top: 10px;}
#page_main img.left {float: left; margin-left: 10px;}

/*
-----------------------------
right side
-----------------------------
*/

#right_side { float: right; width: 180px; margin-right: 10px; padding: 0px;    }
#right_side h2 { font-size: 125%; margin: 10px 0 5px 0; padding: 0px; color: #0086cc; }
#right_side p {margin: 0 5px 5px 5px; font-size: 95%; }
#right_side ul { margin: 0; padding: 0 0 2px;  }
#right_side ul li {
	display: inline;
	list-style-type: square;
	padding: 0px;
	margin: 0;
	background: #8FA076 url(none);
	float: left;
	width: 800px;
	position: relative;
}


#page_right { float: right; clear: both; width: 150px; margin: 5px 5px 10px 5px; padding: 0;  }
html>body #page_right { float: right; 	width: 160px; margin: 5px 5px 10px 5px;	padding: 0; }

#page_right ul {margin-left: 10px; margin-top: 15px; list-style-type: none; }
#page_right ul li { display: block;   margin: 6px 0 15px 0; background-image: url(../images/site_images/green_nuts.jpg) ; background-repeat: no-repeat; background-position: 0 .4em; padding-left: 15px; }
#page_right ul ul {margin-left: 0px; margin-top: 5px; list-style-type: none; }
#page_right ul ul li { display: block;   margin: 5px 0 8px 0; background-image: url(../images/site_images/tiny_bullet.gif) ; background-repeat: no-repeat; background-position: 0 .4em; padding-left: 15px; }

#page_right a {text-decoration: none;}

/*
-----------------------------
index bottom section
-----------------------------
*/

#divider { clear: left; height: 5px; border-bottom: 1px solid #b9d96d;  }

#bottom-content { float: left; width: 830px; clear: both;}

#bottom-left {float: left; left: 0; width: 200px; margin: 15px 0px 0 5px; padding: 0; height: 150px; background: url(../images/site_images/DG2a.jpg) no-repeat;  }
#bottom-left h3 {text-align: right; margin-top: 5px; padding-right: 10px; font-size: 110%;}

#bottom-centre { float: left; width: 370px; margin: 15px 0px 0 0; padding: 0 20px 0 20px; line-height: 130%; background: url(../images/site_images/quotes.gif) no-repeat; border-left: 1px dotted #ddd; border-right: 1px dotted #ddd;}

#bottom-right { float: right; width: 200px; margin-right: 0px; padding-top: 10px; margin-bottom: 10px;}
#bottom-right h2 { font-size: 125%; }
#bottom-right p {margin: 0 0 10px 0;}
/*
-----------------------------
footer styles
-----------------------------
*/
#footer { clear: left; background: url(../images/site_images/footer_bg2.jpg) repeat-x; width: 95.9%; height: 30px; margin-left: -4px; margin-top: 0px; padding: 10px 20px; font-size: 90%;}
html>body #footer { clear: left; background: url(../images/site_images/footer_bg2.jpg) repeat-x; width: 95.5%; height: 30px; margin-left: -1px; margin-top: -7px; padding: 10px 20px; font-size: 90%;}
#footer ul { margin: 0; padding: 0; text-align: right;}
#footer ul li {	list-style-type: none; 	display: inline; padding: 0 0 0 .5em; margin: 0 0 0 .5em; border-left: 1px solid #70a8ac; background: none;}
#footer a { color: #fff; text-decoration: none; }
#footer a:hover { color: #fca464;  }
/*
-----------------------------
site index styles
-----------------------------
*/
#siteindex {}
#siteindex ul   {margin-left: 20px; margin-top: 10px; list-style-image: url(../images/site_images/green_nuts.jpeg);} 
#siteindex ul li { display: block; list-style-type: disc; padding: 0px; margin: 0px 0 0 0; background: none; }
#siteindex h3 a		{  color: #0086cc; text-decoration: none; }
#siteindex a		{  text-decoration: none; }
#siteindex a:hover	{   text-decoration: underline;}
#siteindex a:visited	{ }


/*
-----------------------------
class styles
-----------------------------
*/

.date { font-size: 85%; color: #666; }
.structural, .assistive { position: absolute; left: -500em;}
#content ul.bordered-list { padding: 0 0 20px; background: url(../images/line-horizontal.gif) no-repeat 0 100%; }
.image-container { 	float: right; width: 230px; font-size: 90%; color: #555; margin: 0 0 10px 10px; }
.image-subsection { float: right; margin: 0 0 1em 1em; }
.quote {font-size: 150%; color: #999999; text-align: left; line-height: 18px; width: 320; height: 125px; margin: 15px 30px 0 40px;}
.footnote { font-size: 85%; line-height: 12px;}
#next {clear: both; width: 100%;}
#next img {float: right; padding-right: 20px; margin-bottom: 10px;}
.img.left {float: left; margin-left: 10px;}

/*
-----------------------------
blockquote styles
-----------------------------
*/
p.bq { margin: 10px 20px 10px 20px; }
p.source {margin: 0; font-size: 90%; text-align: right; }
ul.bq  {  margin: 0px; list-style-type: disc;}
li.bq  { display: block;  padding: 0px; margin: 10px; list-style-image:none; }
