/**************************************************
1. Style Reset
**************************************************/

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, font, 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 {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}

/* Unordered Lists */

ul{
list-style: none;
}

/* Blockquote / Quote */
blockquote, q{
quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

/* Focus styles */

:focus{
outline: 0;
}

/* remember to highlight inserts somehow! */

ins{
text-decoration: none;
}

del{
text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table{
border-collapse: collapse;
border-spacing: 0;
}

p{
margin: 0;
line-height: 1.6em;
}	

.clearfix:after {
content: " ";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/

* html .clearfix { height: 1%; }
*+html .clearfix { height: 1%; }
.clearfix { display: block; }

/* End hide from IE-mac */

/* Layout */

html {
height: 102%;
}

body {
background:url(../img/bg.jpg);
background-repeat:repeat-x;
background-color:#0058AB;
}

#wrapper {
padding-top:0px;
width:875px;
margin:auto;
}	

#top{
float:left;
width:330px;
padding-top:15px;
height:97px;
}

#topright{
float:right;
width:300px;
margin-top:25px;
}

#topright p{
font-family:Arial, Helvetica, sans-serif;
color:#FFF;
font-size:18px;
font-weight:bold;
}

#nav {
float:left;
width:848px;
height:40px;
background:#F2EA00;
border-left:1px solid #FFF;
border-right:1px solid #FFF;
margin-top:3px;
margin-left:10px;
}

#nav ul { height: 40px; }
#nav ul li { display: inline;}
#nav ul li a {
display: block;
float: left;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#333;
text-decoration:none;
border-right:1px solid #FFF;
padding-left:15px;
padding-right:14px;
padding-top:11px;
height:29px;
}

#nav li#ncontact a{
border-right:none;	
padding-right:5px;
}

#nav ul li a:hover{
text-decoration:underline;
}

#flashbanner, #content{
float:left;

background:url(../img/contentbg.png);
background-repeat:repeat-y;	
}

#flashbanner{
width:835px;
padding-left:25px;
padding-right:20px;
padding-top:10px;
padding-bottom:20px;
}

#content{
width:875px;
padding-top:15px;
padding-bottom:15px;
}

#content h2{
width:325px;
height:34px;
background:url(../img/h2bg.png);
background-repeat:no-repeat;
font-family:Arial, Helvetica, sans-serif;
font-size:17px;
font-weight:bold;
color:#FFF700;
padding-top:15px;
padding-left:25px;
}

#inner-content{
float:left;
width:820px;
margin-left:28px;
margin-top:10px;
}

#inner-content a:link, #inner-content a:visited{
color:#333;
padding:3px;
text-decoration:underline;
}

#inner-content a:hover{
color:#FFF700;
background-color:#387DBD;
}

#inner-content p, #inner-content h3{
font-family:Arial, Helvetica, sans-serif;
color:#333;
padding-right:30px;
}

#inner-content p{
font-size:11.5px;	
margin-bottom:10px;
}

#inner-content h3{
font-size:15px;	
margin-top:18px;
margin-bottom:10px;
color:#333;
}

#bottomshadow{
float:left;
width:875px;
height:10px;
background:url(../img/bottomshadow.png);
background-repeat:no-repeat;
}

#footer{
float:left;
width:875px;
margin-bottom:20px;
}

#footer p{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333;
margin-left:15px;
}

#footer a:link, #footer a:visited{
color:#333;
text-decoration:none;
}

#footer a:hover{
text-decoration:underline;
}

.tour_img{
float:left;
margin-right:5px;
margin-top:2px;
width:150px;
padding:2px;
border:1px solid #387DBD;
}

.bottomborder{
border-bottom:3px solid #F2EA01;
}

.tour{
color:#FF0;
background-color:#387DBD;
padding:5px;
}

table{
border:none;	
font-family:Arial, Helvetica, sans-serif;
color:#333;
font-size:11px;
padding:5px;
}

table td{
border-bottom:1px dashed #387DBD;	
padding:5px;
}

.resources{
float:left;
width:250px;
font-family:Arial, Helvetica, sans-serif;
color:#333;
font-size:11px;
}

.resources ul{
margin-bottom:10px;	
}

.resources li{
padding:5px;
padding-left:10px;
background:url(../img/bullet.gif);
background-repeat:no-repeat;
background-position:left;
}

#french, #spanish, #italian, #german{
float:left;
width:820px;
margin-bottom:10px;
}

#french img, #spanish img, #italian img, #german img{
float:left;
width:75px;
margin-right:10px;
}

.noborder{
border:none;	
}

.bookingform{
background-color:#D8BD27; 
padding:4px;
}