/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #d9d9d9;
	background-attachment: scroll;
	background-color: #c1bab0;
	background-image: url(images/bkg_fade.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
h1{
	margin-bottom: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-top: 0px;
}

h1, h1 a{
	text-decoration: none;
}
h2, h2 a,  h3, h3 a{
	text-decoration: none;
	color: #592c35;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

/*#heading1 {
	padding-right: 12px;
	padding-bottom: 1px;
	padding-left: 9px;
	padding-top: 25px;
	background-repeat: repeat;
	background-position: left top;
	background-image: url(images/h1-bkg.png);
	position: relative;
	left: 17px;
	overflow: visible;
	margin-bottom: 15px;
	width: auto;
}
*/
h1{
	font-size: 34px;
	color: #2e8cc0;
	padding-right: 12px;
	padding-bottom: 1px;
	padding-left: 25px;
	padding-top: 75px;
	margin-bottom: 15px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 14px;
	font-weight: bold;

}

p, ul, ol {
	margin-top: 0em;
	line-height: 150%;
	
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

/* Logo container*/

#logocontainer {
	width:100%;
	height: 178px;
	margin: 0 auto;
	background-color:#ffffff;
	}
#logocontainerinside {
	width:100%;
	height: 178px;
	margin: 0 auto;
	background-color:#000000;
	background-image:url(images/ins_header_tile.gif);
	background-repeat: repeat-x;
	background-position: top;
	}
/* Logo */

#logo {
	width: 891px;
	height: 234px;
	margin: 0 auto;
}

#logo h1, #logo h2 {
	margin: 0;
}

#logo h1 {
	float: left;
	padding-top: 75px;
}

#logo h2 {
	float: right;
	padding-top: 95px;
	font-size: 16px;
	font-weight: normal;
}

#logo h2, #logo h2 a {
	color: #939292;
}

#logo a {
	text-decoration: none;
}


a {
	color: #2e8cc0;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-right: 20px;
}

hr {
	display: none;
}
/* Logo box */
#logobox {
	height: 181px;
	width:auto;
	float:left;
}

/* Menu */
#menubox {
	height: 44px;
	width:970px;
	background-image: url(images/menu_bkg.gif);
	background-repeat: repeat-x;
	background-color: #9dbd35;
	background-position: left top;
}

#leftsidebar-content ul {
	margin: 0;
	list-style: none;
	line-height: normal;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

#leftsidebar-content li {
	float: left;
	width: 187px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

#leftsidebar-content a {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	margin: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 20px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6a4149;
}
#leftsidebar-content a.level2 {
	color: #2e8cc0;
	background-color: #FFFFFF;
	background-image: url(images/sidebar_level2highlt.gif);
	background-repeat: repeat-y;
	background-position: left top;
	border-bottom-style: none;
}
#leftsidebar-content a.level3 {
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #2e8cc0;
	padding-left: 30px;
	padding-right: 15px;
	padding-top: 2px;
	border-bottom-style: none;	
}
#leftsidebar-content li.level3{
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #beaeb0;
	background-color: #FFFFFF;
	background-image: url(images/sidebar_level2highlt.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#leftsidebar-content a:hover {
	background-color: #79575c;
	background-image: url(images/sidebar_highlt.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#leftsidebar-content a.level2:hover, #leftsidebar-content a.level3:hover {
	text-decoration: underline;
	background-image: url(images/sidebar_level2highlt.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
/* banner */
#bannercontainer {
	width:100%;
	background-color:#3c3c3c;
	margin: 0 auto;
}
#banner {
	width:870px;
	margin: 0 auto;
}
/* Page */

#pageshadow {
	width: 807px;
	margin: 0 auto;
	background-image: url(images/shadow2.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 0px;
	padding-bottom: 0px;
}
#page {
	width: 807px;
	margin: 0 auto;
	background-image: url(images/shadow1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-bottom: 0px;
}

#pagecontainerinside {
	width:777px;
	background-image: url(images/bear_bkg_default.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: auto;
	overflow: auto;
	border: 1px solid #cccccc;
	padding: 3px;
	margin-top: 0px;
	margin-right: 11px;
	margin-bottom: 0px;
	margin-left: 11px;
	background-color: #f9f9f9;
}
#pagecontainerinside-bin {
	width:777px;
	background-image: url(images/bear_bkg_bin.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: auto;
	overflow: auto;
	border: 1px solid #cccccc;
	padding: 3px;
	margin-top: 0px;
	margin-right: 11px;
	margin-bottom: 0px;
	margin-left: 11px;
	background-color: #f9f9f9;
}
#pagecontainerinside-bee{
	width:777px;
	background-image: url(images/bear_bkg_bee.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: auto;
	overflow: auto;
	border: 1px solid #cccccc;
	padding: 3px;
	margin-top: 0px;
	margin-right: 11px;
	margin-bottom: 0px;
	margin-left: 11px;
	background-color: #f9f9f9;
}
#pagecontainerinside-species{
	width:777px;
	background-image: url(images/bear_bkg_species.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: auto;
	overflow: auto;
	border: 1px solid #cccccc;
	padding: 3px;
	margin-top: 0px;
	margin-right: 11px;
	margin-bottom: 0px;
	margin-left: 11px;
	background-color: #f9f9f9;
}
#pagecontainerinside-human{
	width:777px;
	background-image: url(images/bear_bkg_human.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: auto;
	overflow: auto;
	border: 1px solid #cccccc;
	padding: 3px;
	margin-top: 0px;
	margin-right: 11px;
	margin-bottom: 0px;
	margin-left: 11px;
	background-color: #f9f9f9;
}
#pagecontainerinside-crops{
	width:777px;
	background-image: url(images/bear_bkg_crops.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: auto;
	overflow: auto;
	border: 1px solid #cccccc;
	padding: 3px;
	margin-top: 0px;
	margin-right: 11px;
	margin-bottom: 0px;
	margin-left: 11px;
	background-color: #f9f9f9;
}
#pagecontainerinside-livestock{
	width:777px;
	background-image: url(images/bear_bkg_crops.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: auto;
	overflow: auto;
	border: 1px solid #cccccc;
	padding: 3px;
	margin-top: 0px;
	margin-right: 11px;
	margin-bottom: 0px;
	margin-left: 11px;
	background-color: #f9f9f9;
}
#pagecontainerinside-contact{
	width:777px;
	background-image: url(images/bear_bkg_contact.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: auto;
	overflow: auto;
	border: 1px solid #cccccc;
	padding: 3px;
	margin-top: 0px;
	margin-right: 11px;
	margin-bottom: 0px;
	margin-left: 11px;
	background-color: #f9f9f9;
}
#pagecontainerinside-reading{
	width:777px;
	background-image: url(images/bear_bkg_contact.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: auto;
	overflow: auto;
	border: 1px solid #cccccc;
	padding: 3px;
	margin-top: 0px;
	margin-right: 11px;
	margin-bottom: 0px;
	margin-left: 11px;
	background-color: #f9f9f9;
}
/* Content */


#contentholder {
	float: right;
	width: 696px;
	position: relative;
	background-attachment: fixed;
	background-image: url(images/header_ds.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: auto;
}



/* Footer */
#footer {
	width: 807px;
	margin: 0 auto;
	height: 50px;
	background-image: url(images/ds_footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#footerleft {
	width: 600px;
	float: left;
		padding-top: 20px;
}
#footerright {
	width: 158px;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}
