/*-----------------------------------------------------------------------------
Loch Ness Style Sheet

version:   2.0
author:    Steve Tunnicliffe
email:     steve@webartifice.co.uk
website:   http://www.webartifice.co.uk/ 
-----------------------------------------------------------------------------*/



/* =General
-----------------------------------------------------------------------------*/

/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, table, ul {
  margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked ../images */
img {
	border: 0;
}

/* =Typography
-----------------------------------------------------------------------------*/
body { 
	font: 70%/1.4em Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0F689A;
	font-weight: normal;
}

h1 {
	font-size: 150%;
	margin: 0 0 0 0;
	line-height: 1.2em;
}

h2 {
font-size: 140%;
line-height: 1.2em;
}

h3 {

}

h4 {

}

h5 {

}

p {

}

.bolder {
	font-weight: 600; 
}

/* =Layout
-----------------------------------------------------------------------------*/
#wrapper {
	margin: 10px auto;
	width: 750px;
/*	background-image:url(../images/layout/wrapper-background.jpg);*/
}

#col-holder {
	padding: 0;
	clear: both;
}

#col-holder-3col {
	padding:0;
	clear: both;
/*	background: url(../images/layout/col-holder-3colNew.gif) bottom right no-repeat;*/
	height: 100%;
}

#left-panel {
	width: 580px;
/*	border: 1px solid red;*/
	float: left;
	/*background: url(../images/layout/menu/back-left-border.jpg) left bottom no-repeat;*/
}

#left-panel-2col {
	width: 750px;
	float: left;
	/*background: url(../images/layout/menu/back-left-border.jpg) left bottom no-repeat;*/
}

#right-panel {
	width: 160px;
/*	border: 1px solid green;*/
	float: right;
}


/* Right Panels for 3 col layout
-------------------------------------*/
#right-panel {
	font-size: 80%;
	line-height: 1.2em;
}

/* top panel
--------------------------*/
#rbar-1st-layer-holder {
	background-color: #0F689A;
	color: #FFF;
}

#rbar-1st-layer-holder h2 {
 margin: 0;
 color: #0F689A;
 background: #CCCCCC url(../images/layout/rpanel-tilte.jpg) top left;
 border-bottom: 1px solid #ccc;
 padding: 20px 0 20px 20px;
 border-right: 2px solid #ccc;
 font-size: 180%;
}

#rbar-1st-layer-holder h3 {
	padding: 5px 0 5px 15px;
	margin: 0;
	color: #FFF;
	border-right: 2px solid #ccc;
	font-size: 120%;
}

#rbar-1st-layer-holder h3 a {
	color: #FFF;
	font-weight: bold;
}

#rbar-1st-layer-holder h3 a:hover {
	text-decoration: none;
}

#rbar-1st-layer-holder p {
 margin: 0;
 padding: 0 5px 10px 20px;
 border-right: 2px solid #ccc;
}

#rbar-1st-layer-holder h3.extra_pad { padding: 5px 0 10px 15px; }

/* middle panel
----------------------------*/

#rbar-2nd-layer-holder {
	background-color: #CCC;
	color:#666;
	margin: 0 0 0 10px;
}

#rbar-2nd-layer-holder h2 {
 margin: 0;
 color: #0F689A;
 background: #CCCCCC url(../images/layout/rpanel-title2.gif) top left;
 border-bottom: 1px solid #ccc;
 padding: 20px 0 20px 15px;
 border-right: 2px solid #ccc;
}

#rbar-2nd-layer-holder h3 {
	color: #0F689A;
}

#rbar-2nd-layer-holder h3 a {
	color: #0F689A;
}

#rbar-2nd-layer-holder h3 a:hover {
	text-decoration: none;
}

#rbar-2nd-layer-holder p {
 margin: 0;
 border-bottom: 1px solid #ccc;
 padding: 0 5px 10px 15px;
 border-right: 2px solid #ccc;
}

/* bottom panel
--------------------------*/
#rbar-3rd-layer-holder {
	background-color: #CCC;
	color:#666;
	margin: 10px 0 0 10px;
}

#rbar-3rd-layer-holder h2 {
 margin: 0;
 color: #0F689A;
 background: #CCCCCC url(../images/layout/rpanel-title2.gif) top left;
 border-bottom: 1px solid #ccc;
 padding: 20px 0 20px 15px;
 border-right: 2px solid #ccc;
}

