:focus{-moz-outline-style: none;}

* {
    margin: 0;
    padding: 0;
}
h1{
    margin: 0;
    font-family: Monotype Corsiva, fantasy;
    font-size: 2.5em;
    letter-spacing: .1em;
    color: #004000;
    margin-top: .7em;
    margin-bottom: .7em;
}
h2 {
    margin-bottom: .35em;
    margin-top: .7em;
    font-size: 1.25em;
}
p, h3 {
    padding: 7px;
}

a, a:visited, a:hover{
  text-decoration: none;
  font-weight: bold;
  color: #008000;
}
a:hover{
   text-decoration: underline;
}

body {
    background-color: #005000;
    background-image:url('../images/body_background.gif');
    background-position: top left;
    background-repeat: repeat-x;
    font-size: 14pt;
    line-height: 20pt;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}


.bold {
    font-weight: bold;
}
.italic {
    font-style: italic
}
.underline, .underline:visited {
    text-decoration: underline;
    font-weight: normal;
}
.underline:hover {
    font-weight: bold;
}
.price_list{
    font-family: monospace;
    padding-left: 20px;
    color: #444;
}

ul {
    margin-left: 40px;
}

/*WIDTHS*/
#container1
    {width: 800px}
#container2, #header, #menu, #content, #footer
    {width: 760px;}
#container1, #container2{
    margin:0 auto;
}

/*HEIGHT*/
#container1 {padding-bottom: 20px;}
#header     {height: 175px;}
#menu		{height: 47px;}
#content {
    min-height: 400px;
    height: auto !important;
    height: 400px
}

#header .homelink {
    display: block;
    height: 175px;
    width: 352px;
}

#facebook{
    float: right;
}

#facebook img{
    border: none;
}

/*STYLES*/
#container1 {
    background-color: #004000;
    background-image:url('../images/body_inner_background.gif');
    background-position: top left;
    background-repeat: repeat-x;
}

#container2 {
    background-color: #FFF;
    background-image:url('../images/body_inner_background.gif');
    background-position: top left;
    background-repeat: repeat-x;
}

#header {
    background-image:url('../images/logo.gif');
    background-repeat: no-repeat;
    background-position: 0 15px;
}

#menu {
    line-height: 47px;
    font-size: 15px;
    text-transform: uppercase;
    background-image:url('../images/menubar_background.gif');
    background-position: left top;
    background-repeat: repeat-x;
}

#content {
    background-color: #fff;
}

#footer {
    background-color: #a78a53;
    text-align: center;
}

#footer span {
    font-style: italic;
    color: #fff;
    font-size: 14px;
}

/*TOP NAV BAR*/


#top_navtl, #top_navtr {
    height: 100%; width: 100%;
    background-repeat: no-repeat;
}

#top_navtl {
    background-image:url('../images/menu_background_tl.gif');
    background-position: left top;
}

#top_navtr {
    background-image:url('../images/menu_background_tr.gif');
    background-position: right top;
}

/*TOP MENU*/
#season {
    float: right;
    color: #FFF;
    font-style: italic;
    text-transform: none;
    padding-right: 5px;
}


.hoverarrow {
    position: absolute;
    width: 30px;
    height: 13px;
    background-image: url('../images/hover_sub.gif');
    background-repeat: no-repeat;
    margin-top: -13px;
    margin-left: -15px;
    left: 50%;
}

.currentarrow {
    position: absolute;
    width: 30px;
    height: 13px;
    background-image: url('../images/current_sub.gif');
    background-repeat: no-repeat;
    margin-top: -13px;
    margin-left: -15px;
    left: 50%;
}

.content_padding {
    padding: 10px 15px 10px 15px;
    margin: auto;
}
.clear {
    clear: both;
    width: 0;
    height: 0;
    overflow: hidden;
}

.body_image_l,
.body_image_r {
    border: solid 4px #666;
    /*position: relative;*/
    margin: 10px;
}
.body_image_r {float: right;}
.body_image_l {float: left;}


.notice {
    text-transform: uppercase;
    text-decoration: underline;
    font-size: .85em;
    
}

.displaytable{
  border-collapse:collapse;
  margin: 20px;
  width: 600px;
  border-collapse: collapse;
  text-align: left;
}
.displaytable th {
  border-bottom: 2px solid #004000;
  color: #004000;
  font-size: 15px;
  padding: 10px 8px
}
.displaytable td {
  border-bottom:1px solid #CCCCCC;
  color: #446644;
  text-align: left;
  font-size: 12px;
  padding: 6px 8px;
}

.displaytable tbody tr:hover td {
  color:#007700;
}

#phones_list {
    list-style: none;
    font-style: italic;
}
#phones_list li{
    float: left
}
#phones_list span{
    padding-left: 10px;
    font-style: normal;
}
#phones_list .numberdesc{
    padding: 0;
    font-size: 10pt;
    font-style: italic;        
}

