@charset "UTF-8";
/* CSS Document */


/* ================ RESET ==================
   http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   =======================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	color: #3D3D3D;
}
ol, ul {
	list-style: none;
	margin-bottom: 20px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1, h2, h3, h4 {
	margin-bottom: 15px;
	color: red;
	line-height: 1;
	font-weight: bold;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
}

a {text-decoraton: none; outline: none;}

p {
	margin-bottom: 20px;
}

strong {
	font-weight: bold;
}

em {
    font-style: italic;
}

html, body {height: 100%;}

body {
	background: #151515 url(images/body-bg.jpg) repeat-x 0 0;
	line-height: 1.4em;
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
   	font-weight: 300;
   	font-size: 14px;
   	color: #464646;
}

label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}

input, select {
	margin-bottom: 10px;
}

input[type="text"] {
	display: block;
}

/* LAYOUT
========================================== */

.container {
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
}

#header {
	width: 980px;
	margin: 0 auto;
	position: relative;
	height: 155px;
}

#header h1 {
	position: absolute;
	top: 15px;
	left: 0;
	width: 222px;
	height: 80px;
	z-index: 0;
}

#header h1 a {
	background: url(images/logo.png) no-repeat 0 0;
	display: block;
	width: 256px;
	height: 80px;
	text-indent: -999999px;
}

#header p#tagline {
    position: absolute;
    top: 40px;
    left: 240px;
    font-style: italic;
    font-size: 17px;
    letter-spacing: -1px;
}

#header div.call-us {
	background: url(images/header-callus-bg.jpg) no-repeat 0 0;
	position: absolute;
	right: 0;
	top: 10px;
	width: 295px;
	height: 45px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-top: 30px;
}
#header div.request-reservation {
	background: url(images/header-callus-bg.jpg) no-repeat 0 0;
	position: absolute;
    right: 305px;
	top: 10px;
	width: 295px;
	height: 45px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-top: 30px;
}
.request-reservation a{
    color: white;
    text-decoration: none;
}
.request-reservation a:hover{
    color: red;
}

#header div.call-us span{
	color: red;
	font-size: 30px;
	margin-left: 10px;
}

/* MENU/NAVIGATION
========================================== */

#menu-wrap {
	background: transparent url(images/menu-bg.png) no-repeat 0 0;
	position: absolute;
	bottom: 0;
	height: 55px;
	width:  100%;
}

ul#main-menu {
	padding-top: 20px;
	margin-left: 10px;
}

ul#main-menu li {
	float: left;
}

ul#main-menu > li > a {
	display: block;
	height: 55px;
	padding: 0 10px;
	font-size: 13.5px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}

ul#main-menu li a:hover {
	color: red;
}

ul#main-menu li:first-child a {
	border-left: none;
}

ul#main-menu li:last-child a {
	border-right: none;
}

ul.sub-menu {
	position: absolute;
	background: #010102;
	width: 200px;
	left: -999999px;
	margin-top: -20px;
	z-index: 10;
	box-shadow: 0 2px 3px #111111;
	-moz-box-shadow: 0 2px 3px #111111;
	-webkit-box-shadow: 0 2px 3px #111111;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

ul#first-drop {
	margin-left: 10px;
}

ul.sub-menu li {
	display: block;
	float: left;
	width: 100%;
}

ul.sub-menu li a {
	display: block;
	padding: 7px 10px;
	text-decoration: none;
	color: #E6E6E6;
	font-size: 14px;
	border-top: 1px solid #333333;
}

ul.sub-menu li a:hover {
}

ul#main-menu li:hover ul.sub-menu {
	display: block;
	left: auto;
}

#main-content {
	position: relative;
	overflow: hidden;
	background-color: #FFF;
	padding: 20px 0 20px;
	z-index: 5;
}

#main-content-bottom {
    background: transparent url(images/main-content-bottom.png) no-repeat 0 0;
    width: 980px;
    height: 23px;    
}

#primary-content {
	float: left;
	width: 623px;
	margin-left: 20px;
}

#primary-content-full {
    float: left;
    width: 960px;
    margin-left: 20px;
}

#primary-content ol {
	list-style-type: decimal;
	margin-left: 40px;
}

