/*<![CDATA[*/
<!--
* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  color: #444;
  font: 11px Georgia, "Times New Roman", Times, serif;
  text-align: center;
  background: #4d545e url(../images/bg_body.jpg) repeat-y 50% 0%;
}

h1 {
  font: bold 12px Verdana, sans-serif;
}

h2 {
  padding: 1em 0 .2em 0;
  font: normal 18px/1.5em Georgia, serif;
}

p {
  margin: 1.5em 0;
  padding: 0 6px;
  line-height: 23px;
  font-size: 14px;
  color: #4d545e;
}

a {
  color: #666;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #999;
}
#container-page {
  margin: 0 auto;
  width: 598px;
  background-color: #fcf3e2;
  border: 6px solid #4d545e;
  border-top: none;
  border-bottom:none;
  text-align: left;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
}
#container-head {

}

#head1, #head2, #head3, #head4, #head5 {
  height: 110px;
  width: 598px;
}
#head1{background: url(../images/bg_header_1.jpg) no-repeat top left;}
#head2{background: url(../images/bg_header_2.jpg) no-repeat top left;}
#head3{background: url(../images/bg_header_3.jpg) no-repeat top left;}
#head4{background: url(../images/bg_header_4.jpg) no-repeat top left;}
#head5{background: url(../images/bg_header_5.jpg) no-repeat top left;}

#container-content {
  padding: 0 4px 40px 4px;
}
* html #container-content {
  padding: 0 2px 40px 2px;
}
#container-content:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

#content-pri {
  width: 100%;
}

#content-sec {
  height: 40px;
  padding: 0 9px;
  margin-left: 9px;
  margin-right: 9px;
  background: #4d545e url(../images/bg_menu.gif) no-repeat left top;
text-align:center;
}
#content-sec ul {
padding:0;
margin:0 0 0 30px;
}
#content-sec li{  
float:left;
list-style-type: none;
}
#content-sec li a{
color: #bcd2da;
padding: 18px 10px 0 10px;
font-size: 16px;
display:block;
width:auto;
float:left;
}
#content-sec li a:hover{
background: url(../images/menu_active.gif) no-repeat 50% -40px;
}
#content-sec li a#active {
background: url(../images/menu_active.gif) no-repeat 50% 0;
color: #fff;
}
#content-sec li a#active:hover {
background: url(../images/menu_active.gif) no-repeat 50% -40px;
}

#content-sec ul,#content-sec ul li {
  list-style: none none;
}
#container-foot {
  width: 100%;
  background: #4d545e url(../images/bg_footer.gif) no-repeat left top;
  position: absolute;
  bottom: 0 !important;
  bottom: -1px; /* For Certain IE widths */
  height: 40px;
  padding-top: 4px;
  color: #fff;
}
#footleft {
  float: left;
  padding-left: 9px;
  height: 100%;
  background: url(../images/mapleLeaf.gif) no-repeat 6px 0;
  color: #fff;
  width: 280px;
}
#footleft h4, #footleft h5, #footright h5 {
padding: 0 0 0 36px;
margin: 0;
font-weight: normal;
}
#footleft h4{
font-size: 16px;
}
#footleft h5{
font-size: 12px;
}
#footright h5 {
font-size: 12px;
}
#footright {
  float: right;
  text-align: right;
  padding-right: 9px;
  padding-top: 2px;
  background: url(../images/footer_call.gif) no-repeat 10px 0;
  width: 200px;
  font-size: 12px;
}
#footright #summer{
color: #da630c;
}
#footright #winter{
color: #b3c8d0;
}

-->
/*]]>*/