/* CSS Document */
* {
    outline: none;
}
a {
    color: #203f9a;
}
body {
    margin: 0;
    padding: 0;
    font: 80% "Lucida Grande" , "Lucida Sans Unicode" ,Arial,Helvetica,sans-serif;
    line-height: 150%;
    background-color: #53b7e8;
}

#super_page {
    width: 1024px;
    margin: 0 auto;
    background: url(../images/pageBkgrd.png) repeat-y;
}
#page {
    background: url(../images/body_bkgrd.jpg) no-repeat 0px 180px;
}

/* ----- header styles ----- */
#header {
    margin: 0;
    padding: 0;
    width: 1024px;
    height: 180px;
    background: url(../images/banner.jpg) no-repeat;
}
#header h1 {
    margin: 0;
    padding: 0;
}
#header span {
    display: none;
}
#header #link-logo {
    display: block;
    width: 313px;
    height: 130px;
    position: relative;
    top: 45px;
    left: 90px;
}
#header #link-home {
    display: block;
    width: 45px;
    height: 16px;
    position: relative;
    top: -25px;
    left: 450px;
}
#header #link-contact {
    display: block;
    width: 86px;
    height: 16px;
    position: relative;
    top: -41px;
    left: 520px;
}
#header #link-links {
    display: block;
    width: 43px;
    height: 16px;
    position: relative;
    top: -57px;
    left: 631px;
}
#header #link-testimonials {
    display: block;
    width: 102px;
    position: relative;
    height: 16px;
    top: -73px;
    left: 698px;
}

#header_ie { border:none; }
/* ----- end header styles ----- */

/* ----- nav styles ----- */
#wrapper_nav {
    background: url(../images/leftNavigation_12.png) no-repeat;
    width: 166px;
    min-height: 500px;
    float: left;
    margin-left: 46px;

    padding-top: 2em;
}
#wrapper_nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    /*background: url(/images/navLine.png) no-repeat top;*/
}
#wrapper_nav li li {
    font-size: 0.9em;
    padding: 0;
}
#wrapper_nav ul ul {
    background: none;
}
#wrapper_nav li {
    color: #333;
    font-size: 1em;
    display: block;
    font-weight: bold;
padding-top: 0.5em;
}
#wrapper_nav li a {
    color: #333;
    text-decoration: none;
    font-size: 1em;
    display: block;
    padding: 0.25em 0.5em;
    background: url(../images/navLine.png) no-repeat bottom;
    font-weight: bold;
}
#wrapper_nav li li a {
    padding-left: 1.5em;
    font-weight: normal;
    color: blue;
}
#wrapper_nav li li li a {
    padding-left: 3em;
}
#wrapper_nav li li li a:before {
    content: "\00bb \0020";
}
/* ----- end nav styles ----- */

/* ----- content styles ----- */
#wrapper_content {
    width: 763px;
    margin-left: 218px;
    margin-bottom: 2em;
}
#wrapper_content_banner {
    text-align: right;
    margin-bottom: 0.6em;
    height: 112px;
}
#wrapper_content_top {
    margin: 25px 0 0 0;
    padding: 0;
    background: url(../images/mainContentTopper.png) no-repeat;
    height: 13px;
}
#wrapper_content_body {
    margin: 0;
    padding: 0;
    background: url(../images/mainContentBody.png) repeat-y;
}
#wrapper_content_main {
    margin: 0 1em;
    padding: 1em 0;
    min-height: 800px;
}
#wrapper_content_main h2 {
    margin-top: 0;
}

#wrapper_content_bottom {
    margin: 0;
    padding: 0;
    background: url(../images/mainContentFooter.png) no-repeat;
    height: 6px;

}
/* ----- end content styles ----- */

/* ----- footer styles ----- */
#wrapper_footer {
    background: url(../images/footer.jpg) no-repeat;
    clear: both;
    height: 47px;
    font-weight: bold;
    font-size: 0.75em;
}
#wrapper_footer a {
    color: #fff;
    text-decoration: none;
}
#footer {
    color: #fff;
    margin: 0;
    float: left;
    width: 341px;
    padding-top: 1.5em;
}
#footer span {
    padding-left: 4em;
}
#footer span span {
    padding-left: 0;
}
#footer_links {
    float: left;
    width: 345px;
    text-align: center;
    padding-top: 1.5em;
}
#footer_links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer_links li {
    display: inline;
}
#footer_links li:before {
    color: #fff;
    content: "\007C \0020";
}
#footer_links li.first_item:before {
    content: none;
}

#footer_powered {
    float: right;
    width: 200px;
    text-align: right;
    padding-top: 1.5em;
}
#footer_powered span {
    padding-right: 4em;
}
/* ----- end footer styles ----- */

/* ----- misc styles ----- */
.clear {
    clear: both;
}
/* ----- end misc styles ----- */

/* ----- post styles ----- */
.post {
    margin-bottom: 1.5em;
}
.post h2 {
    margin-bottom: 0;
}
.post h2 a {
    text-decoration: none;
    color: #203f9a;
}
.post h2 a:hover {
    text-decoration: underline;
}
.post_byline {
    margin: 0;
    font-size: 0.9em;
}
.post_comment_count {
    background: url(../images/chatgrey.png) no-repeat left bottom;
    padding-left: 1.2em;
    color: #363;
}
/* ----- end post styles ----- */

/* ----- comment styles ----- */
.comment {
    border-bottom: 1px dotted #000;
    padding: 1em;
}
.comment-by {
    font-weight: bold;
}
.comment-text {
    padding: 1em;
}
.comment-date {
    font-size: 0.8em;
    padding: 0 1em;
}
.comment-add {
    margin-top: 3em;
}
.comment-add .input-text {
    width: 187px;
}
.comment-add .input-textarea {
    width: 350px;
    height: 100px;
}
/* ----- end comment styles ----- */

/* ----- trip styles ----- */
#tripBox {
    background-color: #FFC;
    padding: 10px;
    text-align: justify;
    margin-right: 4px;
    margin-left: 4px;
    border: thin solid #333;
}
.priceHeaders {
    font-weight: bold;
    color: #213f9a;
}
.soldOut {
    font-style: italic;
    font-weight: bold;
    color: #F00;
}
/* ----- end trip styles ----- */