/*  general ------ sets z -------- */
* { padding: 0; margin: 0; }
body { background-color: #f7f5f0; font-family: Avenir, "Lucida Grande", Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif; background-image: url(image/body_back.png); background-repeat: repeat-x; }
/*  -------------- structure -------------- */
#wrapper { text-align: center; background-image: url(image/tearbg.gif); background-repeat: repeat-y; background-position: center; height: auto; }
#content { width: 650px; text-align: left; margin-left: auto; margin-right: auto; padding: 0px; margin-top: 0px; margin-bottom: 0px; border-bottom: 1px solid #CCCCCC; }
#header { width: 650px; }
#leftinfo { width: 429px; margin: 20px 0px 0px; float: left; }
#rightinfo { width: 220px; float: left; margin-top: 20px; border-left-style: solid; border-left-width: 1px; border-left-color: #9d9975; }
#booknow { font-size: 12px; padding: 10px 8px 0px 0px; background-color: #c5d8eb; margin-left: 10px; }
#tourinfo { padding: 10px 0px 0px 10px; font-size: 12px; }
#mapinfo { padding: 10px 0px 10px 10px; font-size: 12px; }
#footer { clear: both; padding: 10px 5px; text-align: center; border-top-width: 1px; border-top-style: solid; border-top-color: #CCCCCC; }
/* -------- type------- */
#footer p { font-size: 10px; padding-bottom: 5px; }
#header h1 { display: inline; float: left; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #FFFFFF; }
#leftinfo p { font-size: 13px; line-height: 140%; padding: 0px 10px 20px 0px; }
#leftinfo h1 { font-family: Georgia, "Times New Roman", Times, serif; font-size: 17px; color: #8b8354; padding-bottom: 10px; }
#leftinfo h2 { font-size: 14px; color: #9C5732; line-height: 140%; padding: 0px 10px 20px 0px; }
.red { background: #519f55; }
.blue { background: #1c5374; }
.left { border-left: 1px solid #9C5732; }
.right { border-left: 1px solid #FFFFFF; }
.bold { font-weight: bold; color: #000000; }
.bold-red { font-weight: bold; color: #9C5732; }
#footer a { color: #1c5374; }
#footer a:hover { color: #9C5732; }
#leftinfo a:link { color: #1c5374; text-decoration: underline; }
#leftinfo a:hover { color: #519f55; }
#leftinfo a:visited { color: #9C5732; }
/* -------- nav ------- */
#header ul { list-style: none; }
#header li { float: left; position: relative; width: 108px; text-align: center; padding: 7px 0px; }
#nav a { font-weight: bold; color: #FFFFFF; text-decoration: none; font-size: 11px; }
#nav a:hover { color: #EBBB00; }
li ul { display: none; position: absolute; top: 1.2em; left: 0; background: #eae6d6; margin-top: 7px; }
li > ul { top: auto; left: auto; }
li:hover ul, li.over ul { display: block; }
#nav li li { padding: 2px 0px 0px; border-bottom: 1px dotted #999999; }
#nav li li a:hover { color: #519f55; }
#nav li li a { display: block; padding: 0px 5px 2px 5px; color: #666666; font-weight: lighter; }
/* -------- subpage stuff ------- */
#booknow img { float: right; padding: 0px 0px 5px 5px; }
#booknow p { padding-left: 10px; padding-bottom: 10px; }
.mini { border-right: 2px solid white; padding-bottom: 10px; }
#tourinfo ul { list-style-type: disc; list-style-position: outside; padding-left: 20px; font-size: 11px; }
.required { font-weight: bold; color: #dd3845; padding-left: 5px; }
/* -------- mainpage stuff ------- */
.tours { background: #d9edfa; height: auto; width: 210px; margin: 0px 0px 10px 10px; }
.tours h4 { font-size: 11px; padding: 2px 5px 2px 5px; color: #1c5374; }
.tours p { font-size: 10px; padding: 5px; }
.continue { font-variant: small-caps; }
.tours img { padding: 2px 0px 4px 0px; }
.tours a:link { color: #333333; }
.tours a:hover { color: #9C5732; }
.tours a:visited { color: #333333; }
.redtext { color: #9c5732; }
#leftinfo h3 { font-size: 14px; color: #666666; border-bottom: 1px solid #CCCCCC; margin: 0 0 5px 0; padding: 0 0 5px 0; }
#leftinfo h3 a { font-variant: small-caps; text-decoration: none; color: #395C78; font-size: 13px; padding-left: 15px; }
#leftinfo h3 a:hover { color: #9C5732; }
#leftinfo h3 a:visited { color: #666666; }
.note { color: #003399; font-size: larger; font-variant: small-caps; }