
/* Article style 1 */

.headline1 { background: #f3f3f3; }

.headline1-left, .headline1-right {
	background-image: url(../img/headline1-bg.gif);
	background-position: left top;
	overflow: hidden;
	font-size: 1px;
	height: 5px;
}

.headline1-right { background-position: left bottom; }

.headline1 h1 {
	color: #de161c;
	font-size: 26px;
	letter-spacing: -1px;
	font-weight: bold;
	padding: 7px 20px;
}

.content1 { padding: 10px 10px; }

.content1 h1, .content2 h1, .content3 h1 {
	color: #303437;
	font-size: 22px;
	font-weight: bold;
	padding: 16px 0 0;
}

.content1 h2, .content2 h2, .content3 h2 {
	font-size: 18px;
	font-weight: bold;
	color: #6d7378;
	border-bottom: 1px solid #ececec;
	padding: 8px 0 2px;
	margin-bottom: 4px;
}

.content1 h3, .content2 h3, .content3 h3 {
	font-size: 15px;
	font-weight: bold;
	padding: 10px 0 2px;
	color: #969b9f;
}

.content1 h4, .content2 h4, .content3 h4 {
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0 4px;
	color: #969b9f;
}

.content1 ul, .content2 ul, .content3 ul { margin: 0; }

.content1 li, .content2 li, .content3 li {
	list-style: none;
	padding: 4px 0 2px 15px;
	background: url(../img/content-bullet-arrow.gif) no-repeat left 5px;
}

/*** Article style 2 ***/

.content2 td { color: #5e6168; }

.content2-left {
	background: url(../img/cbox2-left-bg.gif) no-repeat;
	width: 5px;
}

.content2-right {
	background: url(../img/cbox2-right-bg.gif) no-repeat;
	width: 5px;
}

.content2-middle {
	background: url(../img/cbox2-middle-bg.gif) repeat-x;
	padding: 7px 15px;
}

.wide-col .content2-middle { width: 550px; }

.content2-middle .title {
	color: #de161c;
	font-size: 24px;
	letter-spacing: -1px;
	padding: 10px 0 0;
	margin: 0;
}

/* Style for Home Page Content */

.middle-col h1, .right-col h1 {
	font-size: 17px;
	font-weight: normal;
	color: #666a71;
	padding: 10px 0 0;
}

.right-col h1 { padding: 10px 0 6px; }

.middle-col .content2-middle a {
	line-height: 16px;
	text-decoration: none;
	font-weight: bold;
	color: #666a71;
}

.middle-col .content2-middle a:hover {
	text-decoration: underline;
	color: #de161c;
}

.right-col .content2-middle a {
	line-height: 24px;
	text-decoration: none;
	font-weight: bold;
	color: #666a71;
}

.right-col .content2-middle a:hover {
	text-decoration: underline;
	color: #de161c;
}

/*** Article style 3 ***/

.headline3 { background: #d3d4d6; }

.headline3-left, .headline3-right {
	background-image: url(../img/headline3-bg.gif);
	background-position: left top;
	overflow: hidden;
	font-size: 1px;
	height: 5px;
}

.headline3-right { background-position: left bottom; }

.headline3 h1 {
	color: #fff;
	font-size: 26px;
	letter-spacing: -1px;
	font-weight: bold;
	padding: 7px 20px;
}

/*** General styles ***/

.search-box {
	background: url(../img/search-bg.gif) no-repeat;
	width: 286px;
	height: 30px;
}

.search-box td {
	color: #464a4d;
	font-size: 12px;
}

.search-input {
	background: url(../img/search-input.gif) no-repeat;
	width: 191px;
	border: 0px;
	height: 16px;
	padding: 4px 3px;
}

.category { margin-bottom: 20px; }

.category-top {
	background: url(../img/category-top.gif) no-repeat;
	height: 5px;
	overflow: hidden;
}

.category-content {
	background: url(../img/category-bg.gif) repeat-x #f3f3f3;
	border-left: 1px solid #dedfe0;
	border-right: 1px solid #dedfe0;
	min-height: 100px;
 *height: 100px;
	padding: 10px;
}

.category-content h2 {
	color: #df1d22;
	font-size: 11px;
	margin-bottom: 15px;
}

.category-content a.category, .category-content a.category:hover {
	font-size: 14px;
	color: #45474c;
	text-decoration: underline;
	display: block;
	width: 180px;
	float: left;
	margin-bottom: 10px;
}

.category-content a.category:hover { color: #de1a1f; }

.category-bottom {
	background: url(../img/category-bottom.gif) no-repeat;
	height: 5px;
}

.date { font-weight: bold; }

.read_more {
	text-align: right;
	padding: 10px;
}