﻿/*

	zenlike1.0 by nodethirtythree design
	http://www.nodethirtythree.com

*/

*
{
padding: 0em;
margin: 0em;
}

body
{
	padding: 0;
	background-color: #EBEBEB;
}

body,input
{
	font-size: 0.78em;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	color: #282828;
}

p
{
	line-height: 1.35em;
	margin-bottom: 0.80em;
	text-align: justify;
	letter-spacing: normal;
}

a
{
	color: #0085B0;
	text-decoration: none;
}

a:hover
{
text-decoration: underline;
}


h3 span
{
font-weight: normal;
}

h3
{
	font-size: 1.0em;
	padding-right: 34px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: bold;
	color: #007095;
	background-position: right;
	display: inline;
}

h4
{
border-bottom:1.5px solid #CCCCCC;
font-size: 1.0em;
padding-right: 28px;
margin: 20px 0 0;
padding-bottom: 3px;
}

.contentarea
{
padding-top: 1.3em;
}
.aim
{
padding-left: 9.3em;
}

img
{
	border: 1px #787878 none;
}

img.left
{
position: relative;
float: left;
margin: 0em 1.8em 1.4em 0em;
border: 1px #DFDFDF solid;
}

img.right
{
position: relative;
float: right;
margin: 0em 0em 1.8em 1.8em;
}

.divider1
{
clear: both;
}

.divider2
{
	position: relative;
	height: 1px;
	border-bottom: 1.0px solid #CCCCCC;
	margin: 2.0em 0em 2.0em 0em;
	clear: both;
}

.post .details
{
	position: relative;
	top: -1.5em;
	font-size: 0.95em;
	color: #4E4E4E;
	margin-top:5.5px;
}

.post ul.controls
{
clear: both;
}

.post ul.controls li
{
 font-family:Caption,Verdana,Georgia, "Times New Roman", Times, serif;
display: inline;
font-size: 0.8em;
}

.post ul.controls li a
{
background-repeat: no-repeat;
background-position: left;
padding: 0em 1.0em 0em 13px;
}

.post ul.controls li a.printerfriendly
{
background-image: url('images/pdf_icon_16.gif');
}

.post ul.controls li a.comments
{
background-image: url('images/Top-Arrow.png');
}

.post ul.controls li a.more
{
background-image: url('images/icon-more.gif');
}

.box
{
    background-color: #F9F9F9;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    left: -1em;
    margin-bottom: 1em;
    padding: 0.5em;
    position: relative;
    }
.flash-box
{
    margin-bottom: 0.5em;
    position: relative;
    }

ul.linklist
{
list-style: none;
}

ul.linklist li
{
line-height: 2.0em;
}

#upbg
{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 275px;
background-color: #EBEBEB repeat-x;
z-index: 1;
}

#outer
{
/*
	The width value below controls the overall width of the design. By default it's set to 82%
	(so it'll take up 82% of the browser window's width). You can set it to a different percentage
	value (70%, 90%, etc.) or even a pixel value (760px, 800px, etc.) to enforce a fixed width.
*/
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    margin: 0 auto;
    min-height: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 978px;
    }

#header
{
    background: none repeat scroll 0 0 #467AA7;
    color: #FFFFFF;
    height: 110px;
    margin: 0 0 1px;
    width: 100%;
}
#headercontent
{
position: absolute;
bottom: 0em;
padding: 0em 2.0em 1.3em 2.0em;
}

#headercontent h1
{
	color: #F0F0F0;
	font-size: 3.20em;
	font-weight: normal;
	font-family: "Bodoni MT Condensed", Georgia, "Times New Roman", serif, sans-serif;
}

#headercontent h1 sup
{
color: #777;
}

#headercontent h2
{
    color: #F0F0F0;
    font-family: "Trebuchet MS","Lucida Sans Unicode","Lucida Grande","Lucida Sans",Arial,sans-serif;
    font-size: 0.85em;
    font-weight: normal;
 }

#search
{
    padding-right: 0;
    position: absolute;
    right: 2.5em;
    top: 3.4em;
}

#search input.text
{
margin-right: 0.5em;
border-top: solid 1.5px #FFFFFF;
border-right: solid 1.5px #FFFFFF;
border-bottom: solid 1.5px #FFFFFF;
border-left: solid 1.5px #FFFFFF;
padding: 0.20em;
width: 22.0em;
}

