body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	line-height: 1.5em;
	color: #333;
	background:#fff url(../../images/blue_background.gif) repeat top left;
	}

/* ---| links |------------------------------- */

a:link {
	color: #40659B;
	}
a:visited {
	color: #8EA4C2;
	}
a:hover {
	color: #036;
	}

/* ---| common |--------------------- */

p {
	margin: 1em 0 1em;
	padding: 0;
	}
h1 {
	font-family: arial, sans-serif;
	font-size: 150%;
	font-weight: normal;
	padding: 0;
	margin: 0;
	}
h2 {
	font-family: arial, sans-serif;
	font-size: 150%;
	font-weight: normal;
	padding: 0;
	margin: 0 0 1em 0;
	}
h3 {
	
	color: #660000;
	padding: 4px 4px 3px 0;
	border:0;
	margin: 1.5em 0 0 0;
	font-family: arial, sans-serif;
	font-size: 120%;
	font-weight: bold;
	border-bottom: 2px solid #ccc;
	}
h3 a:link, h3 a:visited {
	font-size: 110%;
	text-decoration: none;
	color: #40659B;
	}
h3 a:hover {
	color: #036;
	}
h4, h5 {
	margin: 1.5em 0 0 0;
	font-family: arial, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #333;
	}
h1 span, h2 span, h3 span {
	color: #999;
	}
blockquote {
	font-size: 88%;
	color: #777;
	padding-left: 23px;
	background: url(../../images/quotemarks.gif) no-repeat 0 3px;
	}
abbr, acronym  {
	font-style: normal;
	border-bottom: 1px dotted;
	}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}
strike {
	text-decoration: line-through;
	}
address {
	margin: 4px 10px 4px 10px;
	}
caption {
	display:none;
}


th {
	font-weight:bold;
	background:#003366;
	color:#fff;
}

th, td {
	padding:4px;
	vertical-align:text-top;
	border-bottom:1px solid #c3d2d2;
}

#tour-dates th, #tour-dates td {font-size:.8em;}

/* ---| top |------------------------------- */

#container {
	position: relative;
	margin: 0 auto;
	padding: 0;
	font-size: 95%;
	text-align: left;
  	border-left: 1px solid #000;
  	border-right: 1px solid #000;
  	border-top: 4px solid #660000;
  	background: #fff;
  	width:98%;
	}
#logo, #logo-sub {
	background: #000 url(../../images/head-01.jpg) no-repeat top right;
	background-repeat: no-repeat;
	height: 90px;
	padding: 0;
	margin: 0;
	}
	
#logo-sub {
	background: #000 url(../../images/head-02.jpg) no-repeat top right;
	}
	
#logo a, #logo-sub a {
	border-style: none;
	display: block;
	width: 118px;
	}
#logo img, #logo-sub img  {
	display: block;
	border:0;
	}
#container-admin {
border:2px solid #ccc;
background:#fff;
padding:10px;
position:absolute;
top:40px;
left:40px;
}

/* nav */


#nav {
	float: left;
	position:relative;
	width:100%;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 82%;
	border-top: 1px solid #fff;
	border-bottom: 3px solid #fff;
	background: #003366 url(../../images/bg-nav.jpg) repeat-x top left;
	text-transform:uppercase;
	font-weight: bold;
	}
#nav li {
	float: left;
	margin: 0;
	padding: 0 1px 0 0;
	list-style: none;
	background: url(../../images/nav-li-bg.gif) no-repeat top right;
	}
#nav a {
	float: left;
	padding: 7px 13px;
	text-decoration: none;
	color: #fff;
	}
#nav a:hover, #nav a.active {
	color: #fff;
	background: #600000;
	}
#nav a.active {
	text-decoration:underline;
	background: #000033 url(../../images/bg-nav-on.jpg) repeat-x bottom left;
	}


/* ---| main column |----------------------------- */

#main {
	float: left;
	

	}
#content {
	margin: 25px 0;
	padding: 0 25px;
	background: #fff;
	}

/* content custom styles */

