
html { /* forces scrollbars */
	height: 100%;
	}

* { /* global settings for every element on the site */
	margin: 0;
	padding: 0;
	}

body, div, h1, h2, h3, h4, h5, h6, h7, p, ul, img {
    margin:0px;
    padding:0px;
    }
    
    
.notext {
	text-align: left;
	text-indent: -5000px;
	overflow: hidden;
	}
        
        
.nodisplay {
	display: none;
	}
        
.clear {
    margin: 0;
    padding: 0;
    clear: both;
    line-height: .01;
    height: 0;
    }
        

body {
    font-family: Georgia, Times, serif;
    color: #543502;
    background: url("/images/body_repeat.jpg") left top repeat;
    }
    
blockquote {
        padding:0px 0px 10px 3px;
        line-height:1.65em;
    }
    
    
.credit {
    color:#646e2c;
    display:block;
    font-style:italic;
    font-size: 14px;
    padding:7px 0px 26px 0px;
    }
    
.caption {
    color: #543502;
    font-family: verdana;
    font-size: 12px;
    font-style:italic;
    line-height: 1.5em;
    }
    
.message {
    color:#646e2c;
    display:block;
    font-style:italic;
    font-weight: bold;
    font-size: 14px;
    padding:7px 0px 26px 0px;
    }
    
    
.title {
    color:#646e2c;
    display:block;
    font-style:italic;
    font-size: 14px;
    padding:0px 0px 12px 0px;
    }
            
.img_left {/* quote graphic for People Say page */
    margin:2px 12px 0px 0px;
    padding:0px;
    display:block;
    float:left;
    }
    
.photo_left {/* padding for photos */
    margin:7px 20px 0px 0px;
    padding:0px;
    float:left;
    }
    
.no_left {/* number graphic */
    margin:0px 12px 0px -40px;
    padding:0px;
    display:block;
    float:left;
    }
    
.insetphoto {
    margin:0px 0px 20px -18px;
    padding:0px;
    display:block;
    float:left;
    }
    
.donate {
    color:#e9e9d1;
    font-family: arial;
    text-transform: uppercase;
    display:block;
    font-size: 17px;
    font-weight: bold;
    position: relative;
    top: 42px;
    left: 25px;
    padding:0px;
    }
    
fieldset {/* for Contact Us form*/
    padding: 0 0 0 60px;
    border:0;
} 

fieldset .field {/* for Contact Us form*/
    margin: 0 0 10px 0;
    width: 400px;
    padding: 0 0 5px 0px;
    background: #ececd4;
    border: 2px inset #ececd4;
}

#contactsend {
    font-family: Georgia, serif;
    font-size: 16px;
    border: 0;
    background-color: #646e2c;
    color: #fff;
    margin: 15px 0 32px;
    padding: 8px 15px;
    letter-spacing: 1px;
    cursor: pointer;
    }
    
#contactsend:focus,
#contactsend:hover {
    background-color: #543502;
    color: #fff;
    }

    

h2 {/* Section Title*/
    color:#646e2c;
    font-size: 28px;
    font-weight: normal;
    padding:90px 0px 0px 0px;
    }
    
h3 {
    color:#646e2c;
    display:block;
    font-style:italic;
    font-size: 14px;
    padding:7px 0px 26px 0px;
    }

h4 {/* Brown Subhead*/
    font-family: Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 0px 12px 0px;
    }
    
h5 {/* letter*/
    color: #2e2415;
    font-family: Georgia, Times, serif;
    font-size: 14px;
    font-weight: normal;
    padding: 0px 15px 15px 55px;
    line-height: 150%;
    }
    
    
h6 {/*sans sidebar*/
	font-family: Arial, sans-serif;
        font-size:14px;
        font-weight:normal;
	padding: 0px 0px 6px 0px;
    }
    
h7 {/* Bigger Subhead*/
    color:#dcdcc0;
    font-size: 17px;
    font-weight: bold;
    font-style: italic;
background: #5a3803;
padding: 7px 10px;
display: block;
margin: 15px 0 5px 0;
    }

    
