/* CSS Document */
body {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

img {
  border: 0;
}

#container {
  width: 1000px;
  /* margin-left: 25px;*/
  margin: 0 auto;
  text-align: left;
}

#header {
  width: 1000px;
  height: 90px;
  padding-top: 10px;
}

#header img {
  float: left;
  margin-top: 20px;
}

/*right promo */
#header h2 {
  float: right;
  background: url(../images/promo_top_right.gif) top right no-repeat;
  width: 219px;
  height: 85px;
  display: block;
}

#header span {
	display: none;
	text-align:right;
}

#navigation {

}
/*	ENTER CONTENT SECTION
*/

#content {
  height: 293px;
  width: 1000px;
  background: url(../images/middle_v2.jpg) top left no-repeat;
}
/* left promo section */

.left_promo {
  width: 780px;
  float: left;
}

.left_promo h1, .left_promo h2 {
  text-align: center;
  position: relative;
  top: 110px;
  left: 120px;
}

.left_promo h1 {
  color: #9f3c0d;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: .7px;
}

.left_promo h2 {
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: .7px;
  margin-top: 40px;
}

/* right promo section */
.right {
  width: 210px;
  float: left;
  font: Verdana, Arial, Helvetica, sans-serif;
}

.right_row1 {
  width: 210px;
  height: 228px;
  background: url(../images/right_promo_background.gif) top left no-repeat;
  float: left;
  margin-top: 8px;
}

.right_row2 {
  width: 210px;
  height: 49px;
  background: url(../images/promo_bottom_right.gif) top left no-repeat;
  float: left;
  margin-top: 4px;
  clear: both;
}

.promo1, .promo2 {
  width: 206px;
  float: left;
  margin-left: 2px;
  //margin-left: 1px; /*ie6 hack*/

}

.promo1 {
  background: url(../images/right_promo_back1.gif) top left no-repeat;
  height: 108px;
  margin-top: 6px;
    text-align: left;
}

.promo2 {
  background: url(../images/right_promo_back2.gif) top left no-repeat;
  height: 101px;
  margin-top: 4px;
}

/* right promo text styles */
.promo1_title {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
  margin-top: 5px;
}

.promo1_body, .promo2_body {
  color: #9f3c0d;
  font-size: 11px;
}
.promo1_body {
  width: 125px;
  margin-left: 5px;
  margin-top: 5px;
}

.promo1_link {
  font-weight: bold;
  font-size: 13px;
  margin-left: 5px;
  margin-top: 5px;
}
.promo1_link a{
  color: #fff;
  text-decoration: none;
}
.promo1_link a:hover{
  text-decoration: underline;
}
.promo2_title {
  margin-top: 5px;
  margin-left: 18px;
  color: #fff;
  font-size: 18px;
}
.promo2_title span {
  color: #9f3c0d;
  font-size: 22px;
}

.promo2_body {
  margin-left: 60px;
}
.promo2_button {
  text-align: right;
  color: #9f3c0d;
  margin-top: 5px;
  margin-right: 5px;
}
/* end right promo text styles */


/* right promo section end */

#footer_1 {
  width: 1000px;
  height: 14px;	
  background: #f4de93;
}

#footer_2 {
  width: 1000px;
  /*height: 26px;	*/
  background: #e7b80a;
  color: #741b0c;
  font-size: .9em;
  text-align: center;
}

#footer_2 p {
  padding: 4px 0;
}

#footer_2 a {
  color: #741b0c;
  text-decoration: none;
}

#footer_2 a:hover {
  text-decoration: underline;
}