@charset "utf-8";
/* CSS Document */
/*
-----
navbar
-----
*/
#leftnav {
    float: left;
    width: 120px;
    background-color: #fff;
    padding: 5px;
    border-right-style: solid;
    border-right-color: #e0e0e0;
    border-right-width: 0;
    border-bottom-color: #672d67;
    border-bottom-width: 1px
    }
#leftnav ul {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-shadow: 1px 1px 1px #E3E3E3
    }
#leftnav a {
    display: block;
    width: 120px;
    padding-top: 5px;
    padding-right: 3px;
    padding-bottom: 5px;
    padding-left: 3px;
    background-color: #fff;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #7A787A
    }
#leftnav a:hover {
    color: #fff;
    background-color: #bee5f1;
    font-weight: bold
    }
#leftnav a:link, .navlist a:visited {
    color: #000;
    text-decoration: none;
    font-weight: bold
    }
#leftnav a:visited {
    color: #000;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif
    }
.border {
    background-color: #F2F2F2;
    border: thin solid #CCC
    }
.box1 {
    background-color: #FFF;
    padding: 5px;
    float: right;
    border: 1px solid #999;
    margin-top: 8px;
    margin-right: 5px;
    margin-bottom: 8px;
    margin-left: 8px
    }
.box2 {
    background-color: #FFF;
    float: left;
    border: 1px solid #999;
    margin-top: 8px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 5px
    }
.boxnews {
    background-color: #F5F5F5;
    float: left;
    border: 1px solid #999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 16px;
    width: 278px;
    padding: 10px
    }
.boxsharing {
    background-color: #FFF;
    float: left;
    line-height: 12px
    }
.addthis_button_preferred_1 {
    padding: 5px
    }
.boxnewsstyling {
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 13px;
    font-weight: bold
    }
.border1 {
    background-color: #FFF;
    border: thin solid #F00
    }
/*
-----
end nav
-----
*/
/*
text
*/
.fontmain {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px
    }
.specialsfont {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #000
    }
a {
    color: #36F
    }
A {
    text-decoration: underline
    }
a:hover {
    text-decoration: none;
    color: #C03
    }
.background {
    background-attachment: fixed;
    background-image: url(../images/greyback.jpg);
    background-repeat: repeat-x
    }
.background2 {
    background-attachment: fixed;
    background-image: none;
    background-repeat: repeat-x;
    background-color: #CCC
    }
.tableback {
    background-image: none;
    background-color: #fff
    }
.heading1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 30px;
    font-weight: normal;
    color: #000
    }
.headingbest {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    text-shadow: 1px 1px 1px #000;
    text-align: left
    }
.fontmain {
    font-size: 14px;
    line-height: 22px;
    font-family: Georgia, "Times New Roman", Times, serif
    }
.listing {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    line-height: 16px
    }
.listingaccomm {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    line-height: 16px
    }
.fontmaincolor {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    line-height: 22px;
    color: #039
    }
.heading {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 24px;
    font-weight: normal;
    color: #000
    }
.headingbestof {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 20px;
    font-weight: normal;
    color: #000
    }
.fontquote {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    line-height: 18px
    }
.center1 {
    font-weight: bold;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px
    }
.attribution {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    line-height: 18px;
    color: #666
    }
.fontsmall {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px
    }
.fontsmall1 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px
    }
.fontsmallgrey {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    color: #333
    }
.heading3 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    color: #333;
    font-weight: bold
    }
.heading2 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: bold
    }
.attribution {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    font-style: italic;
    color: #999
    }
#map {
    width: 500px;
    height: 400px;
    border: 1px solid black
    }
.border {
    border-top-width: thin;
    border-right-width: thin;
    border-bottom-width: thin;
    border-left-width: thin;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-top-color: #333;
    border-right-color: #333;
    border-bottom-color: #333;
    border-left-color: #333
    }
.border1 {
    border-right-width: thin;
    border-left-width: thin;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-right-color: #EEE;
    border-left-color: #EEE
    }
.border2 {
    border-right-width: thin;
    border-left-width: thin;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #999;
    border-left-color: #999;
    border-top-width: thin;
    border-top-color: #999;
    border-bottom-width: thin;
    border-bottom-color: #999
    }
.box {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    padding: 3px;
    width: 523px;
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #97CBFF
    }
.bestof {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    padding: 3px;
    width: 500px;
    background-image: url(../images/cellback.jpg);
    background-repeat: repeat-x;
    border: thin solid #999
    }
.bestofmain {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    padding: 3px;
    width: 500px;
    background-repeat: no-repeat;
    border: thin solid #999
    }
P.block {
    margin-left: auto;
    margin-right: auto
    }