@charset "utf-8";
@import url("base.css");
#header {
	float: left;
	width: 964px;
	background: url(../images/border1.png) repeat-x bottom;
	padding-bottom: 9px;
}
#text_container {
	background: #fffffc url(../images/content_bg_top.jpg) no-repeat left top;
	float: left;
	width: 964px;
	padding-top: 18px;
}
#text {
	float: left;
	width: 964px;
	color: #515151;
}
#text_bottom {
	background: url(../images/content_bg_bottom.jpg) no-repeat;
	float: left;
	height: 85px;
	width: 964px;
}

div.col_left {
	float: left;
	width: 607px;
	margin-left: 22px !important;
	margin-left: 11px;
	text-align: left;
}
#flash {
	height: 362px;
	width: 607px;
	background: #FBF9EA;
	margin: 4px 0px 0px;
	clear: both;
}

div.col_right {
	float: left;
	width: 291px;
	margin-left: 22px !important;
	margin-left: 11px;
}
h6.breadcrumbs {
	font: normal 12px/38px Georgia, "Times New Roman", Times, serif;
	float: left;
	width: 607px;
	border-bottom: 1px solid #dadada;
}
.col_left a {
	color: #9c6038;
	text-decoration: none;
}
.col_left a:hover {
	text-decoration: underline;
}

.col_left  p {
	font: 12px/22px Georgia, "Times New Roman", Times, serif;
	color: #515151;
	text-align: left;
	margin-top: 18px;
}
.list_article span a {
	color: #515151;
}

.col_left  h1 {
	font: normal 17px Georgia, "Times New Roman", Times, serif;
	color: #515151;
	text-align: left;
	margin-top: 12px;
	text-transform: uppercase;
}
.col_left  h2 {
	font: italic normal 12px Georgia, "Times New Roman", Times, serif;
	color: #515151;
	margin-top: 18px;
}
.list_article {
	float: left;
	width: 607px;
	margin-top: 0px;
	padding-bottom: 18px;
	border-bottom: 1px solid #dadada;
}
.list_article span {
	font-size: 17px;
}
div.col_right ul {
	float: left;
	width: 291px;
	margin-top: 12px;
	border-top: 2px solid #9c6038;
}
div.col_right ul li {
	float: left;
	width: 291px;
	border-top: 1px #fff;
	border-bottom: 1px solid #dadada;
	height: 88px;
	cursor: pointer;
}
div.col_right ul li.default {
	background: url(../images/media_a_bg.png) repeat-x;
}
div.col_right ul li.hover {
	background: url(../images/media_a_bg_o.png) repeat-x;
}
div.col_right ul li.current {
	background: #fffffc url(none);
}
div.col_right ul li h1 {
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 11px;
	text-align: left;
	margin-right: 6px;
}
div.col_right ul li p {
	text-align: left;
	margin-right: 6px;
}

div.col_right  ul li img {
	background: #fff;
	padding: 2px;
	float: left;
	border: 1px solid #baaa76;
	margin-top: 11px;
	margin-left: 6px;
	height: 60px;
	width: 127px;
	margin-right: 6px;
}

div.col_right ul li a {
	font-size: 12px;
	text-decoration: none;
	width: 291px;
	color: #9c6038;
}
div.col_right ul li a:hover {

}
