﻿/* --------------------------------------------- */
/* Global Style */
html {
	overflow: -moz-scrollbars-vertical; /* keep firefox scrollbar visible to eliminate page jumping */

}

 body
{
	padding: 0;
	margin: 0;
	height: 100%;
	font-family: Arial, Helvetica, Sans-Serif;
	background:#3d553e url('images/misc/bodyBack.jpg') repeat-x;
	font-size: 12px;
	color:#000000;
	line-height:1.5em;
} 
#mainContainer 
{
    margin:20px auto;
    width:1008px; 
    overflow:hidden;   
}
#masthead 
{
    margin:0;
    width:1008px;
    height:149px;
    float:left;
    clear:left;
    background:url('images/misc/mastheadBack.gif') no-repeat;
}

#mainBody 
{
    margin:0;
    padding:0px 6px 0 7px;
    width:995px;
    float:left;
    clear:left;
    background:url('images/misc/mainbodyBack.png') repeat-y;
    _background:transparent url('images/misc/mainbodyBack.gif') repeat-y;    
     
}
#mainNav 
{
    width:995px;
    height:53px;
    background:#e9e9e9 url('images/misc/navBack.jpg') repeat-x;
    float:left;
    clear:left;
    font-family:Times New Roman, Times, Serif;
    font-size:18px;
}
#mainNav  ul
{
	margin:1px 0px 0px 10px;
	padding:0;	
}
#mainNav  ul li
{
	display:inline;
	float:left;
	height:48px;

	text-align:center;
	border-left:solid 1px #ffffff;
	border-right:solid 1px #e4e3e3;
	_width:20px;
	
		
}
#mainNav ul .first
{
	border:none;
	margin-left:0px;
	padding-left:0px;
}
#mainNav ul li a
{
    display:block;
    height:20px;
    padding:18px 13px 10px 12px;	
	color:#333333;
	text-decoration:none;
}

#mainNav ul li a:hover
{
	color:#13824a;
	text-decoration:none;
}
#bodyImages
{
    width:989px;
    min-height:6px;
    padding:0px 3px 0px 3px;
    background:#ffffff url('images/misc/imagesBack.jpg') repeat-x;
    float:left;
    clear:left;
}
#mainBodyContentInner 
{
    width:995px;
    min-height:291px;
    float:left;
    clear:left;
    background:url('images/misc/bodyGradient.jpg') no-repeat right top;
}
#mainBodyContentOuter 
{
    width:995px;
    float:left;
    clear:left;
    background:url('images/misc/bodyGradient.jpg') no-repeat;
}
#pageContent 
{
    padding:15px;
}
#footer 
{
    margin:0;
    width:1008px;
    height:22px;
    float:left;
    clear:left;
    background:url('images/misc/footerBack.png') repeat-y;
    _background:transparent url('images/misc/footerBack.gif') repeat-y;
}

#clickFooter 
{
    margin:0;
    width:600px;
    padding:0px 44px 10px 0px;
    float:right;
    text-align:right;
    color:#959595;
    font-size:11px;

}

#contactFooter 
{
    margin:0;
    width:300px;
    padding:0px 0px 10px 44px;
    float:left;
    color:#959595;
    font-size:11px;
}
#clickFooter a, #contactFooter a
{
    color:#d7d7d7;
    text-decoration:none;
}
#clickFooter a:hover, #contactFooter a:hover
{
    color:#959595;
    text-decoration:none;
}

a img {
  border: 0;  
}

p {
   margin: 0 0 1em 0; 
    }

a {
	color: #16723c;
	text-decoration: underline;
}

a:hover {
	color: #858886;
	text-decoration: none;
}
a:focus {
	color: #cccccc;
	text-decoration: none;
	outline:none;
}

.homeLogoLink 
{
    width:470px;
    height:75px;
    display:block;
    position:relative;
    top:50px;
    left:30px;
}
h1 
{
    color:#7d7d7d;
    font-size:22px;
    margin:0;
    padding:0;
    font-weight:normal;
    margin-bottom:15px;
    font-family:Helvetica, Arial, Sans-Serif;
    
}
h2 
{
    color:#7d7d7d;
    font-size:19px;
    margin:0;
    padding:0;
    font-weight:normal;
    margin-bottom:5px;
    font-family:Helvetica, Arial, Sans-Serif;
    
}
/* h1 Style */
.h1 {color:#7d7d7d;font-size:22px;margin:0;padding:0;font-weight:normal;margin-bottom:15px;font-family:Helvetica, Arial, Sans-Serif;}

/* h2 Style */
.h2 {color:#7d7d7d;font-size:19px;margin:0;padding:0;font-weight:normal;margin-bottom:15px;font-family:Helvetica, Arial, Sans-Serif;}
/* Highlight */
.warningText {color:#9e0b0f;}
#innerPageContent 
{
    float:left;
    margin:0 0 0 30px;
  
    width:610px;
    *width:570px;
    
}
.addressBox 
{
    float:right;
    width:312px;
    height:89px;
    padding-top:130px;
    background:transparent url('images/misc/addressBoxBack.jpg') no-repeat;
    text-align:center;
    font-family:Times New Roman, Times, Serif;
    font-size:15px;
}

.membersGridRow 
{
    border-bottom:dotted 1px #cccccc;
    vertical-align:top;
    
    
}

.membersGridAltRow 
{
     border-bottom:dotted 1px #cccccc;
     border-left:dotted 1px #cccccc;
     border-right:dotted 1px #cccccc;
     vertical-align:top;
     background-color:#f8f7f7;
}

.membersGridRow td, .membersGridAltRow td
{
    padding:15px 25px 8px 5px;
    white-space:nowrap;
    
}

a[href$='.pdf'] {
display:inline-block;
padding-left:22px;
padding-top:3px;
background:transparent url('images/icons/pdficon.gif') center left no-repeat;
}



/* --------------------------------------------- */
/* Layout Styles */