#rbar-3rd-layer-holder h3 {
	color: #0F689A;
}

#rbar-3rd-layer-holder h3 a {
	color: #0F689A;
}

#rbar-3rd-layer-holder h3 a:hover {
	text-decoration: none;
}

#rbar-3rd-layer-holder p {
 margin: 0;
 border-bottom: 1px solid #ccc;
 padding: 0 5px 10px 15px;
 border-right: 2px solid #ccc;
}

/* generic panel footer
-------------------------*/

#rpanel-bot {
	background: #0F689A url(../images/layout/rpanel-bot.gif) bottom right;
	height: 20px;
}


/*#bot-3col {
	height: 200px;
}*/

/* =Branding
-----------------------------------------------------------------------------*/
/*#header-image {
	background: url(../images/header-images/header1.jpg) top center no-repeat;
	width: 740px;
	margin: 0 auto;
	height:218px;
}

#header-image-members {
	background: url(../images/header-images/header-members.jpg) top center no-repeat;
	width: 740px;
	margin: 0 auto;
	height:218px;
}*/


#header {
	background: url(../images/layout/new_design/header-top.jpg) top center no-repeat;
	padding: 5px 0 0 0;
	background-color: #0073AE;
	margin-bottom: 4px;
}


#newlogo {
	clear: both;
}

#newlogo img {
	float: right;
	margin: 10px;
}
/* =Icon Nav & Search box
-----------------------------------------------------------------------------*/
/*
#icon-nav-search {
padding: 5px 5px 0 5px;
float: left;
background: url(../images/layout/top-nav.gif) top center no-repeat;
height: 30px;
}
*/

#newSearch {
	/*border: 2px solid #126A9B;
	background:#126A9B;*/
	background: #FFF url(../images/layout/new_design/Graphic_Device_blue.gif) right center no-repeat;
	padding: 4px 3px 4px 3px ;
	margin:2px 0;
	
	
}


#icon-nav-search {display:none;}

#search-input {
	width: 200px;
	float: right;
	text-align: right;
	height: 16px;
}

#searchbox { 
	width: 120px; 
	height: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
}

#query { 
	width: 98px; 
	height: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#searchimage {
 float: right;
 border: 0;
 margin-right: 12px;
}

#kidsLink {
	margin: 10px 0;
}

/*#quicklinks { 
	width: 200px; float: left; 
}

#quicklinks select {
	width: 200px; 
	height: 18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
}*/

/*#utilities {
	width: 450px;
	float: left;
	height: 20px;
	padding-left: 5px;
}

#utilities img {
	margin: 0 3px;
}*/

#newUtes {
	float: left;
	margin-top: 70px;
	padding-left: 10px;
	color: #fff;
}

#newUtes a {
	background: url(../images/layout/new_design/arrow-east.gif) right bottom no-repeat;
	padding-right: 10px;
	color:#FFFFFF;
	text-decoration: none;
	font-size: 110%;
}

#newUtes a:hover {
	background: none;
}


/* =Navigation
-----------------------------------------------------------------------------*/
#nav-col {
	width: 150px;
/*	border: 1px solid blue;*/
	float: left;
	min-height: 500px;
/*	border-top: 1px solid #4D7DA5;*/
}

/*#mobLogo {
	width: 140px;
	margin: 5px auto 220px auto;
}

#mobLogo p {
	text-align: center;
	margin-top: 0;
}

#mobLogo p a:link, #mobLogo p a:visited,  #mobLogo p a:link,  #mobLogo p a:visited {
  color:#FFF;
  text-decoration:underline;
}

#mobLogo p a:hover, #mobLogo p a:active,  #mobLogo p a:hover,  #mobLogo p a:active {
text-decoration: none;
}*/



/* =Content
-----------------------------------------------------------------------------*/
#main-content-col {
	width: 425px;
/*	border: 1px solid gold;*/
	float: right;
}

#main-content-col-2col {
	width: 590px;
	float: right;
}


#right-content-col {

}

#main-content-col-2col ul.insideul {
	margin-left: 50px;
}

/* =Links
-----------------------------------------------------------------------------*/
/* styled underline
================================== */

