img { border: 0; }


/* ~~
    GENERAL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body{
    font-family: verdana;
    font-size: 11px;
}
div#bodydiv {
    padding: 27px 0px 0px 0px;
    background: #cee1ee url('images/main-back.gif') top repeat-x;
}
a{
    font-weight: bold;
    color: inherit;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;    
}
h1, .h1{
    font-family: Georgia;
    font-size: 2.0em;
    margin: 2px 0px;
    padding: 2px 0px;
}
h2, .h2{
    font-family: Georgia;
    font-size: 1.7em;
    margin: 2px 0px;
    padding: 2px 0px;
}
h3, .h3{
    font-family: Georgia;
    font-size: 1.4em;
    margin: 2px 0px;
    padding: 1px 0px;
}
p{
    margin: 2px 0px;
    padding: 2px 0px;    
}
br{
    margin: 2px 0px;
    padding: 2px 0px;        
}

.white{
    color: #fff;
}
.blue{
    color: #006aa3;    
}
.green{
    color: #00ac6b;    
}




/* ~~
    MAIN
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
div#main{
    width: 770px;
    margin-left: auto;
    margin-right: auto;
    background: url('images/logo.gif') left top no-repeat;
    position: relative;
}
div#main:after{
    content: ".";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;    
}

div#main h1.title{
    text-indent: -9999px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0px;
    width: 217px;
    height: 161px;
    z-index: 99;
    }
    
div#main h1.title a, div#main h1.title a:link, div#main h1.title a:visited {
    text-decoration: none;
    display: block;
    width: 217px;
    height: 161px;
    background: url('images/logo.gif') left top no-repeat;
    }

div#top_nav{
    width: 760px;
    height: 50px;
    padding: 0px 10px 0px 0px;
    text-align: right;
}
div#body{
    width: 770px;
    float: left;
    margin: 17px 0px 0px 0px;
    padding: 0px 0px 15px 0px;
}

/* -- HOMEPAGE --*/
div#intro{
    width: 375px;
/*    height:179px; */
    padding: 100px 0px 0px 100px;
    overflow: hidden;
    float: left;
}
div#rotator{
    padding: 10px 0px 0px 0px;    
}
div#home_content{
    width: 493px;
    float: left;    
}
div#home_content ul, #topics ul{
    padding: 10px 0 0 0;
    margin: 0px;    
}
div#home_content li, #topics li{
    list-style: none;
    padding: 5px 10px 5px 25px;
    background: url('images/list-style.gif') 4px 7px no-repeat;    
}
div#news{
    width: 220px;
        margin-top: 25px;
    padding: 0px 6px 5px 0px;
    float: left;    
}
div#news img { border: none; }
div#topics{
    width: 220px;
    padding: 0px 0px 5px 6px;
    float: left;
       /* margin-top: 18px; */    
}
div#partners{
    width: 257px;
    height: 253px;
    float: left;
}
div#flashcontent2 {
margin-top: 25px;
}

/* -- INSIDE -- */
div#side{
    width: 217px;
    height: 200px;
    float: left;
    position: relative;    
}

div#side .content {
    position: absolute;
    /*top: 295px;*/
    left: 18px;

    clear: both;
    width: 170px;
    color: #2467A6;
    }
/* Styles for the Text Element
 styles added here will appear in the "apply class"
 drop-down menu in the editor */    
/* <textEditor> */
.brown { color: brown; } 
.white { color: #fffff; }
.darkblue { color: #2467a6; }
/* </textEditor> */    
div#side .regionBoundary  {
margin-left: 17px;
width: 170px;
}


div#side #sub_links{
    width: 177px;
    margin: 100px 0px 0px 40px;
    padding: 5px 0px 20px 0px;
    background: #2467A6;
}
div#side #sub_links ul{
    margin: 0px;
    padding: 0px 0px 0px 10px;    
}
div#side #sub_links li{
    list-style: none;
    padding: 5px 10px 5px 25px;
    background: url('images/list-style-2.gif') 0px 5px no-repeat;
}    
div#side .box{
    width: 217px;
    float: left;    
    padding: 10px 0px;
}
div#side .icon-box{
    width: 200px;
    margin-top: 200px;
    text-align: center;
}
div#side .icon-box img{
    border: 0px;
}
div#content{
    width: 530px;
    float: left;
    font-family: 'Trebuchet MS';
    font-size: 1.2em;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    background: #fff;    
}
div#content #content_header{
    width: 525px;
    padding: 0px 5px 27px 0px;
    height: 35px;
    font-family: Georgia;
    font-size: 2.4em;
    color: #00ac6b;    
    text-align: right;
    background: url('images/content-header.gif') bottom repeat-x;
}
div#content #content_body{
    width: 530px;
    float: left;
    padding: 15px 0px 25px 0px;
}
div#content #content_footer{
    width: 442px;
    border-top: 20px solid #CCE1ED;    
    font-size: 85%;
    padding: 15px 0 25px 88px;
    float: left;
    background: url(images/united_way_footer.jpg) no-repeat left center;
}

    
/* -- ADMIN -- */
body#admin {
    background:#cee1ee url('images/admin-back.gif') top repeat-x;    
}
body#admin div#content, body#admin div#content_header, body#admin div#content_body, body#admin div#content_footer{
    width: 525px;
    float: right;
}

body#admin div#content_footer {
    width: 437px;
    float: right;
}

div#footer{
    float: left;
    font-size: 85%;    
    background: url(images/united_way_footer.jpg) no-repeat left center;
    height: 41px;
    padding-left: 88px;
    margin-left: 257px;
    clear: both;
    display: inline;
    width: 420px;
    }




/* ~~
    CF CUSTOM
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
div#intro, div#intro a, div#intro a:link, div#intro a:active, div#intro a:visited, div#intro h1, div#intro h2, div#intro h3, div#side #sub_links, div#side #sub_links a{
    color: #fff;
} 
div#content #content_footer ,div#content #content_body ,div#content #content_body h1, div#content #content_body h2, div#content #content_body h3, div#home_content h1, div#home_content h2, div#home_content h3, #topics h1, #topics h2, #topics h3{
    color: #006aa3;
}
div#content a, div#content a:link, div#content a:active, div#content a:visited {
    color: #00ac6b;    
}
div#home_content a, #topics a{
    color:#006aa3;
}

#news h1, #news h2, #news h3, #topics h1, #topics h2, #topics h3 {
    border-bottom: 1px solid;
    font-weight: normal;
    padding-bottom: 4px;
    }

#radium3 {
    float:right;
    margin: 17px 30px 5px 0;
    }


/* for the side navigation */

