#press_wrapper {
	height: auto;
	overflow: auto;
	margin:20px 0px;
}
ul.press_holder {
	width: 224px;
	height: 329px;
	float: left;
	margin: 0px;
	margin-right: 15px;
	background-image: url(/img/backgrounds/press_bg.png);
	list-style: none;
}

ul.press_holder li.press_image {
	width: 196px; 
	height: 261px;
	margin-left: 14px;
	margin-top: 14px;
}

ul.press_holder li.press_title {
	color: #B57135;
	margin-left: 14px;
	font-size: 12px;
	margin-top: 5px;
}

ul.press_holder li.press_date {
	color: #A7998F;
	margin-left: 14px;
	font-size: 11px;
}
	
/* Pagination
============================================================================= */

.pagination {
  color: #B3AFAC;
  font-size: 12px;
  margin: 8px 0 0 0;
  padding: 16px 0 17px 0;
  border-top: 1px solid #D5CEC8;
}

.pagination p {float: left; color: #3C3229; padding-left: 13px; width: 200px;}
.pagination ul {float: left; padding-left: 258px;}
.pagination li {float: left;}
.pagination li.active strong {color: #749622; font-weight: bold;} 

.pagination li a  {
  color: #b57135;
  border-bottom: 1px solid #b57135;
}

.pagination li a:hover {
  color: #d29864;
  border-bottom: none;
}


/* Sub nav
============================================================================= */

#sub-nav {
  width: 220px;
  float: left;
}

#sub-nav ul {
  font: normal 14px/19px Arial, Helvetica, sans-serif;
  color: #749622;
  padding: 0 0 12px 0;
  border-bottom: 1px solid #d5cec8;
}

#sub-nav ul.bottom {
  margin-bottom: 0px;
  padding-bottom: 5px;
  border-bottom: none;
}

#sub-nav ul li {
  padding-top: 12px;
  margin: 0 12px;
}

#sub-nav ul li.heading {
  font: normal 18px Georgia, "Times New Roman", serif;
  color: #3c3229;
  margin: 0 12px 0px 12px;
}

#sub-nav ul li a {color: #b57135;}
#sub-nav ul li a.sub_nav_on, #sub-nav ul li a.sub_nav_on:hover {color: #749622;}
#sub-nav ul li a:hover {color: #d29864;}

/* Base
============================================================================= */

.base {
  background: url(/img/frames/frame_694.gif) 0 0 repeat-y;
  width: 694px;
  float: right;
  margin-top: 17px;
}

.base_top {
  background: url(/img/frames/frame_694_top.jpg) left top no-repeat;
}

.base_bottom {
  background: url(/img/frames/frame_694_bottom.jpg) left bottom no-repeat;
  padding: 13px 12px 24px 12px;
}

h2.left {
  padding-top: 5px;
  padding-bottom: 16px;
  float: left;
}

a.right, p.right {
  margin: 8px 0 0 0;
  float: right;
}
p.right {
    padding-right: 5px;
    padding-top: 4px;
}

.press_bubble {
	width: 658px;
	background: url(/img/backgrounds/bubble.png) 0 bottom;
	color: #fff;
	font-family: arial;
	font-style: italic;
	font-size: 14px;
	padding-bottom: 10px;
}

.press_bubble .content {
	padding: 8px;
    background:#9A6949;
}

.text_holder {
  float: left;
  width: 435px;
}

.base strong {
  display: block;
  margin: 8px 0 0 0;
}

.base em {
  font-style: normal;
  display: block;
  color: #A79A8F;
  padding-bottom: 7px;
}

.base_bottom h3 {
  padding: 0 0 9px 0;
  font-weight: normal;
  font: normal 18px Georgia, "Times New Roman", serif;
  color: #262626;
}

