﻿
body {
}

#header {
    background:url(../images/CEPRI_Green_Bckgrnd-2.png) repeat;
}

#cepriImage {
    margin-left: 20px;
    margin-top: -60px;
}

/*Menu Column */
#menuColumn
{
	position: relative;
	float: left;
	width: 200px;
    background-color: #3b4c9e;
}

.masterMenu {
    margin-top: 40px;
    margin-bottom: 20px;
}

.masterMenu li a {
    color: white;
    text-align: left;
}

#indexLink {
    right:140px;
    top: 10px;
    position: absolute;
}

#about {
    right:50px;
    top: 10px;
    position: absolute;
}

#indexLink a, #about a {
    color: #3b4c9e;
    font-weight: bold;
    text-decoration: none;
}

.row img {
    padding-right: 10px;
}

.row {
    margin: 10px;
}

#content
{
    padding: 20px;
	float: left;
    width: 60%;
}

.pageHeader {
    color: #333399;
    font-size:x-large;
    text-decoration:underline;
    text-decoration-style: solid;
}

.pageHeaderSecondary {
    font-size: small;
}

.redLink {
    color: red;
}

.boldText, ul.lineItemsBold > li::first-line {
    font-weight: bold;
}

.listHeader {
    margin-top: 15px;
    padding-left: 30px;
    font-style:italic;
}

.projectPresentationsColumn {
    width: 50%;
    float: left;
}

.italic {
    font-style:italic;
}

.spaceAbove {
    margin-top: 15px;
}

li.spaceAboveBelow {
    margin-top: 5px;
    margin-bottom: 5px;
}

.spaceAbove50px {
    margin-top: 50px;
}

ul.button {
    list-style-image: url('../Images/button.gif');
}

.masterMenu li, ul.noBulletInList {
    list-style-type: none;
    list-style-image: none;
}

.bulletInList {
    list-style-type:disc;
    list-style-image:none;
}

ul.noBulletInList { 
    margin: 0; 
    padding: 0; 
} 

table.meetings {
    border:1px
}
table.meetings tr {
    background-color: rgb(144, 238, 144)    
}
table.meetings th {
    text-align: center
}
table.meetings td {
    padding-left: 1em;
    padding-right: 1em;
}
table.meetings td div, #lunch {
    text-align: center
}

ul.projectsIndexedByLineSpacing li {
    margin: 5px;
    font:#333399
}

#welcome {
    float: left;
    width: 10%;
}

#time {
    float: left;
    width: 90%;
}

#lunch {
    float: left;
    width: 30%;
}

#noon {
    float: left;
    width: 70%;
    text-align: left;
}

.adjournment {
    float: left;
    width: 20%;
}

.adjournmentTime {
    float: left;
    width: 80%;
}

.indent15px {
    margin-left: 15px;
}

#menuColumn a {
    text-decoration: none;
}

a:link {
    text-decoration: underline;
}

#floridaFacts li, #projectsAndPresentationsList li, #insightList li, #toThePointList li {
    margin: 5px;
}

div hr {
    background-color: black;
    height: 1px;
}

@media print
{
    #content a:link:after {
        content:none;
    }
}
.member {
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}
.member-pic {float:left; width:170px}
.member-desc{float:left; width:400px}