#search input.submit
{
	border-left: 1.5px #FFFFFF solid;
	border-right: 1.5px #FFFFFF solid;
	border-top: 1.5px #FFFFFF solid;
	border-bottom: 1.5px #FFFFFF solid;
	background: #467AA7;
	font-weight: normal;
	padding: 0.20em;
	font-size: 0.85em;
	color: #FFFFFF;
	
}

#headerpic
{
	position: relative;
	height: 109px;
	background: #fff url('images/header.jpeg') no-repeat top left;
	margin-bottom: 1px;
	margin-top: 1px;
}

#agricheaderpic
{
	position: relative;
	height: 109px;
	background: #fff url('images/agricheader.jpg') no-repeat top left;
	margin-bottom: 1px;
	margin-top: 1px;
}

#navigation {
    background: none repeat scroll 0 0 #578BB8;
    color: #FFFFFF;
    height: 1.8em;
    line-height: 1.8em;
    margin: 0;
    width: 100%;
}
#navigation li {
    border-right: 1px solid #FFFFFF;
    float: left;
    list-style-type: none;
    white-space: nowrap;
}
#navigation li a {
    background-color: inherit;
    color: #FFFFFF;
    display: block;
    font-size: 0.9em;
    font-weight: bold;
    padding: 0 14px;
    text-decoration: none;
}
* html #navigation a {
    width: 1%;
}
#navigation .selected, #navigation a:hover {
    background: none repeat scroll 0 0 #80B0DA;
    color: #FFFFFF;
    text-decoration: none;
}


#menubottom
{
background: #fff url('images/border1.gif') repeat-x;
height: 6px;
margin-bottom: 1.0em;
}

#content
{
padding: 0em 2.0em 0em 2.0em;
}

#primarycontainer
{
float: left;
margin-right: -18.0em;
width: 100%;
}

#primarycontent
{
	margin: 1.5em 22.0em 0em 0em;
	color: #303030;
}

#secondarycontent
{
float: right;
width: 18.0em;
}

#footer
{
    background: url("images/border3.gif") repeat-x scroll 2em 50% #FFFFFF;
    clear: both;
    font-size: 0.8em;
    font-weight: normal;
    height: 60px;
    padding-bottom: 6em;
  }

#footer .left
{
position: absolute;
left: 2.0em;
bottom: 1.2em;
}

#footer .right
{
	position: absolute;
	right: 2.0em;
	bottom: 1.2em;
	color: #808080;
}

.flashcontainer {
    height: 110px;
    left: 0;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 100%;
}

h5 {
	color: #0085B0;
	font-family: Bodoni MT,"georgia","times new roman","serif";
	font-size: 1.0em;
	font-weight: bold;
}

h6{
    color: #0085B0;
    font-family: arial,helvetica,clean,sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-align: justify;
    }
h7{
	color: #F9FFFF;
	font-family: "Bodoni MT Condensed",Georgia,"Times New Roman",serif,sans-serif;
	font-size: 2.0em;
	font-weight: bold;
}
h8
{
	font-size: 0.90em;
	padding-right: 34px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: bold;
	color: #0085B0;
	line-height: 15px;
}
h9
{
font-size: 1.0em;
padding-right: 28px;
padding-bottom: 3px;
font-weight: bold;

}


ul.list-tic {
list-style: none;
margin: 0;
padding: 0;
}
ul.list-tic li {
	font-family: Tahoma,Verdana,Arial;
	margin: 0;
	padding-left: 20px;
	background: url('images/h3bg.gif');
	background-repeat: no-repeat;
	background-position: 1px;
}

.authorresources{
	line-height: 1.7em;
	color: #0085B0;
	font-weight: bold;
	font-size: 11.35px;
}

ul.list-article {
list-style: none;
margin: 0;
padding: 0;
}
ul.list-article li {
	font-family: Tahoma,Verdana,Arial;
	margin: 0;
	padding-left: 20px;
	background: url('images/list_arrow.gif');
	background-repeat: no-repeat;
	background-position: 1px;
}

.article-list{
	line-height: 2.7em;
	color: #0085B0;
	font-weight: bold;
	font-size: 12.0px;
}

.title{
	color: #BBBBBB;
	font-family: "Bodoni MT Condensed",Georgia,"Times New Roman",serif,sans-serif;
	font-size: 1.8em;
	font-weight: bold;
}


.submitflash {
	text-align: left;
}
.footerlink {
	color: #585858;
}
.callpaper
{
	float:left;
	margin-top: 80px;
}

.board_links a {
    background-color: #FFFFFF;
    line-height: 22px;
    text-decoration: none;
}

