/* Reset for all browsers */
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
	}
img, fieldset {
	border: 0;
	}

/* Format */
body, select, input, textarea {
	font-size:62.5%;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
h1 {
	font-size: 3em;
	font-weight:normal;
	color:#FFFFFF;
	}
h2 {
	font-size: 1.8em;
	font-weight:normal;
	}
h3 {
	font-size: 1.6em;
	}
h4 {
	font-size: 1.4em;
	}
h5 {
	font-size: 1.2em;
	}
h6 {
	font-size: 1em;
}
p {
	font-size:1.2em;
	line-height:20px;
	margin-bottom: 15px;
	}
	
.bold{
	font-weight:bold;
	}
	
.warning{
	color:#000000;
	font-weight:bold;
	}	
	
p.blue{
	color: #0560F9;
	}
	
p.white{
	color: #FFF;
	}
/* Backgrounds */
#home{
	background-image:url(../images/home_bg.jpg);
	background-position:top;
	}
	
#portballintrae{
	background-image:url(../images/port_bg.jpg);
	background-position:top;
	}
	
#lough_erne{
	background-image:url(../images/lough_bg.jpg);
	background-position:top;
	}
	
#contact{
	background-image:url(../images/contact_bg.jpg);
	background-position:top;
	}
	
/* Layout */
#container {
	width:1024px;
	margin:0 auto;
	}
	
/* Header */
#header {
	width:100%;
	padding-top:37px;
	height:123px;
	float:left;
	}
	
#logo{
	float:left;
	width:255px;
	}
	
#topnav{
	float:right;
	width:375px;
	padding-top:85px;
	}
	
.nav, .nav * {
	list-style:		none;
	z-index:999;
	}
	
.nav ul {
	position:		absolute;
	top:			-999em;
}

.nav ul li {
	width:			100%;
}
.nav li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.nav li {
	float:			left;
	position:		relative;
}

.nav a {
	display:		block;
	position:		relative;
}
.nav li:hover ul,
.nav li.sfHover ul {
	left:			0;
	top:			37px;
	z-index:		99;
}

.nav {
	float:			left;
}
	
.nav li a{
	float:left;
	height:33px;
	padding-top:4px;
	color:#FEE592;
	font-size:1.6em;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	}
	
.nav li a.menu_home {
	width:84px;
	padding-left:6px;
	}
	
.nav li a.menu_locations {
	width:124px;
	padding-left:24px;
	}
	
.nav li a.menu_contact {
	width:137px;
	text-align:right;
	}
	
.nav li a:hover, .nav li a.active{
	color:#2D5DB1;
	}
	
.nav ul li a {
	width:155px;
	color:#555555;
	font-size:1.2em;
	text-decoration:none;
	padding-top:8px;
	height:22px;
	text-align:center;
	border-top:#222222 solid 1px;
	border-left:#222222 solid 1px;
	border-right:#222222 solid 1px;
	background-color:#EEEEEE;
	}
	
.nav ul li a:hover{
	color:#2D5DB1;
	}
	
.borderbottom{
	border-bottom:#222222 solid 1px;
	}
	

/* Content */	
#content {
	width:100%;
	float:left;
	}
	
#left_side_column{
	float:left;
	width:215px;
	min-height:680px;
  	height:auto !important;
  	height:680px;
	padding:20px;
	background-image:url(../images/left_side_bg.png);
	background-position:0 0;
	background-repeat:no-repeat;
	}
	
#left_side_column h1{
	text-align:center;
	color:#FFFFFF;
	margin-bottom:20px;
	}
	
#right_side_column{
	float:right;
	width:750px;
	}
	
#contact_wrap {
	width:984px;
	height:800px;
	padding:20px;
	float:left;
	background-image:url(../images/contact_wrap_bg.png);
	background-position:0 0;
	background-repeat:no-repeat;
	}
	
	
/* Home Page */	
#bannerimg{
	float:left;
	width:740px;
	height:300px;
	padding:5px;
	background-color:#FFFFFF;
	margin-bottom:20px;
	}
	
#bannerimg ul{
	float:left;
	width:740px;
	height:300px;
	overflow:hidden;
	list-style:none;
	}
	
#home_features{
	float:left;
	width:710px;
	padding:20px;
	background-image:url(../images/home_features_bg.png);
	background-position:0 0;
	background-repeat:no-repeat;
	}
	
#home_features h2{
	color:#FFFFFF;
	margin-bottom:10px;
	font-size: 2.5em;
	}
	
#home_features p{
	color:#FEE594;
	font-size:1.5em;
	line-height:30px;
	}
	
#home_feature1{
	float:left;
	width:223px;
	margin-right:20px;
	}
	
#home_feature2{
	float:left;
	width:223px;
	margin-right:20px;
	}
	
#home_feature3{
	float:left;
	width:223px;
	}
	
.home_feature_image{
	float:left;
	width:213px;
	height:155px;
	padding:5px;
	background-color:#FFFFFF;
	margin-bottom:20px;
	}

/* Home Booking Form */	
.booklabel{
	float:left;
	width:215px;
	color:#FFFFFF;
	font-size:1.5em;
	margin-bottom:5px;
	}
	
.bookinput{
	width:203px;
	padding:5px;
	font-size:1.4em;
	border:#222222 solid 1px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.focusField{
    border:#000000 solid 1px;
    background:#FFFFFF;
    color:#222222;
    }
	
.idleField{
    background:#EEEEEE;
    color:#222222;
	border:#222222 solid 1px;
    }
	
.date{
	width:183px;
	padding:5px 5px 5px 25px;
	font-size:1.4em;
	border:#222222 solid 1px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/calendar.png);
	background-position:5px 5px;
	background-repeat:no-repeat;
	}

	
