/* CSS Document */

/*---------------------------------------------------------------------------------------
Global 
-------------------------------------------------------------------------------------- */
html, body {
	background-color: #9b9ea3;
	font-family: Arial, Helvetica, sans-serif;
}

a{
	color:#e5b007;
	text-decoration:none;
	}
a:hover{
	font-color:#e5b007;
	text-decoration:underline;
	}


#container {
	margin-top:20px;
	background-color:#FFF;
	color:#464646;
	}

#header{
	border-bottom: 1px solid #e0e2e5;
	height:70px;
	width:400;
	overflow: hidden;
	}
#navlist{
	padding-top:30px;
	text-transform:capitalize;
	text-transform:uppercase;
	}

#navlist li{
	
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	}
#navlist .naviSelected{
	color:#ccc;
	line-height:1.3em;
	
	font-weight:bold;
	}
	
.middleOriented{
	text-align: center
	}
	
.thumbnail{
	padding-left:20px;
	}
	
#logo{
	padding:20px 20px;
	height:70px;
	/*background-image:url(../img/logo_mh.png);
	background-repeat:no-repeat;
	background-position:20px;*/
	
	}
#logo span{
	display:none;
	}
	
#intro{
	padding:20px;
	background-color:#FFF;
	}
	

h1{
	color:#e5b007;
	font-size:2.5em;
	/*text-transform:capitalize;
	text-transform:uppercase;*/
	}

h2{
	color:#e5b007;
	font-size:2.2em;
	margin-bottom:0px;
	}
h3{
	color:#9b9ea3;
	font-size:1.8em;
	}
h4{
	font-weight:bold;
	color:#998750;
	margin-bottom:3px;
	
	}

.oneColumn{
	padding:20px 20px;
	padding-right:20px;
	}
#leftPanel{
	padding-left:20px;
	}
#rightPanel p{
	padding-right:20px;
	}
	
#footer{
	margin-top:30px;
	color:#d5d8dc;
	font-size:1em;
	/*height:50px;*/
	width:400;
	overflow: hidden;
	
	padding-left:20px;
	padding-top:15px;
	padding-bottom:15px;
	background-color:#767a80;
	}
	
#footer a{
	color:#d5d8dc;
	}
	
#gallery{
	padding-left:20px;
	}
.button-big{
	margin-right:10px;	
	

	background: url(../img/button-texture.png) bottom repeat-x #f3f3f2;
     padding: 5px 10px 5px 10px;
     text-align: center;
     /*font-weight: bold;*/
     color: #fff;
     text-decoration: none; 
	 border: 1px solid #ccc;
     -webkit-border-radius: 3px; width: auto; -moz-border-radius: 3px;  -khtml-border-radius: 3px;  border-radius: 3px;
	 -webkit-box-shadow: 1px 1px 1px 1px #cccccc; -moz-box-shadow: 1px 1px 1px 1px #cccccc; box-shadow: 1px 1px 1px 1px #cccccc; 
     /*-moz-box-shadow: 1px 1px 1px #cccccc;  -webkit-box-shadow: 1px 1px 1px #cccccc;  box-shadow: 1px 1px 1px #cccccc;*/
     
	}
.button-big a{
	color:#6f7277;
	font-size:1.1em;
	}
.linkThumb{
	font-size:1.1em;
	 text-align: center;
	 padding-left:40px;
	
	}
	
	


/*---------------------------------------------------------------------------------------
Layout Structure
-------------------------------------------------------------------------------------- */
/*#container_table {
   width: 100%;
   height: 100%;
   border: none;
   }
#container_td {
   vertical-align: middle;
   text-align: center;
   }
#container {
   position: relative;
   margin-left: auto;
   margin-right: auto;
   width: 640px;
   height: 455px;
   text-align: left;
   background-color: #e1ab00;
   border: 1px solid #FFFFFF;
   }
#logo {
   position: absolute;
   top: 0px;
   left: 0px;
   margin: 0px;
   height: 180px;
   width: 400px;
   text-align: left;
   }
#address {
   position: absolute;
   top: 20px;
   right: 0px;
   margin-left: 10px;
   height: 180px;
   width: 230px;
   text-align: left;
   color: #000000;
   }
#address a {
   color: #000000;
   }
#scroll_information {
   position: absolute;
   left: 0px;
   bottom: 0px;
   height: 275px;
   width: 400px;
   text-align: left;
   background-color: #FFFFFF;
   overflow: auto;
	scrollbar-face-color: #e1ab00; 
	scrollbar-highlight-color: #e1ab00; 
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-darkshadow-color: #FFFFFF; 
	scrollbar-shadow-color: #FFFFFF; 
	scrollbar-arrow-color: #FFFFFF; 
	scrollbar-track-color: #FFFFFF;
	scrollbar-base-color:#FFFFFF;
   }

#information {
   position: static;
   left: 0px;
   bottom: 0px;
   height: 275px;
   width: 380px;
   text-align: left;
   background-color: #FFFFFF;
   }
   
#information a {
   color: #e1ab00;
   }
   
#photo {
   position: absolute;
   right: 0px;
   bottom: 0px;
   height: 274px;
   width: 240px;
   text-align: left;
   color: #FFFFFF;
   border-top: 1px solid #FFFFFF;
   background-color:#FFFFFF;
   }
   
*/   
/*#photo img {
   border-right: 2px solid #666666;
   border-bottom: 2px solid #666666;
   }*/
   
/* ---  new styles --- */

/*
h3{
  font-weight:bold;
  color: #e1ab00;
  }

#banner{
	background-image:url(../upload_images/banner.png);
    background-repeat:no-repeat;
	width: 249px;
	height:54px;
	}
span#bannerLink {display:none;}

*/