@charset "utf-8";

/* Argyll Hotel Base CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}

body {
line-height: 1;
}

ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content: '';
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
background-color: #adb9d5;
background-image:url(../images/page_background.png);
background-repeat: repeat-x;
background-position:top;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 1em;
color: #000;
}

#wrapper {
position:relative;
width: 990px;
height:auto;
background-image:url(../images/wrapper_back.png);
background-repeat:repeat-y;
padding-left: 6px;
margin: 0 auto;
overflow:hidden;
}

#top_header {
width:978px;
height:500px;
background-color:#98a7ca;
}

#ah_menu_column {
float: left;
width: 139px;
height: 500px;
padding: 20px 0 0 0;
margin: 0;
}

#home_gallery {
float:left;
margin: 0;
width:700px;
height:500px;
z-index: 1;
}

.loading {
margin-left: 240px;
margin-top: 240px;
}

#home_title {
position:relative;
float:left;
margin-top: -670px;
width:700px;
height:500px;
background-image: url(../images/titles/home_page.png);
background-position:center;
background-repeat:no-repeat;
z-index: 2;
}

#ah_menu {
position:relative;
z-index: 9;
}

#ionamap {
position:relative;
float:right;
margin-top: -470px;
width:314px;
height:341px;
z-index: 3;
}

#icon_bar {
position:relative;
float: left;
width: 978px;
height: 146px;
background-image: url(../images/icon_back.png);
margin: -150px 0 0 0;
padding-top: 4px;
text-align:center;
z-index: 3;
}

#icon_bar img {
margin-top: -8px;
}

h1 {
text-align: center;
font-size: 1.5em;
color: #fff;
font-weight: 600;
}


h2 {
text-align: center;
font-size: 1.4em;
font-weight: 600;
color: #fff;
}

h3 {
text-align: center;
font-size: 1.4em;
color: #fff;
}

h4 {
text-align: center;
font-size: 1.4em;
color: #fff;
}

h5 {
text-align: left;
font-size: 1.2em;
color: #fff;
}

p {
font-size:1.1em;
color:#fff;
line-height:1.3em;
}

#main_column {
float:left;
width:978px;
background-color:#98a7ca;
background-image:url(../images/backgrounds/home_page.jpg);
background-repeat:no-repeat;
margin-top: -20px;
}

a {
color:#fff;
text-decoration:none;
}

#left_box {
float: left;
width:134px;
height:auto;
margin-top: 30px;
text-align:center;
}

#left_box a {
font-size:1.0em;
color:#000;
font-weight:600;
line-height:1.8em;
text-decoration:none;
}

#left_box a:hover {
color: #dc9203;
}

#left_links{
width: 130px;
margin-left: 2px;
}

#left_links_top{
width: 130px;
height: 17px;
background-image:url(../images/left_col_links_top.png);
}

#left_links_middle{
width: 130px;
height: auto;
background-image:url(../images/left_col_links_middle.png);
background-repeat:repeat-y;
padding-bottom: 6px;
}

#left_links_bottom{
width: 130px;
height: 17px;
background-image:url(../images/left_col_links_bottom.png);
}

#main_textbox {
float:left;
width:670px;
min-height:840px;
margin: 0;
padding: 20px;
background-image:url(../images/main_text_back_black.png);
text-align: center;
}

.image_text_right {
float: right;
margin: 6px 0 0 10px;
/*border: solid 1px #fff;*/
}

.image_text_left {
float: left;
margin: 6px 10px 0 0;
}

.image_text_center {
display: block;
margin-left:auto;
margin-right:auto;
}

.quote {
font-style: italic;
}

.bold {
font-weight:600;
}

.text_link {
text-decoration: underline;
}

.indentp {
margin-left: 20px;
margin-right: 20px;
}

.center {
text-align: center;
}

#main_textbox a:hover {
color: #dc9203;
}


.text_highlight {
font-size: 1.2em;
font-weight:600;
}


#right_sidebar {
float:right;
width:134px;
height:600px;
margin: 0;
padding: 220px 0 0 0;
text-align:center;
}

.sidelogo{
margin-bottom: 4px;
}

#footer {
float: left;
width: 938px;
background-image: url(../images/footer_back2.png);
color:#000;
font-size: 0.8em;
text-align:center;
padding: 20px 20px 0 20px;
border-top: 1px #ffffbe solid;
}

#footer_lefttext {
float:left;
width: 300px;
text-align:left;
color:#fff;
font-size: 1.0em;
}

#footer_righttext {
float:right;
width: 300px;
text-align:right;
color:#fff;
font-size: 1.0em;
}

#footer_righttext a:hover {
color: #dc9203;
}

#footer_centretext {
float: left;
width: 658px;
color:#fff;
font-size: 0.9em;
margin: 20px 140px 20px 140px;
padding-top: 10px;
border-top: 1px #cecece solid;
}

#footer_centrelefttext {
float: left;
width: 320px;
color:#fff;
text-align: left;
}

#footer_centrerighttext {
float: right;
width: 329px;
color:#fff;
text-align: right;
}

#footer_centretext a:hover {
color: #dc9203;
}

/*** Superfish Dropdown Menu Essential Styles ***/

.sf-menu, .sf-menu * {
margin: 0;
padding: 0;
list-style:	none;
}

.sf-menu {
line-height: 0.5;
float: left;
margin-bottom: 0.5em;
}

.sf-menu ul {
position: absolute;
top: -999em;
width: 240px; /* left offset of submenus need to match (see below) */
}

.sf-menu ul li {
width: 100%;
}

.sf-menu li:hover {
visibility: inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li {
float: left;
position: relative;
}

.sf-menu a {
display: block;
position: relative;
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
left: 0;
top: 2.5em; /* match top ul list item height */
z-index: 99;
}

ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
top: -999em;
}

ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
left: 240px; /* match ul width */
top: 0;
}

ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
top: -999em;
}

ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
left: 240px; /* match ul width */
top: 0;
}

/*** Argyll Styles ***/

.sf-menu a {
	padding: 10px 14px;
	text-decoration:none;
}

.sf-menu li li a {
	padding: 10px 14px;
	text-decoration:none;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
}

.sf-menu li {
	background:		#98a7ca;
}
.sf-menu li li {
	background:		#98a7ca;
	opacity: 0.9;
	filter:alpha(opacity=90);
}
.sf-menu li li li {
	background:		#98a7ca;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#5b6479;
	outline:		0;
	color: #dc9203;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:	139px;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left:	139px; /* match ul width */
	top:	0;
}

/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator { background-position: 0 0; } /* use translucent arrow for modern browsers*/

/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .sf-sub-indicator,
.sf-vertical a:hover > .sf-sub-indicator,
.sf-vertical a:active > .sf-sub-indicator,
.sf-vertical li:hover > a > .sf-sub-indicator,
.sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}