﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.

9/12/2008   Mark G replaced #5c87b2 with #596e9e
----------------------------------------------------------*/

/************************************************************
    Master page / site-wide container classes
************************************************************/
body
{
    background-color: #596e9e;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

.AllPageContent
{
    width: 800px;
    /* height: 500px;      Firefox required this in order to span the entire height of the page */
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
}

#header
{
    margin-bottom: 0px;
    padding: 0;
    width:100%;
    background-color: #ffffff;
}

#logo
{
    float:left;
    text-align:left;
    background:#FFFFFF;
    width:100%;
    border-bottom: 1px #596e9e solid;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

img
{
	border-style: none;
}


#header h1
{
    font-weight: bold;
    margin: 0;
    color: #596e9e;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px !important;
    padding-left: 3px;
}

#footer
{
    color: #999999;
    padding: 30px 0px 0px 0px;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
    float:left;
    width:100%;
    background-color:#ffffff;
}

.RightSideBox
{
    display:block;
    float:right;
    text-align:left;
    background:#ffffff;
    width:65%;
    margin-right:2px;
}

.BoxBorder 
{
    border-width:2px;
    border-style:solid;
    border-color:#596e9e;
    padding: 3px 3px 3px 3px;
}

.LeftSideBlock
{
    display:block;
    float:left;
    text-align:left;
    background:#eeeeee;
    padding: 3px 3px 3px 3px;
    width:30%;
}

.CenterBox 
{
    width:50%;
    margin-left:25%;
    text-align:center;
    padding: 100px 0px 50px 0px;
}

.ErrorMessage 
{
    color:#ff3300;
    font-weight:bolder;
}

#title
{
    display:block;
    float:left;
    text-align:right;
    background-color:white;
    width:100%;
}

.HangingIndent 
{
    text-indent:-4.5em; 
    margin-left:4.5em;
}

.IndentedBlock 
{
    margin-left:10px;
}

#SponsorInfo p
{
	text-align:center;
}

.FullPageBox
{
    display:block;
    float:left;
    text-align:left;
    background:#ffffff;
    width:90%;
    margin-left:30px;
    margin-right:2px;
}


/************************************************************
    Link classes
************************************************************/
a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #ff6600;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}



/************************************************************
    Heading classes   
************************************************************/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}


/************************************************************
    Tab Menu classes   
************************************************************/
#menucontainer
{
    float:right;
    margin-top:-35px;
}

ul#menu
{
    border-bottom: 1px #596e9e solid;
    padding: 0 0 0px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
}

ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #ff8800;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}


/************************************************************
    Home Page classes   
************************************************************/
#BasicInfo
{
    display:block;
    float:left;
    text-align:left;
    background:#ffffff;
    width:30%;
    padding: 3px 3px 3px 6px;
}

#NextMeeting 
{
    margin-top:2px;
}

#Greeting p 
{
    margin-top:0px;
    margin-bottom:10px;
    line-height:1.3em;
}



/************************************************************
    Meeting Archives classes
************************************************************/
#MeetingArchiveCopy
{
    display:block;
    text-align:left;
    margin: 20px 0 20px 50px;
}

#MeetingArchive
{
    display:block;
    text-align:left;
    margin:50px 0 0 50px;
}

#UpcomingMeetings
{
	display:block;
	text-align:left;
	margin:20px 0 20px 50px;
}

#MeetingUpcomingEvents
{
    display:block;
    text-align:left;
    margin:50px 0 0 50px;
}


/************************************************************
    Meeting ViewDetail classes   
************************************************************/
#MeetingClosing
{
    margin-top:10px;
}

p.ResourceLinksHeader
{
    margin-top:20px;
    margin-bottom:0px;
}

p.ResourceLink 
{
    margin-top:0px;
    margin-bottom:5px;
    text-indent:-0.8em; 
    margin-left:0.8em;
}



/************************************************************
    Bylaws classes   
************************************************************/
#BylawContent 
{
    background-color:#ffffff;
    padding-left:5px;
    padding-right:5px;
}

p.Article 
{
    font-weight:bold;
    text-align:center;
}
p.ArticleSection
{
    font-weight:normal;
    text-align:left;
}
p.ArticleSubSectionLevel1
{
    text-align:left;
    margin-left:3em;
}


/************************************************************
    About/Find Us classes   
************************************************************/
#FindUsContent 
{
    background-color:#ffffff;
    padding-left:5px;
    padding-right:5px;
}

.DirectionContainer
{
    float:left;
    width:35%;
    padding-right:10px;
}

.DirectionHeader 
{
    margin-top:10px;
    margin-bottom:0px;
    font-weight:bolder;
}

.DirectionStep 
{
    margin-top:0px;
    margin-bottom:0px;
    text-indent:-0.8em; 
    margin-left:0.8em;
}

.MapContainer 
{
	float:right;
	width:60%;
	vertical-align:top;
}

