/* General Styles */
* {
	margin: 0;
	padding: 0;
}
.right	{ text-align: right; }
.center { text-align: center; }

body	{
	border: 0px none;
	color: #333;
	background: #666666 url('images/body_bg.gif') repeat-y top left; /*font: 15px; Tahoma, sans-serif;*/
	font: normal 13px Verdana, "Trebuchet MS", Trebuchet, Geneva, Arial, sans-serif;
}

h1,h2,h3,h4		{
	font-family: "Century Gothic", Helvetica, Geneva, Arial, sans-serif;
}

/* Main Divs */
#master  {
  position: relative;
  margin: 0 0 0 30px;
  background: #F5F5F5;
  width: 870px;
  text-align: left;
}

#header {
	border-top: 10px solid #588DA2;
	height: 300px;
	margin: 0;
	padding: 0;
	background: url('images/header_bg_winter.jpg') no-repeat bottom left;
}

#content{
	width: 870px;
}
#maincol{
	width: 640px;
	padding: 0 15px;
}

#rightcol {
	position: absolute;
	/*padding: 10px; */
	left: 670px;
	top: 150px;
	width: 200px;	
}

#footer {
	clear: both;
	margin: 10px 0 10px 0;
}

#map {
	margin:  0 0 10px 10px;
	height: 240px;
	width: 320px;
	border: 1px solid #000;
	float: right;
}

/* Header Settings */
#header h2 {
	padding: 1px 0 2px 10px;
	font-weight: normal;
	font-size: 36px;
	color: #36393D;
}
#header h3 {
	padding: 0 0 0 10px;
	font-size: 18px;
	color: #91B476;
}
#header p.ad {
	padding: 0;
	margin: 0;
	text-align: center;
}


/* Right Column Settings */
#rightcol ul   {
	margin: 0 0 10px 0;
}

#rightcol li {
	height: 30px;
	font-family: "Century Gothic", Geneva, Helvetica, Arial, sans-serif; /*vertical-align: top;*/
	padding: 8px 0 0 15px;
	margin: 0 0 2px 0;
	list-style-type: none;
	font-size: 16px;
	background: #C6DDB1;
	border-right: 7px solid #91B476;
}
#rightcol li a {
	color: #36393D;
	text-decoration: none;
}

#rightcol li.sel {
	background: #91B476;
	border-right: 7px solid #C6DDB1;
}


#rightcol li a:hover {
	color: #588DA2	;
}

/* Main Column Settings */
#maincol h1 {
	background: #91B476;
	height: 26px;
	padding: 6px 0 6px 15px;
	margin: 0 -15px 10px -15px;
	font-weight: normal;
	font-size: 22px;
	color: #fff;
}

#maincol h2 {
	margin: 10px 0 3px 0;
	font-size: 18px;
	font-weight: bold;
	color: #0081CC;
	font-style: italic;
}

#maincol h2.front {
	background: transparent;
	height: auto;
	padding: 0 0 5px 0;
	margin: 0;
	font-weight: bold;
	font-size: 26px;
	color: #91B476;
}

#maincol p {
	line-height: 135%;
	margin: 0 0 10px 0;
}
#maincol p.front {
	line-height: 145%;
	margin: 0 0 20px 0;
}

#maincol img { 
	margin: 0 5px 5px 0;
	border: 1px solid #666;
}

#maincol img.floatright {
	margin:  0 0 10px 10px;
	float: right;
}
#maincol img.floatleft {
	margin:  0 10px 10px 0;
	float: left;
}
#maincol img.tour {
	margin: 5px 5px;
}
#maincol img.mtncam {
	width: 280px;
	height: 210px;
}
#maincol img.slifer {
	width: 125px;
	margin: 0;
}

#maincol ul   {
	margin: 0 0 10px 0;
}

#maincol li {
	vertical-align: top;
	padding: 0 0 0 2px;
	margin: 0 0 0 15px;
	list-style-type: disc;
	line-height: 130%;
}

#maincol a {
	text-decoration: none;
	color: #0081CC;	
}
#maincol a:hover {
	text-decoration: underline;
	color: #006699;
}

#maincol .callout {
	background: #E6E6FA;
	font-size: 15px;
	font-family: "Century Gothic", Helvetica, Geneva, Arial, sans-serif;
	border: 1px solid #006699;
	margin: 0 20px 20px 20px;
	padding: 5px 5px 0 5px;
}

#maincol .callout h2 {
	margin: 0 0 3px 0;
	font-style: normal;
	text-align: center;
}

#maincol table {
	border-collapse: collapse;
	margin: 0 auto 20px auto;
	border: 1px solid #006699;
}

#maincol td {
	text-align: center;
	background: #E6E6FA;
	border-bottom: 1px solid #ccc;
	padding: 10px;
}


/* Footer Settings */
#footer ul   {
	padding: 10px 30px 0 0;
	margin: 0 0 10px 0;
	background: #588DA2;
	text-align: right;
	height: 30px;
}

#footer li {
	color: #fff;
	display: inline;
	font-size: 16px;
}

#footer li a {
	color: #fff;
	text-decoration: none;
}
#footer li a:hover {
	color: #36393D	;
}