body {
    background: #d0c489;
}
table td{
    vertical-align: top;
}
a{
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
p img, h1 img, h2 img, h3 img, h4 img, h5 img, h6 img{
    padding: 8px;
}
a img{
    /*padding: 0;*/
}

div.container_12{
    background: url(../images/bg_2col.gif) repeat-y;
}
h1, h2, h3, h4, h5, h6 {
    color:#669933;
}
pre {
    background: #ece6db;
    border-top: solid 1px #837750;
    border-bottom: solid 1px #837750;
}
div#tacf_title {
    height: 60px;
    background: #161415 url(../images/tacf-title-bg161415.gif) no-repeat 5% 50%;
}

/*------------- login module -------------*/
div#login {
    color: #90b14e;
    width: 340px;
    float: right;
    margin-top: 30px;
    font-size: 0.85em;
}
div#login p{
    margin: 10px 20px 0;
    text-align: right;
}
div#login a{
    color: #90b14e;
    text-decoration: underline;
}
div#login input{
    float: left;
    width: 70px;
    clear: none;
    margin-right: 10px;
    background: #333;
    border-style: none;
    color: #90b14e;
}
div#login label{
    float: left;
    width: 50px;
    clear: none;
    text-align: right;
}
div#login input#login-submit{
    width: 30px;
    border: solid 1px #555;
    font-size: 0.85em;
    text-align: center;
}

/*-------------- main menu ------------------*/

div#tacf_nav {
    color: #fff;
    padding: 0;
    left: 0px;
    right: 0px;
    background: #90b14e url(../images/tacf_nav_t.png) repeat-x scroll 0 0;
}
div#tacf_nav a{
    color: #fff;
}

div#tacf_nav ul {
    list-style-type: none;
    margin: 0;
}
div#tacf_nav li {
    line-height: 16px;
    display: block;
    float: left;
    margin: 0;
    padding: 19px 42px;
}
div#tacf_nav li a {
    padding: 6px;
    margin: 0;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    color: white;
}
div#tacf_nav li a:hover {
    color: black; 
}
div#tacf_nav_l {
    background:transparent url(../images/tacf_nav_t_l.png) no-repeat scroll 0pt 0pt;
    position:relative;
    overflow: hidden;
}
div#tacf_nav_r {
    background:transparent url(../images/tacf_nav_t_r.png) no-repeat scroll 100% 0pt;
    height:47px;
    overflow:hidden;
    padding-left:30px;
    padding-right:30px;
}
a#login_link{
    text-transform: uppercase;
    float: right;
    background: url(../images/arrow-bg8faf4d.gif) no-repeat scroll 95% 60%;
    padding: 1.5em 25px 1em 5px;
}

/*---------------- header ------------*/
div#tacf_header{
    background: #272324 url(../images/family_725x220.jpg) no-repeat top right;
    overflow:hidden;
}

div#tacf_logo {
    height: 220px; /* 220 */
    padding-top: 0px;
    text-align: center;
    overflow:hidden;
}

/*-------------- content --------------------*/

div#tacf_main{
    padding-bottom: 1em;
}
div.col_rl{
    background: url(../images/bg_3col.gif) top center repeat-y;
}
div.col_r{
    background: url(../images/bg_2col.gif) top center repeat-y;
}
div.col{
    background: url(../images/bg_1col.gif) top center repeat-y;
}

div.tacf_content {
    overflow: hidden;
    padding: 0 20px;
    /*padding: 0 0 20px 20px;
    width: 680px;  for IE6 to prevent bumping the right column.  i'd like to remove this rule. */
}
div.grid_6 div.tacf_content{
    padding: 0;
}
div.alpha div.tacf_content{
    padding: 0 0 0 20px;
}
div.omega div.tacf_content{
    padding: 0 20px 0 0;
}

div.tacf_content a{
    color: #837750;
    text-decoration: underline;
}
div.tacf_content h1 a, div.tacf_content h2 a, div.tacf_content h3 a, div.tacf_content h4 a, div.tacf_content h5 a, div.tacf_content h6 a{
    color: #669933;
}

div.tacf_content a.button{
    display: block;
    margin: 0 0 0 auto;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: #333;
    font-size: 1.2em;
    border: none;
    background: transparent url(../images/btn-blank-arrow-200.gif) no-repeat 50% 50%;
    width: 200px;
    padding-top: 9px;
    height: 27px; /* 36 */
    cursor: pointer;
}
div.tacf_content a.button_long{
    display: block;
    margin: 0 0 0 auto;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: #333;
    font-size: 1.2em;
    border: none;
    background: transparent url(../images/btn-blank-arrow-300.gif) no-repeat 50% 50%;
    width: 300px;
    padding-top: 9px;
    height: 27px; /* 36 */
    cursor: pointer;
}

div.tacf_content div.half-content{
    width: 48%;
    float: left;
    padding: 6px;
}

/*------ custom content - home -----------*/
div.highlight {
    background: #E4F2CA;
    margin: 20px 0;
    padding: 10px;
}
div.tacf_content div.highlight a.button {
    background-image: url(../images/btn-blank-arrow-200-e4f2ca.gif);
}

