/* 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;
}
.oneColFixCtrHdr #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. */
} 
.oneColFixCtrHdr #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. */
} 
.oneColFixCtrHdr #mainNav {
	background: #FFFFFF;
	position:relative;
	width:780px;
	height: 30px;	
	margin: 0 0 0 20px;
}
.oneColFixCtrHdr #mainContent {
	margin: 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 */
}
.oneColFixCtrHdr #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	margin: 10px 0 0 0;
	padding: 0px 20px 0 10px;
	color: #515252;
}
.oneColFixCtrHdr #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 20px 0 0 0;
	color: #F58323;
}
.oneColFixCtrHdr #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 24px 0 0 10px;
	color: #3E7136;
}
.oneColFixCtrHdr #mainContent #textContainer {
	border-left: 2px dotted #EAEAEA;
}
.oneColFixCtrHdr #mainContent #contentBox {
	width: 260px;
	float: right;
	margin: 10px 0 10px 20px;
}
.oneColFixCtrHdr #mainContent #contentButton {
	position: relative;
	width: 960px;
	height: 30px;
	margin: 40px 0 40px 0;  
}
.oneColFixCtrHdr #mainContent #contentButton #contentButtonLeft {
	position: absolute;
	top: 0;
	left: 0;
	width: 316px;
	height: 28px;
	border-top: 1px dotted #F58323;
	border-bottom: 1px dotted #F58323;
}
.oneColFixCtrHdr #mainContent #contentButton #contentButtonMiddle {
	position: absolute;
	top: 0;
	left: 316px;
	text-align: center; 
}
.oneColFixCtrHdr #mainContent #contentButton #contentButtonRight {
	position: absolute;
	top: 0;
	left: 643px;
	width: 317px;
	height: 28px;
	border-top: 1px dotted #F58323;
	border-bottom: 1px dotted #F58323;
}
.oneColFixCtrHdr #mainContent #performanceGraph {
	width: 960px;
	padding: 10px 0 0 0;
}
.oneColFixCtrHdr #mainContent #performanceTable {
	width: 960px;
	padding: 20px 0;
}
.oneColFixCtrHdr #mainContent #performanceTable table {
	width: 100%;
	/*border: 1px dotted #F58323;*/
}
.oneColFixCtrHdr #mainContent #performanceTable thead {
	background: #CAE4B5;
}
.oneColFixCtrHdr #mainContent #performanceTable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	padding: 2px;
	color: #000000;
}
.oneColFixCtrHdr #mainContent #performanceTable td.rowhead {
	background: #CAE4B5;
	text-align: left;
}
.oneColFixCtrHdr #mainContent #performanceTable tr.shaded {
	background: #EEEEEE;
}
.oneColFixCtrHdr #mainContent #performanceTable th {
	background: #CAE4B5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	padding: 2px;
	color: #000000;
}
.oneColFixCtrHdr #mainContent #performanceTable th.rowhead {
	text-align: left;
}
.oneColFixCtrHdr #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;
}
.oneColFixCtrHdr #mainContent a:link, .oneColFixCtrHdr #mainContent a:visited {
	color: #0000FF;
}
.oneColFixCtrHdr #mainContent a:hover, .oneColFixCtrHdr #mainContent a:active {
	color: #F58323;
}
.oneColFixCtrHdr #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;	
} 
.oneColFixCtrHdr #footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin: 0;
	padding: 5px 0;
	color: #000;
	text-transform: uppercase;
}
.oneColFixCtrHdr #footer h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 5px 0;
}
.oneColFixCtrHdr #footer #footerLeft {
	width:173px;
	float: left;
	padding: 0 5px 0 0;
	text-align: right;
	border-right: 2px dotted #EAEAEA;
	color: #000000;
} 
.oneColFixCtrHdr #footer #footerRight {
	width: 775px;
	margin: 0 0 0 185px;
}
.oneColFixCtrHdr #footer a:link, .oneColFixCtrHdr #footer a:visited {
	color: #666666;
}
.oneColFixCtrHdr #footer a:hover, .oneColFixCtrHdr #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;
}
