/* CSS Document */
/* All formats intended for screen viewing */

/* Undo Hidden Styles (set in print.css file) --------------------------------------------------------*/
#top_nav, #bottom_nav, #header, #index_crest, #side_bar {
	display: block;
}


/* Misc. Styles --------------------------------------------------------------------------------------*/
img {
	border: none;
}


/* Major Layout Containers ---------------------------------------------------------------------------*/
body {
	width: 100%;
	background: #55544A;
}
#wrapper {
	width: 100%;
	margin: 0;
}
#container {
	width: 766px; /* width of actual page */
	margin: auto;
	border: 1px solid #3F3E30;
	border-top: none;
}


/* Header --------------------------------------------------------------------------------------------*/
#header {
	position: relative;
	height: 87px;
	background: url(../../images/header_bg.jpg) no-repeat left top;
}
#header h1 {
	margin: 0;
	padding: 8px 14px;
}
#header h1 a {
	display: block;
	width: 372px;
	height: 36px;
	text-indent: -9999px;
	text-decoration: none;
}
p#header_knock_out {
	position: absolute;
	top: 7px;
	right: 20px;
	width: 183px;
	height: 70px;
	margin: 0;
	text-indent: -9999px;
	background: #FFF url(../../images/header_knock_out.jpg) no-repeat left top;
}
	

/* Top Navigation ------------------------------------------------------------------------------------*/
#nav_row_container {
	float: left;
	width: 766px;
}
#top_nav {
	display: inline;
	float: left;
	width: 205px;
	height: 302px;
	background: url(../../images/nav_bg.jpg) no-repeat left top;
}
#top_nav a {
	display: block;
	height: 30px;
	padding: 13px 0 0 40px;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
#top_nav a:hover {
	color: #FFF;
	background: url(../../images/nav_bg_over.jpg) no-repeat left top;
}


/* Index Photo ---------------------------------------------------------------------------------------*/
#index_photo {
	float: left;
	width: 561px;
	height: 302px;
	background: url(../../images/fade_1.jpg) no-repeat left top;
}


/* Contents and Side Bar -----------------------------------------------------------------------------*/
#content_container {
	position: relative;
	float: left;
	width: 766px;
	background: url(../../images/content_container_bg.jpg) repeat-y left top;
}
#side_bar {
	float: left;
	width: 205px;
	padding-bottom: 209px;
	font-size: 8pt;
}
#side_bar p.side_bar_heading {
	height: 21px;
	margin: 15px 15px 0 15px;
	padding: 0 0 0 5px;
	font-weight: bold;
	background: url(../../images/side_bar_heading.jpg) no-repeat left top;
	border: none;
}
#side_bar p {
	margin: 0 15px;
	border-bottom: 1px dotted #333;
}
#side_bar_bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 205px;
	height: 209px;
	background: url(../../images/side_bar_bottom.jpg) no-repeat left top;
}
#contents {
	float: left;
	width: 501px;
	padding: 15px 30px 60px 30px;
	background: url(../../images/contents_bg.jpg) no-repeat left top;
}
#contents h2 {
	margin: 30px 0 15px 0;
	padding-left: 3px;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
#contents h2#first_h2 {
	margin-top: 10px;
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;
	background: url(../../images/content_h1_bg.jpg) no-repeat left top;
}
#contents p {
	margin: 15px;
}

	
/* Bottom Navigation -------------------------------------------------------------------------------- */
#bottom_nav {
	position: absolute;
	bottom: 15px;
	width: 501px;
	text-align: center;
}
#bottom_nav a {
	color: #333;
	text-decoration: underline;
}
#bottom_nav a:hover {
	text-decoration: none;
}


/* Footer ------------------------------------------------------------------------------------------- */
#footer {
	clear: both;
	width: 706px;
	height: 66px;
	margin: 0;
	padding: 0 30px;
	font-size: 8pt;
	background: url(../../images/footer_bg.jpg) no-repeat left top;
}
#footer p {
	float: left;
	margin: 0;
	padding:  7px 15px 0 15px;
	text-align: left;
}
#footer a {
	color: #000;
}


/* CJ Footer ---------------------------------------------------------------------------------------- */
#iowamall {
	width: 766px;
	margin: 10px auto;
	background: #3F3E30;
}
.iowamall_side {
	width: 75px;
}
.iowamall_center {
	width: 616px;
}
#iowamall_message {
	text-align: center;
	color: #FFF;
	font-size: 8pt;
	line-height: 125%;
}
#iowamall_message a {
	color: #FFF;
}
#iowamall_message a:hover {
	text-decoration: none;
}

/* E-mail Form -------------------------------------------------------------------------  */
.error-message {
	margin-bottom: 10px;
	padding: 5px 8px;
	color: #900;
	background-color: #DDDAB7;
	border: 1px solid #98965B;
}
#email-form {
	width: 100%;
	background-color: #DDDAB7;
	border-top: 1px solid #98965B;
	border-bottom: 1px solid #98965B;
	border-right: 1px solid #98965B;
	border-left: 1px solid #98965B;
}
#email-form tr {
	border-bottom: 1px solid #98965B;
}
#email-form th {
	padding: 5px;
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	border-bottom: 1px solid #98965B;
}
#email-form td {
	padding: 10px;
	width: 400px;
	border-bottom: 1px solid #98965B;
}

.tr_required {
	background-color: #ffe5e5;
}

.star {
	color: #900;
}

#email-form input[type=text], #email-form input[type=checkbox], #email-form textarea {
	margin: 3px;
	padding: 2px;
}
#email-form input[type=text] { width: 200px; font: 12px Verdana, Arial, Helvetica, sans-serif; }
#email-form textarea { width: 300px; height: 150px; font: 12px Verdana, Arial, Helvetica, sans-serif; }

.code {
	margin-bottom: 10px;
	padding: 10px;
	background-color: #f2f2f2;
	border: 1px solid #dadada;
}
/* E-mail Form Simple -------------------------------------------------------------------------  */
.error-message {
	margin-bottom: 10px;
	padding: 5px 8px;
	color: #900;
	background-color: #DDDAB7;
	border: 1px solid #98965B;
}
#email-form2 {
	width: 100%;
	background: url(../../images/content_container_bg.jpg) no-repeat;
	border-bottom: 1px solid #98965B;
	margin: 20px 0px 20px 0px;
}
#email-form2 tr {
	border-bottom: 1px solid #98965B;
}
#email-form2 th {
	padding: 5px;
	text-align: right;
	font-weight: bold;
	font-size: 11px;
}
#email-form2 td {
	padding: 2px 10px 2px 10px;
	width: 400px;
}

.tr_required {
	background-color: #ffe5e5;
}

.star {
	color: #900;
}

#confirm_text{
	color: #990000;
	font-weight:bold;
}

#email-form2 input[type=text], #email-form input[type=checkbox], #email-form textarea {
	margin: 1px;
	padding: 1px;
}
#email-form2 input[type=text] { width: 90px; font: 12px Verdana, Arial, Helvetica, sans-serif; }
#email-form2 textarea { width: 300px; height: 150px; font: 12px Verdana, Arial, Helvetica, sans-serif; }
