

* {
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 1000px;
	margin: auto auto;
}

body, th {
	background:#fff url(../images_organic/background-global.gif) center repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

h1, h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 167%;
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	font-size: 100%;
	color: #000000;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

p {
}

ol {
}

ul {
	list-style: none;
}

ul li {
	padding-left: 10px;
	/**background: url(images/img16.gif) no-repeat 0px 10px;*/
}

a:link {
	color: #339933;
}

a:hover, a:active {
	text-decoration: none;
	color: #336633;
}

a:visited {
	color: #666666;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

img.right {
	float: right;
	margin: 0 0 10px 20px;
}

.byline {
	color: #CCCCCC;
}

.col-one {
	float: left;
}

.col-two {
	float: right;
}

.two-cols {
}

.two-cols .col-one, .two-cols .col-two {
	width: 250px;
}

.greenText {
	color: #339933;
}


/* Header */

#header {
	width:1000px;
	height:80px;
	background: #336633 url(../images_organic/main-logo.gif) no-repeat;
}


#header h1 {
	height:73px;
	width:143pxp;
	
}

#header_ads{text-align:right; padding:10px 75px 2px 2px;float:right;}

.clear {
	clear: both;
}

#content-wrapper {
	width:980px;
	margin:18px auto 0 auto;
}

/* Menu */
#menu {
	height:32px;
	width:1000px;
	border-top:1px solid #fff;
	background:#f2f2f2;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
	margin-right: 1px;
	padding: 0;
	background: #FFFFFF;
}


#menu a:hover {
	color: #66ff66;
}

#menu b {
	display: block;
	float: left;
	height: 23px;
	padding: 7px 20px 0 20px;
	background: url(../images/img08.gif) no-repeat right top;
	cursor: hand;	
}

#menu li.active {
	background: #CFCECE url(../images/img04.gif) repeat-x;
}

#menu li.active a {
	/*background: url(../images/img06.gif) no-repeat right top;*/
	color: #336633;
}

#menu li.active b {
	/*background: url(../images/img05.gif) no-repeat;*/
}

#navlist
{
margin:5px 0 0 15px;}

#navlist li
{
display: inline;
list-style-type: none;
margin: 0 30px 0 0px;
padding-top:4px;
border:0;
font-size:14px;

}

#navlist li a {
	color:#333333;
	text-decoration:none;
}

#navlist li a:hover {
	background:#333333;
	color:#fff;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

/* Content */

#content {
	float: left;
	width: 520px;
}

/* Feature */

#feature {
	margin-bottom: 20px;
}

#section-head{
	background: #DDDDDD;
}

#section-head-green{
	background: #336633;
	color: #ffffff;
}

/* Sidebar */

#right-side {
	width:192px;
	float:left;
}

#left-side {
	width:190px;
	float:left;
}

.left-menu{
	/*border:1px solid #747474;*/
	width:188px;
	margin-bottom:10px;
}


.left-menu li {
	list-style:none;
	border-bottom:1px dotted #b2b2b2;
	width:168px;
	margin-left:10px;
	padding:3px 0;
	color:#000;
	font-size:12px;
}

.right-menu li {
	list-style:none;
	border-bottom:1px dotted #b2b2b2;
	width:238px;
	margin-left:10px;
	padding:3px 0;
	color:#000;
	font-size:12px;
}


#left-side h4 , #right-side h4 {
	color:#c91209;
	font-size:16px;
	padding:0;
	margin:0 0 5px 0;
}

.right-menu{
	border:1px solid #cccccc;
	width:258px;
		margin-bottom:10px;
}


.right-menu p, .left-menu p {
	font-size:12px;
	margin: 7px;
}

a { color:#e30e10;}

#content {
	width:498px;
	float:left;
	margin:0 15px;
}



.text-box {
	border:1px solid #ccc;
	text-align:justify; 
	margin-top:10px;
	margin:0 auto;
	padding:5px;
}

h1 {
	text-indent: -99999px;
	height:0;
}

h4 {
	font-size:20px;
	margin: 5px 0 0 7px;
	color:#e30e10;
}

/* Footer */

#footer {
	height: 40px;
	padding: 10px;
	background: #DDDDDD;
	border-top: 1px solid #999999;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 85%;
}

.categorySelected {
	background: #99cc99;
	font-weight: bold;
}