div.login-form{
    width: 190px;
    background: #B1791F;
    padding: 10px;
    float: left;
    margin-right: 1em;
}
div.login-form p{
    margin: 0.5em 0;
}
div.login-form label{
    color: #333;
    float: none;
    font-size: 1.5em;
    margin: 0.2em 0;
    width: auto;
    text-align: left;

}
div.login-form input{
    background: #eee;
    border-width: 1px;
    float: none;
    font-size: 1.5em;
    margin: 0.2em 0;
    width: 185px;
}
div.login-form input#login-submit{
    background: #837750;
    border: 1px solid #000;
}
div.login-form a, div.login-form h5 a{ 
    color: #000;
}

/*------ custom content - dues-structurs -----------*/
table#dues-structure{
    
}

table#dues-structure th{
    
}
table#dues-structure td{
    padding: 0.4em;
    text-align: right;
    width: 50%;
}



/*------------- sidebars ----------------*/

div#sidebarR, div#sidebarL {
    background: #312f32;
    color: #BCB19E;
}

div.module{
    padding-bottom: 1px;
    margin: 0;
}
div.module h5{
    line-height: 1.2em;
    padding: 1em 20px;
    margin: 0;
    color: white;
    text-transform: uppercase;
}
div.module h5 a{
    color: #fff;
    text-decoration: underline;
}
div.module a{
    color: #fff;
}
div.module p, div.module h6, div.module ul, div.module dl, div.module table{
    margin-left: 20px;
    margin-right: 20px;
}
div.module ul{
    margin-left: 30px;
}
div.module ul li{
    margin: 0 1em;
    line-height: 1.25em;
}
div.module ul.flat{
    margin-left: 20px;
}
div.module ul.flat li{
    list-style-type: none;
    margin: 1em 0;
    line-height: 1.25em;
}
div.module dl dt{
    font-weight: bold;
    margin: 0;
    padding: 0;
}
div.module dl dd{
    margin: 0.5em 0 1em 1em;
    line-height: 1.25em;
}


div.green {
    background:#383224;
    margin-bottom: 0px;
}
div.green h5 {
    background:#669933;
} 

div.brown {
    color: #bcb19e;
    background:#383224;
}
div.brown h5 {
    background:#837750;
}

div.brown2 {
    background:#3D392F;
}
div.brown2 h5 {
    background:#7A6A4A;
}


div.orange {
    background:#383424;
}
div.orange h5 {
    background:#B1791F;
}

/*--------------- events module -------------*/

div.module table.cal_month{
    margin: 1em 5%;
    width: 90%;
    border-spacing: 4pt;
}
div.module table.cal_month tr{
    text-align: center;
}
div.module table.cal_month th{
    padding: 0.5em 0;
}
div.module table.cal_month td{
    padding: 0.5em 0;
    background: #837750;
    color: #000;
    border: solid 1px red;
}
div.module table.cal_month td.cal_not_in_month{
    background: transparent;
    color: transparent;
}
div.module table.cal_month a{
    color: #000;
    font-weight: bold;
}




/*-------------- blogs ---------------------*/

div.blog-category-description{
    /*font-style: italic;
    margin: 1em;*/
}

div.post{
    margin-bottom: 1em;
}

.post-info{
    font-size: 0.8em;
    color: #777;
    margin: 0 1em;
    padding: 0;
}

p.read-more{
    text-align: right;
}
a.read-more-link{
    margin: 1em;
    font-style: italic;
}

/*-------------- comments ------------------*/

div.comment-preview{
    background: #efefef;
    padding: 1px 1em;
}
div.tacf_content a.comment-link{
    /*color: red;
    float: right;*/
}
ul.comments{
    list-style-type: none;
    margin: 1em;
    border-top: solid 1px #ccc;
}
ul.comments li{
    margin: 0;
    border-bottom: solid 1px #ccc;
}
ul.comments li cite{
    font-weight: bold;
    line-height: 0.5em;
    padding: 0;
    margin: 0;
}
ul.comments li small{
    padding: 0;
    margin: 0;
    line-height: 0.5em;
}

/*--------------- form styles (also forms.css) -------*/

input.button{
    font-weight: bold;
    color: #333;
    font-size: 1.3em;
    border: none;
    background: transparent url(../images/btn-blank-arrow-200.gif) no-repeat 50% 50%;
    width: 200px;
    height: 36px;
    cursor: pointer;
}

/*-------------- calendar ------------------*/

div#calendar-module {
    background:#F2F2F2;
}
div#calendarContainer {
    border:1px solid #F2F2F2 !important;
}
.yui-calcontainer {
    border:1px solid #F2F2F2 !important;
    padding-left:15px !important;
}

/*-------------- agency map pages --------*/

table#agency_list td{
    padding: 5px;
}
div.region-agency-list{
    width: 32%;
    float: left;
    /*overflow: hidden;*/
}
ul.map-list{
    list-style-type: none;
}
ul.map-list li{
    margin: 0;
    padding: 4px 24px;
}


/*-------------- footer ------------------*/

div#tacf_footer { 
    background:#676050;
    color: white;
    padding: 30px 0 20px 0;
}
div#tacf_footer p {
    margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    padding: 10px 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
div#tacf_footer a{
    color: #fff;
    text-transform: lowercase;
}

.floatR { /* 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;
}
.floatL { /* this class can be used to float an element left in your page */
    float: left;
    margin-right: 8px;
}
.clear{
    clear: both;
}