/* 'print.css' for the JumpStart directory
 * For print only. Removes navigation and other web-specific things
 *
 * Copyright (c) 2007 Arsetta, Inc.
 *
 * website design and development, including CSS, by Zenscope Studio,
 * LLC (www.zenscope.com)
 */


/* ------------------ HIDDEN IN PRINT LAYOUT ------------------ */

.hide-me,
.noprint,
#masthead ul#nav,
#directory #sidebar,
#rsa_branding,
#searchform { display: none; }

/* ------------------ /HIDDEN IN PRINT LAYOUT ------------------ */


/* ------------------------- TEXT LINKS ------------------------- */

/* all links reset to "unvisited" color */
#wrapper #content a:link,
#wrapper #content a:visited,
#wrapper #content a:hover,
#wrapper #content a:active,
#wrapper #content a:focus {
color: #060;
border-bottom: 1px solid #060;
}

/* ------------------------- /TEXT LINKS ------------------------- */


/* -------------------------- MASTHEAD -------------------------- */

#masthead {
position: static;
height: auto;
}

#masthead h1 {
text-indent: 0;
margin: 0 0 1em;
padding: 0;
font: normal 200%/1 "Times New Roman", Times, serif;
}

#masthead h1 a {
display: inline;
position: static;
overflow: visible;
width: auto;
height: auto;
background: none;
}

#masthead h1 a:link,
#masthead h1 a:visited,
#masthead h1 a:hover,
#masthead h1 a:active,
#masthead h1 a:focus {
text-decoration: none;
color: #000;
}

#packagedetail h2.main-title {
padding: 23pt 0 0;
}

/* -------------------------- /MASTHEAD -------------------------- */


/* ------------------------ PAGE LAYOUT ------------------------ */

#breadcrumbs {
margin: 1em 0 1.5em;
}

ul#package_thumblist li {
display: inline;
vertical-align: middle;
margin: 1em 10px;
}

#footer {
margin: 3em 0 0;
padding: 1em 0 0;
}

#footer p,
#footer p#copyright,
#footer p#service_note { margin: 0 0 0.5em; }

#make_reservation h4,
#make_reservation form { margin-top: 1.5em; }

/* ------------------------ /PAGE LAYOUT ------------------------ */


/* --------------- RESERVATION FORM INSTRUCTIONS --------------- */

#reservation_steplist ol { list-style: outside decimal; }

#reservation_steplist ol li {
margin-left: 1.7em;
padding-left: 0;
}

#reservation_steplist li.first-step,
#reservation_steplist li.second-step,
#reservation_steplist li.third-step {
background: none;
}

/* --------------- /RESERVATION FORM INSTRUCTIONS --------------- */