#primary-content ol li {
	margin-bottom: 5px;
}

div.article-divider {
	clear: both;
	width: 100%;
	height: 0;
	margin: 20px 0;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #EEEEEE;
}

ul.check-list li {
	background: url(images/check-mark.png) no-repeat 0 50%;
	padding-left: 23px;
}

#secondary-content {
	width: 292px;
	float: right;
	margin-right: 20px;
}

#secondary-content ul {
    margin-left: 30px;
    list-style-type: disc;
}

#secondary-content ul li {
    margin-bottom: 5px;
}

#footer-wrap {
}

#footer {
	padding: 20px 0;
	font-size: 12px;
	color: #FFFFFF;
}

#footer-call-us {
	font-size: 16px;
	padding: 5px 0;
	margin-bottom: 20px;
	text-align: center;
}

#footer-call-us span {
	color: #143357;
	font-weight: bold;
	font-size: 24px;
}

#footer p.copyright {
	float: left;
	padding-left: 5px;
}

#footer .footer-nav {
	float: right;
}

#footer .footer-nav a {
	color: #EEEEEE;
	text-decoration: none;
}

p.copyright a{
    color: white;
    text-decoration: none;
}

p.copyright a:hover{
    text-decoration: underline;
}



/* HOME
========================================== */

#featured {
	overflow: hidden;
	width: 980px;
	height: 345px;
	margin: 0 auto;
}

#slider-wrap {
	position: relative;
	float: left;
	width: 652px;
	height: 347px;
}

#slider-wrap h2 {
    position: absolute;
    left: 25px;
    top: 32px;
    font-size: 36px;
    color: #FFF;
    text-transform: uppercase;
    text-shadow: 3px 3px 3px #555555;
}

#slider-wrap #call-to-action {
    position: absolute;
    top: 155px;
    left: 25px;
    width: 275px;
    height: 120px;
    color:  #FFF;
}

#slider-wrap #call-to-action span.line-one {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

#slider-wrap #call-to-action span.price {
    float: left;
    width: 100px;
    font-size: 70px;
    font-weight: bold;
    line-height: 1;
}

#slider-wrap #call-to-action span.price small {
    float: left;
    font-size: 24px;
    font-weight: bold;
    margin-right: 5px;
    margin-top: 5px;
}

#slider-wrap #call-to-action span.line-two {
    display: block;
    font-size: 18px;
    font-weight: bold;
}


#call-to-action a.book-online {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	background: transparent url(images/feature-box-read-more-dark.png) no-repeat 0 0;
	width: 133px;
	height: 45px;
	padding-top: 11px;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}

a.sidebar-book-online {
	display: block;
	background: transparent url(images/book-online-sidebar.png) no-repeat 0 0;
	width: 292px;
	height: 28px;
	margin-bottom:  20px;
	padding-top: 12px;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}

#feature-tab-boxes-wrap {
	overflow: hidden;
	float: right;
	width: 328px;
	height: 347px;
}

.feature-tab-box {
	background: #AB0410 url(images/feature-tab-box.jpg) no-repeat 0 0;
	color: #FFFFFF;
	width: 318px;
	height: 95px;
	padding-top: 20px;
	padding-left: 10px;
}

.feature-tab-hover {
	background-image: none;
}

.feature-tab-box h3 a {
	margin-bottom: 10px;
	font-size: 20px;
	color:  #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#feature-boxes {
	background: transparent url(images/feature-boxes-bg.jpg) repeat-x 0 0;
	height: 153px;
}

.home-box {
	position: relative;
	float: left;
	background: transparent url(images/home-box.png) no-repeat 0 0;
	width: 294px;
	height: 123px;
	padding: 15px;
	border-right: 1px solid #8C8C8D;
	border-left: 1px solid #FFFFFF;
}

.home-box img.home-img-thumb {
	float: left;
	margin: 0 15px 10px 0;
}

.home-box p {
	font-size: 12px;
	line-height: 1.3em;
}

.home-box a.book-online {
	position: absolute;
	bottom: 5px;
	right: 15px;
	display: block;
	background: transparent url(images/feature-box-read-more.jpg) no-repeat 0 0;
	width: 147px;
	height: 39px;
	padding-top: 17px;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}

