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

#cjcopyright{
	background: #3C3D6E; /* message bg color  - default lt grey */
	font-family: Arial, Helvetica, sans-serif;  
	font-size: x-small; 
	border-color: #3C3D6E;  /*  bg color  - default dk grey */
}
#cjfooter, #cjfooter2, #cjfooter a, #cjfooter2 a{
	color: #CED2EB;  /*  link/text color  */
}
#cjfooter, #cjfooter2{
	width: 750px; /* set the width of the footer */
	margin-top: 0; /* set top margin */
	margin-bottom: 0; /* 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;
	color: #CED2EB;
}
#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;
	background: #43457B;
}
#cjfooter2 #cjcopyright{
	line-height: 4em;
}

/* ---------------- */

#iowamall{
	background: #3C3D6E;
	width: 750px;
	display: block;
	margin: 0 auto;
}
#iowamall tr, #iowamall td{
	width: 100%;
}
#iowamall td{
	text-align: center;
	width: auto;
	padding: 3px;
}
#iowamall #message, #iowamall #iowamall-message{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 85%;
	border: 1px solid #333; 
	background: #43457B;
	padding: 3px;
	width: 575px;
}
#iowamall, #iowamall a{
	color: #CED2EB;
}