body {
	margin: 0 auto;
	margin-bottom: 15px;
	font-family: verdana;
	color: #666666;
	background: url(http://s3.spanglefish.com/S_images/bak.gif);
	font-size: 70%;
	line-height: 150%;
}

h1 {font-size: 200%; line-height: 160%;}
h2 {font-size: 180%; line-height: 160%; margin-top: 0;}
h3 {font-size: 160%; line-height: 160%;}
h4 {font-size: 100%; line-height: 160%;}
h5 {font-size: 80%; line-height: 160%;}
h6 {font-size: 70%; line-height: 160%;}

td {
	font-size: 100%;
	}

#shadows {
margin-left: 5px; 
margin-top: 5px;
position:relative;
background:0;
width:764px;
-moz-box-shadow: 3px 3px 5px #666;
-webkit-box-shadow: 3px 3px 5px #666;
box-shadow: 3px 3px 5px #666;


/* removed - glitch wit fckeditor button backgrounds
-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#666666')";
filter:progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#666666');
*/
}

            
#container {background: white url(cb/greys.gif) repeat-y;}

.lt {width:764px;border:0;}

#infobar {background: url(topstrip.gif) no-repeat; height: 25px; padding-right: 15px; text-align: right; line-height: 20px;}

#loginbar {margin-left: 630px; height: 18px; width: 134px; background: url(loginbak.gif); text-align: center;}

#lastupdate {
	clear:both;
	text-align: right;
	font-style: italic;
	padding-top: 10px;
	}
	


#menu li {
	list-style-type: none;
	}

#menu ul {
	margin: 0;
	padding: 0;
	}
	
#menu ul li {
	position: relative;
	}
	
#menu ul li ul {
	position: absolute;
	left: 180px;
	top: -1px;
	display: none;
	padding-bottom: 1px;

	}
	
#menu ul li:hover ul, #menu ul li.sfhover ul {
	display: block;
	}


#menu a{
	display: block;
	padding: 8px;
	text-align: left;
	text-decoration: none;
	background: #E4E8EB;
	margin-top: 1px;
	text-transform: uppercase;
	color: #555555;
	font-style: italic;
	font-size: 120%;
	line-height: 100%;
	width: 164px;
	}







#blogfloat, #blogfloat a {
background: #E4E8EB;
color: #555555;
font-style: italic;
}

#menu a:hover, #menu .on, #blogfloat a:hover {
	background: #D3D6DB;
}

#content {
	padding: 15px;
	padding-top: 10px;
	background-color: white;
}

*html #content { padding-right: 25px;}

#ads {
	
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 6px;
}

#outrigger {
position:absolute;
left:780px;
top:20px;
}

#outrigger #inner {
width:160px;
padding:4px;
}

.o-item {
margin-bottom: 20px;
background:white;
}

.explorer li {margin-bottom: 3px;}


#footer {height: 32px;}
#footertext {background: white; padding-bottom: 5px; padding-top: 5px; border-top: 1px dotted silver;}

#rhstext {text-align: center;font-size:10px;font-family:'trebuchet ms';line-height:13px; padding:0 7px 5px 0;}
#rhstext a {color: #666666; text-decoration: none;}
#rhstext a:hover {color: 6666ff; text-decoration: underline;}

