
/* 1. GENERAL
 -----------------------------------------------------------------------------------------------
 ===============================================================================================*/
body {
    color: #000000;
    background: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 62.5%;
}* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/* 1.1	Headings and paragraphs
 -----------------------------------------------------------------------------------------------*/
h1, h2, h3, p {
    margin: 0;
}

/* 1.2	Forms
 -----------------------------------------------------------------------------------------------*/
input, textarea, select {
    font: 1.2em Arial, Helvetica, sans-serif;
}

/* 1.3	Links
 -----------------------------------------------------------------------------------------------*/
a:link, a:visited {
    color: #1b529b;
    text-decoration: none;
}

a:hover, a:active {
    color: #000;
}

/* 1.4	Miscellaneous
 -----------------------------------------------------------------------------------------------*/
hr {
    display: none;
}

img {
    border: none;
}

fieldset br {
    clear: left;
}

fieldset {
    border: none;
}

pre {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

/* 2. GENERAL ELEMENTS
 -----------------------------------------------------------------------------------------------
 ===============================================================================================*/
.clear {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.clearfix:after { /* clear floats */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
.clearfix {
    display: block;
}

/* End hide from IE-mac */
/* 3. LAYOUT
 -----------------------------------------------------------------------------------------------
 ===============================================================================================*/
#container {
    width: 930px;
    margin: 10px auto 0 auto;
}

div#HeaderContainer {
    width: 900px;
    height: 109px;
    position: relative;
}

a#juneheader {
    display: block;
    width: 900px;
    height: 109px;
    margin: 0 15px 0 15px;
}

a#VisitIdaho {
    display: block;
    position: absolute;
    top: 0;
    left: 765px;
    width: 150px;
    height: 109px;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

#header {
    background: url(../img/bg_header.gif) no-repeat top left;
    width: 900px;
    padding: 7px 15px 0 15px;
    height: 77px;
    float: left;
}

#content_for_layout {
    /*background:url(../img/bg.gif) repeat-y top left;*/
    background: #ffffff;
    width: 900px;
    margin: 0 15px 10px 15px;
    font-size: 100%;
}

#footer {
    /*background:url(../img/bg_footer.gif) no-repeat top left;*/
    width: 729px;
    padding: 15px 15px 0 186px;
    height: 80px;
}

/* 3.1 HEADER
 -----------------------------------------------------------------------------------------------
 ===============================================================================================*/
.logo {
    background: url(../img/logo.gif) no-repeat top left;
    width: 404px;
    height: 77px;
    text-indent: -99999px;
    overflow: hidden;
    position: relative;
    left: 25px;
    display: block;
    padding: 0 70px 0 0;
    float: left;
}

.logo-url {
    background: url(../img/logo_url.gif) no-repeat top left;
    width: 113px;
    height: 45px;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
    position: relative;
    left: 292px;
    top: 5px;
}

.header-right {
    width: 425px;
    float: left;
}

.header-right .contactnum {
    color: #FFF;
    font-size: 1.2em;
    height: 20px;
    padding: 5px 0 0 90px;
}

/* 3.2 MAIN NAVIGATION
 -----------------------------------------------------------------------------------------------
 ===============================================================================================*/
ul#main-nav {
    background: #ea5c27;
    background: url(../img/orangebar.jpg);
    width: 900px;
    /*margin: 0 15px 0 15px;*/
    margin-left: 15px;
    display: inline;
    position: relative;
    /*z-index:100;*/
    height: 34px;
    float: left;
}

ul#main-nav li {
    float: left;
    font-size: 1.3em;
    padding: 0 25px;
    font-weight: bold;
}

ul#main-nav li a {
    display: block;
    text-align: center;
    outline: none;
    color: #FFF !important;
    /*background:url(../img/bullet_nav.gif) no-repeat center right;*/
    padding: 0 19px 0 0;
}

ul#main-nav li.over ul {
    left: auto;
}

ul#main-nav li ul {
    position: absolute;
    width: 149px;
    /*padding:3px 0 0 0;*/
    margin: 0px 0 0 -20px;
    z-index: 300;
}

ul#main-nav li.last ul {
    margin-left: -40px;
}

ul#main-nav li ul li {
    float: none;
    padding: 0;
    font-size: 0.9em !important;
}

ul#main-nav li ul li a {
    /* background:url(../img/bg_dropdown.gif) no-repeat top left;*/
    background: #ea5c27;
    border-bottom: 1px solid #faae58;
    width: 149px;
    /*height:18px;*/
    font-style: italic;
    color: #a1b8d8 !important;
    text-align: center;
    padding: 2px 0 0 0;
    font-weight: bold;
}

