﻿html, body 
{
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Calibri;
	font-size: 10pt;
	font-weight: normal;
	color: #000;
}

p
{
    margin-top: 0px;
    padding: 0px;
}


a:link {
	color: #003600;
	text-decoration: none;
}
a:visited {
	color: #003600;
	text-decoration: none;
}

a:hover {
	color: #38bc38;
	text-decoration: underline;
}

.page_header
{
	font-size: 16pt;
	font-weight: bold;
	color: #003;
	margin-bottom: 15px;
}

/* Contributors Page */
.contributor_holder
{
    float:left;
    width: 170px;
    height: 135px;
    overflow: hidden;
    background-color: #063;
}

.contributor_holder img
{
    border: 0 none;
}

.contributor_holder a
{
    color: #eee;
}

#contributor_title_img
{
    width: 680px;
    margin-top: 10px;
    float: left;
}

/* Editorial Board */
.ebholder
{
    width: 224px;
    height: 241px;
    float: left;
}

.ebholder_text
{    
    width: 224px;
    background-color: #063;
    float: left;   
}

.ebholder_text a
{
    color: #eee;
}

#editorial_title_img
{
    width: 680px;
    float: left;
    margin-top: 10px;
}

/* CFR sub-pages, 3col layout */
#cfr_left
{
	width: 190px;
	float:left;
	padding-right: 5px;
}

#cfr_middle
{
    width: 480px;
    float: left;
}

/* CFR topics list page */
.topicpage_headline 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	width: 460px;
	margin-bottom: 2px;
	float: left;
}

.topicpage_holder 
{
	width: 460px;
	float: left;
	margin-left: 12px;
	display: inline;
}

.topicpage_comments
{
    font-size: 8pt;
    width: 460px;
    float: left;
}

.topicpage_text
{
    float: left;
    font-size: 10pt;
}

.topicpage_date
{
    font-size: 8pt;
    font-weight: normal;
    color: #777;    
}

/* CFR Bio sidebar */

.cfr_sidebar_bio_photo
{
    width: 185px;
    float: left;
    overflow: hidden;
    margin-bottom: 10px;
}

.cfr_sidebar_bio_photo a img
{
    border: none;
}

/* CFR Story Page / BIO */
.cfr_story_header
{
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    color: #000;
    letter-spacing: -1px;
    margin-bottom: 6px;
    font-family: Georgia, serif;
}

.cfr_story_info_holder
{
    width: 480px;
    height:auto;
    font-family:arial;
    font-size:9pt;
}

.cfr_story_info
{
    width: 475px;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #111;
    font-weight:bold;
    color:#999;
}

.cfr_story_holder
{
    width: 480px;
}

.cfr_story_content_holder
{
    float: left;
    width: 480px;
    font-size: 12px;
    line-height: 1.3em;
    font-family:Arial, Arial, Helvetica, sans-serif;
}

.cfr_story_addcomment
{
    margin-bottom: 10px;
    font-weight: bold;
}

.cfr_story_image_caption_horiz
{
    background-color: #fff;
    width: 480px;
    margin-bottom: 10px;
    float: left;
    border-bottom: dotted 1px #aaa;
}

.cfr_story_image_caption_vert
{
    background-color: #fff;
    width: 240px;
    margin-bottom: 10px;
    float: right;
    border-bottom: dotted 1px #aaa;
    margin-left: 5px;
}

.cfr_story_text
{
    font-family: Georgia, serif;
    font-size: 12px;
}

.cfr_caption_text
{
    font-size: 8pt;
    font-style: italic;
}

.cfr_bio_articles
{
    width: 450px;
    padding: 5px 3px 5px 0px;
    border-bottom: dotted 1px #777;
}

.cfr_archive_articles
{
    width: 450px;
    padding: 5px 3px 5px 0px;
    border-bottom: dotted 1px #777;
}

.cfr_happenings_articles
{
    width: 650px;
    padding: 5px 3px 5px 0px;
    border-bottom: dotted 1px #777;
}

.cfr_archive_list_current
{
    width: 450px;
    padding: 5px 3px 5px 0px;
    border-bottom: dotted 1px #777;    
}

.cfr_archive_list
{
    width: 430px;
    padding: 5px 3px 5px 0px;
    border-bottom: dotted 1px #777;    
    padding-left: 20px;
}

/* Search and Search Results Styles */

.SearchLabel
{
    float: left;
    width: 100px;
    text-align: right;
    padding: 4px;
    font-size: 10pt;
    font-weight: bold;
}

.SearchData
{
    float: left;
    width: 345px;
    text-align: left;
    padding: 4px;
    font-size: 10pt;
}

.search_results_headline
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	width: 450px;
	margin-bottom: 2px;
	float: left;    
}

.search_results_holder
{
	width: 450px;
	float: left;
}

.search_results_bottom
{
    font-size: 8pt;
    color: #777;
    float: left;
}

.search_results_date
{
    font-size: 8pt;
    font-weight: normal;
    color: #777;    
}

#SearchHolder
{
    float: left;
    border: solid 1px #ccc;
    padding: 5px;
    width: 465px;
    background-color: #eee;
}

#ResultsHolder
{
    float: left;
    width: 460px;
}

.topic
{
	margin-top: 10px;
	margin-right: 5px;
	width: 330px;
	float: left;
	font-family: Georgia, Serif;
}

.topicitem
{
    display: block;
    float: left;
    width: 325px;
    margin-bottom: 8px;
}
.topicheader
{
    color: #030;
    font-size: 9pt;
    width: 100%;
    float: left;
    font-weight: bold;
}

.topiclist
{
    font-size: 9pt;
    width: 100%;
    float: left;
}

.leadStoryHeadline
{
    font-family: Georgia, Serif;
    font-size: 16pt;
    font-weight: bold;
    margin-bottom: 8px;
}

.leadStoryContent
{
    font-family: Georgia, Serif;
    font-size: 9pt;
    height: 145px;
    overflow: hidden;
}

.topStoryHeadline
{
    height: 65px;
    font-family: Georgia, Serif;
    font-size: 13pt;
    font-weight: bold;
    margin-bottom: 5px;
    overflow: hidden;
}

.topStoryContent
{
    height: 150px;
    overflow: hidden;
    font-family: Georgia, Serif;
    font-size: 9pt;
}

.commentViewHolder
{
    clear: both;
    font-size: 8pt;
    margin-bottom: 8px;
}

.commentTopicText
{
    text-transform: uppercase;
    color: #777;
}

.commentImage
{
    border: 0 none;
    margin-left: 4px;
}

.cfrReadMore
{
    width: 120px;
    text-align: right;
	float: right;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #00571c;
	margin-right: 10px;
}

.cfrReadMore a, .cfrReadMore a:hover
{
    color: #00571c;
}

/* Company Profile page */
#company_profile_left
{
    width: 285px;
    margin-left: 5px;
    float: left;
    vertical-align: top;
}

#company_profile_middle
{
    width: 390px;    
    float: left;
    vertical-align: top;
}

.profile_header
{
    width: 275px;
    float: left;
    margin-bottom: 10px;
    background-color: #00571c;
    color: #fff;
    padding: 5px;
    font-family: Georgia, Serif;
    font-size: 14pt;
    font-weight: bold;
}

.profile_header_img
{
    width: 100%;
    float: left;
    margin-bottom: 10px;
    background-image: url(/cfr/images/profile_header_bg.jpg);
    background-repeat: repeat-y;
    color: #000;
    padding: 5px;
    font-family: Georgia, Serif;
    font-size: 14pt;
    font-weight: bold;
}

.profile_header_alt
{
    width: 100%;
    float: left;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #00571c;
    font-family: Georgia, Serif;
    font-size: 14pt;
    font-weight: bold;
}

.company_profile_logo
{
    width: 275px;    
    padding-left: 5px;    
    height: 300px;   
}

.company_profile_logo img
{
    max-width: 275px;
    max-height: 250px;
}

.profile_contact_details
{
    width: 285px;
    font-size: 10pt;
    margin-bottom: 15px;
}

.profile_description
{
    width: 390px;
    float: left;
    margin-bottom: 15px;
    font-size: 9pt;
    line-height: 1.4em;        
    font-family: Georgia, Serif;
}

.profile_bio
{
    width: 285px;
    height: 190px;
    float: left;
    overflow: hidden;
    font-family: Georgia, Serif;
}

.profile_bio_name
{
    font-size: 9pt;
    font-weight: bold;
    margin-bottom: 10px;
}

.profile_bio_photo
{
    width: 130px;
    float: left;
    margin-right: 5px;    
}

.profile_bio_photo img 
{
    width: 130px;
    display: inline;    
}

.profile_bio_details
{
    width: 150px;
    float: left;
}

.profile_bio_text
{
    font-size: 8pt;
    line-height: 1.4em;
}

.profile_article
{
    width: 390px;
    float: left;
    font-size: 9pt;
    margin-bottom: 6px;
    font-family: Georgia, Serif;
}

.profile_dotted_break
{
    width: 390px;
    height: 1px;
    float: left;
    margin-top: 4px;
    border-bottom: 1px dotted #999;
}

.profile_article_meta
{
    width: 390px;
    float: left;    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #111;
    font-weight:bold;
    color:#999;
}

.profile_article_headline
{
    width: 390px;
    float: left;
    margin: 0px 0px 5px 0px;
    color: #222;
    font-size: 12pt;
    font-weight: bold;    
    line-height: 1.2em;
}

.profile_article_text
{
    width: 390px;
    float: left;
    line-height: 1.4em;
}

.profile_twitter
{
    width: 390px;   
    float: left;
    margin-top: 7px;
}
