/* Construct */

html, body { 
  font-family: tahoma, arial, verdana, sans serif; 
  font-size: 12px; 
  line-height: 16px;
  font-style: normal;
  color: #434343;
  background: #222 url('/images/tile_back.gif') repeat-x center top; 
  margin: auto;
}

A, A:LINK, A:ACTIVE, A:VISITED {color: #d0212e; text-decoration: none; font-weight: bold; }
A:HOVER {color: #d0212e; text-decoration: underline; }

HR { color: #ccc; background-color: #ccc; height: 1px; border: 0px; margin: 10px 0px 10px 0px; }

.header-red-large { font-size: 16px; line-height: 22px; font-family: tahoma, arial, sans-serif; color: #d0212e; padding: 0px; margin: 0px; font-weight: bold;}
.header-red-medium { font-size: 14px; line-height: 20px;  font-family: tahoma, arial, sans-serif; color: #d0212e; padding: 0px; margin: 0px; font-weight: bold;}
.header-red-small { font-size: 13px; line-height: 19px;  font-family: tahoma, arial, sans-serif; color: #d0212e; padding: 0px; margin: 0px; font-weight: bold;}

.header-black {
  font-family: tahoma, arial, verdana, sans serif; 
  font-size: 12px; 
  line-height: 16px;
  font-style: bold;
  color: #434343;
 }

.body-text {
  font-family: tahoma, arial, verdana, sans serif; 
  font-size: 12px; 
  line-height: 16px;
  font-style: normal;
  color: #434343;
}

#wrapper {
  background: #fff;
  margin: 10px 0px 0px 0px;
  padding: 3px;
  width: 770px;
  border: 3px #000000 solid;
  text-align: left;
}

/* Header and Navigation */
#header {
  background: #999 url('/images/head_back.gif') no-repeat left top;
  margin: 0px;
  width: 770px;
  height: 122px;
  text-align: left;
}

/* Cookie Trail */
#trail {
  background: #373737;
  margin-top: 3px;
  width: 614px;
  height: 20px;
  padding: 4px 0px 0px 156px;
  font-size: 10px;
  color: #fff;
}

#trail a, #trail a:link, #trail a:active, #trail a:visited { color: #999999; text-decoration: underline; font-weight: normal; }
#trail a:hover { color: #ffffff; text-decoration: none; }

/* Homepage Main Flash Body */
#main-home {
  background: #fff url('/images/main_home_back.gif') no-repeat left top;
  margin: 3px 0px 3px 0px;
  width: 770px;
  height: 313px;
  text-align: left;
}

/* Interior Template */
#main-content {
  margin-top: 3px;
  background: #fff;
  width: 770px;
  height: 100%;
  text-align: left;
}

#main-content td#leftrail {
  text-align: left;
  vertical-align: top;
}

#main-content td#leftrail img.int_photo {
  margin-bottom: 3px;
}

#main-content td#leftrail #left {
  margin: 0px;
  padding: 13px;
  background: #fff url('/images/main_content_left_back.gif') repeat-x left top;
  width: 168px;
  height: 200px;
  text-align: right;
  font-size: 10px;
  color: #6a6a6a;
  line-height: 15px;
}

#main-content #right {
  margin-left: 3px;
  padding: 14px 10px 20px 12px;
  background: #fff url('/images/main_content_right_back.gif') repeat-x left top;
  width: 551px;
  height: 100%;
  text-align: left;
}

/* Homepage Promos */
#promos {
  background: #fff;
  margin: 0px;
  width: 770px;
  height: 113px;
  text-align: left;
}

#promos #left {
  background: #fff url('/images/promos_left_back.gif') no-repeat left top;
  margin: 0px 3px 0px 0px;
  width: 384px;
  height: 113px;
  text-align: left;
  font-size: 11px;
  line-height: 15px;
}


#promos #left .inside {
  margin: 0px;
  padding: 0px 10px 0px 0px;
}

#promos #right {
  background: #fff url('/images/promos_right_back_v2.gif') no-repeat left top;
  margin: 0px;
  padding: 0px;
  width: 383px;
  height: 113px;
  text-align: left;
  font-size: 11px;
  line-height: 15px;
}

#promos #right #th {
  margin: 0;
  padding: 51px 0px 0px 240px;
  z-index: 10;
  position: absolute;
}

#promos #right .inside {
  width: 220px;
  margin: 0px;
  padding: 15px 10px 10px 10px;
  z-index: 20;
  position: absolute;
}

/* Footer */
#footer {
  background: #373737;
  margin: 3px 0px 0px 0px;
  padding: 6px 0px 8px 0px;
  width: 770px;
  height: 11px;
  text-align: center;
  font-size: 11px;
  color: #fff;
}

/* Credits */
#credit {
  margin: 4px 0px 2px 0px;
  width: 770px;
  font-size: 10px;
  color: #8f8f8f;
  text-align: left;
}

#credit #credit-right {
  float: right;
}

#credit a {
  color: #fff;
}

#credit a:hover {
  text-decoration: underline;
}

#pdf-links ul {
	list-style-type: none;
}

#pdf-links ul li a {
	list-style-type: none;
	background: transparent url(/assets/icon-pdf.gif) left center no-repeat;
	padding: 0px 0px 0px 20px;
}

.thumb-border {
	border-style:solid; 
	border-color: #000000; 
	border-width: 1px;
	margin-top: 5px;
	margin-right: 10px;
}
