/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/


/*#page-wrap { width: 960px; padding: 0 0 0 15px; margin: 0 auto; overflow: hidden; height: 100%; }*/
/*#page-wrap { width: 635px; padding: 0 0 0 0px; margin: 0 auto; overflow: hidden; height: 100%; }*/
#page-wrap {
    width: 620px;
    padding: 0 15px 10px 29px;
    /*margin: 0 0 0 288px;*/
    overflow: hidden;
    height: 100%;
    background: linear-gradient(to right, #042038 0%,#04315b 50%,#042038 100%);
}

/*.info-col { float: left; width: 132px; height: 100%; }*/
.info-col { float: left;  height: 100%; }
.info-col h2 { text-align: center; font-weight: normal; padding: 25px 0; }

.image { height: 100px; text-indent: -9999px; display: block; border: 1px solid #3e5f81; }



dl { }
dt { padding: 5px; background: #cb181e; color: rgb(128, 128, 128); border: 1px solid #3e5f81;}
dd { position: absolute; left: -9999px; top: -9999px;background: #cb181e; padding: 10px; color: rgb(128, 128, 128); border: 1px solid #3e5f81; -webkit-margin-start: 0px;-moz-margin-start: 0px;  }



dt:nth-of-type(1) { background: #02182d; }
dd:nth-of-type(1) { background: #02182d; }
dd:nth-of-type(1) a {
text-decoration: none;
color: rgb(128, 128, 128);
z-index:1000
}

dt:nth-of-type(2) { background: #282930; }
dd:nth-of-type(2) {background: #282930; }
dd:nth-of-type(2) a {
text-decoration: none;
color: rgb(128, 128, 128);
z-index:1000
}
dt:nth-of-type(3) { background: #363636; }
dd:nth-of-type(3) { background: #363636; }
dd:nth-of-type(3) a {
text-decoration: none;
color: rgb(128, 128, 128);
z-index:1000
}
dt:nth-of-type(4) { background: #363636; }
dd:nth-of-type(4) { background: #363636; }
dd:nth-of-type(4) a {
text-decoration: none;
color: rgb(128, 128, 128);
z-index:1000
}
.curCol { -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2); -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2); z-index: 1; position: relative; }

#left_m_g{
    width: 288px;
    float: left;
    height: 100%;
    color:#02182d;
}

.horiz_menu>div{
    background: #02182d;
}

.pagecontent img{
    border:  solid #0667A9 3px!important;
}
.pagecontent .gallry img, .pagecontent  img.pgimg{
    border: none!important;
}

.search_results dt{
    background: none!important;
    border: none!important;
}