body {
	margin: 20px 0 0;
	background: #fff;
	color: #000;
}
.h1 {
	margin-bottom: 10px;
}
.heading, .heading-fullwidth {
	background: url(h1-bg.jpg) no-repeat;
	height: 72px;
	margin: 0 0 30px 0;
	padding: 6px 12px 0px;
}
.heading-fullwidth {
	background: url(h1-fullwidth-bg.jpg) no-repeat;
	height: 42px;
}
.heading .h1 {
	letter-spacing: -1px;
	font-size: 30px;
	margin: 0;
}

.h2 {
	margin-bottom: 6px;
}

.boxbelowphoto {
	background: #d8dfd9 url(box-right-bg.jpg) no-repeat;
	padding: 12px;
	margin: 20px 0 0;
}
.boxbelowphoto .paragraphimage {
 	float: right;
 }


#wrap, #footer {
	width: 950px;
	margin: 0 auto;
}
#left {
	float:left;
	width: 180px;
	min-height: 360px;
	background: #e6e6e6 url(navi-left-bg.gif) repeat-x;
	border-right: 10px solid #fff;
}
#main {
	background: #fff url(main-bg.gif) repeat-y;
}

#content {
	float: left;
	width: 700px;
	background: #fff url(content-bg.jpg) top right no-repeat;
	padding: 20px 30px;
	min-height: 360px;
}
#footer {
	clear: both;
	margin: 10px auto 0;
}
#footer small {
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	color: #999;
}
#navitop {
	background: #459c45 url(navi-top-bg.gif) repeat-x;
	min-height: 20px;
/*	overflow:hidden;*/
	margin: 3px 0 10px 0;
}
#toplogo {
	padding: 0 0 10px;
	border-bottom: 2px solid #459c45;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
#contentLeft, #contentRight {
	float: left;
	width: 340px;
}
#contentLeft {
	margin: 0 20px 0 0;
}
#author {
	float: right;
}
#author a {
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	color: #999;
	text-decoration: none;
}
#author a:hover {
	text-decoration: underline;
}





/* ------- Son Of Suckerfish ------- */
 
#navitop ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
 
#navitop ul ul {
	line-height: 1;
}
#navitop a {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	padding: 4px 12px 4px 12px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	width: auto;
}
#navitop a#activeitem, #navitop a.inpath, #navitop a:hover {
	background: #224626 url(navi-top-bg-mo.gif) repeat-x;
}
#navitop ul ul a {
	font-size: 12px;
	text-transform: none;
	font-weight: normal;
	width: 136px;
	padding: 5px 10px;
	border: 1px solid #daebda;
	border-width: 0 1px 1px;
	background: #58a658;
	background-image: none;
	color: #daebda;
}
#navitop ul ul a.inpath, #navitop ul ul a#activeitem  {
	background-image: none;
}

#navitop ul ul a:hover {
	background: #387e38;
	background-image: none;
}
#navitop li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	margin: 0 28px 0 0;
}
#navitop ul ul li { /* all list items */
	float: left;
	width: 160px; /* width needed or else Opera goes nuts */
}
 
#navitop li ul { /* second-level lists */
	position: absolute;
	width: 160px;
	visibility: hidden;
}
 
#navitop li ul ul { /* third-and-above-level lists */
	margin: -23px 0 0 157px;
}
 
#navitop li:hover ul ul, #navitop li.sfhover ul ul {
	visibility: hidden;
}
 
#navitop li:hover ul, #navitop li li:hover ul, #navitop li.sfhover ul, #navitop li li.sfhover ul { /* lists nested under hovered list items */
	visibility: visible;
}

/* -----------EO Son Of Suckerfish -----------*/

/* -----------Left menu ----------------*/
#left {
	padding: 20px 0 0;
	line-height: 1.4em;
}
#left ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#left a {
	color: #585858;
	font-weight: bold;
	padding: 2px 12px;
	display: block;
	text-decoration: none;
}
#left a:hover {
	background: #eee;
	color: #000;
}
#left a#activeitem {
	color : #53a958;
	background: #eee;
}
#left ul ul a {
	padding-left: 24px;
}
/* -----------EO Left menu ----------------*/
