/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(/image/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#fff;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 3px #E9E9D1 solid;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:25px;
	font-weight:bold;
	background-color: #D6C5B3;
	background-repeat: repeat-x;
	background-position: top;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

#pupage p {
	line-height:1.5em;
	margin:0.2em 0 0.7em 0;
}

/*	----------------------------------------------------------------------------------------------------------------*/
/*	----	end of thickbox specific css	------------------------------------------------------------------------*/
/*	----------------------------------------------------------------------------------------------------------------*/

/*	----------------------------------------------------------------------------------------------------------------*/
/*	----		Start of the				------------------------------------------------------------------------*/
/*	----	New Agriculturist design css	------------------------------------------------------------------------*/
/*	----------------------------------------------------------------------------------------------------------------*/


body {
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat;
}
.clear {
	float:none;
	clear:both;
}
#page {
	width: 768px;
	background-color: #FFFFFF;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	overflow : hidden;
	padding-right: 5px;
	padding-left: 5px;
}
#banHd {
	position: relative;
	height: 120px;
	width: 768px;
	left: 0px;
	top: 0px;
	z-index: 0;
	border-bottom:1px solid #FF9999;
}

#sideNav {
	width: 135px;
	left: 0px;
	font-size:0.7em;
	float: left;
	background-color: #FFFFFF;
}
#sideNav ul {
	list-style-type:none;
	margin:0;
	margin-left:0.3em;
	border-top:1px solid #FFFFFF;
	padding-left: 0px;
}
#sideNav .subNav {
	padding-left: 1em;
	font-size: 0.9em;
}

#sideNav li {
	background-image: url(../image/concepts/redb.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:1em;
	border-bottom:1px solid #FF9999;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}
#sideNav a {
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}
#sideNav a:hover {
	color:#333333;
	font-weight:bold;
	text-decoration:underline;
}
#sideNav form {
	margin:1em 0em 1em 0.3em;
}
#sideNav .nSearch {
	padding-top:0.5em;
	padding-bottom:0.5em;
	margin: 0em;
}
#sideNav .nSearch input{
	font-size:0.85em;
}

#qLink{
	position:absolute;
	padding:0.3em 0 0 0;
	left: 620px;
	top: 140px;
	width:180px;
	z-index: 0;
	font-size:0.75em;
	border-top:1px solid #FF9999;
	height: 2em;
}
#main {
	width: 453px;
	left: 165px;
	float: left;
	background-color: #FFFFFF;
	margin-left: 15px;
}

#main a {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
#main a:hover {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

#page_ftr {
	background-color: #FFFFFF;
	width: 100%;
	text-align: center;
}
#page_ftr img{
	border:none;
}
#page_ftr a{
	border:none;
}
#main h1{
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FF9999;
	color:#666666;
	font-size:1.5em;
	font-weight:bold;
	margin-bottom:0.7em;
}
#main h2{
	color:#666666;
	font-size:1.3em;
	font-weight:bold;
}
#main h3{
	color:#666666;
	font-size:1.05em;
	font-weight:bold;
	padding-bottom: 0.1em;
	margin-top:1em;
	margin-bottom: 0.1em;
	line-height: normal;
}

#main p{
	color:#333333;
	line-height:1.4em;
	font-size:0.8em;
	margin-top: 0.1em;
	margin-bottom: 1em;
}

#main .picBox{
	overflow : hidden;
	height : 1%;
	border: 1px solid #000000;
	background-color:#E9E9D1;
	font-size: 0.65em;
	color: #666666;
	float: right;
	text-align: right;
	margin-left: 1em;
}

#main .txtBox{
	overflow : hidden;
	height : 1%;
	border: 1px solid #000000;
	background-color:#E9E9D1;
	font-size: 0.75em;
	color: #666666;
	float: right;
	text-align: right;
	margin-left: 1em;
}


