﻿@import "MenuStyle.css";
@import "Menu.css";


body
{
	margin: 0px;
	padding: 30px;
	font-family: arial, helvetica, sans-serif;
	background: url(../images/green.gif) no-repeat top left;
	font-size: medium;
	background-color: #fff;
	color: #000;
	font-weight: normal;
}

.toolbar
{
	background: url(../images/green.gif) no-repeat top left;
	color: #DE8F1F;
	margin-top: 10px;
	font-weight: bold;
}

p
{
	line-height: 1.4em;
}

ul
{
	list-style-type: none;
}

a
{
	color: white;
}


#Content
{
	display: block;
	width: 85%;
	float: right;
	margin: 0px 0px 0px 0px;
}

.logo
{
	color: #fff;
	text-align: center;
	margin: 0;
	font-weight: normal;
	font-size: 300%;
	font-family: Mistral;
	padding: 0px 0px 0px 0px;
	letter-spacing: 5px;
	margin-bottom: 0px;
}


#IrishRun
{
	display: block;
	font-family: Garamond;
	font-size: 30%;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 10px;
	letter-spacing: 4px;
}

.Header2
{
	font-family: Arial Black;
	font-size: 120%;
}

#introImage
{
	background: url(../Images/garden.jpg) no-repeat center;
	height: 200px;
}

#Menu
{
	font-family: Courier New;
	float: left;
	margin-right: auto;
	font-weight: normal;
	font-size: small;
}

#IntroText
{
	margin-top: 10px;
	padding: 10px 5px 10px 5px;
	float: right;
	width: 80%;
	color: #fff;
	font-weight: normal;
}

#Wireless
{
	font-size: larger;
	font-weight: bold;
}

#FooterLeft
{
	margin-top:20px;
	margin-bottom:10px;
	clear:both;
	float:left;
}

#Address
{
	float: right;
	text-align: right;
	color: #DE8F1F;
	margin-top: 20px;
	width: 25%;
	font-size: small;
}

#Facilities
{
	padding: 0px 8px 10px 40px;
	margin-top: 10px;
	width: 80%;
}

#Facilities h2
{
	margin: 0;
	padding: 2px 8px 0px 40px;
	margin-top: 2px;
}

#RoomFacilities
{
	float: left;
	background-color: #FFCC66;
	width: 70%;
}

#HotelFacilities
{
	clear: both;
	float: left;
	background-color: #FFFFCC;
	width: 70%;
}

#AreaFacilities
{
	clear: both;
	float: left;
	background-color: #50C962;
	width: 70%;
}

table
{
	background: #fff;
}

/*Prices */

#PriceTable
{
	position: relative;
	width: 80%;
	border: 1px solid #000;
	background: #fff;
	color: #000;
}

#PriceTable th, #PriceTable td
{
	padding: 8px 20px;
	text-align: center;
	border-bottom: 1px solid #b5b5b5;
}

#PriceTable .name
{
	text-align: left;
}

#PriceTable tr
{
	background: #FFCC66;
}

#PriceTable tr .alt
{
	background: #fff;
}

#PriceTable th
{
	color: #999;
}

#PriceTable caption
{
	margin-top: 10px;
	padding: 8px 20px;
	text-align: left;
	border: 1px solid #000;
	border-bottom: none;
	background: #fff;
}

/*Location*/
#overviewMap
{
	margin: 10px 5px 10px 5px;
	padding: 10px 5px 10px 5px;
	float: right;
	width: 85%;
	height: 200px;
}

/*Location*/
#map
{
	width: 85%;
	height: 180px;
}


/*Directions*/
#directions
{
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	font-weight: bold;
	color: #fff;
}

#directions a
{
	display: block;
	line-height: 30px;
	color: #fff;
}

#directions h2
{
	margin-top: 10px;
}

#reservationForm
{
	background: #FFCC66;
	margin-top: 10px;
	color: #000;
	font-weight: bold;
}


#reservationForm td.info
{
	width: 60%;
}

#reservationForm td.validation
{
	width: 10%;
}


#reservationForm th
{
	float: left;
	text-align: left;
}

#submitButton
{
	float: right;
}

#Reservation
{
	margin-top: 10px;
	padding: 10px 8px 10px 40px;
	background: #FFCC66;
	line-height: 150%;
	color: #000;
	font-weight: bold;
}

#ContactUs
{
	margin-top: 10px;
	background-color: #FFCC66;
	width: 80%;
	color: #000;
	font-weight: bold;
}

#ContactUs th
{
	text-align: left;
	width: 15%;
}

#ContactResult
{
	display: block;
	margin: 10px;
	color: #fff;
	text-align: left;
	width: 100%;
}


#image
{
	float: left;
	margin-top: 10px;
}


/*Images*/

#imageContent
{
	width: 80%;
}

