@charset "utf-8";
/* The article CSS file for a general page of the ESTI Consulting Services Inc. website.
   Contains styles for the article components for the different page divisions. */

/* ARTICLE COMPONENTS */

.news_article {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:30px 30px 30px 40px;
}

.news_article .link {
	color:#333333;
	cursor:pointer;
	text-decoration:underline;
}

.news_article .title {
	font-size:21px;
	color:#C6BF6F;
	padding:0px 0px 5px 0px;
}

.news_article .horizontal_line {
	height:0px;
	width:100%;
	border:1px inset #cccccc;
	margin:0px 0px 12px 0px;
}

.news_article .text_paragraph {
	margin:12px 0px 0px 0px;
}

.news_article .text_paragraph .title {
	font-size:11px;
	font-weight:bold;
	color:#333333;
	padding:0px 0px 1px 0px;
        margin:12px 0px 0px 0px;
}

.news_article .text_paragraph .horizontal_line {
	height:0px;
	width:0px;
	border:0px;
	margin:0px 0px 0px 0px;
}

.news_article .text_paragraph .element {
	font-size:11px;
	line-height:17px;
	color:#333333;
	margin:0px 0px 0px 0px;
}

.news_article .image_caption {
	margin:-10px 0px 20px 0px;
}

.news_article .image_caption .element {
	font-size:11px;
	line-height:17px;
	color:#333333;
	margin:-10px 0px 20px 0px;
	font-style:italic

}

.news_article .image_paragraph .title {
	font-size:11px;
	font-weight:bold;
        text-align:inherit;
	color:#333333;
	padding:0px 0px 1px 0px;
	margin:0px 0px 4px 0px;
}

.news_article .image_paragraph .horizontal_line {
	height:0px;
	width:0px;
	border:0px;
	margin:0px 0px 0px 0px;
}

.news_article .image_paragraph .element {
	border:#CCCCCC 1px solid;
	margin:12px 0px 12px 0px;
        background-position:top left;
	background-repeat:no-repeat;
}

.news_article .table_paragraph .table{
        table-layout:auto;
	width:550px;
	border:#CCCCCC 1px solid;
	margin:15px 0px 15px 0px;
}

.news_article .table_paragraph .table .row {
	height:20px;
	border:#CCCCCC 1px solid;
}

.news_article .table_paragraph .table .element{
	font-size:11px;
	line-height:17px;
	border:#CCCCCC 1px solid;
	color:#333333;
}

.news_article .table_paragraph .table .element{
	font-size:11px;
	line-height:17px;
	border:#CCCCCC 1px solid;
	color:#333333;
}

.news_article .ordered_list_paragraph .list {
}

.news_article .ordered_list_paragraph .list .element {
	font-size:11px;
	line-height:17px;
	color:#333333;
}
.news_article .ordered_list_paragraph .title {
	font-size:11px;
	font-weight:bold;
	color:#333333;
	padding:0px 0px 1px 0px;
        margin:12px 0px 0px 0px;
}

.news_article .unordered_list_paragraph .list {
}

.news_article .unordered_list_paragraph .list .element{
	font-size:11px;
	line-height:17px;
	color:#333333;
}
.news_article .unordered_list_paragraph .title {
	font-size:11px;
	font-weight:bold;
	color:#333333;
	padding:0px 0px 1px 0px;
        margin:12px 0px 0px 0px;
}
/* NEWS ARCHIVES COMPONENTS */

.news_archives {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:30px 40px 30px 40px;
}

.news_archives .link {
	color:#333333;
	cursor:pointer;
	text-decoration:underline;
}

.news_archives .header{
	font-size:21px;
	color:#C6BF6F;
	padding:0px 0px 5px 0px;
}

.news_archives .horizontal_line{
	height:0px;
	width:575px;
	border:1px dotted #cccccc;
        margin:40px 0px 0px 25px;
}

.news_archives .item{
    margin:25px 25px 35px 25px;
}

.news_archives .item .image{
    margin:0px 0px 0px 25px;
    border:none;
    float:right;
    clear:right;
}

.news_archives .item .date{
	font-size:11px;
	line-height:17px;
	color:#333333;
        margin:0px 0px 3px 0px;
}

.news_archives .item .title{
	font-size:11px;
        font-weight:bold;
	line-height:17px;
	color:#333333;
}

.news_archives .item .paragraph{
	font-size:11px;
	line-height:17px;
	color:#333333;
}