#main .textBox{
	overflow : hidden;
	height : 1%;
	border: 1px none #000000;
	background-color:#E9E9D1;
	font-size: 0.75em;
	color: #666666;
	float: right;
	text-align: left;
	margin-left: 1em;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	line-height: 1.5em;
}
#main .textBox h1{
	padding:0;
	margin:0;
	font-size:1.3em;
}

#main .picBox img {
	border-bottom: 1px solid #000000;
}
#main .picBoxLft{
	overflow : hidden;
	height : 1%;
	border: 1px solid #000000;
	background-color:#E9E9D1;
	font-size: 0.65em;
	color: #666666;
	float: left;
	text-align: left;
	margin-right: 1em;
}
#main .picBoxLft img {
	border-bottom: 1px solid #000000;
}
#main .bookBx {
	background-color: #E9E9D1;
	height: 1%;
	overflow: hidden;
	font-size: 0.75em;
	color: #333333;
	padding: 0.3em;
	clear: both;
	background-image: url(../image/design/bkbse.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	float: none;
}
#main .bookBx .Hd{
	font-size:1.3em;
	font-weight:bold;
	
}
#main .toTop {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
}
#main .top{
	text-align: right;
	font-size: 0.65em;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
	width: 50%;
	float: right;
}
#main .author {
	font-size: 0.65em;
	text-align: left;
	float: left;
	width: 65%;
}
#main .itSet {
	height:1%;
	clear: both;
	float: none;
	border-top: 1px solid #D6C5B3;
	border-bottom: 1px solid #F0EAE3;
}
#main .itSet .lhc {
	font-size:0.75em;
	width:20%;
	float:left;
	margin:0 0.2em 0 1em;
	text-align:right;
}
#main .itSet .rhc {
	font-size:0.8em;
	width:auto;
	float:left;
	margin:0 1em 0 0.2em;
}
#main .itSet .formBox {
	font-size:0.85em;
	color: #666666;
	background-color: #FFFFFF;
}
#main .itSet .ttl {
	font-weight:bold;
	font-size:0.80em;
	clear:both;
}
#main .itSet .txt {
	float:left;
}

#main .itSet img {
	border: 1px solid #000000;
	float: right;
}

#main .footnote{
	font-size:0.7em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D6C5B3;
	margin-bottom:1em;
	color: #666666;
	line-height: 1.2;
}
#rhBox{
	top: 121px;
	width:150px;
	background-color:#FFFFFF;
	color: #666666;
	padding-top: 0em;
	float: right;
}
#rhBox a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#rhBox a:hover {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
#rhBox p {
	font-size: 0.75em;
}
#rhBox h2 {
	font-size: 0.85em;
	background-color: #D6C5B3;
	font-weight: bold;
	background-image: url(../image/design/rh-h2-fade.jpg);
	background-repeat: repeat-x;
	background-position: top;
	clear: both;
	margin-bottom:0.5em;
}
#fInf ul {
	list-style-type: none;
	margin: 0 0 1.5em 0em;
	line-height: 1.3em;
	font-size: 0.7em;
	padding-left: 0px;
}
#fInf li {
	background-image: url(../image/concepts/redb.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 0.7em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}
#rhBox .fbItem{
	padding: 1em 0em 1em 0em;
	border-top:1px solid #D6C5B3;
	border-bottom:1px solid #EFE9E2;
	font-size: 0.8em;
	margin: 0;
}
#rhBox .fbName{
	font-weight:bold;
}
#rhBox .fbDate{
	font-style:italic;
}