a:link {
    color: #543502;
    outline: none;
    text-decoration: none;
    }
    
a:visited {
    color: #543502;
    outline: none;
    text-decoration: none;
    }
    
a:hover {
    color: #646e2c;
    outline: none;
    text-decoration: none;
    }


p a:link {
    color: #ab4807;
    outline: none;
    text-decoration: none;
    }

p a:hover {
    color: #646e2c;
    outline: none;
    text-decoration: none;
    }
    
p a:visited {
    color: #ab4807;
    outline: none;
    text-decoration: none;
    }

/* MAIN MENU*/
 
#mainmenu {
    width: 1500px;
    height: 78px;
    padding: 0 0 0 210px;
    }

#mainmenu ul {
    margin: 0 0 0 0;
    list-style: none;
    z-index: 3;
    }
    
#mainmenu a {
    display: block;
    }
    
#mainmenu li {
    float: left;
    padding: 40px 30px 0 30px;
    font-size: 20px;
    text-align: left;
    text-decoration: none;
    background: url("/images/vert_divider.gif") left top no-repeat;
    height: 78px;
    }
    
#mainmenu li ul {
    display: none;
    }
    
#mainmenu li:hover ul {
    display: block;
    padding: 17px 0 0 0;
    position: absolute;
    }
    
#mainmenu li ul li {
    font-family: Arial, sans-serif;
    font-size:15px;
    padding: 8px 30px 0 0;
    text-indent: 20px;
    text-align:left;
    float: none;
    text-decoration: none;
    position: relative; left: -30px;
    background: url("/images/menuBKG.gif") left top repeat;
    height: 32px;
    }
    
#donate ul {
    width: 10em;
    }


/* HEADER */

div#container_header {
	width: 100%;
	background: url("/images/header_repeat.gif") left top repeat-x;
	}
        
div#header {
	position: relative;
	margin: 0 auto;
	height: 164px;
        width: 1000px;
	text-align: left;
	}

a.logo {
	position: absolute;
	top: 60px;
	left: 20px;
	width: 200px;
	height: 200px;
        background: url("/images/CFAKlogo.png") ;
        z-index: 4;
	}
        
div#tagline {
	position: absolute;
	top: 95px;
	left: 230px;
	width: 314px;
	height: 22px;
	}
        
       
div#tabs {
        position: absolute;
	top: 62px;
	right: 50px;
	width: 365px;
	height: 74px;
        z-index: 2;
	}
        
a.tab_video {
	position: relative;
	top: 32px;
	left: 31px;
	font-family: Arial, sans-serif;
        font-size:14px;
        text-decoration: none;
	}
        
a.tab_newsletter {
	position: relative;
	top: 32px;
	left: 80px;
	font-family: Arial, sans-serif;
        font-size:14px;
        text-decoration: none;
	}
        

        
/* CONTENT */   

div#container_content {
    width: 100%;
	}

div#content {
        position: relative;
        margin: 0 auto;
        width: 1000px;
        text-align: left;
	}
        
div#content #intro {
	float: left;
        padding: 35px 50px 0 60px;
        width: 550px;
        }
        

div#content #intro p{
    color: #2e2415;
    font-size: 17px;
    line-height: 170%;
    text-align: left;
    padding: 0px 0px 18px 0px;
	}
        
div#content #inset_text {
        margin:0px 20px 0px 75px  
        }
        
div#content #column1 {
	float: left;
        padding: 35px 0px 0 60px;
        width: 250px;
        }
        

div#content #column1 p{
    padding: 0;
    font-size: 14px;
    line-height: 150%;
    text-align: left;
    color: #2e2415;
    overflow: hidden;
	}   
        
div#content #column2 {
    float: left;
    top: 0px;
    padding: 35px 0px 0 60px;
    width: 250px;
        }
        