.textad {background: #ffffd6; width: 120px; text-align: center; margin-bottom: 12px; padding-bottom: 4px;font-family:'trebuchet ms'}
.textad a {display: block; background: navy; color: white; text-decoration: none; padding: 2px; padding-top: 5px; padding-bottom: 3px; margin-bottom: 5px; font-weight:bold;font-size:12px;}
.textad a:hover {background: blue;}
.textad span {display:block; padding:3px;}

.picad {margin-bottom: 12px;}

.movepages {text-decoration: none; padding: 1px;}
.movepages:hover {background-color: #ddddff;}

.adminpagemainoption, .explorer {color: black; font-family: verdana; font-size: 10px; line-height: 15px;}
#adminpagemenu a { color: #555555; text-decoration: none;}
#adminpagemenu a:hover { color: #555555; text-decoration: underline;}
#adminpagemenu li {margin-bottom: 3px;}
					
.admintable { width: 90%; border: 1px solid #336699; }
.admintable th {background-color: #336699; color: white; font-size: .7em;}
*html .admintable th {font-size: .5em;}
.admintable td {padding-left: 3px; }
.admintable .info {top: 0; left: 0;}
.graphbar {background: #CD9000;}

#signup { width: 125px; height: 125px; background: url(http://s3.spanglefish.com/sign-up-rollover.gif);}
#signup a {display: block; height: 125px;}
#signup a:hover {background: url(http://s3.spanglefish.com/sign-up-rollover.gif) 0px -134px no-repeat;}

#searchform {margin-bottom:12px;}
#searchform div {background:white;border:1px solid #444444;width:118px;height:16px;padding:2px 0;}
#searchform #sq {border:0;width:60px;margin-left:3px;float:left}
#searchform #sq.hint {color:#777777;}
#searchform #sb {width:12px;height:10px;border:0;float:right;margin:2px 5px 0 0;}

#resultscontainer {position: relative;}
#resultssummary{}
#results {}

#pubmsg {border: 1px solid silver; padding: 5px; margin-bottom: 10px; background-image: url(msgbak.gif);}

#s {visibility:hidden;}


/* ============================================== */
/* Styles for TOOLTIPS */
/* ============================================== */

a.info{
    position:relative; /*this is the key*/
    z-index:24;
    color:#fff;
    background-color: #4444ff;
    font-weight: bold;
    text-decoration:none;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
    left: 5px;
    cursor: help;}

a.info:hover{z-index:25; background-color:#7777ff;}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:1em; left:2em; width:15em;
    border:1px solid #ddddbb;
    background-color:#ffffe0; color:#000;
    text-align: center;
    font-weight: normal;
    padding: 5px;}




/* ============================================== */
/* Styles for GALLERY */
/* ============================================== */

.gallery {margin-top: 10px;}
.gallery td {}
.gallery .imgtd {padding: 3px; border: 1px solid #d4d4d4;}
.gallery img {margin-top: 6px;}
.gallery div {text-align: center;}





/* ============================================== */
/* Styles for GUESTBOOK */
/* ============================================== */

.gpost { border-left: dotted 1px silver; border-right: dotted 1px silver; border-top: solid 1px silver; border-bottom: solid 1px silver; margin-bottom: 15px; margin-right: 10px;}
.gpost a {color: #222277; text-decoration: none;}
.gpost a:hover {color: #992222; text-decoration: underline;}
.gtitle {font-weight: bold; background: #eeeeee; margin-bottom: 5px; padding-left: 5px;}
.gcomment {padding-left: 5px; margin-bottom: 5px;}
.gsender {padding-left: 5px; font-size: 80%;}
.gadmin {background: #eeeeee; margin-top: 10px; padding-left: 5px; padding-top: 5px; padding-bottom: 2px;}

.greply {margin-left: 20px; margin-top: 15px; padding-top: 15px; padding-left: 5px; margin-right: 5px; border-top: dotted 1px silver;}

.gbimg {
background: white !important;
border: 0 !important;
}


.blogcomment {margin-top: 10px;}
.blogcommentname {background: #e0e0e0; margin-bottom: 5px;}


/* ============================================== */
/* Styles for LINKS */
/* ============================================== */

#linkspage b {background: #EBEBEB; display: block; padding: 3px;}
#linkspage .link {margin: 8px; margin-top: 5px;}
#linkspage .link a {color: #2E06BE; text-decoration: none;}
#linkspage .link a.adminsmallbutton {color: #000000; text-decoration: none;}

/* ============================================== */
/* Styles for NEWS */
/* ============================================== */

.nWrapper {border-left: dotted 1px silver; border-right: dotted 1px silver; border-top: solid 1px silver; border-bottom: solid 1px silver; margin-bottom: 15px; margin-right: 10px;}
.nDate {padding-left: 5px; font-size: 0.8em; font-weight: bold; padding-bottom: 3px; }
.nHeadline {font-weight: bold; background: #eeeeee; margin-bottom: 5px; padding-left: 5px; border-bottom: 1px solid silver;}
.nContent {padding-left: 5px; padding-right: 5px; line-height: 1.4em;}
.nUrl {padding-left: 5px; margin-top: 3px;}
.nAdmin { padding-left: 5px; background: #eeeeee; margin-top: 10px; padding-left: 5px; padding-bottom: 3px;}


/* ============================================== */
/* Styles for CAR SALES */
/* ============================================== */
.car {width: 100%; border-left: solid 1px silver; border-right: solid 1px silver; border-top: solid 1px silver; border-bottom: solid 1px silver; margin-bottom: 15px;}
.car-header {font-weight: bold; background: #d5d5d5; margin-bottom: 5px; padding-left: 5px; border-bottom: 1px solid silver;}
.car-info {background: #eeeeee; border-left: solid 1px silver;}
.car-bottomline {border-bottom: 1px solid silver;}
.car-body {padding-left: 5px; padding-right: 5px; line-height: 1.4em;}
.car-body img {margin: 5px; margin-left: 10px;}
.car-admin {border-top: solid 1px silver; background: #eeeeee;}


/* ============================================== */
/* Styles for MEMBERS */
/* ============================================== */

.mWrapper {border-left: dotted 1px silver; border-right: dotted 1px silver; border-top: solid 1px silver; border-bottom: solid 1px silver; margin-bottom: 15px; margin-right: 10px;}
.mTitle {font-weight: bold; background: #eeeeee; margin-bottom: 5px; padding-left: 5px; border-bottom: 1px solid silver;}
.mMiddle {padding-left: 5px; padding-right: 5px; line-height: 1.4em; min-height: 100px;}
.mAdmin { padding-left: 5px; background: #eeeeee; margin-top: 10px; padding-left: 5px; padding-bottom: 3px;}





/* ============================================== */
/* Styles for DIARY */
/* ============================================== */

#daynames {
border: #666666 solid 1px;
background-color: #F6BA92;
text-align: center;
font-weight: bold;
}

/*hack for ie4,5,6 to emulate min-height in #day */
* html #day {
height: 40px;
}

#day {
min-height: 40px;
}

#day a:hover div {
text-decoration: none;
color: blue;
}

#cellhed {
text-align: center;
border: #666666 1px solid;
font-weight: bold;
background-color: #C0C8E8;
}

#cellhedtoday {
text-align: center;
background-color: #E36E1F;
border: #666666 1px solid;
font-weight: bold;
font-style: italic; 
}

#eventeven {
text-align: left;
font-family: tahoma;
padding: 1px;
color: black;
font-family: Verdana;
font-size: 10px;
margin-bottom: 2px;
}

#eventodd {
text-align: left;
font-family: tahoma;
padding: 1px;
color: black;
font-family: Verdana;
font-size: 10px;
margin-bottom: 2px;
}

#addbutton {
background-color: #ffbb99;
font-family: tahoma;
font-size: 10px;
text-align: center;
}


#detailsinner {
padding: 10px;
}

.calhead td {
text-align: center;
font-weight: bold;
background-color: #C0C8E8;
}


#blogfloat {
float: right;
width: 130px;
background: #ffffcc;
margin-left: 10px;
border: 1px solid silver;
border-right: 2px solid #cdcdcd;
border-bottom: 2px solid #cdcdcd;
}

#blogfloat a {
display: block;
padding: 4px;
text-decoration: none;
text-transform: uppercase;
font-style: italic;
margin-top: 1px;
}

#blogfloat form {
margin: 4px;
}

#blogfloat input {
font-size: .8em;
}

#signupform {
width: 118px;
text-align: center;
background: #161716 url(signup-top.gif) top left no-repeat;
padding-bottom: 6px;
margin-top: 8px;
border: 1px solid #fff;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
}

#signupform input#name {
font-size: 10px;
text-align: center;
width: 102px;
}

#signupform label {
display: none;
}

.signupformbutton {background: url(signup-bot.gif) top center no-repeat; height: 33px; width: 112px; margin-top: 8px;}


.googlemap {
width: 100%; 
border: 1px solid #555555; 
height: 360px;
}

/* ============================================== */
/* Styles for different menus */
/* ============================================== */



a.menu0 {
	display: block;
	padding: 8px;
	text-align: left;
	text-decoration: none;
	background: #E4E8EB;
	margin-top: 1px;
	text-transform: uppercase;
	color: #555555;
	font-style: italic;
	font-size: 120%;
	width: 180px;
	}

a.menu0:hover {
	background: #D3D6DB;
}

a.menu1 {
	display: block;
	padding: 8px;
	text-align: left;
	text-decoration: none;
	background: #99CC99;
	margin-top: 1px;
	text-transform: uppercase;
	color: #ffffff;
	font-style: italic;
	font-size: 120%;
	width: 180px;
	}

a.menu1:hover {
	background: #8BB98B;
}

a.menu2 {
	display: block;
	padding: 8px;
	text-align: left;
	text-decoration: none;
	background: #CCCC99;
	margin-top: 1px;
	text-transform: uppercase;
	color: #ffffff;
	font-style: italic;
	font-size: 120%;
	width: 180px;
	}

a.menu2:hover {
	background: #999966;
}

a.menu3{
	display: block;
	padding: 8px;
	text-align: left;
	text-decoration: none;
	background: #ECEBB1;
	margin-top: 1px;
	text-transform: uppercase;
	color: #000000;
	font-style: italic;
	font-size: 120%;
	width: 180px;
	}

a.menu3:hover {
	background: #d3d6db;
}

a.menu4 {
	display: block;
	padding: 8px;
	text-align: left;
	text-decoration: none;
	background: #FFD5B8;
	margin-top: 1px;
	text-transform: uppercase;
	color: #000000;
	font-style: italic;
	font-size: 120%;
	width: 180px;
	}

a.menu4:hover {
	background: #FFA74D;
}

a.menu5 {
	display: block;
	padding: 8px;
	text-align: left;
	text-decoration: none;
	background: #ECD1FF;
	margin-top: 1px;
	text-transform: uppercase;
	color: #666666;
	font-style: italic;
	font-size: 120%;
	width: 180px;
	}

a.menu5:hover {
	background: #B893FF;
	color: white;
}

a.menu6 {
	display: block;
	padding: 8px;
	text-align: left;
	text-decoration: none;
	background: #CBCAF8;
	margin-top: 1px;
	text-transform: uppercase;
	color: #ffffff;
	font-style: italic;
	font-size: 120%;
	width: 180px;
	}

a.menu6:hover {
	background: #9C9DCC;
}

a.menu7 {
	display: block;
	padding: 8px;
	text-align: left;
	text-decoration: none;
	background: #FFFFCC;
	margin-top: 1px;
	text-transform: uppercase;
	color: #666666;
	font-style: italic;
	font-size: 120%;
	width: 180px;
	}

a.menu7:hover {
	background: #EEE552;
}

a.menu8 {
	display: block;
	padding: 8px;
	text-align: left;
	text-decoration: none;
	background: #CC9999;
	margin-top: 1px;
	text-transform: uppercase;
	color: #ffffff;
	font-style: italic;
	font-size: 120%;
	width: 180px;
	}

a.menu8:hover {
	background: #663333;
}


.adscheme1 {
background: #FFFFD6;
color: #444444;
width:120px;
text-align: center;
margin-bottom: 10px;
}

	.adscheme1 a, .adscheme1 h5 {
	background: #000080;
	color: white;
	display:block;
	text-decoration: none;
	padding: 3px;
	font-weight: bold;
	margin: 0;
	font-size: 1em;
	}
	
	.adscheme1 a:hover {
	background: #0000d0;
	}

	.adscheme1 div {
	border: 1px solid #000080;
	padding: 3px;
	}
	
.adscheme2 {
background: #ffffff;
color: #444444;
width:120px;
text-align: center;
margin-bottom: 10px;
}

	.adscheme2 a, .adscheme2 h5 {
	background: #9B1218;
	color: white;
	display:block;
	text-decoration: none;
	padding: 3px;
	font-weight: bold;
	margin: 0;
	font-size: 1em;
	}
	
	.adscheme2 a:hover {
	background: #cB1218;
	}

	.adscheme2 div {
	border: 1px solid #9B1218;
	padding: 3px;
	}
	
.adscheme3 {
background: #EAF5B7;
color: #444444;
width:120px;
text-align: center;
margin-bottom: 10px;
}

	.adscheme3 a, .adscheme3 h5 {
	background: #0A7258;
	color: white;
	display:block;
	text-decoration: none;
	padding: 3px;
	font-weight: bold;
	margin: 0;
	font-size: 1em;
	}
	
	.adscheme3 a:hover {
	background: #0Aa288;
	}

	.adscheme3 div {
	border: 1px solid #0A7258;
	padding: 3px;
	margin: 0;
	}
	
.adscheme4 {
background: #F9EEDF;
color: #444444;
width:120px;
text-align: center;
margin-bottom: 10px;
}

	.adscheme4 a, .adscheme4 h5 {
	background: #A03712;
	color: white;
	display:block;
	text-decoration: none;
	padding: 3px;
	font-weight: bold;
	margin: 0;
	font-size: 1em;
	}
	
	.adscheme4 a:hover {
	background: #d04712;
	}

	.adscheme4 div {
	border: 1px solid #A03712;
	padding: 3px;
	}
	
.adscheme5 {
background: #FFFFFF;
color: #444444;
width:120px;
text-align: center;
margin-bottom: 10px;
}

	.adscheme5 a, .adscheme5 h5 {
	background: #000000;
	color: white;
	display:block;
	text-decoration: none;
	padding: 3px;
	font-weight: bold;
	margin: 0;
	font-size: 1em;
	}
	
	.adscheme5 a:hover {
	background: #444444;
	}

	.adscheme5 div {
	border: 1px solid #000000;
	padding: 3px;
	}
	
.widget {
margin-bottom: 8px;
}

#btt {
float:right;
background: url(btt.gif) no-repeat;
width: 29px;
height: 20px;
margin-bottom:5px;
}

