/****** headers ******/
#section_header{
	border-top: solid 1px #9995C9;
	border-left: none;
	border-right: none;	
	border-bottom: solid 1px #9995C9;
	font-size: 18pt;
	margin-bottom: 15px;
	margin-top: 5px;
	text-transform:uppercase;
	font-weight:bold;
	color:#02468A;
	float:left;
	width: 100%;
/*	background-color: #fdfffd; */
}
#section_header img{
	border: 1px solid #9995C9;
	float:left;
	margin: 5px 0px 5px 0px;
}
#section_header div{
	margin-left: 10px;
	border: 0px solid #000000;
	float:left;
}
#section_header div#sub{
	font-weight: bold;
	color: #6F6F6F;
	font-style: italic;
	font-size: 10pt;
}
.header_bold{
	border-top: solid 1px #bbbbbb;
	font-size: 12pt;
	font-weight: bold;
	color:#02468a;
	padding:5px 0px 0px 5px;
}
.header_normal{
	border: solid 1px #bbbbbb;
	border-left: none;
	border-right: none;
	font-size: 12pt;
	font-weight: bold;
	color:#02468a;
	padding:5px 0px 5px 5px;
	background-color: #fafaec;
}
.sub_header_italic{
    font-size: 8pt;
	font-weight: bold;
	font-style: italic;
	color: #6f6f6f;
	margin-bottom: 5px;
	padding-left: 5px;
}
/****** sponsor ******/
.sponsor_text_link{
	border: solid 1px #bbbbbb;
	border-top:none;
	text-align: center;
	padding: 3px 3px;
	font-size: 8pt;
	background-color: #ffffff;
	padding: 6px 3px;
	color: #999999;
}
.sponsor_text_link a {
	color:#075A8D;
	text-decoration:none;
}
.sponsor_text_link a:hover {
	color:#003366;
	text-decoration:underline;
}
.sponsor_link{
	border: solid 1px #e5e5e5;
	border-top:none;
	text-align: center;
	background-color: #f9f9f9;
}
.sponsor_link img{
	margin-top: 7px;
}
/* SEARCH BOX CSS */
#section_search {
/*  For Search Ad
    float: left;
    width: 460px;
*/
	background-color: #fcfbee;
	width: 670px;
	margin-left: 5px;
}   

#section_search th {
	text-align: left;
    border-bottom: #47448e 1px solid;
    padding: 2px 0px 2px 10px;
}

#section_search img {
    position: relative;
    top: 2px;
}

#section_search th span {
    font: bold italic 13pt Verdana,Sans-Serif;
    color: #0066cc;
    position: relative;
    top: -5px;
}

#section_search td table {
	background-color: #ffffff;
	border: solid #a4aae1 1px;
	margin: 10px;
	padding: 0px;
}

#section_search td table tr th {
	background-color: #f0f0f0;
	background-image: none;
	border-bottom: solid #a4aae1 1px;
	font: bold 8pt Verdana,Sans-Serif;
	color: #000000;
	text-align: left;
	margin: 0px;
}
#section_search td table tr td {
    padding: 3px;
    font: normal 8pt Verdana,Sans-Serif;
    text-align: left;
}

input {
	font: normal 8pt Verdana,Sans-Serif;
	color: #000066;
}

select {
    font: normal 8pt Verdana,Sans-Serif;
}

#clear_link {
	margin-right: 10px;
}


#submit_link img,
#clear_link img {
	border: 0px none;
}


#spacer {
	margin-top: 10px;	
}

#pagination {
	margin: 5px 0px 5px 0px;
	padding: 5px;
	background-color: #f0f0f0;
	font: normal 10pt Verdana,Sans-Serif;
	text-align: center;
	cursor: default;
}
#pagination span {
	color: #909090;
}
#pagination a{
	font-weight:bold;
	color:#075a8d;
	text-decoration: none;
}
#pagination a:hover{
	color:#003366;
	text-decoration: underline;
}
#results {
	float:left;
	margin-top: 10px;
	width:673px;
}
/***** BLOCK CONTAINERS ******/
/** top_left **/
div#top_left{
	float: left;
}
/** top_right **/
div#top_right{
	float: right;
}
/** bottom **/
div#bottom{
	background-color:#D2E7CF;
	float:left;
	padding: 5px;
}
/** bottom_left **/
div#bottom_left{
	float: left;
}
/** bottom_right **/
div#bottom_right{
	float: right;
}
/****** SEARCH RESULTS TABLE ******/
/****** SEARCH RESULTS TABLE ******/
#search_results_table {
    border: solid #eeeeee 1px;
    margin: 5px 0px 0px 0px;
	width: 100%;
}

