@charset "utf-8";
/* CSS Document */

body {
	background:#aa8c5a;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#996633;
	background-image:url(../images/light.gif)
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#996633;
	text-decoration:none;
}

a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#996633;
	text-decoration:underline;
}


.contact {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:30px;
	color:#996633;
	text-align:right;
}

* {
	padding:0;
	margin:0;
}

img {
	border:none;
}

.clr {
	clear:both;
}

#container {
	width:707px;
	margin:auto;
	border:2px solid #cbb899;
}

#header {
	height:241px;
	overflow:hidden;
	border-bottom:3px solid #cbb899;
}

#topNav {
	background:url(../images/bg-topNav.gif) repeat-x;
	height:36px;
	line-height:36px;
	list-style:none;
	font-size:13px;
}

#topNav li {
	background:url(../images/sptr-topNav.gif) no-repeat right 0;
	float:left;
	padding-right:3px;
}

#topNav li a {
	float:left;
	color:#fff;
	padding:0 29px;
	text-decoration:none;
}

#topNav li a:hover,
#topNav li.active a {
	background:url(../images/bg-topNav-over.gif) repeat-x;
}

#topNav li.last {
	background:none;
}

#topNav li.last a {
	padding:0 15px;
}

#cols2 {
	background:url(../images/bg-2cols.gif) repeat-y;
}

#leftCol {
	background:url(../images/bg-leftCol.gif) no-repeat left top;
	width:188px;
	float:left;
}

#leftCol .address {
	margin:20px 22px;
	color:#663300;
	line-height:1.6em;
}

#leftCol .address h3 {
	font-size:11px;
}

#leftCol .address p {
	margin-bottom:10px;
}

#leftCol .address .logo-scot {
	text-align:center;
	padding-top:15px;
}

#rightCol {
	float:left;
	width:504px;
	padding:16px 7px;
	line-height:1.6em;
}

#rightCol h1 {
	font-size:18px;
	font-weight:normal;
	border-bottom:2px solid #c5b17e;
	padding-bottom:3px;
	color:#946e3c;
	margin-bottom:10px;
}

#rightCol p {
	margin-bottom:25px;
}

#rightCol ul {
	list-style:none;
}

#rightCol .findUs {
	border:1px solid #cfc393;
	float:right;
	padding:2px;
}

#footer {
	background-color:#aa8c5a;
	color:#fff;
	padding:8px 10px;
	text-align:center;
	font-size:10px;
}

#footer a {
	color:#fff;
	text-decoration:none;
	font-size:10px;
}

#footer a:hover {
	text-decoration:underline;
}