#main-content-col a:link, #main-content-col a:visited,  #main-content-col-2col a:link,  #main-content-col-2col a:visited {
  color:#666;
  text-decoration:underline;
}

#main-content-col a:hover, #main-content-col a:active,  #main-content-col-2col a:hover,  #main-content-col-2col a:active {
text-decoration: none;
}


/* external links
================================== */

#main-content-col a[href^="http:"], #main-content-col-2col a[href^="http:"] {
  background: url(../images/layout/links/externalLink.gif) no-repeat right top;
  padding-right: 10px;
}

#main-content-col a[href^="http:"].noIcon, #main-content-col-2col a[href^="http:"].noIcon {
   background-image: none;
  padding-right: 0;
}

a[href^="http://www.visitlochness.com"], a[href^="http://visitlochness.com"]  {
  background-image: none;
  padding-right: 0;
}

/* Needs to be changed to real URL when live!! - Second selectors need www - see above for pointer
====================================*/

#main-content-col a[href^="http://visitlochness.com"], #main-content-col a[href^="http://www.visitlochness.com"], #main-content-col-2col a[href^="http://visitlochness.com"], #main-content-col-2col a[href^="http://www.visitlochness.com"]   {
  background-image: none;
  padding-right: 0;
}

#main-content-col a[href^="mailto:"], #main-content-col-2col a[href^="mailto:"] {
  background: url(../images/layout/links/email.png) no-repeat right top;
  padding-right: 15px;
}



/* End Links
===================================*/

/* =footer
-----------------------------------------------------------------------------*/
#footer {
	height: 50px;
	padding: 0 5px 0 5px;
	clear: both;
	width:750px;
	margin: 0 auto;
	border-top: 1px solid #000;
}

#bookmark-this {
text-align: center ;
background-color:#FFFFFF;
}

#footer p {
	text-align: center;
	padding-right: 10px;
	color: #0073AE; 
	font-size:smaller;
	}

#footer a:link, #footer a:visited {
  color: #0073AE ;
  text-decoration:none;
}

#footer a:hover, #footer a:active {
text-decoration: none;
color:#003D5C;
}

.footText {
clear: both;
margin: 5px 5px 0 0;
}

.plug {
color:#ccc;
text-align:center;
font-size:smaller;
}

.plug a:link, .plug a:visited {
  color:#ccc;
  text-decoration:none;
}

.plug a:hover,  .plug a:active {
  color:#003D5C;
  text-decoration:none;
}
/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opera 7 */
fieldset {
  	border: 1px solid transparent;
}


/* =Tables
-----------------------------------------------------------------------------*/

table { 
  	border-spacing: 0;
	border-collapse: collapse;
}

td {
  	text-align: left;
	font-weight: normal;
}


/* =Icon Table
-----------------------------------------------------------------------------*/

#icon-table {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-collapse: collapse;
	width: 300px;
	margin: 5px auto;
}

#icon-table th, #icon-table td {
	padding: 5px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

#icon-table caption {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #0F689A;
	padding: 5px;
	text-align:center;
	font-weight: bold;
}

#icon-table th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #ccc;
}

.icontd {
	text-align: center;
}

/* =offers
-----------------------------------------------------------------------------*/
.offers-listing {
 width: 90%;
 margin: 10px auto;
 border: 1px solid #ccc;
 padding: 0 5px;
}

/* =Sections/Listings
-----------------------------------------------------------------------------*/
#sec-desc {

}
#section-desc img {
margin: 0 5px;
}
#section-desc ul {
	margin-left: 30px;
}


#section-lists {
width: 200px;
float: right;
margin: 5px;
border: 1px solid #ccc;
padding: 0 5px 5px 5px;
}

#section-list {
	list-style: none;
	margin: 0 0 5px 10px;
}

.secListing {
 width: 90%;
 margin: 10px auto;
 border: 1px solid #ccc;
 padding: 0 5px;
}

.secListing h2 {
	font-size: 130%;
	margin: 3px 0;
}

.secListing h3 {
	font-size: 115%;
	margin: 3px 0;
}

.secListing p {
	font-size: 100%;
	margin: 3px 0;
}

.seclogo_flR {
	float: right;
	margin: 5px;
}

#member-left-panel {
	width: 50%;
	float: left;
}