#footercontainer {
	width:100%;
	height: 50px;
	clear: both;

}
#footer p {
	margin: 0;
	line-height: normal;
	color: #605d59;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 11px;
}

#footer a {
	color: #605d59;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 205px;
	position: relative;
	top: 30px;
	right: 30px;
	background-color: #f4f4f4;
	padding: 10px;
}

#sidebar ul {
	margin: 0;
	padding: 0 0 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 10px;
	padding: 0 15px 0 20px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #E5E5E5;
}

#sidebar h2 {
	margin-bottom: 15px;
	font-size: 18px;
	margin-top: 15px;
	margin-left: 5px;
}

/* Shadow */
#shadowleft{
	height: 444px;
	width: 18px;
	background-attachment: fixed;
	background-image: url(images/left_dropshadow.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#shadowright{
	height: 444px;
	width: 18px;
	background-attachment: fixed;
	background-image: url(images/left_dropshadow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
}

#leftsidebar{
	background-color: #592c35;
	background-image: url(images/sidebar_btm.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	width: 187px;
	margin: 0px;
	padding: 0px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
}
#leftsidebar2{
	background-color: #f9f9f9;
	background-image: url(images/sidebar_lower.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 187px;
	padding: 0px;
	clear: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 189px;
	overflow: visible;
}
#leftsidebar-btm{
	background-color: #e5edf4;
	background-image: url(images/curve_btm_lghtblue.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	width: 274px;
	height: 18px;
	margin: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#leftsidebar-content, #leftsidebar-content2{
	margin: 0px;
	padding: 0px;
}
#leftsidebar-content p, #leftsidebar-content2 p{
	font-size: 12px;
	line-height: 1.5em;
	color: #004a91;
	padding-top: 25px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin: 0px;
}
#rightcol{
	float: right;
	width: 590px;
	margin: 0px;
	padding: 0px;
	clear: right;
}
#rightcol-content{
	margin: 0px;
	padding: 0px;
		color: #494a4b;
}
#rightcol-content p{
	font-size: 12px;
	padding-top: 0px;
	padding-right: 18px;
	padding-bottom: 20px;
	padding-left: 25px;
	margin: 0px;
	color: #494a4b;
}
#rightcol-table{
	padding-right: 18px;
	padding-left: 25px;
	margin: 0px;
}
#rightcol-table p{
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#rightcol-content li{
	padding-right: 18px;
	padding-bottom: 1.5em;	
}
#rightcol-content ul{
	margin-bottom: 0px;	
}
.heading1sub {
	font-size: 22px;
	font-weight: normal;
}
.intro{
	font-size: 18px;
	font-weight: normal;
	color: #2e8cc0;
	line-height: 1.2em;	
}
.imagestyle{
	background-color: #FFFFFF;
	padding: 4px;
	border: 1px solid #c1bab0;
}
.caption{font-size: 10px}
.imageright{
	float:right;
	width:330px;
	margin-right:25px;
	}
	
.greybox{
	background-color:#E8E7E1;
	clear:both;
	margin-top:10px;
	padding-top:15px;
}
#ftn1{
	clear:both;
	}