@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #fff;
}

* {
	font-family:  helvetica, arial, sans-serif;
	font-size: 13px;
}

div#head-outer {
	width: 100%;
}
div#head {
	margin: 0 auto 0 auto;
	background:url(../images/bg-title.gif) no-repeat top left;
	height: 111px;
	width: 930px;
}

h1#logo {
	text-indent:-999px;
	font-size:0px;
}




div#main-outer {
	width:100%;
	text-align:left;
	padding: 20px 0 0 20px;
}

div#left {
	display: none;
}

div#content {
	width: 100%;
}

blockquote {
	margin: 0;
	padding: 0;
}

#home p {
	margin: 0;
	padding: 0;
	color: #0090b3;
	font-size: 30px;
}

div#tiles, div#tiles-content  {
	display: none;
}

div#content-panel {
	line-height: 140%;
}

div#content-panel h1 {
	font-size:28px;
	color: #0090b3;
}

div#content-panel h2 {
	font-size:20px;
	color: #0090b3;
	text-transform: uppercase;
}

div#content-panel h3 {
	font-size:16px;
	color: #000;
	text-transform: uppercase;
}

ul {
	list-style:none;
	margin: 0 0 0 12px;
	padding: 0;
}
ul li {
	padding: 0 0 0 15px;
	background: url(../images/bg-ul-dot.gif) no-repeat left 8px;
}

.dash li {
	background:  url(../images/bg-ul-dash.gif) no-repeat left 8px;
}

div#content-panel div.image-right {
	float: right;
	color: #0090b3;
	padding: 0 0 0 10px;
	width:314px;
}

/*	table colors
	#118faf th color
	#aecbd5 blue row odd style
	
*/
div#content-panel table {
	width:650px;
	padding: 0;
	margin: 10px;
}

div#content-panel thead th {
	background-color: #0090b3;
	height: 44px;
	padding: 2px 5px 2px 15px;
	color: #fff;
	
}

div#content-panel #table-left {
	background: url(../images/bg-table-left.png) top left;
}
div#content-panel #table-right  {
	background: url(../images/bg-table-right.png) top right;
}

div#content-panel tr.table-footer td {
	background:	#0090b3;
}
div#content-panel tr.table-footer td.table-footer-left  {
	background: transparent url(../images/bg-table-footer-left.png) bottom left;
}
div#content-panel tr.table-footer td.table-footer-right  {
	background: transparent url(../images/bg-table-footer-right.png) bottom right;
}


div#content-panel tr.odd {
	background-color: #aecbd5;
}

div#content-panel td {
	padding: 2px 5px 2px 15px;
}
/*######### pests and diseases #########*/

div.tab-top {
	display:none;
}




div#content-panel div.selector {
	display: none;
}

div#content-panel div#pest-content-head {
	
	background:url(../images/bg-pest-content-head.png) no-repeat top left;
	width: 691px;
	height: 55px;
	margin: 0px 0 20px 0;
}

div#content-panel div#pest-content-head h2  {
	margin: 0;
	color: #fff;
	padding: 17px 0 0 15px;
}
div#footer-outer {
	display: none
}

ul#links {
	display: none;
}


/* Pests Database */
div#content-panel div#pest-content-head {
	background: none;
	height: auto;
	margin: 0;
	width: auto;
}
div#content-panel div#pest-content-head h2 {
	color: #000;
	padding: 0;
	margin: 0 0 10px 0;
}
ul.tab-bottom {
	display: none;
}
div.TabbedPanelsContent h3, div.TabbedPanelsContent {
	display: block !important;
}
