body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	background-image: url(../img/t_bg.gif);
	background-repeat: repeat;
	letter-spacing: 0.04em;
	background-attachment: fixed;
}

input {
  font: 12px/100% Verdana, sans-serif;
  color: #494949;
}

textarea, select {
  font: 12px/160% Verdana, sans-serif;
  color: #494949;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
}

h1 {
	font-size: 170%;
	margin-bottom: 5px;
}

h2 {
  font-size: 160%;
  line-height: 130%;
}

h3 {
  font-size: 140%;
}

h4 {
  font-size: 130%;
}

h5 {
  font-size: 120%;
}

h6 {
  font-size: 110%;
}

ul{
	list-style-type: square;
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1em;
}

p {
	padding: 0;
	line-height: 1.3 em;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
}

a:link, a:visited {
  color: #027AC6;
  text-decoration: none;
}

a:hover {
  color: #0062A0;
  text-decoration: underline;
}

a:active, a.active {
  color: #5895be;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #5294c1;
}

img, a img {
  border: none;
}



.box {
  margin-bottom: 2.5em;
}

/**
 * Layout
 */
#header-region {
  min-height: 1em;
  background: #d2e6f3 url(images/bg-navigation.png) repeat-x 50% 100%;
}

#header-region .block {
  display: block;
  margin: 0 1em;
}

#header-region .block-region {
  display: block;
  margin: 0 0.5em 1em;
  padding: 0.5em;
  position: relative;
  top: 0.5em;
}

#header-region * {
  display: inline;
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 0;
}

/* Prevent the previous directive from showing the content of script elements in Mozilla browsers. */
#header-region script {
  display: none;
}

#header-region p, #header-region img {
  margin-top: 0.5em;
}

#header-region h2 {
  margin: 0 1em 0 0; /* LTR */
}

#header-region h3, #header-region label, #header-region li {
  margin: 0 1em;
  padding: 0;
  background: none;
}

#wrapper {

}

#wrapper #container {
	margin: 0 auto;
	padding: 0px;
	/*max-width: 1270px;*/
  width:900px;
	background-color: #FFFFFF;
}

#wrapper #container #header {
	height: 206px;
	position: relative;
	background-image: url(../img/t_head_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: visible;
	z-index: 10;
}

.summer #wrapper #container #header {
	height: 206px;
	position: relative;
	background-image: url(../img/t_head_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: visible;
	z-index: 10;
}

.winter #wrapper #container #header {
	height: 206px;
	position: relative;
	background-image: url(../img/t_head_winter_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: visible;
	z-index: 10;
}

#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  line-height: 120px;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}
#wrapper #container #header #logo {
	position: absolute;
	left: 41px;
	top: 24px;
	z-index: 101;
	width: 162px;
	height: 154px;
}
#wrapper #container #header #head_img {
	background-image: url(../img/d_skier.gif);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	height: 245px;
	width: 265px;
	left: -10px;
	top: 49px;
}


#h_menu img{
	float: right;
}

/* With 3 columns, require a minimum width of 1000px to ensure there is enough horizontal space. */
body.sidebars {
  min-width: 980px;
}
/* With 2 columns, require a minimum width of 800px. */
body.sidebar-left, body.sidebar-right {
  min-width: 780px;
}

/* We must define 100% width to avoid the body being too narrow for near-empty pages */
#wrapper #container #center {
  float: left;
  width: 100%;
}

/* So we move the #center container over the sidebars to compensate */
body.sidebar-left #center {
  margin-left: -210px;
}
#wrapper #container #sidebar-left #left_menu {
	margin-right: 10px;
	margin-left: 0px;
	margin-top: 13px;
}


body.sidebar-right #center {
  margin-right: -210px;
}
body.sidebars #center {
	margin-top: 0;
	margin-right: -210px;
	margin-bottom: 0;
	margin-left: -210px;
}

/* And add blanks left and right for the sidebars to fill */
body.sidebar-left #squeeze {
  margin-left: 210px;
}
body.sidebar-right #squeeze {
  margin-right: 210px;
}
body.sidebars #squeeze {
  margin: 0 210px;
}

/* We ensure the sidebars are still clickable using z-index */
#wrapper #container .sidebar {
	width: 210px;
	float: left;
	z-index: 2;
	position: relative;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 5em;
	margin-left: 0;
}

#wrapper #container .sidebar .block {
  margin: 0 0 1.5em 0;
}

#sidebar-left .block {
  padding: 0 15px 0 0px;
}

#sidebar-right .block {
  padding: 0 0px 0 15px;
}

.block .content {
  margin: 0.5em 0;
}

#sidebar-left .block-region {
  margin: 0 15px 0 0px; /* LTR */
}

#sidebar-right .block-region {
  margin: 0 0px 0 15px; /* LTR */
}

.block-region {
  padding: 1em;
  background: transparent;
  border: 2px dashed #b4d7f0;
  text-align: center;
  font-size: 1.3em;
}

/* Now we add the backgrounds for the main content shading */
#wrapper #container #center{
	position: relative;
	/*background-color: #fff;*/
}

#wrapper #footer {
	float: none;
	clear: both;
	text-align: center;
	color: #898989;
	background-image: url(../img/d_footer_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0em;
	padding: 0px;
}

#wrapper #container .breadcrumb {
  position: absolute;
  top: 15px;
  left: 35px; /* LTR */
  z-index: 3;
}

body.sidebar-left #footer {
  margin-left: -210px;
}

body.sidebar-right #footer {
  margin-right: -210px;
}

body.sidebars #footer {
  margin: 0 -210px;
}

/**
 * Header
 */
#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  color: #fff;
  font-weight: normal;
  text-shadow: #1659ac 0px 1px 3px;
  font-size: 1.5em;
}

#wrapper #container #header h1 a:hover {
  text-decoration: none;
}

#wrapper #container .breadcrumb {
  font-size: 0.92em;
}

#wrapper #container .breadcrumb, #wrapper #container .breadcrumb a {
  color: #529ad6;
}

