﻿
/*

    Green = #567c02
    Red = #AC2624
    Purple = #9b9ec9
    Dark Purple= #990099
*/
body
{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background: #FFFFFF;
	margin: 10px 0px 0px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

p{font-size:11px; margin:0px; padding:0px;}


.threeColFixed #container { 
	width: 700px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	padding:15px;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}

.threeColFixed #header{ 
	margin:0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom:1px solid #000000;
	height:50px;
	width:100%;
}

.threeColFixed #header div{ 
    float:left;
}

.threeColFixed #hdrMiddle{
    width:325px;
    
    margin-right:15px;
    padding-bottom:0px;
    border:0px solid black; 
    text-align:center;
}

.threeColFixed #hotline{
    font-family:Perpetua Titling MT;
    font-size:18px;
    font-weight:500;
    color:#AC2624;
    padding-top:10px;
    
}

.threeColFixed #hotlineLabel{
    font-size:14px;   
}

.threeColFixed #topnav{
    display:block;
   font-family:Perpetua Titling MT;
    font-size:14px;
    font-weight:500;
    color:#9b9ec9;
    line-height:30px
    
}

.threeColFixed #topnav a{
    color:#9b9ec9;
    text-decoration:none;
}

.threeColFixed #topnav a:hover{
    color:#ac2624;
}

.threeColFixed #hdrRight {
    border: 0px solid black;
    padding-bottom: 15px;
} 

.pictureFrame{
    border:1px double black ;
    padding:5px;
    margin:5px;
    
}

.column{
    float:left;
    padding:0px;
    margin:0px;
} 

.threeColFixed #colLeft{ 
    width:159px; 
    border-right:1px solid black;
}

.threeColFixed #colLeft p{
    border:0px solid black;
    margin:0px;
    padding:0px;
   
}

.threeColFixed #colLeft p a{
    border-right:0px solid black;
    margin:0px;
    padding:0px;
}


.threeColFixed #detailNav{ 
    width:159px;
    float:left;
    background-color:#ffffff;
    margin-top:0px;
    padding-top:0px;
    
}


.threeColFixed #detailNav .menuHeading{ 

    margin:0px;
    padding:0px;
}

.threeColFixed #detailNav ul{ 
    margin:0px;
    padding:1px 10px 10px 0px;
    
}

.DetailNavImage {
    padding-bottom:10px;
}



/*.menuHeading:hover .menuItems   {
    display:block;
}*/

.menuItems {
    display:none;
}



.threeColFixed #detailNav .heading { 
    list-style:none;
    color:#000000;
    font-weight:bolder;
    margin:0px;
    padding:10px 0px 0px 10px;
}
.threeColFixed #detailNav li{ 
    list-style:none;
    padding:2px 10px 2px 10px;
    font-weight:normal;
    
}
.threeColFixed #detailNav li a{ 
    color:#567c02;
}
.threeColFixed #detailNav li a:hover{ 
    color:#AC2624;
    
}    

.threeColFixed #colMiddle{
    text-align:left; 
    width:300px;
    padding:15px 20px 0px 40px;
	border-left:0px solid black;
}

.threeColFixed #aboutUs{
    font-size:16px;
    padding:10px 10px 0px 0px;
    text-align:justify;
}

.threeColFixed #picViewer{
    margin-top:25px;
}
.threeColFixed #picViewer a{
    text-decoration:none;
    color:#ac2624;
    font-size:14px;
}
.threeColFixed #picViewerLabel img{
    border:0px;
}
.threeColFixed #picViewerPicture{
    border:1px double black ;
    padding:5px;
    
}



.threeColFixed #colRight{ 
    text-align:left;
    width:180px;
    border:0px solid red;

}



.threeColFixed #quickLinks{
    text-align:left;
    margin-top:15px;
    margin-left:10px;
}

