@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 */

.regular_article {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:30px 30px 20px 40px;
}

.regular_article .link {
	color:#333333;
	cursor:pointer;
	text-decoration:underline;
}

.regular_article .title {
	font-size:21px;
	color:#C6BF6F;
	/*color:#D5D397;*/
	padding:0px 0px 5px 0px;
}

.regular_article .horizontal_line {
	height:0px;
	width:100%;
	border:1px inset #cccccc;
	margin:0px 0px 12px 0px;
}

.regular_article .text_paragraph {
	margin:12px 0px 0px 0px;
}

.regular_article .text_paragraph .title {
	font-size:11px;
	font-weight:bold;
	color:#333333;
	padding:0px 0px 1px 0px;
        margin:12px 0px 0px 0px;
}

.regular_article .text_paragraph .horizontal_line {
	height:0px;
	width:0px;
	border:0px;
	margin:0px 0px 0px 0px;
}

.regular_article .text_paragraph .element {
	font-size:11px;
	line-height:17px;
	color:#333333;
	margin:0px 0px 0px 0px;
}

.regular_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;
}

.regular_article .image_paragraph .horizontal_line {
	height:0px;
	width:0px;
	border:0px;
	margin:0px 0px 0px 0px;
}

.regular_article .image_paragraph .element {
	border:#CCCCCC 1px solid;
	margin:12px 0px 12px 0px;
        background-position:top left;
	background-repeat:no-repeat;
}

.regular_article .table_paragraph .table{
        table-layout:auto;
	width:550px;
	border:#CCCCCC 1px solid;
	margin:15px 0px 15px 0px;
}

.regular_article .table_paragraph .table .row{
	height:20px;
	border:#CCCCCC 1px solid;
}

.regular_article .table_paragraph .table .element{
	font-size:11px;
	line-height:17px;
	border:#CCCCCC 1px solid;
	color:#333333;
}

.regular_article .table_paragraph .table .element{
	font-size:11px;
	line-height:17px;
	border:#CCCCCC 1px solid;
	color:#333333;
}

.regular_article .ordered_list_paragraph .list{
}

.regular_article .ordered_list_paragraph .list .element{
	font-size:11px;
	line-height:17px;
	color:#333333;
}

.regular_article .unordered_list_paragraph .list{
}

.regular_article .unordered_list_paragraph .list .element{
	font-size:11px;
	line-height:17px;
	color:#333333;
}

.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;
	/*color:#D5D397;*/
	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_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 .ordered_list_paragraph .list{
}

.news_article .ordered_list_paragraph .list .element{
	font-size:11px;
	line-height:17px;
	color:#333333;
}

.news_article .unordered_list_paragraph .list{
}

.news_article .unordered_list_paragraph .list .element{
	font-size:11px;
	line-height:17px;
	color:#333333;
}

.inset_article {
        background-color:#F0F0D0;
        width:140px;
	float:right; 
        clear:right; 
	font-size:15px;
	color:#787878;
	padding:12px 12px 20px 12px;
	margin:12px 12px 12px 12px;
}

.inset_article .link {
	color:#333333;
	cursor:pointer;
	text-decoration:underline;
}

.inset_article .title {
	font-size:12px;
	font-weight:bold;
	color:#333333;
	padding:0px 0px 5px 0px;
}

.inset_article .horizontal_line {
	height:1px;
	width:90%;
	background:#C2C081;
	border:none;
}

.inset_article .text_paragraph {
        margin:12px 0px 0px 4px;
}

.inset_article .text_paragraph .title {
	font-size:11px;
	font-weight:bold;
	color:#333333;
	padding:0px 0px 1px 0px;
        margin:12px 0px 0px 0px;
}

.inset_article .text_paragraph .horizontal_line {
	height:0px;
	width:0px;
	border:0px;
	margin:0px 0px 0px 0px;
}

.inset_article .text_paragraph .element {
	font-size:11px;
	line-height:17px;
	color:#333333;
	margin:0px 0px 0px 0px;
}

.inset_article .image_paragraph .element {
	width:150px;
	height:200px;
	border:#CCCCCC 1px solid;
	float:right; 
        clear:right;
	margin:0px 0px 12px 12px;
        background-position:top left;
	background-repeat:no-repeat;
}

.inset_article .table_paragraph .table{
        table-layout:auto;
	width:550px;
	border:#CCCCCC 1px solid;
	margin:15px 0px 15px 0px;
}

.inset_article .table_paragraph .table .row{
	height:20px;
	border:#CCCCCC 1px solid;
}

.inset_article .table_paragraph .table .element{
	font-size:11px;
	line-height:17px;
	border:#CCCCCC 1px solid;
	color:#333333;
}

.inset_article .ordered_list_paragraph .list{
}

.inset_article .ordered_list_paragraph .list .element{
	font-size:11px;
	line-height:17px;
	color:#333333;
}

.inset_article .unordered_list_paragraph .list{
}

.inset_article .unordered_list_paragraph .list .element{
	font-size:11px;
	line-height:17px;
	color:#333333;
}
