﻿/*----------------------------------------------------------
These styles override the main Site.css styles as the home
page has a slightly different layout
----------------------------------------------------------*/

#sidebar 
{
	width: 23em;
	float: right;
	margin: 0 1em 0 0;
	padding: 1em;
}
#main 
{
	margin-left: 0;
	margin-right: 26em;
	padding: 0;
	overflow: hidden;
}
/*----------------------------------------------------------
These styles are specific to the homepage
----------------------------------------------------------*/

#journal 
{
	width: 97%; 
	margin: 1em; 
	height: 100%; 
	border: solid 1px #0066cc;
}
#journal .info { 
	float:left; 
	width: 40%;
	padding: 1em 1em 2em 1em;
}
#journal h3 {
    margin-bottom: 10px;
}
#journal h4
{
	font-family: Arial, Sans-Serif;
	font-style: italic;
	font-weight: bold;
	font-size: 1.5em;
	margin-top: 0;
}
#journal p 
{
	font-family: Arial;
	font-size: 1em;
	font-weight: normal;
}
#journal ul 
{
	list-style-image: url(../images/sm_arrow.gif);
}
#journal ul li 
{
	font-family: Verdana;
	font-size: 0.9em;
	font-weight: normal;
	margin-left: 2em;
}
#journal .description 
{
	font-weight: bold;
}
.deadline {
	color: red;
	/*font-size: 1.1em;*/
	display: inline-block;
	font-weight:bold;
}
.highlightBox h4
{
    font-family: Arial, Sans-Serif;
    font-style: italic;
    font-weight: bold;
    font-size: 1.5em;
    margin-top: 0;
}
/*-------- for annual meeting content ------- */
.presenter {
	font-weight: bold;
	color: #006060;
	text-transform:uppercase;
    padding: 10px;
}
.presenter-photo {
	width: 150px;
	float: left;
    margin-right: 25px;
	margin-bottom: 10px;
}
.presenter-title {
    font-style: italic;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    font-size: 14px;
}
.meeting-info-box {
    background-color: #edf6fb;
    padding: 15px;
    margin-bottom: 10px;
}
.meeting-info-box div {
    margin-bottom: 10px;
}