@charset "utf-8";
/* CSS Document */
h1 {
	color: #1a1e3d;
	font-size: 24px;
	text-transform: capitalize;
	padding:0 0 14px 0;
	margin:0 0 0 -3px;	
	font-family:Georgia, "Times New Roman", Times, serif;	
	line-height:19px;
}
h2 {
	color:#69560f;
	
	font-size:15px;
	font-weight:bold;
	margin-bottom: 8px;
}
h3 {
	color:#292e5e;
	font-size:12px;
	font-weight:bold;	
}
h4 {
	color:#292e5e;
	font-size:13px;
	text-transform:uppercase;
	letter-spacing:.03em;
	background:url(/images/overview/box-bar.gif) bottom left no-repeat;
	padding-bottom:7px;
	margin-bottom:13px;
}
.overview-text {
	font-size:13px;
	color:#917923;
	font-weight:bold;
	line-height:22px;
	background:url(/images/overview/top-bar.gif) bottom left no-repeat;
	padding-bottom:15px;
	margin-bottom:0;
}
.overview-table { }
	.overview-table td {
		vertical-align:top;
		width:264px;
		padding-top:31px;		
	}
		.overview-table .left {
			
		}
		.overview-table .right {
			padding-left:16px;
		}
		.overview-table img {
			float:left;
		}
		.overview-table p {
			float:left;			
			width:156px;
			padding-left:19px;
			margin:0;
			line-height:16px;
		}
.more-btn {	
	background:url(/images/overview/btn-more.gif) top left no-repeat;
	width:252px;
	height:18px;
	padding-top:1px;
	padding-right:12px;
	overflow:hidden;
	display:block;
	margin-top:13px;
	text-align:right;
	line-height:16px;
}
	.more-btn a {
		text-decoration:none;
		text-transform:uppercase;
		color:#907922;
	}
	.more-btn a:hover {
		text-decoration:underline;
	}