/* LYNN CSS 20040217 */

/* BODY */

body
{
    font-family: Verdana, Arial, Helvetica, sans-serif; /* Base font family for most elements */
    font-size: 11px; /* Base size for all elements; other size definitions relates to this */
    background-color: #eeeee4;
    margin: 0px;
    padding: 0px;
	text-align: center;
	color: #5c5b5b;
}

#holder {
margin: 0px auto;
text-align: left;
width: 995px;
border: 10px solid #ffffff;
background-color: #ffffff;
}
#header {
margin: 0px;
padding: 0px;
}
#header A {
color: #fef5c3;
text-decoration: none;
}
#header A:hover {
color: #FFFFFF;
text-decoration: none;
}
#subMenu {
margin: 0px;
padding: 0px;
color: #7d9338;
background-color: #dce4be;
background-image:url(../images/new_design/subMenu.gif);
height: 38px;
width: 760px;
}
#subMenu A {
font-size: 9px;
font-weight: bold;
color: #4e6402;
text-decoration: none;
}
#subMenu A:hover {
color: #FFFFFF;
text-decoration: none;
}
#subMenuHome {
margin: 0px;
padding: 0px;
color: #7d9338;
background-color: #dce4be;
background-image:url(../images/new_design/subMenu.gif);
height: 38px;
width: 760px;
}
#subMenuHome A {
font-size: 9px;
font-weight: bold;
color: #4e6402;
text-decoration: none;
}
#subMenuHome A:hover {
color: #FFFFFF;
text-decoration: none;
}
#menu {
margin: 0px;
padding: 0px;
border-bottom: solid 8px #ffffff;
}
#mainContent {
background-color: #ffffff;
border-right: 4px solid #ffffff;
}
#mainContent LI {
padding: 5px 0px;
}


.mainContentHolder {
padding: 0px 7px 0px 10px;
font-size: 11px;
}
.galleryTable {
width: 100%;
text-align: center;
margin: 0px auto;
}
.galleryThumbs {
width: 100%;
text-align: center;
margin: 0px auto;
}
.galleryThumbs IMG {
padding: 5px;
}
.whiteBg {
background-color: #ffffff;
border: 1px solid #cbb343;
padding: 20px 15px;
}

.whiteBg P { /* articles */
line-height: 16px;
padding: 0px;
margin: 10px 0px 0px 0px;
}

#footer {
background-color: #efeee4;
width: 995px;
margin: 0px auto;
}
#footer TD {
padding: 15px 20px 5px 20px;
}
A.april {
text-decoration: none;
color: #999999;
font-size: 9px;
}
A.april:hover {
color: #999999;
}
/* HEADERS */

H1 { /* bold 17px green page headers */
color: #5e6e2a;
font-size: 17px;
padding: 6px 0px 6px 0px;
margin: 0px;
}
H2 { /* bold 12px grey like article title */
font-size: 12px;
padding: 0px 0px 12px 0px;
margin: 0px;
font-weight: bold;
}
H6 { /* bold 11px brown like contact headers */
font-size: 11px;
color: #ccb23a;
font-weight: bold;
margin: 0px;
padding: 8px 0px;
}
/* ACTIVITIES */

#intro P {
padding: 0px;
margin: 0px;
}
#intro {
padding: 0px;
margin: 0px;
}
.article_body {
margin: 15px 0px 35px 0px;
}

.allLeftPics {
padding: 10px 10px 0px 10px;
width: 66px;
}
.activities_overview {
border: solid 1px #ccb23a;
background-color:#FFFFFF;
line-height: 14px;
margin-bottom: 10px;
width: 100%;
}
.pr_overview
{
border: 0px;
background-color:#FFFFFF;
line-height: 12px;
margin-bottom: 10px;
width: 100%;
}
.activities_overview_content
{
padding: 10px 25px 0px 5px;
font-size: 11px;
}
.activities_overview_content IMG
{
padding: 0px;
}
IMG.moreImage
{
margin: 0px;
padding: 0px;
}

.activities_overview_content .date
{
display: block;
margin: 0px;
font-weight: bold;
font-size: 9px;
padding: 0px;
}
.activities_overview_content .title
{
display: block;
margin: 0px;
font-weight: bold;
font-size: 10px;
padding: 0px;
line-height: 14px;
}
.archiveTD {
margin: 0px;
padding: 5px 0px;
}

/* LINKS */
.pr_overview a {
font-weight: bold;
font-size: 10px;
color: #3d3d3d;
text-decoration: none;
}
.pr_overview a:hover{
text-decoration: underline;
}
.activities_overview a {
font-weight: bold;
font-size: 10px;
color: #3d3d3d;
text-decoration: none;
}
.activities_overview a:hover{
text-decoration: underline;
}

a.backLink {
font-weight: normal;
font-size: 10px;
padding: 10px 5px;
}

a
{
color: #ccb23a;
text-decoration: none;
font-weight: bold;
font-size: 10px;
}
a.email
{
color: #5c5b5b;
}

a:hover
{

    text-decoration: underline;
    cursor: pointer;
}

a img
{
    border: none; /* Some browsers may display a border around a linked image without this attribute set to _none_. */
}

/* PRE TEXT */

pre, code
{
    font-family: "Courier New", Courier, monospace; /* Usually defaulted to monospaced font anyway, but browwsers may vary which one is used, so giving exact alternatives helps visual consistenct */
    font-size: 1em; /* Setting this exact size may also help visual consistency */
}

pre
{
    background-color: #f8f8f8;
    border: 1px solid #e0e0e0;
    margin: 1em 0 1em 0;
    padding: 0.2em;
}

/* TABLES */