div#content #column2 p{
    padding: 0;
    font-size: 14px;
    line-height: 150%;
    text-align: left;
    color: #2e2415;
    overflow: hidden;
	}   
        
div#content #column3 {
    float: left;
    top: 0px;
    padding: 35px 0px 0 60px;
    width: 250px;
        }
        
div#content #column3 p{
    padding: 0;
    font-size: 14px;
    line-height: 150%;
    text-align: left;
    color: #2e2415;
    overflow: hidden;
	}
        
div#content #photoframeH {
    margin: -20px 0px 20px -25px;
    padding: 0;
    background: url("/images/photoborderH.png") left top repeat;
    width: 444px;
    height: 317px;
    }
    
div#content #photoframeV {
    margin: -20px 0px 10px -35px;
    padding: 0;
    background: url("/images/photoborderV.png") left top repeat;
    width: 317px;
    height: 444px;
    }
       
div#content #photoinset {
    padding: 30px 0px 0px 35px;
    }
    
div#content #photoframeSQ {
    margin: -20px 0px 0px -35px;
    padding: 0;
    background: url("/images/photoborderSQ.png") left top repeat;
    width: 350px;
    height: 317px;
    }
       
div#content #photoinsetSQ {
    padding: 30px 0px 0px 35px;
    }
    
div#content #camplogos {
    padding: 30px 0px 0px 125px;
    }
    
div#content #donatebutton {
    margin: -20px 0px 10px -5px;
    }
    
div#content #movieframe {
    margin: 0px 0px 0px -30px;
    padding: 0;
    background: url("/images/movieframe640.jpg") left top no-repeat;
    width: 695px;
    height: 445px;
    }
    
    div#content #movie{
    padding: 35px 0px 0px 27px;
    width: 640px;
    height: 376px;
    }
    
    div#content #flashframe {
    margin: 0px 0px 0px 50px;
    padding: 0;
    background: url("/images/flashborder.gif") left top no-repeat;
    width: 540px;
    height: 420px;
    }
    
div#content #flash_holder{
    padding: 35px 0px 0px 22px;
    width: 480px;
    height: 376px;
    }
                
/* FOOTER */

        
div#container_footer {
        padding: 20px 0 0 0;
        width: 100%;
        background: url("/images/footer_repeat.jpg") left bottom repeat-x;
	}

div#container_footer div#footer {
	position: relative;
        width:1000px;
	margin: 0 auto;
        height: 184px;
	padding: 0;
	text-align: left;
	overflow: hidden;
	}
        
a.cfaklogo {
	position: absolute;
	top: 20px;
	left: 30px;
        width: 150px;
        height: 150px;
        background: url("/images/CFAKlogoSM.png") left top no-repeat;
        z-index: 4;
        }    
        
div#footer div#socialtab {
display: block;
	position: relative;
        top: 0;
        left: 600px;
        width: 330px;
        height: 90px;
        background: url("/images/social_tab.jpg");
	}
        

a.facebook {
        position: absolute;
        top: 27px;
	right: 20px;
        width: 130px;
        height: 55px;
        background: url("/images/facebook.gif") left top no-repeat;
	}
        
a.twitter {
        position: absolute;
        top: 0;
	right: 158px;
        width: 147px;
        height: 78px;
        background: url("/images/twitter.gif") left top no-repeat;
	}
       

a.facebook:hover {
        background-position: 0 -55px;
	}
        
a.twitter:hover {
        background: url("/images/twitterover.gif") left top no-repeat;
	}
        
div#footer div#contactinfo {
    position: relative;
    left: 200px;
    }
    
#contactinfo li ul li {
    list-style-type: none;
    }
        
li.footersection {
    height: 78px;
float: left;
    padding: 0px 30px 0 30px;
    list-style-type: none;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    background: url("/images/vert_divider.gif") left bottom no-repeat;
    }
        
li.firstline {
padding: 20px 0 0 0;
    font-size: 14px;
    letter-spacing: .1em;
    }
    
li.ul.footersection {
    list-style-type: none;
    }
