@charset "UTF-8";

/* -------------------------------------------------------------------- */
/*                                                                      */
/* -------- STYLES FOR IPM HOME PAGE using ANR SITEWIDE STYLES -------- */
/* -------- Chris Laning ----- August 2011 ---------------------------- */
/*                                                                      */
/* -------------------------------------------------------------------- */


/* ***************** TOP NAVIGATION AREA ***************** */

#navigation_top {
	min-height:24px;
}

/* ***************** LEFT SIDEBAR ***************** */

#navigation {
	width:180px;
	font-size: 12.5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative;
}

#announcements {
	padding-right: 10px;
}

#whatsnew {
	}

#announcements ul {
	list-style-image:url(IMAGES/bullets/bullet4.gif);
	margin-top: 50px;
	margin-left: 20px;
	margin-right: 13px;
}

#announcements ul li a {
	color: #138134;
	text-decoration: none;
	border-bottom: 1px dotted;
}

#whatsnew ul {
	list-style-image:url(IMAGES/bullets/bullet4.gif);
	margin-top: 50px;
	margin-left: 20px;
	margin-right: 13px;
}

#whatsnew ul li a {
	text-decoration: none;
	border-bottom: 1px dotted;
}

#whatsnew ul li a:visited {
	color: #194687;
}

#announcements ul li, #whatsnew ul li {
	margin-bottom: 0.7em;
}


/* ***************** MAJOR CONTENT AREA ***************** */

#pagecontent {
	float:right; width:730px;
/*	background-color: #e6e3da; */
}


#pagecontent .pagefull {
    margin: 10px 3px 0 -43px;
    padding: 0 10px;
}

#header2 {
	height:120px;
	border-top-width:0;
}

#topitems {
	float:none;
	padding: 5px 5px 5px 0;
	background:white;
	width:985px;
	margin:0 auto;
}

#topitems a, #topitems a:link, #topitems a:visited {
	color: #000;
}

.headtext {
	float:left;
	white-space: nowrap;
}

#content {
	margin-top: 15px;
	/*margin-right: 3px;*/
}

/* ***************** MAJOR DIVS ON HOME PAGE ***************** */


#homegarden, #cropsagriculture, #natural, #exotic {
	width: 353px;
	padding: 10px;
	float:right;
	color: #ffffff;
}

#cropsagriculture {
/*	margin-left: 13px; */
/*	background-color: #b6791e; */
	height: 353px;
}

#homegarden {
	margin-left: -13px;
/*	background-color: #194687; */
	height: 353px;
}

#naturalexotic {
	margin-top: 10px;
}

#natural {
/*	margin-left: 13px;
	margin-top: 13px; */
	margin-bottom: 10px;
/*	background-color: #138134; */
	height: 272px;
}

#exotic {
/*	margin-left: -13px;
	margin-top: 13px; */
	margin-bottom: 10px;
/*	background-color: #891517; */
	height: 272px;
}


/* ***************** HEADLINES FOR HOME PAGE ***************** */

#pagecontent h2,#pagecontent h3,#pagecontent h4 {
	font-family: Palatino,"Palatino Linotype",Georgia,"Times New Roman",serif;
	font-weight: normal;
	margin: 0em;
	padding: 0em;
	line-height: 95%;
	border-bottom: 0;
	background: none;
	color: #102650;
}

#pagecontent h2 {
	font-size: 2.2em;
	font-family: Palatino,"Palatino Linotype",Georgia,"Times New Roman",serif;
	font-weight: normal;
	line-height: 95%;
	border-bottom: 0;
	background: none;
	color: #102650;
	margin: 0.1em 0 0 0;
	padding: 0em;

}

#pagecontent h3 {
	font-family: Palatino,"Palatino Linotype",Georgia,"Times New Roman",serif;
	font-weight: normal;
	line-height: 95%;
	border-bottom: 0;
	background: none;
	color: #102650;
	font-size: 1.5em;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	margin: 0em;
	padding: 0em;
	background:none;
}

#pagecontent h4 {
	font-size: 1.5em;
}


#pagecontent li {
	font-size: 90%;
	line-height: 100%;
	margin-top: 0.4em;
}

#pagecontent a {
	color: #ffffff;
	text-decoration: none;
}

#pagecontent a:hover, #pagecontent a:active {
		border-bottom: 1px dotted #ffffff;
}

/* #mottobox h3.motto {
	font-family: Palatino,"Palatino Linotype",Georgia,"Times New Roman",serif;
	font-size: 1.4em;
	font-weight: normal;
	font-style: italic;
	color: #138314;
	margin: 0;
	text-align: left;
	line-height: 120%;
} */

/* ***************** MARGIN CLASSES ***************** */

.topzero {margin-top: 0; }
.top75 {margin-top: 0.75em; }
.top-75 {margin-top: -0.75em; }
.top100 {margin-top: 1em; }