/* @group General Styles */

body {
	color: #333333;
	text-align: center;
	padding: 0;
	font-size: 78%;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	margin: 0 20px 20px;
	background-color: #444444;
}

.clearer {
	clear: both;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.bi {
	font-weight: bold;
	font-style: italic;
}

.strike {
	text-decoration: line-through;
}

.center {
	margin: 10px 10px 0px 10px;
	text-align: center;
	border: 0px;
}

.centerbi {
	text-align: center;
	margin: 10px 10px 0px 10px;
	font-style: oblique;
	font-weight: bold;
}

.centerb {
	text-align: center;
	margin: 10px 10px 0px 10px;
	font-weight: bold;
}

.centerback {
	text-align: center;
	margin: 10px 10px 0px 10px;
}

.font80  {
	font-size: 80%;
}

p.returntotop { 
   margin: 0px 0px -10px 0px;
   line-height: 1.2;
}

p.secondnav {
	background-color: #cfc9c6;
	padding: 4px 4px 7px 6px;
	border: 1px solid black;
}

p.tripin {
   padding-left: 20px;
}

.tripin2 {
	color: #ffffff
	}
#secondnav {
	padding: 0;
	width: 75%;
}

#mobilebar {
	display: none;
}

p.mobileshow,
img.mobileshow-l,
img.mobileshow-r {
	display: none;
}

table.mobileshow {
	display: none;
}

#secondnavhh {
	display: none;
}

p.indexlink {
	background-color: #cfc9c6;
	padding: 2px 20px 0px 0px;
	text-align:center;
	font-size: 120%;
}

h1,
h2,
h3,
h4  {
	text-align: left;
	font-weight: bold;
	line-height: 1.3;
	margin: 8pt 0pt 2pt 5pt;
}

h1 {
	margin: 0px;
	font-size: 140%;
}

h2 {
	font-size: 125%;
	padding: 3px 5px 0px 0px;
}

h2.large {
	font-size: 135%;
	padding: 3px 5px 0px 0px;
}

h2.block {
	margin: 0;
  	padding: 4px 5px 6px 6px;
	color: black;
	background: #cfc9c6;
	font-size: 110%;
	line-height: 1;
}

h2.menu {
	margin: 12px 10px 0px 0px;
	line-height: 1.2;
}

h2.trip {
	font-size: 145%;
	text-align: center;
	padding: 3px 5px 0px 0px;
}

h2.trip2 {
	font-size: 135%;
	text-align: center;
	padding: 3px 5px 0px 0px;
}

h3 {
	margin-left: 0px;
}

h3.sub {
	margin: 7px;
}

h3.trip {
	font-size: 130%;
	margin: 7px;
}

h3.small {
	font-size: 120%;
	margin: 7px;
}

h3.110 {
	font-size: 110%;
}

h4 {
	font-size:100%;
	margin-left: 0px;
}

.right-trip {
	position: absolute;
	left: 650px;
}


ul {
	margin-top: 8px;
	padding-left: 40px;
	line-height: 1.4em;
}

ul.pad30 {
	padding-left: 30px;
}

td {
	vertical-align: top;
}

td.image450 {
	text-align: left;
	width: 60%;
}

td.two {
	vertical-align: top;
	width: 49%;
	padding: 5px 0px 8px 10px;
}

td.ph {
	vertical-align: top;
	width: 20%;
	padding: 5px 0px 8px 10px;
}

td.three {
	vertical-align: top;
	width: 33%;
	padding: 5px 0px 8px 10px;
}

ul.menu {
	list-style: none;
	margin: 7px 8px 12px 6px;
}

ul.recipe {
	list-style: circle;
	line-height: 1.4em;
	padding-left: 30px;
	padding-top: 2px;
}

li.recipe-left {
	margin-left: 360px;
}

li.recipe-left-v-m {
	margin-left: 270px;
}

li.recipe-left-th {
	margin-left: 300px;
}


a:link {
/*    color: #0033cc;	 */
	  color: #09489e;
}

a:link.highlight,
a:link.boldlink
 {
	font-weight: bold;
}

a:hover.highlight,
a:hover.boldlink {
	font-weight: bold;
	color: #0c5efb;
}

a:visited.highlight {
	font-weight: bold;
}

