@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
}
p, div, li, td {
    font-size:11px;
    color:#333;
    line-height:1.5em;
}
#container {
	width: 880px;  /* using 20px less than a full 900px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
    height:61px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	float:left;
	width:140px;
    height:61px;
}
#header #topnav {
	float:right;
	text-align:right;
	width:240px;
	margin-top:10px;
}
#header .changelanguage {
	margin-top:12px;
}
#nav {
    width:880px;
    background:#1e4075 url(/california/images/bg_nav_blue.gif) repeat-x 0 0;
    margin:0;
    padding:0;
    font-family:Georgia,Times,serif;
    letter-spacing:1px;
}
#nav ul {
    list-style:none;
    margin:0;
    padding:0;
    overflow:auto;
}
#nav ul li{
    float:left;
    display:block;
}
#nav ul li a {
    display:block;
    line-height:30px;
    padding:0 1.8em;
    text-decoration:none;
    font-size:12px;
    color:#eee;
    float:left;
    border-right:1px solid #0d2853;
    margin:2px 0;
    text-transform:uppercase;
}
#nav ul li.last a {
    border:none;
}
/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
#nav ul li a {
    float:none;
}
/* End IE5-Mac hack */

#nav ul li a:hover {
    color:#ccc;
    background:#1e4075 url(/california/images/bg_nav_blue.gif) repeat-x 0 0;
}

/* menu nav states */
.hideSwitch {
    display:none;
}

.showSwitch {
    display:block;
}

.rollup {
    padding-left:20px !important;
    background:url(/california/images/arrow-closed.gif) no-repeat 0px;
}

.rolldown {
    padding-left:20px !important;
    background:url(/california/images/arrow-open.gif) no-repeat 0px;
}

#mainContent a.rollup:hover, #mainContent a.rolldown:hover {
    text-decoration:none;
}

.showtopic {
    padding-left:10px !important;
}
#mainContent {
	padding: 0 1px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffff;
}
#mainContent table {
	margin:10px 0;
	padding:0;
}
#mainContent table tr img {
	margin-top:5px;
}

#mainContent h2 {
	font: 20px Arial, Helvetica, sans-serif;
	color: #8a6611;
	padding:0;
	margin:20px 0 5px 0;
}

#mainContent h3 {
	color:#0d2853;
        font-size:14px;
}

#mainContent h4 {
        color:#0d2853;
	font-size:12px;
	     margin:0;
	padding:16px 0 0 0;
}

#mainContent .date {
        font-size:13px;
	padding:0 0 15px 0;
	margin:0;
	color:#555;
}

#mainContent table.prices {
        border-top:1px solid #999;
	border-right:1px solid #999;
        margin:0;
	padding:0;
}

#mainContent table.prices td {
        border-bottom:1px solid #999;
	border-left:1px solid #999;
	margin:0;
	padding:5px;
}

#sidebar {
        float:right;
	width:280px;
        padding-left:20px;
}
div.sidebox {
       border:1px solid #999;
       padding:10px;
       margin-top:20px;
}
div.sidebox h4 {
       font-size:12px;
       text-transform:uppercase;
       color:#333;
       margin:5px 0 0 0;
       padding:0;
}
div.sidebox ul {
    list-style:none;
    list-style-image: url(/california/images/diamond-bullet.gif);
    margin:0 0 0 1.5em;
    padding:3px 0 10px 0;
}
div.sidebox ul li {
    padding:0.5em 0 0 0 ;
}

div.box {
	padding:10px 0 10px 10px;
	margin:0 0 0 10px;
	background-color:#fff;
	border-bottom:1px solid #999;
	width:335px;
	text-align:left;
}
div.box b {
	font-family:Georgia,Times,serif;
	letter-spacing:1px;
	color:#0d2853;
	font-size:13px;
}
div#tourbox {
	padding:0;
	width:348px;
	background-color:#1d3f75;
	color:#fff;
	border:1px solid #333;
	font-family:Georgia,Times,serif;
	letter-spacing:1px;
}
div#tourbox h4 a, div#tourbox h4 a:visited {
	display:block;
	padding:10px 40px;
	color:#fff;
	text-decoration:none;
}
div#tourbox h4 a:hover {
	color:#ddd;
	text-decoration:none;
	background-color:#1d3f75;
}
div#labox {
	background-color:#fff;
}
div#vacationbox {
	background-color:#fff;
}
div#specialsbox {
	background-color:#fff;
}
#mainContent div.box h4 {
	font-weight:normal;
	font-size:1.7em;
	text-align:center;
	padding:0;
	margin:0;
}
div.box ul {
	padding:5px 0 0 0;
	margin:0 0 0 1em;
	list-style: none;
}
div.box li {
        line-height:1.8em;
}

#mainContent a, #footer a {
    color:#1d3f75;
    text-decoration:none;
}
#mainContent a:visited, #footer a:visited {
	color:#3f6da6;
}
#mainContent a:hover, #footer a:hover {
	text-decoration:underline;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top:1px solid #999;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer p.copyright {
	float:right;
	width:250px;
	text-align:right;
}
img {
	border: none;
}