.threeColFixed #quickLinksList{
    list-style-type:square;
    list-style-image: url('/images/red-arrow.jpg');
    text-align:left;
    width:100%;
    margin:0px 0px 0px 30px;
    padding:0px;
    
}
.threeColFixed #quickLinksList li{
    padding:0px 0px 0px 5px;
    line-height:20px;
}
.threeColFixed #quickLinksList li a{
    color:#567c02;
    font-size:14px;
    text-decoration:none;
}


.threeColFixed #quickLinksList li a:hover{
color:#AC2624;
}

.threeColFixed #resaleStore{
    width:159px;
    font-size:9px;
    line-height:10px;
    padding:20px 0px 0px 20px;
   
    
}
.threeColFixed #resaleStoreLabel{
    text-align:left;
    margin:0px;
    padding:0px;
    color:#8588af;
    font-size:16px;
    line-height:16px;
    font-weight:bolder;
}

.threeColFixed #resaleStore a{
    text-decoration:none;
    color:#8588af;
}
.threeColFixed #resaleStore img{
    border:0px;
}


.threeColFixed #donate{
    padding:20px 0px 0px 10px;
}
.threeColFixed #donate img{
    border:0px;
}

.threeColFixed #address{
    text-align:right;
    margin:20px 0px 0px 0px;
    padding:0px;
    color:#567c02;
    font-size:10px;
    line-height:14px;
    
}

.threeColFixed #address a{
    text-decoration:none;
	
	margin:0px;
    padding:0px;
    
	
    color:#567c02;
	font-size:10px;
	line-height:12px;
    
}
.threeColFixed #address img{
	margin:0px;
    padding:0px;
}

.threeColFixed #footer{ 
	padding:10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-top:1px solid #000000;
	
} 
.threeColFixed #footerLinks{
    list-style-type:none;
    width:100%;
    margin:0px;
    padding:0px 0px 0px 5px;
    
}

.threeColFixed #footerLinks li{
display:inline;
    padding:0px 8px 0px 8px;
    line-height:23px;
    
}
.threeColFixed #quickLinksList li a{
    color:#567c02;
    font-size:14px;
    text-decoration:none;
}


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.imgLink {
    border:0px;
    text-decoration:none;
}
.nowrap {

    white-space:nowrap;
}





#contentMain{
    padding: 10px 0px 10px 10px;
    margin:0px;
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    width:530px;
    border-left:1px solid black;
    
}

#contentMain h1 {
    font: 100% Eras Medium ITC, Arial, Helvetica, sans-serif;
    font-size:26px;
    font-weight:bold; 
    
    
}
#contentMain h2 {
    font-weight:normal;
    color:#567c02;
    font-size:16px; 
    text-decoration:underline;
}

#contentMain .anchorPoint {
    float:right;    
}

#contentMain p {   
    margin-left:15px;
    font-size:12px;
    padding-bottom:10px;
}

#contentMain p.strong {
    font-size:15px; font-weight:bold;
    padding-bottom:10px;
}

#contentMain p.strong b{
    color:#567c02;
    width:300px;
}
#contentMain p.very-strong {
   font-size:15px; font-weight:bold;
   color:#AC2624;
   padding-bottom:10px;
}

#contentMain li {
    list-style-type:square;
    list-style-position:outside;
    list-style-image: url('/images/red-arrow.jpg');
    line-height:23px;
    padding-left:5px;
    
    
}  

#contentMain ul {
  margin-top:0px;
  padding-top:0px;
  }
  
#contentMain p.quote {
    font-style:italic;
    padding:0px 40px 0px 40px ;
    font-size:15px;
    
}
#contentMain p.quote-source {
    text-align:right;
    font-weight:bold;
    padding:0px 70px 20px 40px ;
}



#committeeList li
{
    
    line-height:15px;
    padding:0px;
    
}
#committeeList i
{
    margin-left:20px;
}

.contactus {
    border-collapse: collapse;
}