ul#main-nav li ul li a:hover {
    color: #fff203 !important;
}

/* 3.3 CONTENT
 -----------------------------------------------------------------------------------------------
 ===============================================================================================*/
#flash {
    margin: 0 0 0 0;
    height: 1%;
}

ul.tabs {
    background: url(../img/bg_tabnavright.gif) no-repeat top right;
    width: 872px;
    height: 21px;
}

ul.tabs li {
    float: left;
}

ul.tabs li a {
    background: url(../img/tab.gif) no-repeat 0 -21px;
    height: 17px;
    display: block;
    float: left;
    padding: 4px 0 0 0;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    color: #FFF !important;
    width: 216px;
}

ul.tabs li.active a, ul.tabs li a:hover {
    color: #005828 !important;
    background-position: 0 0 !important;
}

ul.tabs li.active {
    margin: 0 -2px 0 0;
}

/*
 .bigwhite{
 height:390px;
 overflow:auto;
 }
 */
.box {
    margin: 0 0 0 20px;
    width: 872px;
    padding: 0 0 15px 0;
    /*background:url(../img/bg_boxbottom.gif) no-repeat bottom left;*/
}

.box-wrapper {
    /*background:url(../img/bg_boxrepeat.gif) repeat-y top left;*/
    width: 827px;
    padding: 15px 30px 15px 15px;
    clear: both;
}

.box-wrapper p, .box-wrapper ul {
    font-size: 1.1em;
    padding: 0 0 10px 0;
}

.box p img.left {
    float: left;
    margin: 0 13px 0 0;
}

/* 3.31 SA ADDED CSS
 -----------------------------------------------------------------------------------------------
 ===============================================================================================*/
#homepage_city {
    background: url(../img/citybackground.jpg) no-repeat top left;
    padding-top: 20px;
}

#homepage_leftcontent {
    width: 740px;
    float: left;
    background: transparent;
}

#homepage_rightads {
    width: 160px;
    float: left;
}

p.homepagead {
    width: 160px;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 20px
}

p#homepagecopy {
    width: 170px;
    text-align: left;
    font-size: 16px;
    line-height: 150%;
    color: #01703c;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#goingon {
    width: 728px;
    padding-left: 12px;
}

#goingonsides {
    width: 728px;
    background: url(../img/goingonsides.png) repeat-y;
}

#goingontop {
    width: 728px;
    height: 61px;
    background: url(../img/goingontop.png) no-repeat top left;
}

#goingontop h2 {
    width: 220px;
    font-size: 16px;
    color: #1a2253;
    padding-left: 20px;
    padding-top: 10px;
    text-align: center;
}

#goingonbottom {
    width: 100%;
    background: url(../img/goingonmidbottom.png) no-repeat bottom left;
	padding:0 3%;
}

#goingonrealbottom {
    width: 728px;
    background: url(../img/goingonrealbottom.png) no-repeat bottom left;
}

#goingonbottom p {width:94%}
#goingonbottom ul p {width:100%}

#goingonbottom ul,
#goingoncopy {
    font-size: 12px;
    width: 94%;
    padding-bottom: 10px;
}


#goingoncopy img {
    margin-right: 5px;
}

#lowerbuttonholder {
    margin-left: 175px;
}

a#auctionbutton {
    width: 207px;
    height: 67px;
    background: url(../img/auctionbutton.png) no-repeat top left;
    display: block;
    float: left;
}

a#auctionbutton:hover {
    background: url(../img/auctionbuttonover.png) no-repeat top left;
}

a#magazinebutton {
    width: 207px;
    height: 67px;
    background: url(../img/magazinebutton.png) no-repeat top left;
    display: block;
    float: left;
}

a#magazinebutton:hover {
    background: url(../img/magazinebuttonover.png) no-repeat top left;
}

.sa_notesbox {
    font-size: 16px;
    width: 600px;
    padding-left: 50px;
    padding-bottom: 10px;
}

.sa_label {
    font-size: 120%;
    font-weight: bold;
}

.tab_content ul li {
    list-style-type: disc;
}

.sa_label {
    width: 200px;
}

.contactcol1 {
    float: left;
    width: 350px;
    font-size: 12px;
}

.contactcol2 {
    float: left;
    width: 350px;
    font-size: 12px;
}