#footads {
clear: both;
border-top: 1px dotted silver;
padding-top: 5px;
}


.publicInputMessage {margin-top:5px;}


#clickmap {
	margin-bottom:12px;
}


#rhs_ga {
	margin-bottom:12px;
}
	
#rhs_shownews, #rhs_showcalendar {
	width: 120px;
	text-align: center;
	background: white;
	margin-bottom: 12px;
	font-family:'trebuchet ms';
	font-size:12px;
}

#rhs_shownews h3, #rhs_showcalendar h3 {
	background: #888888;
	padding: 7px 2px;
	margin:0;
	font-size:12px;
}

#rhs_shownews h3 a, #rhs_showcalendar h3 a {
	color:white;
	text-decoration:none;
}

#rhs_shownews div a, #rhs_showcalendar div a {
	display: block;
	border-bottom: 1px solid silver;
	padding:5px 3px 5px 3px;
	text-decoration: none;
	}
		
#rhs_shownews div a:hover, #rhs_showcalendar div a:hover {
	color: red;
	}


	
.availtable {
	font-family: tahoma;
	}
	
.availtable th {
	background:#cccccc;
	}
	
.availtable .month {
	border:1px solid black;
	background:#EBEBEB;
	}
	
.availtable .av {
	background:#A1D76B;
	}
	
.availtable .bk {
	background:#FF6600;
	}

.admin_insert{border: 1px solid silver; background: #eeeeee; margin-bottom: 5px; padding: 5px;}
.e0 {background:#eeeeee;}
.e0 span {font-size:11px;font-family:tahoma;}
.e1 {background:#ffffff;}
.e1 span {font-size:11px;font-family:tahoma;}
.vevent {line-height:18px;}
.vdate {margin-top:10px;font-weight:bold;}

.invernesianad {width:120px;padding:15px 0 5px 0;border:1px solid #6633cc;background:url(ads/invernesian_icon.gif) no-repeat #b8b42e;text-align:center;text-decoration:none;color:white;}
.invernesianad a {color:white;font-weight:bold;}
.invernesianad a:hover {text-decoration:underline;}

.carhirehebrides {width:120px;padding:15px 0 5px 0;border:1px solid #00284E;background:#00284E;text-align:center;text-decoration:none;color:white;}
.carhirehebrides a {color:white;font-weight:bold;}
.carhirehebrides a:hover {text-decoration:underline;}