body {
    background-color: #DFD6C5;
    font: normal 12px arial;
    color: #000;
    margin:0;
    padding:0;
}

a { font-weight: bold; color: #000; text-decoration: none; }

a:hover { text-decoration: underline; }

/*** HEADER ***/

#header {
    height: 150px;
    background: url(../../graphics/header_graphics//header_bkg.jpg) repeat-x;
    z-index: 1;
}

#header-inner {
    width: 1000px;
    margin: 0 auto;
}

/*** TOPNAV STYLES ***/

#topnav {
    height: 40px;
    background: url(../../graphics/header_graphics//topnav_bkg.jpg) repeat-x;
    z-index: 50;
}

#topnav-inner {
    width: 1000px;
    margin: 0 auto;

}

#topnav-inner ul {
    padding:0;
    list-style:none;
    margin:0 auto;
    width:1000px;
}

#topnav-inner ul li {
    float:left;
    position:relative;
}

#topnav-inner ul li a {
    color:#fff;
    display:block;
    float:left;
    padding:12px 13px;
    text-transform:uppercase;
    text-shadow:0 1px 0 #444;
    font: bold 12px tahoma;
}

#topnav-inner ul li a:hover {
    color:#FFEE21;
    text-decoration: none;
}

#topnav-inner ul li ul {
    display:none;
}

#topnav-inner ul li > ul {
    left:auto;
    top:auto;
    
}
						
#topnav-inner ul li.over ul, #topnav-inner ul li:hover ul {
    font-size: 12px;
    background:#454545;
    border:1px solid #454545;
    border-radius:0 0 5px 5px;
    -moz-border-radius:0 0 5px 5px;
    -webkit-border-radius:0 0 5px 5px;
    border-width:0 1px 1px;
    clear:left;
    display:block;
    list-style:none;
    margin:0;
    padding:5px 0;
    position:absolute;
    text-indent:0;
    top:38px;
    left: -5px;
    width:190px;
    z-index: 100;
}

#topnav-inner ul li ul li {
    display:block;
    text-transform:none;
}
								
#topnav-inner ul li ul li a {
    display:block;
    padding:5px 5px;
    width:170px;
    margin-left: 5px;
}

#topnav-inner ul li ul li a:hover {

    background-color:#5C5C5C;

}

/*** CONTENT ***/

#content {
    background: #DFD6C5 url(../../graphics/header_graphics//content_bkg.jpg) top center repeat-x;
    z-index: 1;
}

#content-inner {
    width: 1000px;
    margin: 0 auto;
    background-color: #EDECE3;
    border-left: solid 2px #EAE8E8;
    border-right: solid 2px #EAE8E8;

}    

/*** FRONT PAGE ELEMENTS ***/

#fp_rotation {
    width: 680px;
    height: 320px;
}

#fp_calendar {
    width: 320px; 
    background-color: #BBB9AD;
    font: normal 12px arial;
    color: #000;
}

#fp_info {
    background-color: #F3F2E0;
}

#fp_info p {
    font: normal 14px georgia;
    color: #000;
    margin:0;
}

#fp_info h1 {
    font: normal 24px georgia;
    color: #000;
    margin: 5px 0 7px 0;
}

#fp_news {
    background-color: #BBB9AD;
    color: #444836;
}

#fp_news a {
    color: #444836;
}

#fp_services {
    background-color: #8E7C4A;
    color: #fff;
}

#fp_services a {
    color: #fff;
}

#fp_services ul {
    margin: 5px 0 0 0;
    padding: 0 0 0 20px;
}

#fp_services ul li {
    margin-bottom: 5px;
}


#fp_advertisers {
    background-color: #EDECE3;
    border: solid 5px #5F624D;
    font: bold 12px arial;
    color: #444836;
}
    
#fp_advertisers a {
    font: bold 13px arial;
    color: #444836;
}

#fp_advertisers li {
    margin-bottom: 5px;
}

/*** RIGHT/LEFT ***/

#leftcolumn {
    width: 240px;
    float: left;
    padding-top: 10px;
}

#rightcolumn {
    width: 740px;
    float: right;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*** rightcolumn-inner ***/

#rightcolumn-inner h1 {
    font: bold 24px georgia;
    color: #545943;    
    margin-top:0;
    
}

#rightcolumn-inner h2 {
    font: bold 16px georgia;
    color: #545943;    
    margin-top:0;
    
}

#rightcolumn-inner h3 {
    font: bold 14px georgia;
    color: #545943;    
    margin-top:0;
    
}

#rightcolumn-inner td.inverse {
    background-color: #545943;
    color: #fff;
    font: bold 12px arial;
}

/*** SUNBAV ***/

#subnav {
    background:#fff;
    border:1px solid #ccc;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    box-shadow:1px 1px 1px #ccc;
    -moz-box-shadow:1px 1px 1px #ccc;
    -webkit-box-shadow:1px 1px 1px #ccc;
    float:left;
    padding:10px;
    width:200px;
    margin-left: 10px;
    margin-bottom: 20px;
}

#subnav ul#leftnavlist {
    padding:0;margin:0;list-style-type:none;
}

#subnav ul#leftnavlist ul {
    padding:0;margin:0;list-style-type:none;
}

#subnav ul#leftnavlist li a {
    border-bottom:1px dotted #e6e6e6;
    color:#545943;
    display:block;
    font:bold 12px helvetica,arial,sans-serif;
    letter-spacing:1px;
    text-transform:uppercase;
    padding:0 0 5px;
}

#subnav ul#leftnavlist li a:hover {
    color:#545943;
}

#subnav ul#leftnavlist ul li {
    border-bottom:1px dotted #e6e6e6;
    font:bold 12px helvetica,arial,sans-serif;
    padding:5px;
}

#subnav ul#leftnavlist ul li a {
    border-bottom:0;
    color:#333;
    display:inline;
    letter-spacing:0;
    text-transform:none;
}

#subnav ul#leftnavlist ul li a:hover {
    color:#c00;
}

#subnav ul#leftnavlist ul li.last {
    border-bottom:0;
}


/*** FOOTER ***/

#footer {
    width: 1000px;
    padding: 25px 0;
    background-color: #242623;
    margin: 0 auto;
    text-align: center;
    font: normal 12px arial; 
    color: #fff;
    border-left: solid 2px #EAE8E8;
    border-right: solid 2px #EAE8E8;
    border-bottom: solid 2px #EAE8E8;
}

#subfooter {
    text-align: center;
    font: normal 11px arial;
    color: #000;
    margin: 5px 0;
}

#subfooter a {
    color: #000;
}