#member-right-panel {
	width: 49.9%;
	float: right;
	background: #FFF url(../images/layout/curve-fade.gif) top left no-repeat;
}


#bus-detail {
	margin: 0 0 0 15px;
}

#bus-logo {
text-align: center;
margin-top: 10px;
}

address {
	font-style: normal;
	margin-top: 10px;
}

#online-booking {
	margin:3px 0;

}
#icons-logos {

margin: 10px 0 0 15px;

}
#vs-logos {
text-align: center;
}


#slide-show {
margin: 10px 0  0 15px;
text-align: center;
}

/* =Member Directory
-----------------------------------------------------------------------------*/
#navLetters, .sorrynomem {
	text-align: center;
}

#previous-next {
	width: 250px;
	margin: 0 auto;
}

.navNolink {
	color: #ccc;
}

.memberLstDir {
	width: 90%;
	margin: 5px auto;
	padding: 5px;
	border: 1px solid #ccc;
}


.moreinfo {
	text-align: right;
	clear:both;
}

.indicator a{
	font-weight: bold;
}


.memlists {
	width: 90%;
	margin: 5px auto;
	padding: 0 5px;
	border: 1px solid #ccc;
}

/* =Contact Form
-----------------------------------------------------------------------------*/

	 #contactform {
	  	font-family: Verdana, sans-serif;
	  	font-size: 100%;
	  	color: #666;
		width: 550px;
	  	}
	 #contactform label {
	  	font-family: Verdana, sans-serif;
	  	font-weight: bold;
	  	color: #0E689A;
	  	}
	
	#contactform fieldset {
		border: 1px solid #ccc;
		padding: 0 20px 10px 20px;
		width: 500px;
		margin: 0 auto;
		}
	
	 #contactform legend {
		font-family: Verdana, sans-serif;
		font-weight: bold;
		font-size: 90%;
		color: #0E689A;
		background: #eee;
		border: 1px solid #ccc;
		border-bottom-color: #999;
		border-right-color: #999;
		padding: 4px 8px;
		margin-top: 10px;
		}
		
				
/* =Events
-----------------------------------------------------------------------------*/

.eventList {
	width: 90%;
	margin: 15px auto;
	border: 1px solid #ccc;
	padding: 0 5px;
}

#main-content-col-2col .eventList a:link, #main-content-col-2col .eventList a:visited{
	color: #0F689A;
}

#main-content-col-2col .eventList a:hover, #main-content-col-2col .eventList a:active{
	color: #0F689A;
}

#events-form-div {
	width: 300px;
	float: right;
	margin-top: 10px;
}

/* =Heritage messages
-----------------------------------------------------------------------------*/
.message-container {
	margin: 5px auto;
	width: 570px;
	/*border: 1px solid red;*/
		background: #FFF url(../images/quotes/quotes-bot.jpg) bottom left no-repeat;
	
}

.message-container p {
	margin: 0;
}
.message-header {
	font-weight: bold;
	background-color: white;
}

.message-content {
	background: #FFF url(../images/quotes/quotes-top.jpg) top left no-repeat;
	padding: 20px 80px 0 80px;
	color: #FFF;
}

.message-container-foot {
	height: 40px;

}


/* =Misc
-----------------------------------------------------------------------------*/
#search-results {
width: 90%;
margin: 5px auto;
}

#search-title {
	width:100%;
	border-top: solid 1px #002E3E; 
	background-color: #0F689A;
}

#search-title h1, #search-title p{
color: #fff;
}
#search-title h1 {
margin: 0;
}


#search-title td {
padding: 0 5px;
vertical-align:middle;
}

		
/* =Misc
-----------------------------------------------------------------------------*/
.imgFlRBorder {
	float: right;
	border: 1px solid #0E689A;
	margin: 5px 0 5px 5px;
}

.imgFLRNoBorder {
	float: right;
	margin: 5px 0 5px 5px;
}
.imgFLLNoBorder {
	float: left;
	margin: 5px 5px 5px 0;
}


.carhire, .taxis {
	width: 90%;
	border: 1px solid #ccc;
	margin: 5px auto;
	padding: 0 5px;
}

.backTo {
	float:right;
	margin-right: 10px;
	}
	
