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

#cjcopyright{
	background: #ccc; /* message bg color  - default lt grey */
	font-family: Arial, Helvetica, sans-serif;  
	font-size: x-small;
	line-height: normal;
	border-color: #FFF;  /*  bg color  - default dk grey */
}
#cjfooter, #cjfooter2, #cjfooter a, #cjfooter2 a{
	color: #333;  /*  link/text color  */
}
#cjfooter, #cjfooter2{
	width: 765px; /* set the width of the footer */
	margin: 0;
}


/* 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: 2px;
	width: 75px;
	height: 49px;
	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: 2px; 
	background-image: url(../../images/logocaptain.gif);  /* CJ logo image */
}
#cjfooter a#thingtwo,
#cjfooter2 a#thingtwo{
	right: 2px; 
	background-image: url(../../images/logoiowamall.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;
}