

@media screen, projection {
  html {
    /*overflow: auto;*/
  }

  body {
  	background-image: url('/img/index_body_bg.jpg');
  	background-repeat: repeat-x;    
  	background-position: 0px -597px;
  	background-color: rgb(252,231,116);
    margin: 0px;
    padding: 0px;
    /*overflow: hidden;*/
    font-family: Arial, sans-serif;
  }
  
  a {
    color: rgb(235,61,0);
    text-decoration: underline;
  }

  a:visited {
    color: rgb(185,31,0);
    text-decoration: underline;
  }
  
  a:hover {
    text-decoration: none;
  }
  
  hr {
    height: 1px; 
    border: 0px; 
    border-bottom: 1px solid rgb(235,119,59);
    background-color: transparent;
    clear: both;
  }
  
  #wrapper {
    margin: 5px auto;
    padding: 0px;
    width: 853px;
  	background-image: url('/img/index_center_bg.jpg');
  	background-repeat: no-repeat;
    border: 1px solid rgb(235,119,59);
  }
  
  #horizmenu {
    background-color: #fec;
    padding: 0px;
    font-size: 12px;
    height: 31px;
  }
  
  #horizmenu a {
    color: black;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 30px;
    display: block;
    float: left;
    padding: 0px 3px;
    border-right: 1px solid gray;
    border-top: 1px solid #fec;
    border-left: 1px solid #fec;
  }

  #horizmenu a:hover {
    background-color: rgb(230,143,72);
    color: white;
  }
  
  #horizmenu a.selected {
    background-color: rgb(230,143,72);
    border-top: 1px solid #fec;
    border-left: 1px solid #fec;
    color: white;
    background-image: url('/img/label_bg.gif');
    background-repeat: repeat-x;
    background-position: 0px 0px;
  }
  
  #horizmenu a.selected:hover {
    background-color: rgb(230,143,72);
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    background-position: 0px -50px;
  }
  
  #content {
  	margin:  0px; 
    padding: 0px 10px;
    /*
  	background-color: white;
    filter: alpha(opacity=60); filter:progid:DXImageTransform.Microsoft.Alpha(style=0, opacity=60); 
    -moz-opacity: 0.6; opacity: 0.6; -khtml-opacity: .6;  -opera-opacity: 60; mso-opacity: 60;
    */
	}
	
	img.right {
    float: right;
    margin: 5px 0px 5px 10px;
    padding: 1px;
    border: 1px solid rgb(90,30,30);
  }
	
	img.left {
    float: left;
    margin: 5px 10px 5px 0px;
    padding: 1px;
    border: 1px solid rgb(90,30,30);
  }
	
	img.center {
    display: block;
    clear: both;
    margin: 5px auto;
    padding: 1px;
    border: 1px solid rgb(90,30,30);
  }
	
	h2 {
    color: rgb(195,41,0);
    font-size: 27px;
    font-weight: normal;
    padding: 0px 10px;
    margin: 10px 0px;
  }

  h3 {
    font-size: 18px;
    font-weight: normal;
    margin: 10px 0px;
    padding: 0px;
    clear: both; 
  }

  p.mtype {
    float: left;
    width: 240px; 
    border-right: 1px solid gray; 
    margin: 0px 10px 10px 0px;   
  }

  #content form {
    margin: 0px 0px 5px 0px;
    padding: 0px;
  }

  p, li {
    padding: 0px;
    margin: 8px 0px;
    font-size: 14px;
  }

  #head {
    display: block;
    width: 125px;
    height: 96px;
    background-image: url('/img/logo2.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: 0px;
    padding: 0px;
  }
  
  #head a {
    display: block;
    text-indent: -1000px;
    overflow: hidden;
    width: 125px;
    height: 96px;
  }
  
  #mainmenu {
    position: absolute;
    top: 200px;
    left: 380px;
  }
  
  #mainmenu a {
    color: black;
    text-decoration: none;
    font-size: 27px;
    background-color: transparent;
    padding: 0px 5px;
  }
  
  #mainmenu a:hover {
    background-color: rgb(235,109,59);
  }
  
  #footer	{
  	font-size: 11px;
  	text-align: center;
  	border-top: 1px solid rgb(235,119,59);
  	margin: 10px;
  	padding: 10px 10px 0px 10px;
  	clear: both;
 	}

  #google-embed-form {
    margin: 0px auto;
    position: relative;
    border: 0;
    padding: 0;
    background-color: transparent;
  }

  #map_canvas {
    width: 100%; 
    height: 550px;
  }
  
  /* Gallery */
  
  a.thickbox {
    display: block;
    float: left;
    width: 200px;
    height: 200px;
    text-align: center;
    background-color: #fec;
    margin: 5px 10px;
    padding: 2px;
    border: 1px solid rgb(235,119,59);
    text-decoration: none;
    font-size: 12px;  }
  
  a.thickbox:hover {
    border: 1px solid rgb(195,41,0);
    background-color: white;
  }
  
  #TB_next a, #TB_prev a {
    font-weight: bold;
    color: rgb(195,41,0) !important;
  }
  
  a.thickbox img {
    margin: 0px auto;
    vertical-align: middle;
    border: 0;
  }
  
  a.horiz img {
    margin-top: 25px;
  }
  
  .visualClear {
    clear: both;
  }
  
  .gmnoprint {
    font-size: 12px;
  }
  
  .hidden {
    display: none !important;
  }

}

@media print {
  body {
    font-family: Arial, sans-serif;
    color: black;
    font-size: 0.9em;
  }
  
  #head {
    border-bottom: 3px double gray;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 10px 0px;
  } 
  
  a { 
    text-decoration: none; 
    color: black;
  }
  
  .hidden, #horizmenu {
    display: none !important;
  }

  #footer	{
  	font-size: 11px;
  	text-align: center;
  	border-top: 1px solid gray;
  	margin: 10px 0px 0px 0px;
  	padding: 10px 0px 0px 0px;
  	clear: both;
 	}


}