/* a:hover {
	background: transparent;
	font-weight: bold;	
} */


a:hover {
	background: transparent;
	font-style: italic;
/*	color: #030471; */
	color: #0c5efb;
}

a:active {
	text-decoration: none;
}
	
/* currentpage used in 3 class files */
.currentpage {
	 color: #333333;
}   

img {
	z-index: 2;
	margin: 5px 8px 5px 3px;
}

.nb {
	border: 0px;
}

img.noborder {
	border: 0px;
	z-index: 2;
	margin: 5px 8px 5px 3px;
}

.image-left {
	float: left;
	position: relative;
	margin: 2px 8px 2px 3px;
	z-index: 2;
}

.border2 {
	border: 2px;
	border-style: solid;
}

.image-right {
	float: right;
	position: relative;
	margin: 2px 8px 2px 5px;
	z-index: 2;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
/*	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; */
}

.wp-caption-w {
	border: 1px solid #fff;
	text-align: center;
	padding-top: 2px;
/*	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; */
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 13px;
	padding: 0px 4px 7px;
	margin: 0;
}

p.wp-caption-text-w {
	line-height: 12px;
	padding: 0px 0px 0px;
	margin-top: 0;
}
	
.dividing-line
{
	clear: both;
	margin: 12px 0px 0px 0px;
	text-align:right;
	color: #666666;
	border-top: 1px solid #888888;
}

.dividing-line-sb
{
	clear: both;
	margin: 5px 25px 4px 25px;
	text-align:right;
	color: #666666;
	border-top: 1px solid #888888;
}

.dividing-line-25
{
	margin: 13px 25px 5px 25px;
	color: #666666;
	border-top: 1px solid #888888;
}

.dividing-line-60
{
	clear: both;
	margin: 10px 60px 8px 60px;
	color: #666666;
	border-top: 1px solid #888888;
}

.dividing-line-150
{
	clear: both;
	margin: 10px 150px 8px 150px;
	color: #666666;
	border-top: 1px solid #888888;
}
.dividing-line-250
{
	clear: both;
	margin: 10px 250px 8px 250px;
	color: #666666;
	border-top: 1px solid #888888;
}
.dividing-line-shortright {
	margin: 10px 220px 8px 35px;
	text-align:right;
	color: #666666;
	border-top: 1px solid #888888;
}
.dividing-line-shortleft {
       margin: 10px 100px 8px 0px;
       text-align:right;
       color: #666666;
       border-top: 1px solid #888888;
}
table.details {
	border: 1px solid black;
	border-collapse: collapse;	
}

/* @end */

/* @group Layout, Pageheader */

#body,
#container,
#container-l {
 	position: relative;
	z-index: 1;
	background-color: white;
	border-right: 6px solid #202429;
	border-bottom: 6px solid #202429;
	border-left: 6px solid #202429;
	border-top: 5px solid black;
	min-width:  925px;
	max-width: 1100px;
	margin: 0 auto;
	text-align: left;
}

#container-l {
	min-width: 950px;
	max-width: 1100px;
}

#containerph {
 	position: relative;
	z-index: 1;
	background-color: white;
	border-right: 6px solid #202429;
	border-bottom: 6px solid #202429;
	border-left: 6px solid #202429;
	border-top: 5px solid black;
	width:  760px;
	margin: 0 auto;
	text-align: left;
}


#pageheaderlogo {
	padding: 5pt 0 0 5pt;
	height: 85px;
	position: absolute;
	width: 99%;
	z-index: 4;
	background-image: url(../images/headback.jpg);
}

#pageheaderlogo img {
	float: left;
	margin-top: 0;
	border: 0;
}

#pageheader {
	height: 85px;
	position: relative;
	background-color: #330000;
	padding: 0;
	overflow: hidden;
	width: 100%;
	border-bottom: 6px solid;
	border-top: 5px solid;
	border-color: black;
	z-index: 2;
}

#pageheader h1,
#pageheader p.h1 {
	position: absolute;
	top: 3px;
	left: 15px;
	margin: 10px 0 0 0 ;
	color: black;
	font-size: 135%;
	font-weight: bold;
	letter-spacing: 1px;
	font-style: italic;
}