/* SIDEBAR
========================================== */

#secondary-content h3 {
	margin-bottom: 15px;
}

.widget {
    background: #DDDDDD url(images/sidebar-widget-top.jpg) no-repeat 0 0;
	padding: 20px;
	margin-bottom: -17px;
}

.widget-bottom {
    background: #FFFFFF url(images/sidebar-widget-bottom.jpg) no-repeat 0 0;
    height:  17px;
    margin-bottom: 20px;
}

p.phone-numbers {
	color: #DE1F08;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.2em;
}

/* -- testimonials -- */

#testimonials {
	font-size: 13px;
}

#testimonials strong {
	display: block;
	font-weight: bold;
	font-size: 14px;
	color: #143357;
}

#testimonials p.testimonial-head {
	margin-bottom: 10px;
}

#testimonials blockquote {
	font-style: italic;
}

#testimonials span {
	float: right;
	margin-bottom: 20px;
	font-weight: bold;
	color: #143357;
}

.testimonials p strong {
	display: block;
}


/* COLUMNS
========================================== */

.one-third {
	float: left;
	width: 31%;
	margin-right: 3%;
}

.two-thirds {
	float: left;
	width: 65%;
}

.half {
	float: left;
	width: 48%;
	margin-right: 2%;
}

/* ================ UTILITY CLASSES ==================
   =================================================*/
   
.clear {
	clear: both;
}
.floatLeft {
	float: left;
	margin: 0 15px 15px 0;
}

.floatRight {
	float: right;
	margin: 0 0 15px 15px;
}

ul#standards-of-trust {
	margin-left: 20px;
}

ul#standards-of-trust li {
	margin-bottom: 10px;
}

ul#standards-of-trust li strong {
	display: block;
}

ul#code-of-ethics {
	list-style-type: disc;
	margin-left: 40px;
}

ul#code-of-ethics li {
	margin-bottom: 5px;
}

ul#specialty-items {
	overflow: hidden;
}

ul#specialty-items li {
	float: left;
	width: 50%;
	font-weight: bold;
}

ul#moving-supplies {
	overflow: hidden;
}


ul#moving-supplies li {
	float: left;
	width: 50%;
}

ul#moving-supplies li span {
	display: block;
}


ul.disc-list {
	list-style-type: disc;
	margin-left: 40px;
}

ul.disc-list li {
	margin-bottom: 5px;
}

ul.disc-list li ul {
	list-style-type: circle;
	margin-left: 40px;
	margin-top: 5px;
}

ul#drivers-list {
    margin-left: 40px;
}

ul#drivers-list li {
    list-style-type: disc;
}

ul#us li, ul#them li {
    background-color: #DDDDDD;
    height:  75px;
    margin-bottom: 5px;
    padding: 10px;
}

ul#us li.heading, ul#them li.heading {
    background-color: #CCCCCC;
    height:  15px;
    font-weight: bold;
}

ul#drivers-list li.last {
	margin-right: 0;
	border-right: none;
}

form#rate-form, form#ownop-form {
	background-color: #F6F6F6;
	padding: 5px 0 15px 0;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

form#rate-form h3, form#ownop-form h3 {
	padding: 10px 20px;
	margin-bottom: 0;
	border-bottom: 1px solid #CCCCCC;
}

form#rate-form p, form#ownop-form p {
	padding:  10px 40px;
	margin-bottom: 0;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
}

form#rate-form p:hover, form#ownop-form p:hover {
	background-color: #DDDDDD;
}

form#rate-form label, form#ownop-form label {
	display: block;
	margin-bottom: 5px;
}

form#rate-form input[type="text"], form#rate-form textarea, form#ownop-form input[type="text"], form#ownop-form textarea {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

form#rate-form input[type="text"], form#ownop-form input[type="text"] {
	width: 300px;
}