.booktextarea{
	width:203px;
	height:60px;
	padding:5px;
	font-size:1.4em;
	border:#222222 solid 1px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.bookselect{
	width:215px;
	height:32px;
	font-size:1.4em;
	border:#222222 solid 1px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#submit_button{
	font-size:1.2em;
	width:80px;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	border:#222222 solid 1px;
	background-color:#DDDDDD;
	color:#222222;
	padding:2px;
	font-weight:bold;
	}
	
/* Location Page */
#left_side_column ul{
	float:left;
	width:195px;
	padding-left:25px;
	padding-top:25px;
	}

ul.navigation li {
	font-size:2.4em;
	margin-bottom:55px;
	list-style:none;
	color:#FFFFFF;
	}

ul.navigation a {
	color:#FFFFFF;
	text-decoration:none;
	}

ul.navigation a:hover, ul.navigation a.selected {
	color:#000000;
	}

ul.navigation a:focus {
    outline: none;
	}
	
#location_bg{
	float:right;
	width:750px;
	background-image:url(../images/location_bg.png);
	background-position:0 0;
	background-repeat:no-repeat;
	}
	
#location_bg a:link, #location_bg a:visited{
	text-decoration: none;
	color: #0560F9;
	border-bottom:#0560F9 dotted 1px;
	}

#location_bg a:hover{
	border-bottom:none;
	}
	
#location_bg h1{
	font-size:4em;
	border-bottom:#FFFFFF solid 1px;
	padding-bottom:5px;
	margin-bottom:20px;
	}
	
#location_bg h2{
	font-size:2.6em;
	color:#FEE592;
	margin-bottom:15px;
	}
	
#overview_intro{
	float:left;
	width:400px;
	padding-right:20px;
	}
	
#overview_intro p{
	color:#FFFFFF;
	font-size:1.5em;
	line-height:35px;
	}
	
#location_map, #location_map2{
	float:right;
	width:290px;
	height:250px;
	margin-bottom:20px;
	}
	
#location_map img, #location_map2 img{
	float:left;
	}
	
#overview_nearby{	
	float:left;
	width:710px;
	}
	
#overview_nearby h3{
	color:#FEE592;
	font-size:1.5em;
	margin-bottom:5px;
	}
	
#overview_nearby p{
	color:#FFFFFF;
	font-size:1.5em;
	line-height:30px;
	}
	
#overview_nearby img{
	float:left;
	margin-right:15px;
	margin-bottom:20px;
	border:#FFFFFF solid 5px;
	}
	
.overview_feature1{
	float:left;
	width:355px;
	padding-right:20px;
	}
	
.overview_feature2{
	float:left;
	width:335px;
	}
	
#nearby ul{
	list-style:none;
	margin-bottom:20px;
	}
	
#nearby li{
	color:#FFFFFF;
	font-size:1.5em;
	line-height:30px;
	}
	
#prices p{
	color:#FFFFFF;
	font-size:1.5em;
	line-height:35px;
	}
	
#price_table{
	color:#FFFFFF;
	font-size:1.5em;
	line-height:35px;
	text-align:left;
	margin-bottom:10px;
	}
	
#price_table th{
	font-weight:bold;
	padding:0 30px;
	}

#price_table td{
	padding:0 30px;
	}

/* Photo Gallery */
#photogallery{
	float:left;
	width:710px;
	}
	
#gallerymainimg{
	float:left;
	width:710px;
	height:533px;	
	margin-bottom:45px;
	}
	
.gallery_demo{width:710px;}
.gallery_demo li{width:139px;height:105px;margin:0 15px 0 0;background:#CCCCCC;}	

#gallery_carousel{
	float:left;
	width:710px;
	}
	
/* Contact Us */
#contact_wrap{
	float:right;
	width:710px;
	background-image:url(../images/location_bg.png);
	background-position:0 0;
	background-repeat:no-repeat;
	padding:20px;
	}
	
#contact_wrap a:link, #contact_wrap a:visited{
	text-decoration: none;
	color: #FFF;
	border-bottom:#0560F9 dotted 1px;
	}

#contact_wrap a:hover{
	border-bottom:none;
	}
	
#contact_wrap h1{
	font-size:4em;
	border-bottom:#FFFFFF solid 1px;
	padding-bottom:5px;
	margin-bottom:20px;
	}

/* Footer */
#footer{
	float:left;
	width:1024px;
	padding-top:20px;
	}
	
#footer p{
	font-size:1.1em;
	}
	
	
#copyright{
	float:left;
	width:612px;
	}
	
#copyright a:link, #copyright a:visited{
	text-decoration: none;
	color: #000000;
	border-bottom:#000000 dotted 1px;
	}

#copyright a:hover{
	border-bottom:none;
	}
	
#designedby{
	float:left;
	width:412px;
	text-align:right;
	}
	
#designedby a:link, #designedby a:visited{
	text-decoration: none;
	color: #FFFFFF;
	border-bottom:#FFFFFF dotted 1px;
	}

#designedby a:hover{
	border-bottom:none;
	}
	
/* Custom Additions */

#property ul{
	list-style:none;
	margin-bottom:20px;
	}

#property li{
	color:#FFFFFF;
	font-size:1.5em;
	line-height:30px;
	}
	
#feedback_table{
	color:#FFFFFF;
	font-size:1.5em;
	line-height:35px;
	text-align:left;
	margin-bottom:10px;
	}
	
#feedback_table th{
	font-weight:bold;
	padding:0 30px;
	}

#feedback_table td{
	padding:0 30px;
	}
	
