/* CJ Footer Styles  - change the stuff below ------------------------------------------ */

#cjcopyright {
	background: #e8e8e8; /* message bg color  - default lt grey */
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	border-color: #999;  /*  bg color  - default dk grey */
	height: 41px;
}
#cjfooter, #cjfooter2, #cjfooter a, #cjfooter2 a {
	color: #333;  /*  link/text color  */
}
#cjfooter, #cjfooter2 {
	width: 750px; /* set the width of the footer */
	margin-top: 1em; /* set top margin */
	margin-bottom: 1em; /* set bottom margin */
}
/* Layout stuff - don't change unless necessary ---------------------------------------- */
#cjfooter, #cjfooter2 {
	position: relative;
	margin-left: auto; /* This centers it on the page */
	margin-right: auto;
}
#cjfooter p, #cjfooter2 p {
	margin: 0;
}
#cjfooter a#thingone, #cjfooter a#thingtwo, #cjfooter2 a#thingone, #cjfooter2 a#thingtwo {
	position: absolute;
	top: 3px;
	width: 75px;
	height: 50px;
	background-repeat: no-repeat;
	text-indent: -1000em; /* This gets rid of the text on the graphic links */
	text-decoration: none;  /* Gets rid of the link underline */
	outline: none;
	border: none;
}
#cjfooter a#thingone, #cjfooter2 a#thingone {
	left: 4px;
	background-image: url(../../images/logocaptain.gif);  /* CJ logo image */
}
#cjfooter a#thingtwo {
	right: 4px;
	background-image: url(../../images/logocaptain.gif);  /* Iowa Mall logo image */
}
#cjfooter2 a#thingtwo {
	right: 4px;
	background-image: url(../../images/logocaptain.gif);  /* Iowa Mall logo image */
}
#cjcopyright {
	padding: 2px;
	text-align: center;
	border-width: 5px;
	border-left-width: 83px;
	border-right-width: 83px;
	border-style: solid;
}
#cjfooter2 #cjcopyright {
	line-height: 4em;
}