/* WORLD TOUR CSS */

body {
font: 100.00% sans-serif;
background: #FFFFFF;
margin: 0;
padding-top: 2px;
text-align: center;
color: #000000;
}

body p {
font: 20.00% sans-serif;
}

.ieFont {
font: 5.00% sans-serif;
}

html, body {
height: 100%;
}

.container {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto;
}

.wrap {
margin: 0 auto;
width: 800px;
}

.footer {
height: 40px;
clear: both;
padding-top: 3px;
padding-bottom: 3px;
margin-top: 0;
margin-bottom: 0;
}

#contenttextheader {
font: 100% sans-serif;
font-weight: bold;
color: rgb(0, 0, 0);
text-align: center;
margin: 0;
padding: 0;
}

.textpar {
font: 100% sans-serif;
font-weight: normal;
color: rgb(0, 0, 0);
text-align: left;
margin-top: 1px;
margin-bottom: 0;
margin-left: 0;
padding: 0;
text-indent: 2em;
}
.textpar a:hover{
color: rgb(255, 0, 0);
text-decoration: none;
font-weight: bold;
}
.textpar a{
color: rgb(0, 50, 255);
text-decoration: none;
font-weight: bold;
}


.reviewpar {
font: 100% sans-serif;
font-weight: normal;
color: rgb(0, 0, 0);
text-align: left;
margin-top: 1em;
margin-bottom: 0;
margin-left: 0;
padding: 0;
text-indent: 0;
}

.textcontentborder {
padding: 3px;
border: solid 2px; 
display: block;
margin-top: 1px;
margin-bottom: 0;
margin-left: 3px;
margin-right: 3px;
}

.spacer { 
clear: both; 
}

.forty 
{
text-align: left;
float: left;
width: 130px;
height: auto;
margin: 0;
padding: 0;
}

.forty ul
{
list-style-type: none;
padding-left: 1px;
}

.forty ul li {
color: rgb(0, 0, 0);
text-decoration: none;
font: 90% sans-serif;
font-weight: normal;
}

.forty ul li a:hover{
color: rgb(0, 50, 255);
text-decoration: underline;
font: 100% sans-serif;
font-weight: bold;
}

.forty ul li a{
color: rgb(0, 50, 255);
text-decoration: none;
font-weight: bold;
}

.eighty
{
text-align: left;
float: right;
width: 650px;
height: auto;
margin-left: 0;
margin-right: 10;
padding-top: 0;
padding-right: 00;
padding-bottom: 0;
padding-left: 1px;
}

.eighty ul
{
list-style-type: none;
padding-left: 1px;
}

.eighty ul li {
color: rgb(0, 0, 0);
text-decoration: none;
font: 90% sans-serif;
font-weight: normal;
}

.eighty ul li a:hover{
color: rgb(255, 0, 0);
text-decoration: none;
font-weight: bold;
}

.eighty ul li a{
color: rgb(0, 50, 255);
text-decoration: none;
font-weight: bold;
}

.eighty ul li b{
font: 110% sans-serif;
text-decoration: none;
font-weight: bold;
}

.photo {
background-color: rgb(255, 255, 255);
border: 0;
}
.photo img {
border: solid 2px; 
color: rgb( 0, 50, 255);
padding: 2px;
margin: 5px;
height: 400px;
}

.gallery {
background-color: rgb(255, 255, 255);
border: 0;
}
.gallery img {
border: solid 2px; 
color: rgb( 0, 50, 255);
padding: 0px;
margin: 5px;
}


.thumbnail a img {
margin: 5px 5px 5px 5px;
border: solid 3px; 
color: rgb( 0, 0, 255);
height: 97px;
}
.thumbnail a:hover img {
margin: 5px 5px 5px 5px;
border: solid 3px; 
color: rgb( 255, 0, 55);
height: 97px;
}

#blueline {
border-bottom: solid 4px; 
color: rgb(0, 100, 255);
width: 800px;
margin-right: 0px;
margin-left: 0px;
margin-top: 3px;
margin-bottom: 4px;
padding: 0px;
}

/* !!! MENU STUFF !!! NO CUSTOM CONTENT BELOW !!!*/
.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}
/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;
}

.horizontalcssmenu{
border-left: 1px solid #202020;
margin-left: 2px;
margin-bottom: 5px;
}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
width: 141px; /*Width of top level menu link items*/
padding: 2px 8px;
border: 1px solid #202020;
border-left-width: 0;
text-decoration: none;
background: #e3f1bd;
color: black;
font: bold 90% sans-serif;
}

.horizontalcssmenu ul li a:hover{
background: #8de686;
}

/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: -2;
border-top: 1px solid #202020;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}
/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}
/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 147px; /*width of sub menu levels*/
font-weight: normal;
padding: 2px 5px;
background: #e3f1bd;
border-width: 1px 1px 1px 1px;
}
.horizontalcssmenu ul li ul li a:hover{
background: #8de686;
font-weight: bold;
}

/* Hacks for IE -  for the MENU */
* html p#iehack{ /*For paragraph (if) that immediately follows menu, add 1em top spacing in IE*/
padding-top: 2em;
}
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */
