﻿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: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

.page_header
{
	font-size: 16pt;
	font-weight: bold;
	color: #003;
	margin-bottom: 15px;
}

.chamber_archive_articles
{
    width: 450px;
    padding: 5px 3px 5px 0px;
    border-bottom: dotted 1px #777;
}

.chamber_archive_list_current
{
    width: 450px;
    padding: 5px 3px 5px 0px;
    border-bottom: dotted 1px #777;    
}

.chamber_archive_list
{
    width: 430px;
    padding: 5px 3px 5px 0px;
    border-bottom: dotted 1px #777;    
    padding-left: 20px;
}

/* Chamber sub-pages, 3col layout */
#chamber_left
{
	width: 190px;
	float: left;
	padding-right: 5px;
}

#chamber_middle
{
    width: 480px;
    float: left;
}

/* 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;
}


/* Main Page topic list */
.topic
{
    margin-top: 10px;
    margin-right: 5px;
    width: 320px;
    float: left;
    font-family: Georgia, Serif;
	display: inline;
}

.topicheader
{
    color: #000;
    font-size: 9pt;
    width: 100%;
    float: left;
    font-weight: bold;
}

.topiclist
{
	font-family: Cambria, serif;
    font-size: 10pt;
    width: 100%;
    float: left;
	margin-bottom:7px;
}

.topicitem
{
    display: block;
    float: left;
    width: 320px;
    margin-bottom: 8px;
}

/* Chamber 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;    
}

.leadStoryHeadline
{
    font-family: Georgia, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.2em;
    font-weight: bold;
    margin-bottom: 8px;
}

.leadStoryContent
{
	font-family: Cambria, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height:1.2em;
    height: 145px;
    overflow: hidden;
}

.topStoryHeadline
{
    height: 45px;
    font-family: Georgia, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.2em;
    font-weight: bold;
	margin-top:8px;
    overflow: hidden;
}

.topStoryContent
{
    height: 145px;
    overflow: hidden;
    font-family: Cambria, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height:1.2em;
	margin-bottom:5px;
}

.commentViewHolder
{
    clear: both;
    font-size: 8pt;
    margin-bottom: 8px;
}

.commentTopicText
{
    text-transform: uppercase;
    color: #777;
}

.commentImage
{
    border: 0 none;
    margin-left: 4px;
}

.chamberReadMore
{
	float:right;
	text-align: right;
	font-family: Cambria, serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	margin-right:5px;
}

.chamberReadMore a, .chamberReadMore a:hover
{
	color: #C00;
}