div.rate-and-details {
    background: #151515 url(images/body-bg.jpg) repeat-x 0 -400px;
    overflow: auto;
    margin-bottom: 20px;
    border: 1px solid #DDDDDD;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

ul.trip-details {
    float: right;
    background-color: #EEEEEE;
    width: 68%;
    margin-bottom: 0;
}

ul.trip-details li {
    padding: 5px 10px;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
}

ul.trip-rate {
    float: left;
    width: 30%;
    margin-bottom: 0;
    padding: 40px 1% 0 1%;
    text-align: center;
    color: #FFFFFF;
}

ul.trip-rate li.rate-display {
    display: block;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 30px;
    line-height: 1.4em;
    border-bottom: 1px solid #000000;
    text-shadow: 2px 2px 5px #000000;
    -moz-text-shadow: 2px 2px 5px #000000;
    -webkit-text-shadow: 2px 2px 5px #000000;
}

ul.trip-rate li.rate-display span {
    font-size: 50px;
    vertical-align: middle;
    padding-left: 5px;
}

ul.trip-rate li.happy-with-rate {
    padding-top: 20px;
    border-top: 1px solid #555555;
    line-height: 1.4em;
}

textarea {
	display: block;
	width: 500px;
	height: 50px;
	margin-bottom: 20px;
}

form#rate-form select {
	margin-bottom: 10px;
}

form#email-subscribe {
	position: relative;
}

form#email-subscribe label {
	font-weight: normal;
	font-size: 12px;
}

form#email-subscribe input {
	float: left;
	margin-bottom: 0;
}

form#email-subscribe input[type="text"] {
	width: 160px;
	padding:  1px 8px;
	margin-right: 15px;
}

form#email-subscribe input[type="submit"] {
	margin-top: 2px;	
}

form#reservation-form label, form#reservation-form input[type="text"] {
	float: left;
}

form#reservation-form p {
    overflow: hidden;
	display: block;
	margin-bottom: 0;
}

form#reservation-form p label {
    width:  200px;
    padding:  5px;
}

form#reservation-form input[type="text"] {
	width: 320px;
	margin-right: 20px;
	padding: 5px;
	margin-bottom: 5px;
	border:  1px solid #BBBBBB;
}

form#reservation-form input.phone_suffix_extension {
    float: none;
    display: inline-block;
    margin-right: 0;
    width: 60px;
    letter-spacing: 5px;
    text-align: center;
}

form#reservation-form input.phone_area_prefix {
    float: none;
    display: inline-block;
    margin-right: 0;
    width: 50px;
    letter-spacing: 5px;
    text-align: center;
}

form#reservation-form input[type="text"].limit-number {
    width: 25px;
    float: none;
    display: inline;
    margin-right: 0;
    text-align: center;
}

form#reservation-form input:focus[type="text"] {
	background-color: #f8f1d7;
	border: 1px solid #555555;
}

form#reservation-form p.address {
    float: left;
    margin-bottom: 20px;
}

form#reservation-form p.address input {
    margin-right: 15px;
}

form#reservation-form p.address input.city {
    width:  160px;
}

form#reservation-form p.address input.state {
    width:  75px;
}

form#reservation-form p.address input.zip {
    width:  100px;
}

form#reservation-form p.address label {
    width: inherit;
    margin-right: 10px;
}

fieldset {
    background-color: #DDDDDD;
    margin-bottom: 10px;
}

fieldset p {
    padding: 10px;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 0;
}

fieldset h4 {
    padding: 10px;
    margin-bottom: 0;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
}

img.padded-image {
	padding: 5px;
}

form#reservation-form input.small[type="text"] {
    width: 90px;
}

input[type="text"].medium {
    width: 300px;
}

form#reservation-form p label.full {
    display: block;
    width:  100%;
}

form#reservation-form p.cc-exp-ccv {
    padding-left: 208px;
}


form#reservation-form p label.cc-small {
    display: block;
    width:  50px;
}

select#exp_month, select#exp_year {
    position: relative;
    top: 5px;
}

#partners img {
    padding: 5px 10px;
}

.displayMessage {
    margin: 0 auto;
    padding: 15px;
    width: 75%;
    font: 12px Arial, Helvetica, sans-serif;
    color: #800000;
    border: 1px solid #bf7f7f;
    background: #fedddd;
    border-radius: 5px;
    box-shadow: 0 3px 5px #ccc;
}
    .displayMessage p {
        margin: 0;
        line-height: 20px;
    }