.rateFramer {
	width:148px;
	height: 1%;
	margin-right: auto;
	margin-left: auto;
	clear:both;
	float:none;
	border-right: 1px solid #E9E9D1;
	border-left: 1px solid #E9E9D1;
	text-align: center;
	padding-top:0px;
	margin-top:0px;
}
.rateFrameTopr {
	width:150px;
	background-image: url(../image/design/r_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 9px;
	padding-bottom:0px;
	margin:0px;
}
.rateFrameBotr {
	width:150px;
	background-image: url(../image/design/r_bot.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 9px;
	padding:0;
	margin:0 0 1.5em 0;	
}
.rateFramer form{
	padding:0em;
	margin:0em;
	text-align:center;
}
.rateFramel {
	width:133px;
	margin-right: auto;
	margin-left: auto;
	clear:both;
	float:none;
	border-right: 1px solid #E9E9D1;
	border-left: 1px solid #E9E9D1;
	text-align: center;
	padding-top:1px;
}

.lh2 {
	margin:1em 0 0.5em 0;
	font-size: 1.2em;
	color:#666666;
	background-color: #D6C5B3;
	font-weight: bold;
	background-image: url(../image/design/rh-h2-fade.jpg);
	background-repeat: repeat-x;
	background-position: top;
	clear: both;
}
.rateFrameTopl {
	width:135px;
	background-image: url(../image/design/r_top_n.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 9px;
}
.rateFrameBotl {
	width:135px;
	background-image: url(../image/design/r_bot_n.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 9px;
	padding:0px;	
}
.rateFramel form{
	padding:0;
	margin:0;
	text-align:center;
}	
.rScorer {
	
	margin: 0px 1px 0px 1px;
	float: left;
	width: 20px;
	font-size: 0.65em;
	font-weight: bold;
	text-align: center;
}
.rScorel {
	margin: 0px 0.5px 0px 0.5px;
	float: left;
	width: 18px;
	font-size: 0.65em;
	font-weight: bold;
	text-align: center;
}
#cCnt {
	clear: left;
	float: none;
}
#cCnt .col {
	float: left;
	width: 45%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2%;
}
#cCnt ul{
	list-style-type: none;
	margin: 0 0 0 0em;
	padding-left: 0px;
	line-height: 1.3em;
	font-size: 0.75em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E9E9D1;
}
#cCnt li {
	background-image: url(../image/concepts/redb.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1.5em;
	border-bottom-style: solid;
	border-bottom-color: #E9E9D1;
	border-bottom-width: 1px;
}
#cCnt a {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
#cCnt a:hover {
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
#cCnt h2 {
	font-size: 0.9em;
	padding: 0px;
	margin: 1em 0em 0em;
	background-color: #FFFFFF;
}
#main .intro {
	font-size: 0.8em;
	color:#000000;
}
.subTitle {
	font-size: 0.85em;
	font-weight: normal;
}
.listPic{
	border: 1px solid #000000;
	float: right;
	margin: 0em 0em 0.5em 0.5em;
}
#adCol {
	width: 120px;
	position: absolute;
	z-index: 10;
	visibility: visible;
	margin-left: 780px;
}
.redUl {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9999;
	font-weight: bold;
	background-image: url(../image/design/bkbse.jpg);
	font-size: 0.7em;
	color: #666666;
	background-position: bottom;
}
#topNav {
	font-size: 0.8em;
	background-image: url(../image/design/bkbse.jpg);
}
#page #main .otherPages {
	padding:0.2em 1em 0.2em 1em;
	float:right;
	font-size: 0.6em;
	color:#000000;
	text-align: right;
	border: 1px solid #FF9999;
}
#page #main .otherPages a{
	font-weight:normal;
}
#page #main .otherPages a:hover{
	font-weight:normal;
	text-decoration:underline;
}
.dfidDisc {
	border:1px solid #FFFFFF;
	background-image: url(../image/design/shaded-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 0em;
	margin: 0em 0;
}
.dfidDisc p {
	display:block;
	width:400px;
	float:right;
}
.dfidDisc img {
	float:left;
	border:none;
}
.bmHead {
	float: right;
	width: 130px;
	padding-top: 0.4em;
	margin-top:0em;
	text-align: right;
}
.bmCol {
	width:125px;
	margin:1em auto;
}

