body#main_body {
    margin: 0;
    padding: 0;
    text-align: center;
   /* background:url(../images/topbar.jpg) repeat-x;*/
    font-family:"Comic Sans MS", Arial, Helvetica, sans-serif;
}

/*-- global container ------------------------------------------------------*/
.note {font-size:11px; font-style:italic; color:#666 }


#container {
    position: relative;
    padding: 10px 0 0 0;
    margin: 0 auto;
    text-align: left;
    width: 1000px;
}

#header {
    position: relative;
    padding: 0;
    margin: 0;
    width: 957px;
    top: 0px;
    left: 0px;
    float: left;
}

#main_container {
    clear: both;
    position: relative;
    padding: 0;
    /*margin: -75px 20px 20px 20px;*/
    margin: 0px;
}


#left_column_container {
    margin: 0;
    padding: 0;
    width: 170px;
}

#sub_container1 {
    margin: 19px 0 0 13px;
    padding: 0;
}

#sub_container2 {
    margin: 0;
    padding: 13px 25px 25px 30px;
    width: 732px;
}

#content_container {
    float:left;
    margin: 25px 0 0 30px;
    padding: 0;
    width: 760px;
}


/*--- slogan (as text or background image) ---------------------------------*/

#slogan {
display:none;
    position: relative;
    top: 0px;
    left: 0px;
    padding: 4px 10px 4px 0px;
    width: 755px;
    /*height: 16px;*/
    text-align: right;
    voice-family: "\"}\"";
    float: right;
    font-weight: bold;
    text-decoration: none;
    color: #969696;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
    width: 165px;
    height: 165px;
    background-color:#d2412d;
    float: left;
    color:#fff
}
#tagline {
  text-align:center;
  font-weight:bold;
  font-size:21px;
  margin:10px 0 15px 0;
}
#tagline a{
  color:#fff;
  text-decoration:none;
}
#logo p {
  font-size:14px;
  font-weight:normal;
  text-align:center;
  line-height:14px;
  margin:0; padding:0px;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
    z-index: 1;
    padding:0px; margin:0px;
    overflow: hidden;
    float: right;
    height:44px;
}

#main_nav_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#main_nav_list li {
    float: left;
    margin: 0px 0 0 0;
    padding: 0;
}

#main_nav_list a {
    overflow: hidden;
    margin: 0;
    display: block;
    float: left;
    white-space: nowrap;
    font-size: 14px;
    color:#fff;
    font-weight: bold;
    text-decoration: none;
    text-transform:uppercase
}

a.main_nav_active_item {
    padding:12px 14px 13px 14px;
}
a.main_nav_item {
    padding:12px 14px 3px 14px;
}

#main_nav_list a.green {background:#b3cc1f}
#main_nav_list a.blue {background:#2db0cf}
#main_nav_list a.red {background:#d2412d}
#main_nav_list a.yellow {background:#f6d406}

/*--- container for the subnavigation --------------------------------------*/

.sub_nav_container {
    float:left;
    margin: 35px 0px 0px 0px;
    padding: 0;
    width: 165px;
}

/*--- subnavigation --------------------------------------------------------*/

.sub_nav_list {
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sub_nav_list li {
    clear: both;
    margin: 0px 0 5px 0;
    padding: 0;
}

a.sub_nav_item {
  text-align: left;
  line-height: 25px;
  padding: 0 0 0 10px;
  display: block;
  height: 25px;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  color: #484848;
  background:#dedede;
}

a.sub_nav_active_item {
  text-align: left;
  line-height: 25px;
  padding: 0 0 0 10px;
  display: block;
  height: 25px;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  color: #fff;
}
a.sub_nav_active_item.green {background:#b3cc1f;}
a.sub_nav_active_item.blue {background:#2db0cf;}
a.sub_nav_active_item.red {background:#d2412d;}
a.sub_nav_active_item.yellow {background:#f6d406;}

a.sub_nav_item.green:hover { background:#b3cc1f; color: #fff;}
a.sub_nav_item.blue:hover { background:#2db0cf; color: #fff;}
a.sub_nav_item.red:hover { background:#d2412d; color: #fff;}
a.sub_nav_item.yellow:hover { background:#f6d406; color: #fff;}

a.christmas {
  background:url(../images/dynamic/buttonset9/christmas.gif);
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  padding:3px 5px 3px 35px;
}

/*--- footer ---------------------------------------------------------------*/
#footer {
    margin: 0;
    padding: 0;
    width: 957px; height:20px;
    clear: both;
}
#footer_text {
    font-style: normal;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    color: #5d6462;
    width: 947px; height:30px;
    padding: 10px 10px 3px 0px;
    margin: 0 0px 0 0px;
    text-align: right;
}
#footer_text a {
  font-weight: normal;
  color: #5d6462;
  text-decoration: underline;
}
#footer_b {
    position: relative;
    top: 0;
    left: 0px;
    width: 957px;
    height: 8px;
    font-size: 6px;
}

.content {
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    margin: 5px 0 20px 0;
    padding: 0;
    line-height: 1.3;
}

.addthis_toolbox {float:right;}

.content select {
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
    border-color:#FFAA30;
}

.content input {
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
}

.content textarea {
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
}

/*--- headings -------------------------------------------------------------*/

/*--- links ----------------------------------------------------------------*/

.content a {
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
    padding: 15px;
    border-style: solid;
    border-width: 1px;
}

.label {width:100px; float:left; text-align:right; margin-right:10px;}
.error {font-size:10px; color:#d2412d; padding-top:3px;}
.success {display:none; font-weight:bold;}

/*--- lists ----------------------------------------------------------------*/

/*--------------------------------------------------------------------------*/



/* Shopping Guide Form */

.notice {font-size: 18px; font-family:Arial, Helvetica, sans-serif; margin:2em 0; color:#dd4300}