/*
#page_6 .box{
    margin-top: 20px;
    border: 1px solid #F7B261;
    padding: 10px 20px;
    width: 370px;
    position: relative;
    float: right;
}
*/

.layer_1,
.layer_2,
.layer_3 {
    background-color: #fff;
    display: none; 
    z-index: 20000;
}


.layer_1 {
    width: 650px;
    min-height: 570px;
    height: auto !important;
    height: 570px;    
}


.layer_1 .window_header {
  width: 570px;  
  height: 47px;
  clear: both;  
  background: #EC8711 url('../img/header_bg.gif') no-repeat;
  margin: 15px 0px 10px 40px;  
}

.layer_2 {
    width: 640px;
    min-height: 275px;
    height: auto !important;
    height: 275px;    
}

.layer_2 .window_header {
   width: 560px;
}


.layer_3 {
    width: 925px;
    min-height: 570px;
    height: auto !important;
    height: 570px;    
}

.videobox {
    width: 810px;
    min-height: 495px;
    height: auto !important;
    height: 495px;    
    background-color: #fff;
    display: none; 
    z-index: 20000;     
}

.close {
    width: 35px;
    height: 30px;
    background: url('../img/close_videowindow.png') no-repeat;
    cursor: pointer;
    float: left;   
    margin: 8px 0px 8px 8px;
}


.window_header {
  width: 840px;  
  height: 47px;
  clear: both;  
  background: #EC8711 url('../img/header_bg.gif') no-repeat;
  margin: 15px 0px 10px 40px;  
}


.window_header h2 {
    color: #fff;
    padding: 15px 0px 0px 65px;
    font-size: 1.7em;
}

.window_content {
    clear: both;
    margin: 10px 40px 0px 40px;   
}


.window_content a {
    text-decoration: none;
}

.window_content a:hover {
    text-decoration: underline;
}