/* enter global styles for DanielsAg.com */
html {
	min-height: 100%;
	margin-bottom: 1px;
}
body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FFFFFF url(/images/background-tile-10x10.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixRtHdr #container {
	background: #FFFFFF;
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #DCDBDB;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	background: #FFFFFF; 
	padding: 20px 0 20px 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #mainNav {
	background: #FFFFFF;
	position:relative;
	width:780px;
	height: 30px;	
	margin: 0 0 0 20px;
}
.twoColFixRtHdr #sidebar1 {
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	float: right; /* since this element is floated, a width must be given */	
	padding: 0 20px 20px 20px;
}
.twoColFixRtHdr #homeFlash {
	margin: 10px 0 0 20px;
}
.twoColFixRtHdr #mainContent {
	margin: 0 200px 0 20px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixRtHdr #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 10px 0 0 0;
	padding: 0px 20px 0 10px;
	color: #515252;
}
.twoColFixRtHdr #mainContent ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 5px 0;
	padding: 0px 20px 0 10px;
	color: #515252;
}
.twoColFixRtHdr #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 20px 0 0 0;
	color: #F58323;
}
.twoColFixRtHdr #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 24px 0 0 10px;
	color: #3E7136;
}
.twoColFixRtHdr #mainContent #textContainer {
	border-left: 2px dotted #EAEAEA;
}
.twoColFixRtHdr #mainContent #contentBox {
	width: 260px;
	float: right;
	margin: 10px 0 10px 20px;
}
.twoColFixRtHdr #mainContent #contentBox h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0 0 10px 0;
	color: #3E7136;
}
.twoColFixRtHdr #mainContent #contentButton {
	position: relative;
	width: 780px;
	height: 30px;
	margin: 40px 0 40px 0;  
}
.twoColFixRtHdr #mainContent #contentButton #contentButtonLeft {
	position: absolute;
	top: 0;
	left: 0;
	width: 226px;
	height: 28px;
	border-top: 1px dotted #F58323;
	border-bottom: 1px dotted #F58323;
}
.twoColFixRtHdr #mainContent #contentButton #contentButtonMiddle {
	position: absolute;
	top: 0;
	left: 226px;
	text-align: center; 
}
.twoColFixRtHdr #mainContent #contentButton #contentButtonRight {
	position: absolute;
	top: 0;
	left: 553px;
	width: 227px;
	height: 28px;
	border-top: 1px dotted #F58323;
	border-bottom: 1px dotted #F58323;
}
.twoColFixRtHdr #mainContent #performanceGraph {
	width: 780px;
	padding: 10px 0 0 0;
}
.twoColFixRtHdr #mainContent #performanceTable {
	width: 780px;
	padding: 20px 0;
}
.twoColFixRtHdr #mainContent #performanceTable table {
	width: 100%;
	/*border: 1px dotted #F58323;*/
}
.twoColFixRtHdr #mainContent #performanceTable thead {
	background: #CAE4B5;
}
.twoColFixRtHdr #mainContent #performanceTable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	padding: 2px;
	color: #000000;
}
.twoColFixRtHdr #mainContent #performanceTable td.rowhead {
	background: #CAE4B5;
	text-align: left;
}
.twoColFixRtHdr #mainContent #performanceTable tr.shaded {
	background: #EEEEEE;
}
.twoColFixRtHdr #mainContent #performanceTable th {
	background: #CAE4B5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	padding: 2px;
	color: #000000;
}
.twoColFixRtHdr #mainContent #performanceTable th.rowhead {
	text-align: left;
}
.twoColFixRtHdr #mainContent #performanceTable th.header {
	background: #3E7136;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding: 2px;
	color: #FFFFFF;
}
.twoColFixRtHdr #mainContent a:link, .twoColFixRtHdr #mainContent a:visited {
	color: #0000FF;
}
.twoColFixRtHdr #mainContent a:hover, .twoColFixRtHdr #mainContent a:active {
	color: #F58323;
}
.twoColFixRtHdr #mainContent #regForm {
	width: 360px;
	float: right;
	margin: 10px 0 30px 10px;
}
.twoColFixRtHdr #mainContent #regForm fieldset {
}
.twoColFixRtHdr #mainContent #regForm legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 3px 10px 3px;
	color: #515252;
}
.twoColFixRtHdr #mainContent #regForm input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #515252;
	width: 200px;
	float: right;
	margin: 2px 10px 2px 0;
}
.twoColFixRtHdr #mainContent #regForm textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #515252;
	width: 200px;
	float: right;
	margin: 2px 10px 2px 0;
}
.twoColFixRtHdr #mainContent #regForm value {
	color: #999999;
}
.twoColFixRtHdr #mainContent #regForm input.button {
	width: 100px;
	margin: 10px;
}
.twoColFixRtHdr #mainContent #regForm select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #515252;
	width: 206px;
	float: right;
	margin: 2px 10px 2px 0;
}
.twoColFixRtHdr #mainContent #regForm label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #515252;
	width: 90px;
	float: right;
	margin: 3px;
	padding: 0;
	text-align: right;
}
.twoColFixRtHdr .required {
	color: #CC6600;
}
.twoColFixRtHdr #footer {
	background: #FFFFFF;
	width: 960px;
	height: 100%;
	margin: 0 20px 20px 20px;
	padding: 5px 0 5px 0;
	border-top: 2px dotted #EAEAEA;
	border-bottom: 2px dotted #EAEAEA;	
} 
.twoColFixRtHdr #footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 0;
	padding: 5px 0;
	color: #666666;
}
.twoColFixRtHdr #footer h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 5px 0;
}
.twoColFixRtHdr #footer #footerLeft {
	width:173px;
	float: left;
	padding: 0 5px 0 0;
	text-align: right;
	border-right: 2px dotted #EAEAEA;
	color: #000000;
} 
.twoColFixRtHdr #footer #footerRight {
	width: 775px;
	margin: 0 0 0 185px;
}
.twoColFixRtHdr #footer a:link, .twoColFixRtHdr #footer a:visited {
	color: #666666;
}
.twoColFixRtHdr #footer a:hover, .twoColFixRtHdr #footer a:active {
	color: #F58323;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}