@charset "UTF-8";
/* CSS Document */

/*******************************
* Tab Box
*******************************/

#multi_select {
  float:left;
}

#multi_select ul#tabs {
  list-style-type: none;
  margin: 0 2px;
  padding: 0;
}

#multi_select ul#tabs li {
  float: left;
  background: none;
  margin: 0;
  padding: 0;
}

#multi_select ul#tabs li a {
  display:block;
  width: 265px;
  height: 25px;
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  text-align:center;
}

#multi_select ul#tabs li#tab1 a {
  background:url(/images/tabs_right.png) no-repeat bottom left;
}

#multi_select ul#tabs li#tab1.selected-tab a {
  background:url(/images/tabs_left.png) no-repeat bottom left;
}

#multi_select ul#tabs li#tab2 a {
  background:url(/images/tabs_left.png) no-repeat bottom right;
  color: yellow;
}

#multi_select ul#tabs li#tab2.selected-tab a {
  background:url(/images/tabs_right.png) no-repeat bottom right;
}

#multi_select ul#tabs li.selected-tab a {
  font-weight:bold;
  font-size:14px;
  line-height:26px;
}

#multi_select .tab_content {
  clear:both;
  display:none;
}

#multi_select .selected-tab-content {
  display: block;
  margin-top: 40px;
}

#multi_select .tab_content .column {
  padding: 0 0 0 12px;
  float:left;
  width: 256px;
}

#mc_embed_signup fieldset {
  padding: 8px;
  width: 224px;
  border: 1px solid #978461;
}

#mc_embed_signup legend {
  color:#996633;
  font-size:15px;
  font-weight:bold;
  padding: 0 2px;
}

div.sociallinks {
	float: right;
	width: 260px;
}

div.sociallinks img {
	padding-top: 7px;
}

/*******************************
* Homepage styles
********************************/
#hp-slides {
  position: relative;
  width: 267px;
  height: 300px;
  background: #F0E5D8;
  margin: 0 26px 0 0;
  float: left;
  z-index: 0;
}


#hp-slides .content_box1 {
  background: url('/graphics/design/content_box_tl4.png') top left no-repeat;
}

#hp-slides .content_box2 {
  background: url('/graphics/design/content_box_tr4.png') top right no-repeat;
}

#hp-slides .content_box3 {
  background: url('/graphics/design/content_box_br4.png') bottom right no-repeat;
}

#hp-slides .content_box4 {
  background: url('/graphics/design/content_box_bl4.png') bottom left no-repeat;
}

#hp-slides .content_box5 {
  border-top: 1px solid #8c7652;
  padding: 10px 0;
  margin: 0 10px;
  width: 85%;
}

#hp-slides .content_box_footer {
  position: absolute;
  width: 85%;
  margin: 0 16px;
  bottom: 0;
  border-bottom: 1px solid #8c7652;
}

#hp-slides .content_inner-box {
  position: relative;
  height: 100%;
  width: 100%;
}

div#home_slides {
	position: relative;
	width: 240px;
	height: 270px;
}
#home_slides #home_slides_control {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 100;
}
#home_slides_control a {
	outline: none;
}

#home_slides_control a img {
	margin-left: 8px;
	}

#home_slides .slide {
  width: 240px;
  height: 270px;
  display: none;
  color: brown;
}

#home_slides .slide p {
	font-size: 12px;
	line-height: 18px;
	color: #55361A;
}

#home_slides .slide img {
	padding-right: 20px;
}

#home_slides .slide h2 {
	font-size: 20px;
	color: #A47A00;
	font-weight: normal;
}

#home_slides div.first {
	display: block;
}

#hp-polls {
  position: relative;
  width: 555px;
  height: 300px;
  background: #F0E5D8; 
  margin: 0;
  float: left;
  overflow: none;
}

#red_border {
  position:absolute;
  top: 36px;
  left: 0px;
  width: 554px;
  height: 3px;
  background: #b11016;
}

#hp-polls .content_box1 {
  background: url('/graphics/design/content_box_tl4.png') top left no-repeat;
}

#hp-polls .content_box2 {
  background: url('/graphics/design/content_box_tr4.png') top right no-repeat;
}

#hp-polls .content_box3 {
  background: url('/graphics/design/content_box_br4.png') bottom right no-repeat;
}

#hp-polls .content_box4 {
  background: url('/graphics/design/content_box_bl4.png') bottom left no-repeat;
}

#hp-polls .content_box5 {
  border-top: 1px solid #8c7652;
  padding: 10px 0;
  margin: 0 10px;
  width: 97%;
}

#hp-polls .content_box_footer {
  position: absolute;
  width: 85%;
  margin: 0 16px;
  bottom: 0;
  border-bottom: 1px solid #8c7652;
}

#hp-polls .content_inner-box {
  position: relative;
  height: 100%;
  width: 100%;
}

.hp-adrow {
  clear: both;
  border: 0px solid #f00;
}

.hp-adrow div {
  width: 260px;
  height: 140px;
  border: 1px solid #6B4B0E;
  float: left;
  margin: 0 31px 20px 0;
  background-color: #fff0ee;
  color: #bfbfbf;
  text-align: center;
}

.hp-adrow div.last {
  margin-right: 0;
}

/*******************************
* Ticker styles
********************************/
#ticker {
	background-color: #990000;
	float: left;
	width: 100%;
	padding: 6px 0;
	margin: 12px 0 0 0;
  font-weight: bold;
}

#ticker li {
	display: inline;
	margin: 0 2em 0 0;
}
#ticker li a {
	color: white;
}

