﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", sans-serif;
	background-color: #387b38;
}
#container {
	border: 2px #4545af solid;
	margin: 10px auto 0 auto;
	background-color: #fff;
}
#masthead {
	text-align: center;
	background-color: #fff;
	background-image: url('../images/gallagher2.jpg');
	background-repeat: no-repeat;
	height:200px;
}

#masthead-rates {
	text-align: center;
	background-color: #fff;
	background-image: url('../images/gallagher4.jpg');
	background-repeat: no-repeat;
	height: 200px;
}
#masthead-reservations {
	text-align: center;
	background-color: #fff;
	background-image: url('../images/gallagher3.jpg');
	background-repeat: no-repeat;
	height: 200px;
}
#masthead-location {
	text-align: center;
	background-color: #fff;
	background-image: url('../images/gallagher6.jpg');
	background-repeat: no-repeat;
	height:200px;
}
#masthead-attractions {
	text-align: center;
	background-color: #fff;
	background-image: url('../images/gallagher1.jpg');
	background-repeat: no-repeat;
	height: 200px;
}
#masthead-index {
	text-align: center;
	background-color: #fff;
	background-image: url('../images/gallagher5.jpg');
	background-repeat: no-repeat;
	height:200px;
}


.logo {
	float: left;
	margin: 5px 0 0 10px;
}
#navigation {
	font: normal normal normal 14px/24px "Century Schoolbook", "Times New Roman", serif, "Times New Roman";
	background-color: #4545af;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 640px;
	padding: 10px;
	background-color: #fff;
}

#caption {
	width: 300px;
	padding: 5px;
	background-color: #F7F7F7;
	border: 1px #E5E5E5 solid;
	float: right;
	margin-left: 10px;
	font-size: 11px;
	line-height: 13px;
}
#captionL {
	width: 300px;
	padding: 5px;
	background-color: #F7F7F7;
	border: 1px #E5E5E5 solid;
	float: left;
	font-size: 11px;
	line-height: 13px;
}
.imgwrap {
		width: 300px;
	padding: 5px;
	background-color: #F7F7F7;
	border: 1px #E5E5E5 solid;
}

#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
#credits {
	text-align: center;
	padding-bottom: 10px;
	font-size: 10px;
}
#credits a{
    color:#ffffff;
}


/* Masthead */
#masthead h1, #masthead-rates h1, #masthead-reservations h1, #masthead-location h1, #masthead-attractions h1, #masthead-index h1 {
	font: italic normal bold 12px "Century Schoolbook", "Times New Roman", serif, "Times New Roman";
	padding: 5px 0 5px 0;
	margin: 0;
	color: #FFFFFF;
	background-color: #4545AF;
}
#masthead h3 {
	color: #9a9;
	margin-top: 0.5em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 645px;
	margin: 0;
	padding: 0 0 0 15px;
}
#navigation li {
	float: left;
}
#navigation a {
	background: url('../images/shamrock.png') no-repeat left;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 5px 15px 5px 20px;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: url('../images/shamrock-green.png') no-repeat left;
}
body#index a#index-link,
body#location a#location-link,
body#rates a#rates-link,
body#reservations a#reservations-link, 
body#attractions a#attractions-link {
	background: url('../images/shamrock-green.png') no-repeat left;
	} 

/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	margin: 10px 0 5px 0;
	font: italic normal bold 20px "Century Schoolbook", "Times New Roman", serif, "Times New Roman";
	color: #4545AF;
	display: block;
}
h2 {
	padding: 0;
	font-size: 14px;
	color: #008000;
}
h3 {
	font-size: large;
	color: #c77;
}
h4 {
	font-size: medium;
	color: #c77;
}
blockquote,p,ol,ul {
	font-size: small;
	color: #000;
	line-height: 20px;
}
h5 {
	font-size: x-small;
	color: #c77;
}
h6 {
	font-size: xx-small;
	color: #c77;
}
/* Footer */
#footer p {
	font-size: 12px;
	color: #000000;
}
/* Links */
a {
	color: #4545AF;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #4545AF;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#clear {
	clear: both;
}
