/* CSS Document */

/* Article style 1 - white box*/
.content1 {
	background-color: #ffffff;
	color: #091621;
	padding: 10px;
	min-height: 200px;
}
		.content1 h1 {
			margin: 0px;
			padding: 0px;
			color: #fb5301;
			font-size: 24px;
			font-weight: normal;
		}
		.content1 h2 {
			margin: 0px;
			padding: 0px;
			color: #fb5301;
			font-size: 20px;
			font-weight: normal;
		}
		.content1 .nws {
			*margin-bottom: 10px;
		}
		.content1 .nw {
			*margin-bottom: 10px;
		}
		.content1 .nw img {
			margin: 10px 10px 10px 0px;
		}
		.content1 .nws img {
			margin: 0px 10px 10px 0px;
		}
			.content1 .nws h2 a, .content1 .nws h2 a:hover {
				color: #FF6600;
				text-decoration: none;
				font-size: 12px;
				font-weight: bold;
			}
			.content1 .nws h2 a:hover {
				text-decoration: underline;
			}
		.content1 .nws a, .content1 .nws a:hover {
			color: #FF6600;
			text-decoration: none;
			font-size: 10px;
			font-weight: bold;
		}
		.content1 .nws a:hover {
			text-decoration: underline;
		}
		.rm {
			text-align: right;
		}
		.content1 .nws img {
			border: 2px solid #cccccc;
		}
		.content1 .item {
			float: left;
			padding: 20px;
			text-align: center;
			width: 190px;
		}
				.content1 .item img {
					border: 2px solid #dedede;
				}
/*******************************************************************/

/* Article style 2 - cbox2 box*/
.content2 {
	background-color: #5296b7;
	color: #ffffff;
	padding: 10px;
	min-height: 200px;
}
		.content2 h1 {
			margin: 0px;
			padding: 0px;
			color: #ffffff;
			font-size: 20px;
			font-weight: normal;
		}
		.content2 a.title, .content2 a.title:hover {
			color: #081520;
			text-decoration: none;
			font-size: 16px;
			font-weight: normal;
		}
		.content2 a.title:hover {
			text-decoration: underline;
		}
		.content2 .date {
			font-size: 10px;
			color: #9dd1ea;
		}
/************************************************************/


/* Testimonials */
.testimonial {
	margin: 0px;
	padding: 10px;
	border-bottom: 1px solid #dadada;
}

.testimonial h3 {
	color: #ff0000;
}
/*************************************************************/