#reqsubmit {
    padding-top: 10px;
    font-size: 14px;
    clear: both;
}

.float_left {
    float: left;
}

ul.amenu {
    padding-left: 50px;
    margin: 0;
}

ul.amenu li {
    width: 250px;
    font-size: 20px;
}

#col_rec {
    float: left;
    width: 350px;
}

#col_atype {
    float: left;
    width: 350px;
}

table.sa_calendar {
    table-layout: fixed;
    width: 770px;
    border-collapse: collapse;
}

table.sa_calendar td {
    border: 1px solid #dddddd;
}

p.cellminheight {
    min-height: 110px;
    height: auto !important;
    height: 110px;
}

td.changemonth {
    font-size: 14px;
}

td#nextmonth {
    text-align: right;
    border: none;
}

td#prevmonth {
    text-align: left;
    border: none;
}

td#thismonth {
    text-align: center;
    font-size: 24px;
    border: none;
}

td.dayofweek {
    font-size: 12px;
}

ul.eventsthisday {
    min-height: 110px;
    height: auto !important;
    height: 110px;
}

div#eventdetails {
    font-size: 125%;
    width: 600px;
}

div#browse_events {
    font-size: 125%;
    width: 600px;
}

div#browse_events a {
    font-size: 16px;
    font-weight: bold;
}

span.numof {
    font-size: 10px;
}

/*
 ul.iconslist li {
 float:left;
 width:100px;
 font-size:12px;
 padding-top:10px;
 }
 
 ul.iconslist li img {
 vertical-align:middle;
 }
 */
.iconholder {
    float: left;
    width: 105px;
    /*border:1px solid green;*/
    padding-top: 5px;
    padding-right: 10px;
}

.iconholder img {
	display:block;
    float: left;
    width: 40px;
}

span.icontext {
	display:block;
}
.icontext {
    float: left;
    width: 60px;
    padding-left: 5px;
    text-align: center;
    font-size: 14px
}


.trippage {
    width: 900px;
    font-size: 12px;
}

.trippage_header {
    width: 900px;
    height: 220px;
}

.trippage .trippage_nextprev {
    padding-top: 20px;
    width: 200px;
    float: left;
    font-size: 12px;
}

.alignright {
    text-align: right;
}

.trippage .trippage_title {
    width: 500px;
    float: left;
    text-align: center;
}

.trippage_middle {
    width: 900px;
}

.trippage_photos {
    width: 200px;
    float: left;
    display: block;
}

.trippage_photos h3, .trippage_toc h3 {
    width: 100%;
    text-align: center;
}

.trippage_photos .tripphoto {
    text-align: center;
    padding-top: 10px;
}

.trippage_freeform {
    width: 500px;
    float: left;
}

.trippage_toc {
    width: 200px;
    float: left;
}

.trippage_toc ol li {
    list-style-type: decimal;
    margin-left: 35px;
}

.mashupsection {
    padding-top: 20px;
}

table#weatherforecast td {
    text-align: center;
    width: 120px;
    vertical-align: top;
    padding-left: 5px;
}

#photothumbs {
    padding-left: 20px;
}

table#vidthumbs td {
    text-align: center;
    width: 160px;
    vertical-align: top;
    padding-left: 10px;
}

#vidsholder {
    text-align: center;
}

#googlenews #lh a {
    font-size: 14px;
}

.tab_content img {
    padding-right: 10px;
}

p.MsoNormal {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

/* Begin Lists
 
 Special stylized non-IE bullets
 Do not work in Internet Explorer, which merely default to normal bullets. */
.tab_content ul {
}

.tab_content ul li {
    list-style: none;
    margin-left: 150px;
}

.tab_content ul li:before {
    content: "\00BB \0020";
}

.package {
    padding-bottom: 30px;
    font-size: 12px;
}

#leftdesc ul.packages {
    padding-top: 30px;
}

/* 3.4 FOOTER
 -----------------------------------------------------------------------------------------------
 ===============================================================================================*/
.footer-ad {
    float: left;
    background: #FFF;
    margin: 0 28px 0 0;
    padding: 1px;
}

#footer .contact-info {
    float: left;
    width: 115px;
    color: #000000;
    padding: 8px 0 0 0;
    font-size: 1.1em;
}

/* 3.5 Breadcrumb
 -----------------------------------------------------------------------------------------------
 ===============================================================================================*/
.breadcrumb {
    margin: 0;
    padding: 3px;
    background-color: #D6D6C1;
    width:894px;
	clear:both;
}