#imageBase
{
	width:400px;
	float: left;
	margin-left: 5px;
}

#roomDef
{
	color: #DE8F1F;
	font-weight: bold;
	margin-left: 8%;
	margin-top: 10px;
	width: 75%;
	text-align: center;
}

#imageBase dt.links
{
	margin: 0;
	padding: 0;
	font-size: 100%;
	letter-spacing: 1px;
	text-align: center; /*	color: white; 	line-height: 1.5em; 	min-width: 50%; */
}

#imageBase dl
{
	text-align: center;
}

#imageBase dl.norm
{
	clear: both;
	float: left;
	margin-bottom: 10px;
	margin-left: -25px;
}

#imageBase dl.alt
{
	float: right;
	margin-bottom: 10px;
	padding-right: 15%;
}

#imageBase dd.img
{
	display: inline;
}


#imageContent a
{
	color: #fff;
	padding: 10px 10px 10px 10px;
	width: 200px;
}

#imageContent a:visited
{
	color: #fff;
	text-decoration: underline;
}

#imageContent a:hover, a:visited:hover
{
	color: #fff;
	text-decoration: underline;
}


#imageContent li
{
	list-style-type: none;
}

#imageContent li.img
{
	clear: both;
	float: left;
	padding: 10px 10px 10px 10px;
}

#imageContent li.alt
{
	float: right;
	position: relative;
	left: 80px;
	padding: 10px 10px 10px 10px;
}

.imageLinks
{
	margin-top: 3px;
	margin-bottom: 3px;
}


/***/

.images
{
	display: block;
	position: relative;
	width: 80%;
}

.images li.img1
{
	clear: both;
	float: left;
	width: 30%;
	margin-bottom: 10px;
	margin-right: 30px; /*		display:inline; 	padding: 0px 10px 10px 10px; 	clear: both; 	float: left; */
}

.images li.alt1
{
	position:absolute;
	left: 300px;
	top: 0px;
	margin-bottom: 10px;
}

.images li.superior
{
	position:absolute;
	left: 300px;
	top: 20px;
	margin-bottom: 10px;
}

.images li.bottom
{
	top: 180px;
	position:absolute;
	left: 300px;
	margin-bottom: 10px;
}

.images li.superiorBottom
{
	top: 190px;
	position:absolute;
	left: 300px;
	margin-bottom: 10px;
}

#leftLink a
{
	text-align: left;
	padding-left: 40px;
	width: 65%;
}

#rightLink a
{
	position: relative;
	left: 175px;
	top: 10px;
}


#bulletedList
{
	padding: 0px 8px 10px 40px;
	margin-top: 10px;
	width: 80%;
	background-color: #FFFFCC;
	line-height: 18px;
}

#bulletedList h2
{
	margin-top: 10px;
}


/* Links Page*/

.page
{
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #FFCC66;
}

#content
{
	margin-left: 216px;
}

/*
#links
{
	float: right;
	margin-top: 10px;
	margin-left: 20px;
	font-weight: bold;
	line-height: 30px;
	position: absolute;
	width: 900px;
	padding: 0px 37px;
	padding-top: 1px; /* Weird Mozilla Bug */
/*	padding-bottom: 40px; /* Weird Mozilla Bug */
/*}*/

#links
{
	float: left;
	position: relative;
	margin-top: 10px;
	font-weight: bold;
	line-height: 30px;
	padding: 0px 37px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 45px; /* Weird Mozilla Bug */
}

#links h3
{
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.5em;
	font-weight: bold;
}
#links h4
{
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.3em;
	font-weight: bold;
}

#links h4
{
	margin-top: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.0em;
	position: absolute;
	left: 27px;
	width: 214px;
}
#links dl
{
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.5em;
	padding-bottom: 2.5em;
	position: relative;
}

#links ul
{
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	position: relative;
}

#links li
{
	margin-left: 0em;
	position: relative;
}

#links a
{
	margin-left: 10px;
	color: #0A4407;
}

#links li.top
{
	margin-top: -19em;
	margin-left: 20em;
}
#links a.top
{
	margin-left: 40em;
}

#links li.alt
{
	margin-left: 20em;
}

#links dt
{
	position: absolute;
	left: 0;
	width: 45%;
	margin-bottom: 3px;
}

#links dd
{
	margin-left: 50%;
}

#links other.a
{
	margin-left: 0px;
}

#ImageMenu
{
	width: 3em;
}


/* Hides from IE/Mac \*/
* html .norm
{
	height: 1%;
}
.norm
{
	display: block;
}
#leftLink a #rightLink a
{
	height: 1%;
}
/* End hide from IE/Mac */


.FullImage
{
	margin-left: 20px;
}

#LocalRestarants span
{
	font-size: larger;
	color: White;
	font-weight: bold;
}

#LocalRestarants a
{
	font-size: larger;
	color: White;
}
