/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/* Colour Scheme

	#298e9c - Dark Turquoise
	#a9cecb - Light Turquoise
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-size: small;
	font-family: Georgia, "Times New Roman", Times, serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a	{
	color: #298e9c;
	text-decoration: none;
}
a:hover	{
	text-decoration: underline;
}
#top	{
	position: fixed; 
	width: 100%; 
	margin: 0 0 20px 0;
}
#header	{
	background: url(../images/header_bg.jpg) top no-repeat;
	height: 190px;
	border-bottom: #298e9c solid 3px;
}
#links	{
	background-color: #298e9c;
	height: 58px;
	background: repeat-x url(../images/link_bar_bg.jpg);
}
#links ul	{
	width: 880px;
	margin: 0 auto;
}
#links li	{
	background: url(../images/link_bg.jpg) left no-repeat;
	padding-left: 50px;
	height: 35px;
	padding-top: 23px;
	float: left;
	margin-right: 8px;
}
#links li:hover	{
	background: url(../images/link_bg_h.jpg) no-repeat;
}
#links li a	{
	font-size: 110%;
	color: #FFF;
	font-variant: small-caps;
}
#links li a:hover	{
	color: #a9cecb;
	text-decoration: none;
}
h1	{
	font-size: 300%;	
	color: #298e9c;
}
h2	{
	font-size: 250%;	
	color: #a9cecb;
}
h3	{
	font-size: 200%;	
	color: #a9cecb;
}
h4	{
	font-size: 150%;	
	color: #a9cecb;
}
p.sub_header	{
	line-height: 50px;
	font-size: 160%;	
	color: #298e9c;
	display: block;
	background-image: url(../images/headings_bg.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 40px;
}
hr	{
	color: #a9cecb;
	border: dotted 1px;
}
#content	{
	width: 880px;
	margin: 0px auto 0 auto;
	padding-top: 270px;
}
#content img	{
	border: 2px solid #298e9c;
}
.high_res	{
	color: #298E9C;
	line-height: 140%;
	margin-bottom: 18px;
}
.review_qutoe	{
	color: #298E9C;
	line-height: 140%;
	margin-bottom: 18px;
	
}

.reviewer	{
	color: #298E9C;
	float: right;
	font-weight: bold;
	font-size: 110%;
	text-align: right;
}
.review_date	{
	color: #298E9C;
	float: right;
	font-size: 100%;
	text-align: right;
	clear: right;
	line-height: 1.2em;
	padding-top: 5px;
}
#footer	{
	width: 880px;
	margin: 0 auto;
	text-align: left;
	color: #999;
	padding-bottom: 20px;
}
.pull_quote	{
	font-size: 300%;
	width: 880px;
	display: block;
	margin: 10px auto 20px auto;
	text-align:center;
	font-style: italic;
	color: #a9cecb;
}
#banner_pics	{
	border: 1px solid #298E9C;
	padding: 4px;
	text-align: center;
	margin: 4px auto 10px auto;
	background-color: #a9cecb;
}
#banner_pics img	{
	margin: 0 5px;
}
ul.highlands_list	{
	color: #298E9C;
	margin: 20px 0 20px 40px;
	margin-top: 20px;
	list-style: disc;
	line-height: 150%;
	font-size: 120%;
	
}
ul.highlands_list_2	{
	color: #298E9C;
	margin: 20px 0 20px 40px;
	margin-top: 20px;
	list-style: disc;
	line-height: 150%;
	font-size: 120%;
	
}
ul.highlands_list_2 li	{
	float: left;
	margin-left: 20px;
	}
#sidebar	{
	float: right;
	width: 262px;
	margin-left: 10px; 
	margin-bottom: 10px;
	background-color: #7CB7BD;
	margin-top: -20px;
	padding-bottom: 6px;
}
#sidebar img	{
	border: 1px solid #298E9C;
}

#sidebar img,
.map	{
	margin: 5px;
	margin-top: 0;
	
}
.video	{
	border: #298e9c 2px solid;
	padding: 4px;
	width: 560px;
	margin: 5px 10px 20px 0;
	float: left;
}
.galleria	{
	margin: 4px 0;
}