#flashPromo {
margin: 0 auto;
width: 400px;
border: 1px solid #0E689A;
}

.pr {
	margin-left: 50px;
}

.helpFlR {
float: right;
margin: 2px 5px 2px 0;
}

#sitemap {

}
#staticsitemaplinks {
	width: 49%;
	float: left;

}

.sitemaplinks h2 {
	margin-top: 3px;
	margin-bottom: 3px;
	}
	
.sitemaplinks ul{
	margin: 0 5px 0 30px;
	list-style: none;
}

#dynsitemaplinks {
width: 49%;
float: right;

}

.creditsLst {
	margin: 1em;
	list-style: none;
}
.creditsLst li {
	margin: 1em 0;
}


/*= Privacy Page 
-----------------------------------------------------------------------------*/
#privacyOL {
	margin-left: 30px;
}

#privacyOL ol {
	margin-left: 30px;
}

#privacyOL ol li {

}

/*= Offers 
-------------------------------------------------------------------------*/

#offersPanel {
	
}

#offersingle {
width: 350px;
margin: 0 auto;
}

#offersingle h4 {
background: url(../images/offers/h4Offersingle.jpg) top right no-repeat;
padding: 3px 0 3px 5px;
color: #FFF;
margin: 0;
font-size: 110%;
font-weight: bold;
}

#offersingle h4 a:link, #offersingle h4 a:visited {
  color:#FFF;
  text-decoration:none;
}

#offersingle h4 a:hover, #offersingle h4 a:active {
text-decoration: underline;
}

#offersPanel p.fpoffer {
	padding: 0 3px 3px 3px;
  	margin-top: 0;
 	padding-top: 3px;
}

#offersPanel p.moreinfo {
 text-align: center;
}

#offersPanel img {
	border: 0;
}

p.fpmoreoffers {
	clear:both;
	text-align:center;
	margin: 2px 0 0 5px;
	border: 1px solid #E4E4E4;
	padding-bottom: 3px;
	}
	
.fpmoreofferssingle {
	width: 348px;
	clear:both;
	text-align:center;
	margin: 2px auto;
	border: 1px solid #E4E4E4;
	padding-bottom: 3px;
}

.offContent { 	
	border-left: 1px solid #E4E4E4;
 	border-right: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
	}

/* Newsletter
-----------------------------------------------------------------------------*/
#nl-signup {
	text-align: center;
	margin: 10px 0 10px 0;
}

#nl-signup p {
	margin: 0;
	padding: 10px 0 0 0;
	text-align:center;
	}


#nl-signup p a:link, #nl-signup p a:visited {
  color: #666666;
  text-decoration:none;
}

#nl-signup p a:hover, #nl-signup p a:active {
  color:#003D5C;
  text-decoration:none;
}

#frmSS1 {
	padding: 5px 0 0 0;
	margin: 0 auto;
}

#frmSS1 input {
	width: 120px;
	font-size: smaller;
}

#frmSS1 input.sign_but {
	width: 6em;
	margin-top: 5px;
}

/*New home Page
-----------------------------------------------------------------------------*/
#promoboxes {
	margin-bottom: 4px;
}

#newSpecials {
	width: 187px;
	margin-right: 5px;
	float: left;
	background-color: #F0F0F0;
	border-bottom: 2px solid #006AA8;
}

#newNews {
	width: 187px;
	float: left;
	margin-left: 4px;
	background-color: #F0F0F0;
	border-bottom: 2px solid #B3006C;
}

#newAnother {
	width: 187px;
	float: right;
	background-color: #F0F0F0;
	border-bottom: 2px solid #00636C;
}
#newAnother p, #newNews p, #newSpecials p {
	margin: 0 4px;
	font-size: 80%;
}

.homeMore {
	text-align: right;
}


#promoboxes a:link, #promoboxes a:visited {
 	color:#666;
  	text-decoration: none;
}

#promoboxes a:hover, #promoboxes a:active {
	text-decoration: underline;
}

#othLogos { margin-top: 20px; }

#othLogos img {
margin-top: 10px;
}

/* These are standard sIFR styles... do not modify 
-----------------------------------------------------------------------------*/
/*
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
*/
/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
/*.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}
*/
/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

/*.sIFR-hasFlash h1 {
	visibility: hidden;
	height: 30px;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}*/




