@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 30px 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;
}

/* INSET ARTICLE COMPONENTS */

.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 0px;
}

.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;
}

/* STAFF BIO LIST COMPONENTS */

.staff_bios_list {
    float:left;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    padding:30px 30px 30px 40px;
}

.staff_bios_list .link {
	color:#333333;
	cursor:pointer;
	text-decoration:underline;
}

.staff_bios_list .header{
    font-size:21px;
    color:#C6BF6F;
    padding:0px 0px 40px 0px;
}

.staff_bios_list .horizontal_line {
    border:1px dotted #CCCCCC;
    clear:left;
    float:left;
    height:0px;
    margin:0px 0px 20px 15px;
    width:585px;
}

.staff_bios_list .item {
    float:left;
    font-size:12px;
    height:150px;
    padding:0px 0px 0px 60px;
    width:150px;
}


.staff_bios_list .item .name{
    clear:left;
    float:left;
    color:#333333;
    font-size:11px;
    width:150px;
    margin:2px 0px 0px;
}


.staff_bios_list .item .work_title{
    clear:left;
    float:left;
    color:#333333;
    font-size:10px;
    margin:2px 0px 0px;
    width:150px;
}

.staff_bios_list .item .image{
    float:left;
    margin:0px;
    height:100px;
    width:76px;
    border:none;
}


/* STAFF BIO PROFILE COMPONENTS */

.staff_bios_profile {
float:left;
font-family:Verdana,Arial,Helvetica,sans-serif;
padding:30px 40px 30px 40px;
}

.staff_bios_profile .link {
    color:#333333;
    cursor:pointer;
    text-decoration:underline;
}

.staff_bios_profile .header{
    font-size:21px;
    color:#C6BF6F;
    padding:0px 0px 18px 0px;
}

.staff_bios_profile .item {
    float:left;
    font-size:12px;
    padding:0px 30px 0px 30px;
}


.staff_bios_profile .item .name{
    clear:right;
    color:#333333;
    float:right;
    font-size:16px;
    font-weight:bold;
    text-align:right;
    width:155px;
    margin:15px 0px 0px;
}


.staff_bios_profile .item .work_title{
    clear:right;
    color:#333333;
    float:right;
    font-size:14px;
    text-align:right;
    width:155px;
    margin:5px 0px 0px;
}

.staff_bios_profile .item .image{
    clear:right;
    float:right;
    width:155px;
    margin:12px 0px 0px 0px;
}

.staff_bios_profile .item .biography{
    float:left;
    width:370px;
}

.staff_bios_profile .item .biography .text_paragraph {
	margin:12px 0px 0px 0px;
}

.staff_bios_profile .item .biography .text_paragraph .element {
	font-size:11px;
	line-height:17px;
	color:#333333;
	margin:0px 0px 0px 0px;
}

.staff_bios_profile .item .ie_fix{
    white-space:pre;
    word-wrap:break-word;
}

.staff_bios_profile .item .ff_fix{
    white-space:-moz-pre-wrap;
}