#pageheader h2,
#pageheader p {
	position: absolute;
	top: 35px;
	left: 15px;
	margin: 0;
	color: black;
	font-size: 100%;
	letter-spacing: normal;
	font-weight:bold;
	font-style: italic;
}
#navsearch {
	position:absolute;
	float: right;
	right: 15px;
	top: 41px;
	padding: 5px;
	text-align: center;
	z-index: 5;
	clear: both;
}

#navsearch input.box {
  	width: 140px;
  	font-size: 85%;
}

/* @end */

/* @group Mainwindow */

#mainwindow {
	border-color: #525A68;
	border-width: 1px;
	z-index: 3;
	padding: 15px 20px 20px 20px;
}

#mainwindow h2.market {
	padding: 5px;
	margin: 15px 0px 10px 0px;
	background: #cfc9c6;
	text-align: center;
} 
#mainwindow p {
	margin: 9px 8px 0px 3px;
}

#mainwindow p.ten {
	margin: 9px 8px 10px 3px;
}

#mainwindow p.menu {
	line-height: 1.4em;
	margin: 4px 8px 0px 3px;
}

#mainwindow p.menusub {
	line-height: 1.4em;
	margin: 4px 8px 0px 12px;
}
#mainwindow p.ol {
	text-indent: -15px;
	margin: 2px 12px 0px 20px;
}

#mainwindow p.market {
	margin: 4px 6px 5px 6px;
}

#mainwindow p.centerminus2top {
	margin: -2px 0 3px 0;
	text-align: center;
}

#mainwindow p.centerminus2ph {
	margin: -2px 0 0 0;
	text-align: center;
}

#mainwindow p.center {
	margin: 1px 0 0 0;
	text-align: center;
}

#mainwindow p.center10 {
	margin: 10px 0 0 0;
	text-align: center;
}

#mainwindow p.attrib {
	margin-top: 1px;
	margin-bottom: 0px;
	font-style: italic;
	line-height: 1.4;
}

#mainwindow p.quote {
	margin: 8px 30px 8px 40px;
}

#mainwindow p.quote2 {
	margin: 8px 30px 8px 20px;
}

#mainwindow p.quoteattrib {
	margin: 8px 30px 8px 45px;
	text-indent: -13px;
}

#mainwindow p.zerohoriz {
	margin-top: 0px;
	margin-bottom: 0px;
}

#mainwindow p.ack {
	margin: 8px 10px 0px 40px;
	text-indent: -12px;
}
#mainwindow p.notop {
	margin-top: -3px;
}

#mainwindow p.topzero {
	margin-top: 0px;
}

mainwindow p.spacer {
	font-size: 5%;
}

#mainwindow p.jalbum {
	margin: 0px 135px 0px 135px;
}

#mainwindow h2 {
	margin: 8px 10px 1px 0px;
}

#mainwindow h2.center {
	margin-bottom: 8px;
	text-align: center;
}

#mainwindow h2.pagetop {
	margin-top: 0px;
}

#mainwindow h3.pagetop {
	margin-top: 0px;
}

#mainwindow ol {
	margin: 8px 10px 0px 0px;
	list-style-type: decimal;
}

#mainwindow li.topspace {
	margin: 6px 10px 0px 0px;
}

#mainwindow ul {
	margin: 2px 10px 0px 0px;
}

#mainwindow td {
	padding: 1px 3px 1px 3px;
}

#mainwindow td.tdmiddle {
	width: 1px;
	border: 0;
}

.initial {
	font-size: 115%;
	font-weight: bold;
	font-style: italic;
}

/* @end */


/* @group Toolbar */

#navbar table {
	width: 100%;
	background-color: #cfc9c6;
	border-bottom-color: #181B1F;
	border-bottom: 2px solid;
	color: #333333;
	padding: 0px;
	position: relative;
	z-index: 6;
	font-size: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#navbar td {
	padding: 0px;
	margin:  0px;
}
#navbar {
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	padding: 0;
	vertical-align: middle;
	background-color: white;
	width: 100%;
	height: 30px;
	color: #333333;
	font-size: 100%;
	position: relative;
	z-index: 6;
}

#navbar #current {
	color: #000000;
	text-decoration: none;
}

/* Parent - Level 0 */

#navbar ul{
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 6;
}

