@charset "utf-8";
/* CSS Document: 2013 National Farm Business Management Conference website 3 COLUMN LAYOUT/
/* CREATED: 11/15/12; Restored to Server 4/16/24 */
/* AUTHOR: Debra Pike */

html, body {
	height:100%;
	background-color: #E6E6E6;
	background-image: url(../images/page_bg1066.png); /* DROP SHADOW BEHIND PAGE. IMAGE WIDTH 1066 - OUTERWRAPPER WIDTH 984 = 82PX*/
	background-repeat: repeat-y;
	background-position: center top;
}

body, h1, h2, p, ul, li {
	font-family:Verdana, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #000;
}

p	{color:#000; /* BLACK */margin-top:1em; }

h1 	{color:#003; /* DK BLUE */ height:1.4em;}

h3 	{color:#0141AB; /* BRT TURQ. */ padding-top:1.75em;}

#topLink-wrapper {text-align:left;}

#outerWrapper {
	background-color:#fff;
	min-height: 100%;
	width: 984px; /* 1004 RIGHT EDGE CONTENT AREA - 20 LEFT EDGE OF GLOBE IMAGE */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align:left;
	/*position:relative;/*FOR REFERENCE ONLY */
	/*border: 1px solid yellow; /*FOR REFERENCE ONLY */
}

#header {
	height:260px;
	background-color: #FFF;
	background-image: url(../images/banner-bkgd.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

#left-nav {
	float:left;
	margin-right:25%;
	margin-bottom:10px;
	padding: 10px;
	/*border: 1px solid red; FOR REFERENCE ONLY */
	/*background-color:red;  FOR REFERENCE ONLY */
}

#main {
	float:right;
	width:69%;
	margin-top: -835px; /*MOVE TOP MARGIN OF MAIN CONTENT DOWN TO TOP EDGE OF LEFT MENU BAR */
	margin-right:3%;
	margin-bottom:10px;
	padding:10px;
}

/*IE 8, 9, 10 HACK TO MOVE TOP MARGIN OF MAIN CONTENT DOWN TO MATCH FIREFOX */
@media screen\0 {
	#main {margin-top: -950px;}
}

a:visited {color:#90C; text-decoration:none;} /*PURPLE */

.back-to-top {
	font-family: Verdana, Geneva, sans-serif;
	font-size: larger;
	color:#006; /* DK BLUE */
}

.back-to-top a:link {
	color:#03C; /* HYPERLINK BLUE*/
	text-decoration:none;
}

.back-to-top a:visited {color:#90C; text-decoration:none;} /*PURPLE */

#linkWrapper {
	clear:both;
	line-height:0.7em;
	text-align:center;
	padding-bottom:20px;
	width:100%;
}

#textLinks-r1 li, #textLinks-r2 li, #textLinks-r3 li, #topLinks li, #topLinks2 li, .navLinks li  {
	font-family:Verdana, Geneva, sans-serif;
	font-size:smaller;
	color: #CCC; /*DENOTES INACTIVE LINK */
	display: inline;
	padding-left:2px;
	padding-right:6px;
	border-right-width:2px;
	border-right-style:solid;
	border-right-color:#006; /* DK BLUE */
	line-height: 1.5em;
}

#textLinks-r1 li.last, #textLinks-r2 li.last, #textLinks-r3 li.last, #topLinks li.last, #topLinks2 li.last, .navLinks li.last  {border-right:0;}
#textLinks-r1 a:link, #textLinks-r2 a:link, #textLinks-r3 a:link, #topLinks a:link, #topLinks2 a:link, .navLinks a:link  {color:#03C; text-decoration:none;} /* HYPERLINK BLUE*/
#textLinks-r1 a:hover, #textLinks-r2 a:hover, #textLinks-r3 a:hover, #topLinks a:hover, #topLinks2 a:hover, .navLinks a:hover  {color:#CED8FF;} /*LT BLUE */
#textLinks-r1 a:visited, #textLinks-r2 a:visited, #textLinks-r3 a:visited, #topLinks a:visited, #topLinks2 a:visited, .navLinks a:visited  {color:#90C; text-decoration:none;} /*PURPLE */
#textLinks-r1 a:active, #textLinks-r2 a:active, #textLinks-r3 a:active, #topLinks a:active, #topLinks2 a:active, .navLinks a:active  {color:#003;} /*DK BLUE */
#textLinks-r1 li.current, #textLinks-r2 li.current, #textLinks-r3 li.current, .navLinks li.current {background:#4aa6f9; color:#fff; margin-left:-0.45em; margin-right: -0.02em; /*WHITE TEXT, LT TURQUOISE BKGD */}
#textLinks-r1 li.current-last, #textLinks-r2 li.current-last, #textLinks-r3 li.current-last, .navLinks li.current-last {border-right:0; background:#4aa6f9; color:#fff;  margin-left:-0.45em; margin-right: -0.02em; }

#footer {
	clear:both;
	height: 50px;
	bottom:0;
    background-color: #FFF;
	background-image: url(../images/footer-bkgd.jpg);
}

.copy {
	color:#FFF;
	font-size: 1.2rem;
	text-align:center;
	padding-top: 15px;
}

.copy a:link {color:#9F9FFF; /*LT BLUE*/}
.copy a:hover {color: #6F3; /*LT GREEN */}
.copy a:visited {color:#CC99FF; /*LT PURPLE */}
	