.contactus th{
    font-size:15px; font-weight:bold;
}
.contactus td{
    padding:10px;
}



#history {
    float:left;
    width:310px;
    padding-right:20px;
}
#timeline {
    float:left;
    width:195px;
    text-align:right;
    border-left:1px solid #000000;
}
#timeline b{
    font-size:18px;
    font-weight:bold;
    font-family: Eras Medium ITC, Arial, Helvetica, sans-serif;
    padding-right:10px;
}

table th{
    text-align:right;
    vertical-align:text-top;
}

.copyright {
    margin-top:5px;
    font-size:9px;
    
}


#W4WContainer p{
    font-family: Calibri; 
    font-size:medium; 
    color: #000000; 
    

}

#W4WContainer p.headerImages {
     padding-left:80px;

}

#W4WContainer p.headerImages img{
    width:107px;
    height:160px;
    text-align: center;
    float:none;
    
}


#W4WContainer h1.headerTitle {
    font-family: Papyrus; 
    font-size: 36.0pt; 
    color: #990099; 
    text-align: center;
    padding:0 0 0 0;
    margin:0 0 0 0;
}
#W4WContainer h2.headerTitle {
    font-family: Calibri; 
    font-size: 18.0pt; 
    color: #CC6600; 
    text-align: center;
    text-decoration:none;


}

    #W4WContainer h2.headerTitle em{
        font-family: Book Antiqua;
        font-weight: 900;
        padding:1px 1px 1px 1px;

    }

    #W4WContainer ul{
        
        color:#990099;
        font-size:10.5pt;
        font-weight:bold;
        padding-left:0px;
        padding-top:5px;
        line-height:17px;

    }

    #W4WContainer li {

            color:#000000;
            font-size:10pt;
            list-style:none;
            margin-left:10px;
            font-weight:normal;
            line-height:17px;
            margin:8px;
    }

    #OctBBQContainer {
        
        
    }

    
    #OctBBQContainer h1{
        text-align:center;
        font-family: Calibri, Arial, Helvetica, sans-serif;
        font-size : 22pt;
        font-weight:normal;
        color:#990099;
        margin-left:15px;
    }

    #OctBBQContainer h2{
        text-align:left;
        font-family: Calibri, Arial, Helvetica, sans-serif;
        font-size : 15pt;
        font-weight:normal;
        color:#AC2624;
        margin-left:15px;
        text-decoration:none;
    }   
         
    #OctBBQContainer h3 {
        text-align:left;
        font-family: Calibri, Arial, Helvetica, sans-serif;
        font-size : 15pt;
        font-weight:bolder;
        color:#990099;
        margin-left:12px;
    }

    #OctBBQContainer img.banner{
        border: 1px solid black;
        padding: 1px;
        width:527px;
    }
    #OctBBQContainer img.tweet{
        border: 1px solid black;
        padding: 1px;
        width:345px;
        
    }

    #OctBBQContainer span.emphasis {
        color:#AC2624;
    }
    #OctBBQContainer span.emphasis2 {
        color:#990099;
    }

    #OctBBQContainer ol{
       margin:0px;
       padding:0px;
    }
    #OctBBQContainer ol li {
       
       list-style-type: decimal; 
       list-style-image:none;
       margin-left:50px;
       margin-bottom:20px;
    } 

    #OctBBQContainer ul{
        
        color:#990099;
        font-size:10.5pt;
        font-weight:bold;
        padding-left:12px;
        padding-top:5px;
        line-height:17px;

    }

    #OctBBQContainer ul li {

            color:#000000;
            font-size:10pt;
            list-style:none;
            margin-left:10px;
            font-weight:normal;
            line-height:17px;
            margin:8px;
    }

    #OctBBQContainer ul.BulletedList li{

        list-style-type:square;
        list-style-position:outside;
        list-style-image: url('/images/red-arrow.jpg');
        line-height:19px;
        margin-left:50px;
    }