#navbar li {

	position: relative;
	display: inline;
	float: left;
}

#navbar a {
	display: block;
	padding: 6px 15px 9px;
}

#navbar a:hover {
	background: transparent;
}

#navbar a:active {
}

/* Child - Level 1 */
/* All browsers will use this code, it will make the pop out menus work */
#navbar ul ul {
	position: absolute;
	top: 25px;
	left: 5px;
	right: 0;
	background-color: #cfc9c6;
	display: none;
	z-index: 6;
	font-size: 0.9em;
	width: 100px;
	padding: 0 10px;
}

#navbar ul ul li {
	display: block;
}

#navbar ul ul a {
	padding: 6px 0px 8px 10px;
	display: block;
	width: 110px;
}

#navbar ul ul a:hover {
}

#navbar ul ul #current{
}


/* Child Level 3 */

#navbar ul ul ul {
	position: absolute;
	left: 75px;
	top: 0;
	font-size: 1em;
}

#navbar ul ul ul ul li { 
}

#navbar ul ul ul ul a{
}

#navbar ul ul ul ul a:hover{

}

div#navbar ul ul, div#navbar ul ul ul, div#navbar ul li:hover ul ul, div#navbar ul li:hover ul ul ul, div#navbar ul li:hover ul ul ul ul, div#navbar ul li:hover ul ul ul ul ul{

display:none;

}

div#navbar ul li:hover ul, div#navbar ul ul li:hover ul, div#navbar ul ul ul li:hover ul, div#navbar ul ul ul ul li:hover ul, div#navbar ul ul ul ul ul li:hover ul{

display:block;
}
/* @end */

/* @group Sidebar */

#sidebarContainer,
#sidebarContainer2
{
	position: relative;
	right: 0;
	top: 0px;
	width: 190px;
	line-height: 1.3;
	background-color: #cfc9c6;
	z-index: 5;
	float: right;
	padding-bottom: 5px;
	margin-left: 10px;
	clear: both;
}

#sidebarContainer {
	font-size: 85%;
	border-top: 3px solid black;
	border-bottom: 2px solid black;
	border-left: 2px solid black;
}

#sidebarContainer2 {
	background-color: white;
	border: 0;
}

#sidebar,
#sidebar2 {
}

#sidebarContainer h2,
#sidebarContainer h3,
#sidebarContainer2 h2,
#sidebarContainer2 h3
{
	letter-spacing: 1px;
	text-align: center;
}

#sidebarContainer h2 {
	margin: 5pt;
    font-size: 120%;
}

#sidebarContainer h2.index {
	margin: 3px;
    font-size: 120%;
}

#sidebarContainer h3 {
	margin: 5px;
    font-size: 110%;
}

#sidebarContainer2 h2 {
	margin: 8pt 5pt 5pt 5pt;
    font-size: 120%;
}

#sidebarContainer2 h2.larger {
	margin: 8pt 5pt 5pt 5pt;
    font-size: 140%;
}

#sidebarContainer p {
	margin: 6px 10px 0px 24px;
}

#sidebarContainer2 p {
	font-size:  95%;
	background-color: white;
	margin: 7px 15px 5px 15px;
}

#sidebarContainer ul {
	padding: 1px 11px 7px 23px;
	margin: 0px;
	line-height: 1.4em;
}

#sidebarContainer ul.sub {
	padding-bottom: 0px;
	padding-left: 12px;
}

#sidebarContainer2 ul {
	padding: 0px 15px 0px 32px;
	margin: 0px;
	line-height: 1.4em;
}

#sidebarContainer li {
	margin-top: 4px;
	line-height: 1.2em;
}

#sidebarContainer li.sub {
	margin-top: 1px;
}

#sidebarContainer2 li {
	font-size: 95%;
	line-height: 1.2em;
}

.mobile_only {
	display: none;
}

.contacthh, img.bannertexthh {
	display: none;
}

/* @end */
/* @group Footer */ 

#footer {
	clear: both;
	padding: 3px 5px 3px 15px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border-top: 3px solid;
	font-size: 100%;
	z-index: 4;
} 

#footer table {
	padding: 0px;
	margin: 0px;	
	z-index: 4;
} 

.contactf {
	display: none;
}

/* @end */