﻿body {
	background: url('images/bg.gif');
	margin: 20px 0 0 0;
	padding: 0;
}
.shell {
	font-family: Arial;
	font-size: 12px;
	background: #FFFFFF;
	width: 830px;
}
.shell table {
	font-family: Arial;
	font-size: 12px;
}
/*-----Header-----*/
.top {
	border-bottom: 6px solid #FFF;
	font-family: Arial;
	color: #000000;
	background: #292929;
}
.top .skyline {
	background: #292929 url('images/bgDesMoinesSkyline.jpg') no-repeat right top;
	width: 371px;
}
.top .skyline:hover {
	background-image: url('images/bgDesMoinesSkyline_hover.jpg');
}
.top .mainNav {
	text-align: center;
	width: 157px;
	line-height: 30px;
}
.top .mainNav a {
	color: #000000;
	width: 157px;
	line-height: 30px;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	display: block;
	border-left: 1px #000000 solid;
	background:#FED41E url('images/nav.jpg') no-repeat;
	font-weight: bold;
}
.top .mainNav a:hover {
	color: #000000;
	display: block;
	background:#FEE365 url('images/navO.jpg') no-repeat;
}
.top .mainNavBlank {
	/*background:#FED41E url('images/nav.jpg') repeat-x;*/
	background:#FED41E;
	text-align: center;
}
/*-----Left Content-----*/
.contentLeft {
	border-right: 1px solid #969696;
	vertical-align: top;
	padding: 7px;
	width: 180px;
}
.contentLeft ul {
	list-style: none outside url('images/arrow.gif');
	margin: 10px 0 0 40px;
	padding: 0;
}
.contentLeft li {
	line-height: 12px;
	margin-bottom: 8px;
}
.contentLeft li a {
	text-decoration: none;
	color: #000;
}
.contentLeft li a:hover {
	text-decoration: underline;
	color: #E4CE5F;
}
/*-----Middle Content-----*/
.contentMid {
	vertical-align: top;
	padding: 8px;
	width: 470px;
}
/*-----Right Content-----*/
.contentRight {
	border-left: 1px solid #969696;
	vertical-align: top;
	padding: 7px;
	width: 180px;
}
/*-----Secondary Content-----*/
.contentSec {
	vertical-align: top;
	padding: 8px;
}
.contentSec p {
	margin: 0 0 10px 0;
}
#kids .contentSec {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: navy;
}
.contentSec ul {
	margin-top: 0;
	padding-top: 0;
}
.contentSec h2 {
	margin-bottom: 0;
}
/*-----Footer-----*/
.bottom {
	border-top: 6px solid #FFF;
}
.bottom td {
	background: #292929;
	color: #FFFFFF;
	font-size: 11px;
	border-top: 3px solid #E2C756;
	padding: 8px;
	font-family: Arial;
	vertical-align: top;
}
.bottom a {
	margin: 0 2px;
	color: #FFFFFF;
	text-decoration: none;
}
.bottom a:hover {
	color: #FED41E;
	text-decoration: underline;
}
/*-----Subnav-----*/
#subnav {
	float: left;
	width: 175px;
}
#subnav p {
	margin: 10px 0 0 0;
	border-bottom: 1px black solid;
	font-weight: bold;
}
#subnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#subnav ul ul li {
	margin: 0 0 0 20px;
	padding: 0px;
}
.content {
	margin-left: 185px;
	min-height:400px;
}
.titleBold {
	font-weight: bold;
}
.titleNormal {
	font-weight: normal;
}
#subnav a {
	color: #000;
	text-decoration: none;
}
#subnav a:hover {
	color: #a0840b;
	text-decoration: none;
	border-bottom: 1px #a0840b dotted;
}
/*-----Global-----*/
h1 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px #FED41E solid;
}
h2 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
h3 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
.title {
	color: #016100;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
}
p.title {
	margin-bottom: 10px;
}
a {
	color: ;
	text-decoration: underline;
}
a:hover {
	color: ;
	text-decoration: none;
}
.section {
	background: #FFFFFF url('images/sectionBack.jpg') repeat-x;
	height: 19px;
	width: 166px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	margin-bottom: 4px;
}
.sideTitle {
	background: #FFFFFF url('images/sideTitle.gif') no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #4A4A4A;
	width: 145px;
	margin: 4px 20px 4px 20px;
}
.promo {
	padding: 6px;
	border: 1px #E8D920 solid;
	margin-bottom: 4px;
}
.subPromo {
	background: #EDEBEC;
	padding: 4px;
	margin: 4px 0 18px 0;
	vertical-align: top;
	min-height:80px;
}

.subPromo a:link, .subPromo a:visited, .subPromo a:active
{
	font-weight:normal;
	color:black;
	text-decoration:none;
	display:block;
	background: #EDEBEC;
}

.subPromo a:hover
{
	background: #dad7d9;
}

.subPromo img
{
	margin:0 8px 0 8px;
}

/*// Cross Sell Box ////////////////////////////////////////////////////*/
div.cross_sell {
	width: 189px;
	margin: 0px 25px 10px 10px;
	float: right;
}
div.cs_top_t {
	background: url(images/cross_sell_top-t.gif) no-repeat;
	width: 189px;
	height: 11px;
}
div.cs_top {
	padding: 0;
	text-align: center;
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	text-transform: uppercase;
	background: #FED41E url(images/cross_sell_top_tile.gif) left top repeat-y;
}
div.cs_top_b {
	background: url(images/cross_sell_top-b.gif) no-repeat;
	width: 189px;
	height: 9px;
}
div.cs_main {
	padding: 10px;
	text-align: left;
	font-size: 8pt;
	color: #ffffff;
	background-color: #292929;
}
div.cs_bottom {
	background: url(images/cross_sell_bottom.gif) no-repeat;
	width: 189px;
	height: 13px;
}
div.cs_main a:link, div.cs_main a:visited {
	color: white;
}
div.cs_main span {
	font-weight: bold;
	color: #FED41E;
}
div.cs_btn {
	padding: 0;
	text-align: center;
	background-color: #292929;
}
#pop {
	margin: 0 auto;
	width: 80%;
	min-height: 150px;
	background-color: white;
	vertical-align: top;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.makeHomePageLink {
	padding:6px 4px 0
}

.HomeSubNav {
	list-style-type:none;  list-style-image:none
}

.HomeSubNav li {
	list-style-type:none; list-style-image:none; margin-left:-30px; margin-top:-5px;
}


a.yellowBox:link, a.yellowBox:visited, .yellowBox
{
	background-color:#FED41E;
	color:black;
}

table.newTable
{
	border-collapse:collapse;
}

table.newTable td
{
	padding:4px;
	border:1px black solid;
	border-collapse:collapse;
}

/* custom table */
table.customTable
{
	width:98%;
	border-collapse:collapse;
}

table.customTable thead
{
	background-color:#C0C0C0;
}

table.customTable th
{
	font-weight:bold;
	vertical-align:top;
	padding:3px;
	text-align:left;
	border-collapse:collapse;
	border:1px black solid;
}

table.customTable td
{
	vertical-align:top;
	padding:3px;
	border-collapse:collapse;
	border:1px black solid;
}




