body {
	font-family: "Georgia", Times, serif;
	font-size: 90%;
	color: #393738;
	background-color: white;
	line-height: 180%;
	margin: 0;
	padding: 0;
	text-align: left;
}

#map a {
color:#DD4047;
font-size:10px;
text-decoration:none;
}

#map a:hover {
color:#000000;
text-decoration:underline;
}

/* Set the page width */
#wrapper-menu-top, #header, #wrapper-content, #wrapper-footer {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

.phonepinkred {
font-size:28px;
line-height:35px;
font-weight:bold;
color:#DD4047;
}

.pinkred {
color:#DD4047;
}

#wrapper-menu-top {
	background: url('../images/bg02-white-left.png') no-repeat left top #FFFFFF;
}

#menu-top {
	background: transparent url('../images/bg02-white-right.png') no-repeat right top;
	overflow: hidden; /* no idea why this works, but it fixes a FF problem */
}

#menu-top ul {
	margin: 0 20px;
	padding: 1em 2em 0 0;
	list-style: none;
	float:left;
}

#menu-top li {
	display: inline;
	float: left;
}

#menu-top a {
float:left;
margin:0 0px 0 0;
padding:0 0 0 2px;
text-decoration:none;
font-weight:bold;
text-transform:uppercase;
letter-spacing:-0.1em;
}

#menu-top a span {
background: transparent url(../images/menuright.png) no-repeat right top;
padding:2px 35px 4px 6px;
color:#DD4047;
display: block;
cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
}

 #menu-top a:hover { background-position:0% -30px; color:#393738;}
 #menu-top a:hover span {	background-position:100% -30px; color:#393738;}

#wrapper-header {
	background: transparent url('../images/bg.png') top center repeat-x;
}

#header {
	background: #eee url('../images/banner_mountains.jpg') no-repeat center top;
}

#wrapper-header2 {
	background: transparent url('../images/bg02-blue-left.png') top left no-repeat;
}

#wrapper-header3 {
	background: transparent url('../images/bg02-blue-right.png') top right no-repeat;
}

#header h1 {
	margin: 0 20px;
	padding: 0;
	height: 192px;
	line-height: 3em;
	color: #ccc;
	font-size: 130%;
}

#wrapper-content {
	background: white url('../images/bg02-white-left.png') no-repeat left top;
}

* html #wrapper-content { height: 1%; }

#content {
	background: transparent url('../images/bg02-white-right.png') no-repeat right top;
	padding: 5px 245px 5px 40px;
}

#wrapper-menu-page {
	float: right;
	width:180px;
	text-align: left;
	line-height: 140%;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 3em;
	margin-left: 2em;
}

* html #wrapper-menu-page { margin-right: 15px; }

#menu-page { padding-top: 5px; }

#menu-page h1{
	font-size: 130%;
}

#menu-page ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}

#menu-page h3 {
	text-transform: uppercase;
	margin: 1em 0 0.3em 0;
	color: #5b8fbe;
	font-weight: normal;
	letter-spacing: 0.15em;
}

#menu-page a:link, #menu-page a:visited { color: #DD4047;text-decoration:none;font-weight:bold; }
#menu-page a:hover { color: #393738; text-decoration:underline;}

#wrapper-footer {
	margin-top: 1em;
	text-align: center;
}

#footer {
color: #000000;
	margin: 0 20px;
	background-color: #b52222;
	border: 1px solid #ccc;
	border-bottom: 0;
	clear: both;
}

h2 { font-size: 110%; }
h3 { font-size: 100%; }

a:link, a:visited { color: #ffffff; text-decoration: none; }
a:hover{ color: #000000; text-decoration: none; }

/* HighSlide */

.highslide-container div {
    font-size: 12px;
}
.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.indent p{
margin: -5px 0 12px 11px;
}

/* Styles for the popup */
.highslide-wrapper, .rounded-white {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 325px;
	height: auto;
    padding: 10px;
	background: #FFFFFF;
	color: #332826;
}

.highslide-wrapper .highslide-html-content a {
	font-weight: normal;
	color: #DD4047;
	text-decoration: none;
}

.highslide-wrapper .highslide-html-content a:hover {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.highslide-wrapper .highslide-header {
	padding-bottom: 5px;
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: normal;
	color: #DD4047;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: #000000;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 15px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	margin-top: 4px;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}
.highslide-dimming {
	background: black;
}
