@charset "UTF-8";
/* CSS Document */

	
#wrapper {
	width: 100%;
	height: 100%;
	}
	
#toplogo {
	display: none;
	width: 0px;
	height: 0px;
	}
#strainslogo {
 	display: none;
	width: 0px;
	height: 0px;
	}
#askexpert {
 	display: none;
	width: 0px;
	height: 0px;
	}
#subnav {
 	display: none;
	width: 0px;
	height: 0px;
	}

#leftnav {
 	display: none;
	width: 0px;
	height: 0px;
	}
#maintext {
	position: absolute;
	top: 10px;
	left: 2em;
	width: 100%;
	height: 100%;
	}
#capsulefact {
 	display: none;
	}
#searchbox {
 	display: none;
	}
#printicon {
 	display: none;
	}
#footer {
 	font-size:10px;
	position: absolute;
	left: 2em;
	bottom: -15em;
	/*display: none; */
	}
td {padding: 4px;}	
p, ul, li, ol	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	}
#maintext p { margin: 0px 20px 15px 0px; font-size: 12px;}
#maintext ul, li, ol { margin: 0px 0px 15px 15px; font-size: 12px;}
li, ul, ol {list-style-image:url(../images/bullet.gif);}

#maintext a {color: #F5B14C; text-decoration: none; font-weight:bold;}

.search { 
	font-size: 12px;
	}
.reference {font-style:italic; color:#666666; font-size: 10px; line-height: 14px;}
	


/* Scroll Box CSS */
		.holder {
			overflow:visible;
			}
			.scroll-pane {
			overflow:visible;
			}

			#pane2 {
			overflow:visible;
			height: 3000px;
			}
			
			a.jScrollArrowUp {
				background: url(../images/basic_arrow_up.gif) no-repeat 0 0;
			}
			a.jScrollArrowUp:hover {
				background-position: 0 -0px;
			}
			a.jScrollArrowDown {
				background: url(../images/basic_arrow_down.gif) no-repeat 0 0;
			}
			a.jScrollArrowDown:hover {
				background-position: 0 -0px;
			}
			a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
				background-position: 0 -0px;
			}

			.orange-bar .jScrollPaneTrack {
				background: #d0d1d2;
			}
			.orange-bar .jScrollPaneDrag {
				background:   url(../images/drag_grab.gif);
			}
			.orange-bar .scroll-pane {
				background: #ffffff;
			}
/* End of Scroll CSS */
