/* nautilus website overrides */

body {
	font-family: "Bitstream Vera Sans", Arial, Helvetica, Verdana, sans-serif;
	background-image: none;
}

h3 {
	color: #4e9a06;
	font-size: 14px;
	margin-top: 2.5em;
}

p,
li {
	font-size: 12px;
}

#latour-content {
	margin-left: 5%;
	width: 450px;
	float: left;
}

#latour-logo {
	width: 400px;
	float: left;
	margin-left: 4%;
	margin-top: 30px;
}

.tour-stop {
	color: #4e9a06;
	font-size: 18px;
}
a,
a:active,
a:visited {
	color: #4e9a06;
	text-decoration: none;
	border-bottom: 1px dotted #4e9a06;
}

h3 span {
	font-weight: bold;
	font-size: 16px;
}

#languages {
	font-size: 12px;
	text-align: right;
	padding-top: 0.3em;
	padding-right: 2.5em;
}

.latour-logo-content {
	padding-left: 10px;
}

.photos img {
	margin: 2px;
	padding: 1px;
	border: 1px solid #555;
	float: left;
}
.photos {
	text-align: center;
	padding-right: 1.8em;
}
.photos br {
	clear: both;
}

#footer {
	text-align: left;
	padding: 2em;
	padding-left: 4em;
	padding-right: 4em;
	clear: both;
	font-size: 12px;
	background: #4e9a06;
	border-top: 1px solid #ccc;
	color: white;
	line-height: 150%;
}
#footer a {
	color: white;
	border-bottom: 1px dotted #ccc;
}
