/* 
Loch Ness Heritage Default CSS
(c) 2006 Tourism-Site-Fix (www.touism-site-fix.co.uk)
All Rights Reserved
CSS development start date 05/04/06 by Steve Tunnicliffe 
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	background-color: #4D4D80;
	color: #333333;
	margin: 5px 0 30px 0;
	padding: 0;
	min-width: 740px;
	text-align: center;
}

h1 {
	font-size: 1.4em;
	margin: 0 0 8px 0;
}

h2 {
	font-size: 1.2em;
	margin: 12px 0 8px 0;
}

h3 {
	font-size: 1.0em;
	margin: 12px 0 8px 0;
}

h4 {
	font-size: 1em;
	margin: 0 0 8px 0;
}

h5 {
	font-size: 1em;
	margin: 12px 0 8px 0;
}

h6 {
	font-size: 1em;
	margin: 12px 0 8px 65px;
}

p {
	font-size: 1em;
	margin: 6px 0 8px 0;
}

table, th, td {
	font-size: 1em;
}

a:link {color: #534972;}
a:visited {color: #534972;}
a:hover, a:active, a:focus {color: #663300;}

#wrapper {
	width: 740px;
	background-color: white;
	margin: 0 auto;
	border-top: 5px solid white;
	text-align: left;
}

#container {
	background-color: #FFFFFF;
	padding: 5px 0 0 0;
}

#masthead {
	height: 100px;
	margin: 0px 3px 0 3px;
	background-image: url(../images/heritagebanner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: White;
}

#content {
	float: right;
	width: 565px;
	padding: 5px 10px 5px 5px;
}

#content li {
	font-size: 1em;
}

#menuBar {
	float: left;
	width: 150px;
	font-size: 1em;
}

#footer {
	clear: both;
	font-size: .8em;
	text-align: center;
}

/*CMS Styles */

	
#menuBar {
float: left;
width: 150px;
margin: 3px 0 8px 0;
}

#menuBar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menuBar a:link, #menuBar a:visited {
	display: block;
	width: 135px;
	height: 20px;
	line-height: 20px;
	background: #CCCCFF url(../images/blueSQ.gif) no-repeat left center;
	padding-left: 14px;
	margin: 2px 0 2px 5px;
	text-decoration: none;
}

#menuBar a:hover {
	background: none;
}

#menuBar a.hiLite:link,  #menuBar a.hiLite:visited {
	background: #F6F6F6 url(../images/blueSQGB.gif) no-repeat left center;
	text-decoration: none;
}

#menuBar a.hiLite:hover {
	background-color: #CCCCFF;
	background-image:none;
}

#galleryTable {
	text-align:center;
	clear:both;
	margin: 5px 0;
	}
.thumbnail {
	cursor:pointer;
}

.floatR {
float:right;
}

#newsPanel {
border-top: 1px solid #cccccc;
}

.insNewsPan {

border-bottom: 1px dashed #cccccc;
margin: 0 5px;
}

.gallerySelect {
	float: right;
	margin-top: 5px;
}

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