/*
	Color scheme based on Matt Thepworth's "Kayak."
	36362c    5d917d    a8ad80    e6d4a7    825534
*/

body
{
	background-color: #fff;
	font-size:15px;
}

.container_12
{
	padding-top: 20px;
	padding-bottom: 20px;
}

acronym
{
    cursor: help;
	border-bottom: 1px dotted #7e825f;
}

#header
{
    background-color:#006e00;
}

#header .container_12
{
    padding-bottom:0px;
}

#logo
{
	color: #36362c;
	font-size: 300%;
	padding-bottom:15px;
	margin-bottom:10px;
	text-align:center;
}

h1 span
{
	font-size:70%;
}

#subtitle
{
	text-align:center;
	color: #006e00;
	font-weight:normal;
	margin-top:0px;
}

.infobox
{
	padding: 10px;
	margin-bottom: 20px;
	text-align: justify;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: #ccc 2px 2px 4px;
	-webkit-box-shadow: #ccc 2px 2px 4px;	
	border: 1px solid #aaa;
}

.infobox h1
{
	color: #006e00;
	border-bottom: 1px solid #006e00;
	margin-bottom: 10px;
}

.infobox a
{
	font-weight:bold;
	color: #006e00;
}

.infobox p
{
	margin-bottom:0px;
}

/* I give up. :p */
.force_height 
{
    height:315px;
}

.centered
{
    text-align:center;
}

p.indent
{
	text-indent:1em;
}

.infobox ul
{
	margin-bottom:0px;
}

.accordion, .accordion *{
	margin:0;
	padding:0;
	list-style-type: none;
}

.accordion li{
	cursor:pointer;
	background: #fff;
	margin-right:10px;
}
.accordion li img{
	float:left;
	margin-right:10px;
}

.pest-desc {
	font-size:13px;
	padding-right:10px;
	height:500px;
	overflow:auto;
}

.pest-desc h1
{
	color:#000;
	font-size:150%;
	border-bottom: 1px solid #000;
	padding-bottom: 0px;
	margin-bottom: 10px;
}

.pest-desc p
{
	margin-bottom: 1em;
}

.pest-desc h2
{
	font-size:120%;
	font-style:italic;
}

.pest-desc .attr
{
	color:#aaa;
}

.pest-desc .attr a
{
    color:#585;
	font-weight:normal;
}

.accordion .active_click{
	cursor:default;
}

#tooltip
{
	display:none;
	position:absolute;
	left:0px;
	top:0px;
	z-index:99999;
    text-align:left;
}

#tooltip-inner
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display:inline;
	font-weight:bold;
	background:#fff;
	padding:5px;
	border:1px solid #555;
}

#footer
{
	font-style:italic;
	font-size:80%;
	margin-top:10px;
	text-align:center;
	color: #888;
}

#footer a
{
	color: #585;
}
