/* CSS Document */

body, * {
	padding:0;
	margin:0;
}
body {
	font-size:small;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.5em;
}
#wrapper {
	width:900px;
	position:relative;
	margin:10px auto 0 auto;
}
#tours {
	position:absolute;
	top:90px;
	left:25px;
	width:185px;
	height:476px;
}
#bookcover {
	position:absolute;
	left:30px;
	top:260px;
}
body#home h1 {
	font-size:110%;
	margin-bottom:15px;
}
body#home h2 {
	font-size:100%;
	margin-bottom:10px;
}
.note {
	font-style:italic;
	font-size:85%;
	font-weight:normal;
}
body#home p {
	margin-bottom:5px;
}
p#guidelink {
	margin-top:40px;
	text-align:center;
}
a:link, a:visited {
	color:#006600;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#0173BC;
	text-decoration:underline;
}
/* Tour Page Rules */
body.tour #wrapper {
	margin-top:30px;
}
body.tour #content {
	position:absolute;
	top:0;
	left:0;
	width:550px;
}
body.tour #sidebar {
	position:absolute;
	top:0;
	left:550px;
	width:330px;
	padding:0 0 0 20px;
}
body.tour h1 {
	margin-bottom:20px;
	line-height:normal;
}
body.tour h2 {
	font-size:125%;
	margin-bottom:15px;
}
body.tour h3 {
	font-style:italic;
	font-size:100%;
	font-weight:bold;
	margin-bottom:15px;
}
body#glendinning h3 {
	font-style:normal;
	margin-bottom:0;
	margin-top:30px;
	text-transform:uppercase;
	font-size:110%
}
body.tour h3.end {
	margin-bottom:40px;
}
body.tour p, body#glendinning #content ul {
	margin-bottom:15px;
}
body.tour p.navhead {
	margin-bottom:0;
	font-style:italic;
}
body.tour p.listhead {
	margin-bottom:0;
}
body.tour #sidebar ul {
	list-style-type:none;
	margin:10px 0 30px 0;
}

body#ireland h2, .green {
	color:#006600;
}
body#scotland h2, .blue {
	color:#0173BC;
}
body#ireland h1 {
	font-size: 1px;
	background: url(images/ireland-hdr.jpg) no-repeat left top;
	text-indent:-2000px;
	height: 120px;
	width: 500px;	
}
body#scotland h1 {
	font-size: 1px;
	background: url(images/scotland-hdr.jpg) no-repeat left top;
	height: 150px;
	width: 500px;
	text-indent:-2000px;
	color:#ffffff;
}
body.tour div.pic {
	text-align:center;
	margin:10px;
}
p.caption {
	font-style:italic;
}