#search_results_table th {
    background-color: #eeeeee;
    color: #666666;
    font: bold 10pt Verdana,Sans-Serif;
    text-align: center;
    padding: 3px 3px 3px 3px;
}

#search_results_table th.field {
    text-align: center;
    padding: 0px 5px 0px 5px;
}

#search_results_table tr td {
	background-color: #ffffff;
	font: normal 9pt Verdana,Sans-Serif;
	border-bottom: #eeeeee 1px solid;
	cursor: pointer;
	padding: 3px;
	color: #003366;
}

#search_results_table tr td.field {
	text-align: center;
	border-left: #f0f0f0 1px solid;
	background-color: #f9f9f9;
	color: #666666;
	padding: 0px 3px 2px 3px;
	font: normal 8pt Verdana,Sans-Serif;
}

#search_results_table tr.search_results_hover td {
	background-color: #deebf8;
	color: #0066cc;
	border-bottom: #9ac1e9 1px solid;
}

#search_results_table tr.search_results_hover td.field {
	background-color: #deebf8;
	color: #000000;
}
/****** Bottom Content ******/
/** ask **/
div.ask_container{
	float: left;
	width: 330px;
	border: solid 1px #bbbbbb;
	height: 353px;
	background-color: #ffffff;
}
iframe#ask{
	border: solid 0px #000000;
	width: 330px;
	height: 300px;
}
/****** LINKS OVERIDE CSS FOR ASK THE EXPERTS ******/
div.links{
	margin-top: 60px;
	text-align:right;
	border: 0px solid #000000;
	font-weight:bold;
	padding: 0px 5px 0px 5px;

}
div.links span{
	color: #000000;
}
div.links a{
	font-weight:bold;
	color:#075a8d;
	text-decoration: none;
}
div.links a:hover{
	color:#003366;
	text-decoration: underline;
}
/** articles **/
/** articles **/
div#article_container{
	float:right;
	width: 327px;
}
div.article_body{
	background-color: #ffffff;
	border: solid 1px #bbbbbb;
	border-top: none;
	border-bottom: none;
	padding: 3px;
	height: 270px;
}
div.article_content{
	padding: 3px 3px;
}
div.article_content span{
	color: #777777;
	font-size: 8pt;
	font-weight: bold;
}
div.article_content a img{
	border: none;
}
div.article_content a{
	font-size: 10pt;
	color: #006699;
	text-decoration: none;
	
}
div.article_content a:hover{
	text-decoration: underline;
	
}
div#articles_more{
	background-color: #ffffff;
	border: solid 1px #bbbbbb;
	border-top: none;
	border-bottom:none;
	padding: 0px 20px 10px 5px;
	text-align: right;
}
div#articles_more a{
	font-size: 8pt;
	font-weight: bold;
	color: #02468A;
	text-decoration: none;
}
div#articles_more a:hover{
	text-decoration: underline;
}
div#articles_more_alt{
	background-color: #ffffff;
	border: solid 1px #bbbbbb;
	border-top: none;
	padding: 0px 20px 10px 5px;
	text-align: right;
}
div#articles_more_alt a{
	font-size: 8pt;
	font-weight: bold;
	color: #02468A;
	text-decoration: none;
}
div#articles_more_alt a:hover{
	text-decoration: underline;
}

/****** featured ads ******/
fieldset#featured_ads{
	border: solid 1px #bbbbbb;
	margin-bottom: 15px;
	padding: 0px;
	clear:both;
	
}
fieldset#featured_ads legend{
	font-size: 10pt;
	font-weight: bold;
	color:#02468a;
}
fieldset#featured_ads table tr td{
	border: solid 1px #bbbbbb;
	padding: 2px;
	width: 219px;
	
}
fieldset#featured_ads table tr td div {
	font-size: 8pt;
	text-decoration: none;
	
}
fieldset#featured_ads table tr td div a{
	font-size: 8pt;
	text-decoration: none;
	color: #02468A;
	font-weight: bold;
	text-transform:lowercase;
	
}
fieldset#featured_ads table tr td div a:hover{
	text-decoration: underline;
	
}
fieldset#featured_ads table tr td div a img{
	float:left;
	margin: 3px;
	border: none;
	
}

fieldset#featured_ads table tr td div div{
	border: solid 0px #000000;
	float:left; 
	width: 137px; 
	
}