table.list
{
    width: 100%;
    margin: 1em 0 1em 0;
}

table.list th, table.list td
{
    padding: 0.25em 0.5em 0.25em 0.5em;
    text-align: left;
    vertical-align: top;
}

table.list th
{
    font-weight: bold;
    background-color: #f0f0f0;
}

table.list td
{
    font-weight: normal;
}

tr.bglight
{
    background-color: #fcfcfc;
}

tr.bgdark
{
    background-color: #f8f8f8;
}

/* ORDERED AND UNORDERED LISTS */



/* DEFINITION LISTS */

dl
{
    padding: 0em;
    margin: 0.25em 0 0.25em 0;
}

dt, dd
{
    font-style: normal;
    margin: 0 0 0.25em 0;
}

dt
{
    font-weight: bold;
}

dd
{
    margin: 0 1em 0.5em 2.5em;
}

/* FORM ELEMENTS */

form
{
    padding: 0em;
    margin: 0em;
}

label
{
    font-weight: bold;
    padding-right: 0.5em;
    display: block;
    white-space: nowrap;
}

textarea
{
    font-family: Arial, Helvetica, sans-serif; /* Usually defaulted to monospaced font; so it needs to be set if to change */
    font-size: 1em; /* Needs to be specified for IE */
}

input.box, textarea.box
{
    width: 98%;
}

input.halfbox, textarea.halfbox
{
    width: 47%;
}

optgroup
{
    font-weight: bold;
    font-style: normal;
}

input.button
{
    font-weight: normal;
    margin: 1em 1em 0 0;
}

input.button-default
{
    font-weight: bold;
}

/* PAGE DIVIDERS */

div.block /* Use this style around groups of objects which are connected in some way */
{
    margin: 0.5em 0 0.5em 0;
    padding: 0;
    clear: both;
}

div.block div.element, div.buttonblock div.element /* Use this style if several objects are to be stacked horizontally within the same block */
{
    padding-right: 1em;
    float: left;
}

div.block div.left
{
    width: 48%;
    text-align: left;
    float: left;
    clear: left;
}

div.block div.right
{
    width: 48%;
    text-align: right;
    float: right;
    clear: right;
}

div.break /* Used this style to terminate floating elements, to clear all floating attributes */
{
    clear: both;
}

/* MESSAGES TO THE USER */

div.message-feedback, div.message-warning, div.message-error
{
    padding: 0.1em 0.5em 0.5em 0.5em;
}

div.message-feedback
{
    background-color: #f0fff0;
}

div.message-warning
{
    background-color: #ffffe0;
}

div.message-error
{
    background-color: #fff0f0;
}

/* PAGE NAVIGATION */

div.pagenavigator
{
    text-align: center;    
}

div.pagenavigator span.previous
{
    float: left;
}

div.pagenavigator span.next
{
    float: right;
}

/* MISC STYLES */

.small
{
    font-size: 85%;
}

.hide
{
    display: none;
}


div.imageleft, div.imageright, div.faxtboxleft, div.faxtboxright, div.leftobject, div.rightobject
{
    margin-top: 0.3em;
    margin-bottom: 0.1em;
    display: inline;
}

div.imagecenter, div.factboxcenter, div.centerobject
{
    width: 100%;
    margin-top: 0.3em;
    margin-bottom: 0.1em;
    display: block;
}

div.imagecenter
{
    text-align: center;
}

div.factboxcenter
{
    text-align: left;
}

div.imageleft, div.factboxleft, div.leftobject
{
    float: left;
    padding-right: 0.5em;
}

div.imageright, div.factboxright, div.rightobject
{
    float: right;
    padding-right: 0.5em;
}

div.faxtboxleft, div.faxtboxright
{
    background-color: #f0f0f0;
}

div.imageleft p.picturetext, div.imageright p.picturetext, div.imagecenter p.picturetext, p.factbox
{
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}

div.imageleft p.picturetext, div.imageright p.picturetext, span.picturetext, p.factbox
{
    background-color: #f0f0f0;
}

/* Misc */

span.spamfilter
{
     display: none;
}

/* august 2008 updates to 995px wide */

#menu_content_spacer {
height: 
} 

#leftColumn {
background-color: #e6e6de;
border-top: 32px solid #ffffff;
width: 150px;
}
#leftColumn IMG {
display: block;
margin-bottom: 7px;
width: 150px;
}
#leftColumn A {
border: 0px;
}
DIV.rightNewsHolder {
background-color: #eee9b1;
border: 1px solid #e4d9a3;
width: 170px;
margin-bottom: 6px;
padding: 15px 10px 10px 10px;
}
#rightNews {
margin: 0px;
padding: 0px;
border-top: 0px solid #ffffff;
background-color: #ffffff;
width: 190px;
}
#rightNewsHeader {
margin: 0px;
padding: 0px;
border: 1px solid #e4d9a3;
background-color: #eee9b1;
width: 190px;
}
#rightNews .date {
font-size: 10px;
color: #b29628;
display: block;
text-decoration: underline;
}
#rightNews IMG.internal {
padding: 4px 0px;
width: 170px;
}
#rightNews A {
font-weight: bold;
font-size: 9px;
color: #333333;
display: block;
text-decoration: none;
}
#rightNews A:hover {
color: #333333;
text-decoration: underline;
}
#rightNews .section {
color: #343233;
display: block;
font-size: 9px;
}
A.newsletter {
color: #048b24; 
background-color: #dde696;
font-size: 9px; 
line-height: 29px;
text-decoration: none; 
display: block; 
margin-bottom: 4px;
padding-left: 5px;
font-weight: normal;
}
A.newsletter:hover {
test-decoration: underline;
}