﻿body
{
    margin-top: 10px;
    background: #a0a3a8; /*background:#e2d9c4 url(assets/images/site_bg.jpg) repeat-x left top;*/
    text-align: center;
}

.anylinkcss
{
    margin-left: 130px;
    margin-top: -28px;
    position: absolute;
    visibility: hidden;
    border: 1px dotted gray;
    font: bold 11px Verdana;
    line-height: 30px;
    z-index: 100;
    background-color: #333; /*width: 190px;*/
}

.anylinkcss a
{
    width: 200px;
    display: block;
    font: bold 11px Verdana;
    border-bottom: 1px dotted gray;
    color: #fff;
    padding: 10px 11px;
    text-align: left;
    background-color: #333;
    text-decoration: none;
}

.anylinkcss a:hover
{
    /*background:#f2aa4f;*/ /*background:#e37010;*/
    font: bold 11px Verdana;
    text-decoration: underline;
    color: #ffc; /*width: 190px;*/
}

a
{
    color: #3e3e8e;
    text-decoration: underline;
    font-weight: normal;
}
a:hover
{
    color: #9999dd;
    text-decoration: underline;
}

a.calendarlink
{
    font-size: 120%;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

a.calendarlink:hover
{
    color: #fff7e7;
    font-weight: bold;
    text-decoration: underline;
}

a.downloadlink
{
    color: #666;
    text-decoration: none;
    font-size: .85em;
    font-style: normal;
}

a.downloadlink:hover
{
    color: #999 /*text-decoration:none;*/;
}


div.container
{
    width: 900px;
    margin-left: auto;
    margin-right: auto; /*  border:1px solid #d1d1d1;*/
}
/*
table#homebanner
{
    width: 100%;
    height: 97px;
    background: url(assets/images/banner_bg.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}
*/
table#contentbanner
{
    width: 100%;
    height: 97px;
    background: url(assets/images/banner_bg_wh.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

table#homebanner td#left, table#contentbanner td#left
{
    width: 265px;
    height: 77px;
    vertical-align: top;
    text-align: left; /*padding-top: 4px;     padding-left: 4px;*/
}

table#homebanner td#right, table#contentbanner td#right
{
    width: 635px; /* height:97px;*/
    padding-top: 5px;
    padding-right: 20px;
    vertical-align: top;
    text-align: right;
    color: #999;
}

table#homebanner td#right, table#contentbanner td#right p
{
    text-align: right;
    margin-top: 34px;
    font: normal .9em Tahoma;
    color: #cde3ed;
}

table#homebanner td#right a, table#contentbanner td#right a
{
    font: normal .9em verdana;
    color: #000;
    text-decoration: none;
}

table#homebanner td#right a:hover, table#contentbanner td#right a:hover
{
    font: normal .9em verdana;
    color: #999;
    text-decoration: underline;
}

table#homebanner td#towns, table#contentbanner td#towns
{
    text-align: left;
    padding-left: 16px;
    font: normal 16px 'arial narrow';
    color: #ffc;
    letter-spacing: .03em;
}

table#homebanner td#phonenumber, table#contentbanner td#phonenumber
{
    text-align: left;
    padding-left: 8px;
    font: normal 1em 'arial narrow';
    color: #fff;
}

table.main
{
    width: 100%;
}

table.main td.homepage
{
    background: #fff;
    width: 692px;
    text-align: left;
    vertical-align: top;
    padding-left: 14px;
    padding-right: 14px;
}

table.main td.contentpage
{
    width: 692px;
    background: #fff;
    padding-left: 14px;
    padding-right: 14px;
    vertical-align: top;
}

table.main td.contentpage h3
{
    text-align: center;
    font-weight: bold;
    font-size: 120%;
}

table.main td.contentpage td
{
    text-align: left;
    font: normal .8em/1.3em arial;
    color: #333;
    padding-bottom: 15px;
}

table#dropdownmenu tr.label td
{
    font-size: 90%;
    padding-bottom: 4px;
    text-align: left;
    width: 50%;
    font-weight: bold;
    text-transform: uppercase;
    color: #283f29;
}

p
{
    text-align: left;
    font: normal 1em/1.3em arial;
    color: #333;
}

p a, p a:hover
{
    text-decoration: underline;
    font-weight: bold;
    color: #333;
}

.header
{
    padding: 5px 0 5px 22px;
    background: #e0dec6 url(assets/images/arrow_down.gif) no-repeat left center;
    border-top: 1px solid #d1d1d1;
    border-right: 1px solid #283f29;
    border-bottom: 1px solid #283f29;
    border-left: 1px solid #d1d1d1;
    font-size: 110%;
    text-align: left;
    font-weight: bold;
    color: #283f29;
}

ul.homepage
{
    padding: 0;
    margin: -20px 0 0 0;
    list-style: none;
}

ul.homepage a
{
    font-size: .7em;
}

ul.homepage li
{
    font: normal .7em;
    margin-bottom: 1px;
    font-family: Arial;
}


ul.general
{
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.general li
{
    margin-bottom: 3px;
}

ul.list
{
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.list li
{
    margin-bottom: 16px;
}

ul.mainnav
{
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.mainnav li a:link, ul.mainnav li a:visited
{
    text-decoration: none;
    display: block;
    width: 173px;
    padding: 4px 0 4px 7px;
    font: normal 13px/1.5 arial;
    color: #006;
}

ul.mainnav li
{
    border-bottom: 1px solid #666;
}

ul.mainnav li a:hover
{
    background: #fff url(assets/images/arrow.gif);
    background-position: right center;
    background-repeat: no-repeat;
    color: #666;
}

ol.articles li
{
    margin-bottom: 12px;
    line-height: 1.8em;
}

.categoryheading
{
    background: #303336 url(assets/images/nav_button_test.jpg) no-repeat center top; /* background:#f90;*/
    padding-left: 7px;
    font: bold 14px arial;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    padding-top: 4px;
    padding-bottom: 4px;
}

/* for testing */
.categoryheading2
{
    /*background:#efdb60 url(assets/images/nav_button_test.jpg) no-repeat center top;*/
    background: #fc3;
    padding-left: 14px;
    font: bold 16px arial;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    padding-top: 4px;
    padding-bottom: 4px;
}

.categoryheading3
{
    /*background:#efdb60 url(assets/images/nav_button_test.jpg) no-repeat center top;*/
    background: #fc6;
    padding-left: 14px;
    font: bold 16px arial;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    padding-top: 4px;
    padding-bottom: 4px;
}

/* end testing */

a.homelink
{
    color: #009;
    text-decoration: underline;
    font-style: italic;
}
a.homelink:hover
{
    color: #009;
    font-style: italic;
    text-decoration: none;
}

table#promo
{
    width: 100%;
}

/*
table#promo td#blog{
 background:#6ba6bc;
 }
*/
table#promo td#blog a
{
    color: #11181b;
    font-size: 1.3em;
}

table#promo td#blog a:hover
{
    color: #273f48;
}


div.testimonial
{
    width: 185px; /*margin-top:5px;*/
    margin-left: 10px;
    text-align: left;
    padding: 10px;
    font: italic .8em/1.3em arial;
    color: #333;
    border: 1px solid #b9bdc0;
    background: #fdfdfd url(assets/images/testimonial_panel_bg.jpg) repeat-x left top;
}

div.testimonial_white
{
    width: 180px; /*margin-top:5px;      margin-left:20px;*/
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font: italic .8em/1.3em arial;
    color: #fff;
}

table.testimonials
{
    width: 55%;
    font-size: 1.6em;
}

table.testimonials td.left
{
    height: 120px;
    width: 9px;
    background: #fff url(assets/images/testimonial_gradient_lft.jpg) no-repeat left top;
    padding: 0;
}

table.testimonials td.middle
{
    background: #fff url(assets/images/testimonial_gradient_middle.jpg) repeat-x left top;
    color: #333;
    vertical-align: top;
    padding: 8px;
}

table.testimonials td.right
{
    width: 9px;
    background: #fff url(assets/images/testimonial_gradient_rt.jpg) no-repeat left top;
    padding: 0;
}


h1
{
    font: normal 170% arial;
    color: #958a4a;
    margin-bottom: 5px;
    margin-top: 0;
}

.bold
{
    font-weight: bold;
}

.italic
{
    font-style: italic;
}

.green
{
    color: #060;
}

.underline
{
    text-decoration: underline;
}

.indent
{
    margin-left: 50px;
    margin-right: 50px;
}

div.callout
{
    float: right;
    margin-left: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 180px;
    color: #000; /*font-size:100%;*/
    line-height: 1.2em;
    padding: 12px; /*border-top:7px solid #c45b1a;         border-bottom:7px solid #c45b1a;*/
    border: 1px solid #85271d;
    background: #fff url(assets/images/callout_bg.jpg) repeat-x left bottom; /*background:#262626;*/
}




div.callout a
{
    color: #666;
    font-weight: normal;
    text-decoration: none;
}

div.callout a:hover
{
    color: #999;
    font-weight: normal;
    text-decoration: underline;
}

.pullquote
{
    float: right;
    margin-left: 30px;
    margin-bottom: 20px;
    margin-top: -3px;
    font-size: 160%;
    width: 200px;
    line-height: 1.2em;
    font-style: italic;
    color: #958a4a;
    border-left: 7px solid #ccc;
    padding-left: 20px;
}

.pullquote ul{
margin: 3px 0 0 16px; 
padding: 0;
line-height:1em;
}

.pullquote ul li{
font-size: 70%; 
margin-bottom:6px;

}

table#footer
{
    width: 100%; /* margin-top:8px;         margin-bottom:8px;*/ /* background:#fcfcfa url(assets/images/footer_bg.jpg) repeat-x left bottom;*/
    background: #0572a4;
    border-top: 1px dotted #ccc;
}
table#footer td
{
    text-align: center;
    vertical-align: top;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Arial;
    font-size: 70%;
    color: #fff;
}
table#footer td a
{
    color: #fff;
    text-decoration: underline;
    font-weight: normal;
}

table#footer td a:hover
{
    color: #ccc;
    text-decoration: underline;
    font-weight: normal;
}
#footer p
{
    text-align: center;
}

.clear
{
    clear: both;
}

ul.partners
{
    margin: 8px 0 0 15px;
    padding: 0;
}

ul.partners li
{
    margin-bottom: 4px;
}

ul.partners a
{
    color: #666;
    text-decoration: none;
    font-size: .9em;
}

ul.partners a:hover
{
    color: #9999dd;
}

h2
{
    font-size: 120%;
    font-family: Arial;
}

h3
{
    font-size: 100%;
    font-weight: normal;
    font-family: Arial;
    margin-top: 0;
    line-height: 1.5em;
}
