@charset "utf-8";
body {
	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;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #FFF;
	height: 400px;
}
.oneColFixCtrHdr #container {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #header {
	text-align: center;
	background-color: #FFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	height: 200px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	width: 100%;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-right: 20px;
	height: 600px;
}
.oneColFixCtrHdr #footer {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 30px;
	background-color: #203971;
	color: #FFF;
	text-align: center;
}
.oneColFixCtrHdr #footer p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFF;
	text-align: center;
	padding-top: 10;
	padding-bottom: 10;
}
#login {
	position:absolute;
	left:109px;
	top:246px;
	width:396px;
	height:93px;
	z-index:5;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0px;
	text-align: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/login_box.jpg);
	background-repeat: no-repeat;
}
#textbox_index {
	position:absolute;
	left:98px;
	top:343px;
	width:435px;
	height:235px;
	z-index:7;
	margin: 10px;
	text-align: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(../images/gray_arrow.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}


#menu {
	left:0px;
	top:0px;
	width:100%;
	z-index:1;
	background-color: #203971;
	float: none;
	padding-left: 100px;
	height: 31px;
}
#dixonlogo {
	position:absolute;
	left:593px;
	top:22px;
	width:370px;
	height:150px;
	z-index:2;
}
#dixonlogo {
	position:absolute;
	left:532px;
	top:21px;
	width:370px;
	height:100px;
	z-index:2;
}
#apDiv1 {
	position:absolute;
	left:391px;
	top:195px;
	width:436px;
	height:27px;
	z-index:3;
}
.footer {	bottom: 20px;
	position: relative;
}
#ztrlogo {
	position:absolute;
	left:656px;
	top:597px;
	width:323px;
	height:184px;
	z-index:8;
}
#textbox_contact {
	position:absolute;
	left:110px;
	top:241px;
	width:324px;
	z-index:1;
	padding: 10px;
	text-align: left;
}

#flash {
	position:absolute;
	left:583px;
	top:237px;
	width:450px;
	height:292px;
	z-index:6;
	background-color: #FFFFFF;
}
.nonwhitelink {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #203971;
	text-decoration: underline;
}
#nonwhitelink {
	color: #203971;
	text-decoration: underline;
}
.oneColFixCtrHdr #textbox_contact p .nonwhitelink {
	color: #203971;
	text-decoration: underline;
}
