@charset "utf-8";
/* The article CSS file for the home page of the ESTI Consulting Services Inc. website.
   Contains styles for the article components for the different page divisions. */

/* DEFAULT BLURB */

#blurb_panel #default_blurb .regular_article {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#blurb_panel #default_blurb .regular_article .link {
	color:#333333;
	cursor:pointer;
	text-decoration:underline;
}

#blurb_panel #default_blurb .regular_article .title {
	font-size:26px;
	letter-spacing:0px;
	text-align:left;
	color:#C6BF6F;
	/*color:#D5D397;*/
	padding:0px 0px 8px 0px;
}

#blurb_panel #default_blurb .regular_article .horizontal_rule {
	height:0px;
	width:100%;
	border:1px inset #CCCCCC;
	margin:0px 0px 3px 0px;
}

#blurb_panel #default_blurb .regular_article .text_paragraph {
	margin:12px 0px 0px 0px;
}

#blurb_panel #default_blurb .regular_article .text_paragraph .element {
	font-size:11px;
	text-align:justify;
	line-height:17px;
	color:#333333;
	/*letter-spacing:1px;*/
	margin:0px 0px 0px 0px;
}

#blurb_panel #default_blurb .regular_article .text_paragraph .title {
	font-size:11px;
	font-weight:bold;
	color:#333333;
	padding:0px 0px 1px 0px;
        margin:12px 0px 0px 0px;
}

#blurb_panel #default_blurb .regular_article .text_paragraph .horizontal_rule {
	height:0px;
	width:100%;
	border:1px inset #CCCCCC;
	margin:0px 0px 3px 0px;
}

#blurb_panel #default_blurb .regular_article .image_paragraph .element{
	width:150px;
	height:180px;
	background-position:top left;
        background-repeat:no-repeat;
	float:right; 
        clear:right;
	margin:0px 0px 0px 12px;
}

/* NEWS PANEL COMPONENTS */

#news_panel .news_previews .link {
	color:#333333;
	cursor:pointer;
	text-decoration:underline;
}

#news_panel .news_previews .item {
	font-size:11px;
	color:#333333;
	line-height:17px;
}

#news_panel .news_previews .item .title {
	font-size:11px;
	font-weight:bold;
	line-height:normal;
	color:#333333;
	padding:0px 0px 4px 0px
}

#news_panel .news_previews .item .paragraph {
	font-size:11px;
	color:#333333;
	line-height:17px;
	margin:0px 0px 10px 0px;
}

/* FEATURED PANEL COMPONENTS */

#featured_panel .regular_article .link {
	color:#333333;
	cursor:pointer;
	text-decoration:underline;
}

#featured_panel .regular_article .text_paragraph {
	margin:0px 0px 10px 0px;
}

#featured_panel .regular_article .text_paragraph .title {
	font-size:12px;
	font-weight:bold;
	line-height:normal;
	color:#333333;
	padding:0px 0px 4px 0px;
}

#featured_panel .regular_article .text_paragraph .element {
	font-size:11px;
	color:#333333;
	line-height:17px;
	margin:0px 0px 10px 0px;
}

/* SPECIAL PANEL COMPONENTS */

#special_panel .regular_article .link {
	color:#333333;
	cursor:pointer;
	text-decoration:underline;
}

#special_panel .regular_article .title {
	font-size:14px;
	text-align:justify;
	line-height:17px;
	font-weight:bold;
	color:#333333;
	padding:0px 0px 3px 0px;
}

#special_panel .regular_article .horizontal_line {
	height:0px;
	width:0px;
	border:0px;
	margin:0px 0px 0px 0px;
}

#special_panel .regular_article .text_paragraph {
	margin:12px 0px 0px 0px;
}

#special_panel .regular_article .text_paragraph .title {
	font-size:11px;
	text-align:justify;
	line-height:17px;
	font-weight:bold;
	color:#333333;
	padding:0px 0px 1px 0px;
        margin:12px 0px 0px 0px;
}

#special_panel .regular_article .text_paragraph .element{
	font-size:11px;
	text-align:justify;
	line-height:17px;
	color:#333333;
	margin:0px 0px 0px 0px;
}