#content h2 {

	padding-bottom: 3px;
	border-bottom:2px solid #333;
}	

#content q {
	margin: 6px;
	padding: 6px;
	font-weight:bold;
	font-size:1.2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	width:175px;
	float:right;
}

#content img {	
	border:0;
	}
#content img.right {	
	float: right;
	margin:.5em 0 6px 6px;
	}
	
#content img.left {	
	float: left;
	margin:.5em 6px 6px 0;
	
	}	
#content  img.icon {
	margin: 4px;
	padding: 0;
	border: 0;
}

#content  img.flag {
	margin: 4px;
	padding: 0;
	border: 0;
	float:right;
}

#content a img.home {
	border-color: #ccc;
}

#content a:hover img.home {
	border-color: #c3d2d2;
}

/* content news styles */

#content-news {
	margin: 25px 0;
	padding: 0 25px;
	background: #fff;
	}

#content-news  h2 {

	padding-bottom: 3px;
	border-bottom:2px solid #333;
}	



#content-news  img {	
	border: 1px solid #660000;
	padding: 4px;
	margin:4px;
	}

/* lists */

#content ul {
	list-style: none;
	margin: 1em 0 1em 0;
	padding-left: 24px;
	}
#content ul li {
	padding: 0 0 4px 15px;
	line-height: 1.3em;
	background: url(../../images/li-bullet.gif) no-repeat 0 5px;
	}
	
#content ul li li {
	background: url(../../images/li_li_bullet.gif) no-repeat 0 5px;
	line-height: 1.3em;
	padding: 0 0 4px 15px;
}	
#content dl dd {
	margin: 0;
	padding: 0 0 1em 0;
	font-size: 90%;
	}
#content dl dt {
	font-weight: bold;
	}

	

/* ---| footer |----------------------------------- */

#footer {
	position: relative;
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 90%;
	background: #000 url(../../images/footer-bg.gif) no-repeat top right;
	height:80px;
	color:#c3d2d2;
	text-transform:lowercase;
	}
#footer p {
	margin: 0;
	padding: 25px;
	}
	
#footer ul {
	margin: 0 16px 13px 0;
	padding:2px 2px 2px 0;
	border:0;
	
}

#footer li {
	padding: 0 0 0 12px;
	margin:0;
	list-style-type:none;
	float:left;
	border:0;
}

#footer li a { 
	font-weight:bold;
	text-decoration:none;
	color:#c3d2d2;
	border:0;
} 

#footer li a:hover {
	text-decoration:underline;
	border:0;
}

/* ---| forms |------------------------------------ */

form {
	margin:0;
	padding:0;
}

input, textarea, select {
	border: 1px solid #ccc;
	padding: 2px;
	font: 100% verdana;
	color: #333;
	}
	
#mailing-list {
	font-size: 88%;
	background-color:#f6f6f6;
	padding:5px 8px;
	}
	
#form p {
	margin:0;
	padding:3px;
	}
	
#form p.underline {
	border-bottom: 1px solid #ccc;
	}	

#form textarea {
	
	}

#form label {
	float:left;
	width:70px;
	text-align:left;
	font-weight:bold;
	}

#form input {
	padding:4px 0;
	}

#form input.submit {
	margin-left:72px;
	font-weight:bold;
	background:#e2dbc4;
	}
		

/* ---| misc. |---------------------------------------- */

.news-menu {text-transform:uppercase;font-weight:bold;}

.guestbookPending {background-color:#990000;color:#fff;font-weight:bold;}

.guestbookApproved {background-color:#669966;color:#ffcc99;font-style:italic;}

hr {
	border-top: 1px solid #ccc;
	color: #fff;
	background-color: #fff;
	height: 1px;
	}	
	
.pagination {
	font-weight:bold;
	font-size:.8em;
	color:#003399;
}
	
.center {
	text-align: center;
	}
a img {
	border: none;
	}
.hide {
	display: none;
	}
.floatRight {float:right;}
.greybg {background:#eee;font-weight:bold;}