
#index_top_banner {
   display: block;
   width: 100%;
   background-color: #131D4E;
   color: #FFFFFF;
   margin-bottom: 10px;
}

#index {
   width: 100%;
}
#index h1 {
	color: #999999;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0.15em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.index_container_l {
   margin: 0px 5px 10px 0px;
   border: solid 1px #D2CDBD;
}

.index_container_c {
   margin: 0px 5px 10px 5px;
   border: solid 1px #D2CDBD;
}

.index_container_r {
   margin: 0px 0px 10px 5px;
   border: solid 1px #D2CDBD;
}

.index_column {
   vertical-align: top;
   padding: 0px;
   width: 30%;
}

.index_column .special {
   border-top: solid 1px #D2CDBD;
}

.index_column .special .left {
   /*
   background-image: url("/images/site/xmas_left.jpg");
   background-position: top left;
   background-repeat: no-repeat;
   */
   border: 0px;
}
.index_column .special .right {
   /*
   background-image: url("/images/site/xmas_right.jpg");
   background-position: bottom right;
   background-repeat: no-repeat;
   */
   border: 0px;
}

.flashOver {
   width: 590px;
   border: solid 1px #FFAD00;
   margin-bottom: 0px;
   padding-bottom: 0px;
}

.flashUnder {
   background-image: url("/images/site/top_shadow.jpg");
   background-position: top left;
   background-repeat: repeat-x;
   vertical-align: top;
   width: 592px;
}

.content_box {
   padding-top: 10px;
   margin: 10px;
   border-top: solid 1px #D2CDBD;
   /*
   background-image: url("/images/site/bottom_boxes.jpg");
   background-position: bottom left;
   background-repeat: repeat-x;
   */
   background-color: #FFFFFF;
}
.content_box:first-child {
   padding-top: 0px;
   border-top: 0px;
}

.content_box div {
   text-align: center;
}

.content_box h2 a {
   font-size: 11px;
   font-weight: bold;
}

.content_box h3 {
   margin-bottom: 0px;
   font-size: 12px;
}
.content_box h4 {
   margin-top: 0px;
   font-size: 10px;
}
