@charset "utf-8";



body{
    font-family: 'Open Sans', sans-serif;
    /*font-family: Titillium Web, Verdana, Arial, Tahoma;
    /*font-family: 'Segoe UI', Verdana, Arial, Tahoma;*/
    font-size:16px;
    background-color: #e3e4e5;
    color:#404040;
}

input, select{
    font-family: Titillium Web, Verdana, Arial, Tahoma;
    font-size:14px;
    color:#3d2102;
}

button{
    font-family: Titillium Web, Verdana, Arial, Tahoma;
}
ul{
    margin:0;
    padding:0;
}
.topmenu{
    width:1140px;
    background-color:#555555;
    color:white;
    text-align:right;
    font-size:16px;
    line-height:30px;
    padding:3px 10px;
    margin:3px auto 0;
    box-sizing:border-box;
    position:relative;
    text-transform:uppercase;

}
.topmenu .logo{
    
    display:inline-block;
    margin:0 0 0 15px;
    padding:5px 20px;
    position:absolute;
    left:0px;
    top:0;
    z-index:1000;
}
.topmenu .logo img{
    display:block;
    max-width:200px;
}
.grey{
    position:absolute;
    top:91px;
    left:25px;
    border-bottom:10px solid #bbb;
    border-left:10px solid #bbb;
    box-sizing:border-box;
    width:156px;
    height:18px;
    z-index:1001;
}
.topmenu a:hover{
    color:#d7c93c;
}
.topmenu span{
    line-height:86px;
    padding: 10px;
}
.container{
    margin:0 auto;
    width:1140px;
    background-color:white;
    

}
.head{
    margin:0 15px;
    overflow:hidden;
    height:215px;
    vertical-align:top;
}

/*.logo{
    width:215px;
    height:235px;
    background-color:#57789b;
    background-repeat:no-repeat;
    display:inline-block;
    vertical-align:top;
background: rgb(255,255,255);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNTc3ODliIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 40%, rgba(87,120,155,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,rgba(255,255,255,1)), color-stop(100%,rgba(87,120,155,1)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 40%,rgba(87,120,155,1) 100%);
background: -o-linear-gradient(top,  rgba(255,255,255,1) 40%,rgba(87,120,155,1) 100%);
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 40%,rgba(87,120,155,1) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,1) 40%,rgba(87,120,155,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#57789b',GradientType=0 );



}
.logo img{
    position:relative;
    top:-20px;
}*/

/*.head .name{
    border-bottom: 9px solid #3d2102;
}
.head .slogen{
    font-size:25px;
    font-weight:600;
}*/
.homelead{
    background-image:url('/images/homebanner.jpg');
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    width:100%;
    height:500px;
}
.homelead h2{
    padding:10px 20px;
    margin-bottom:0;
    margin-top:0;
}
.homelead ul{
    /*font-family: 'Allura', cursive;*/
    /*padding:20px 40px 40px 90px;
     list-style: none;
    color:#7c7c7c;
    font-size:10px;*/
}
.homelead ul li{
    /*font-size:26px;
    padding-left:15px;
    background-image:url('/images/bullet.png');
    background-repeat:no-repeat;
    background-position:15px 13px;
    */
}
.homelead ul li span{
    /*padding-left:20px;*/
}

.headright{
    width:100%;
    height:265px;
    display:inline-block;
    overflow: hidden;
    vertical-align:top;
}
.headright img{
    width:100%;
}
.line{
    height:24px;
    background-color:#3d3c3f;
    color:white;
    padding:0 20px;
    line-height:24px;
}
/*.head div.search{
    width:316px;
    float:right;
    
}

.head input.search{
    width:205px;
    margin-left:10px;
    border: 1px solid #404040;
    font-size:16px;
}
.head div.search button{
    font-size:16px;
}*/


ul.menu{
    display:block;
    padding:15px 0;
    /*margin:0px 0 15px 15px;*/
    margin:0;
    list-style-type:none;
    color:white;
    
}
ul.menu li{
    font-size:18px;
    display:block;
    position:relative;
    text-align:left;
    line-height:30px;
    list-style-type:none;
    cursor:pointer;
    
    -webkit-transition: all 300ms ease-in-out;
		-moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out;
    margin:10px 0;
}
ul.menu li a{
    display:block;
    line-height:30px;
}
ul.menu li span{
    display:block;
    line-height:30px;
    text-decoration:underline;
    
    /*border-bottom:1px solid white;*/
    
    padding:0 15px;
}
ul.menu li span:hover{
    background-color:#3d3c3f;
}

ul.submenu{
    font-size:16px;
    line-height:22px;
    border:none;
    margin-bottom:15px;
    margin-left:20px;
    position:absolute;
    top:0;
    left:180px;
    background-color:rgba(255,255,255,0.8);
    padding:10px;
    color:#404040;
    width:200px;
}
ul.submenu li{
    font-size:15px;
    line-height:22px;
}
ul.submenu li a{
    height:22px;
    line-height:22px;
}
ul.submenu li span{
    border:none;
    height:22px;
    line-height:22px;
}
ul.submenu li span:hover{
    background-color:#888;
    color:white;
}

.content{
    /*margin:0 15px 15px 15px;*/
    box-sizing: border-box;
}
.left{
    display:inline-block;
    width:157px;
    height:100%;
    vertical-align:top;
    /*background-color:rgba(87,120,155,0.8);*/
    background-color:#e46c0a;
    margin-left:25px;
    margin-top:0px;
}
.right{
    
    vertical-align:top;
}



.foot{
    margin-top:15px;
    padding:15px;
    background-color:#3d3c3f;
    color:white;
}


.footer{
    margin:5px 0;
    text-align:center;
    font-size:14px;
}

/* LEAD */
.leadcontainer{
    height:265px;
    overflow:hidden; 
}



/* INFO */

.cleft{
    width:157px;
    background-color:#e46c0a;
    display:table-cell;
}
.cright{
    padding:30px 40px 0;
    display:table-cell;
    max-width:948px;
}
.text img{
	max-width:853px !important;
}
.info{
    display:table;
    width:100%;
    box-sizing: border-box;
    text-align:justify;
    line-height:150%;
    padding:0 10px 0 25px;
    background: rgb(229,229,229);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEzJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(255,255,255,1) 5%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(5%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 5%,rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 5%,rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 5%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 5%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 );
}

.pagetitle{
    font-size:28px;
    color:#3d3c3f;
    text-transform:uppercase;
    display:inline-block;
    font-weight:600;
}


.info p{
    margin:13px 0;
}

.info a{
    text-decoration:underline;
}

.info img{
    margin:7px;
    /*border:2px solid #0e76bc;
    -webkit-border-radius: 5px;
    
    border-radius: 5px;*/
}
.info ul{
    margin-left:20px;
    list-style-position: inside;
}
.info ul li{
    margin:9px 0;
}

.info h2.subtitle{
    margin:10px 0 20px;
    text-align:center;
    font-size:20px;
    font-weight: 700;
    width:auto;
}

.info table{
    text-align:left;
}


/* SEARCH */

/*.hitlist{}

.hitlist .hit{
    margin:25px 0;
}

.hitlist .hittitle{
    font-size: 16px;
    margin-bottom:9px;
    font-weight:bold;
}
.hitlist .hittext{
    text-align:justify;
}
.hitlist .hittext span{
    color:white;
    background-color:#3d2102;
    padding:0px 1px;
}*/

/* REGISTER */

.registerform{
    margin:20px 0;
    overflow:hidden;
    padding: 15px;
}

.registerform .formRow{
    margin:15px 0;
    overflow:hidden;
}

.registerform .formRow_error{
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border:1px solid #E94949;
    padding:2px 0;
}

.registerform .formRow .formLabel{
    float:left;
    width: 140px;
    font-weight:700;
    text-align:right;
    padding-right:10px;
    padding-top:0px;
}
.registerform .formRow .formItem{
    float:left;
    width: 320px;
}
.registerform .formRow .formTip:before{
    content:  'i';
}
.registerform .formRow .formTip{
    float:left;
    width: 25px;
    margin-left:10px;
    width:24px;
    height:24px;
    color:white;
    background-color:#6F6553;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-align:center;
    font-size:18px;
    font-weight:bold;
    margin-top:4px;
}

.registerform .formRow .formItem input[type=text], .registerform .formRow .formItem input[type=password]{
    border: 1px solid #18639f;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width:460px;
    padding:4px 6px;
    font-weight:400;
}

.registerform .formRow .formItem textarea{
    border: 1px solid #18639f;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width:460px;
    height:150px;
    padding:4px 6px;
    font-weight:400; 
    color:inherit;
    font-weight:inherit;
}

.registerform .formRow .formItem select{
    border: 1px solid #18639f;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width:350px;
    padding:4px 6px;
    font-weight:400;
}

.registerform .formType_info .formLabel{
    float:none;
    color:white;
    background-color:#6F6553;
    padding: 1px 10px;
    font-size:15px;
    width:100%;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    
}
.registerform .formType_info .formItem{
    width:0;
    display:none;
}

.registerform .formType_check .formLabel{
    float:right;
    padding: 4px 0px;
    width:430px;
    
}
.registerform .formType_check .formItem{
    width:0;
    float:left;
    width:30px;
    float:right;
    padding-top:5px;
}
.registerform .warning{
    clear:both;
    padding-left: 220px;
    color:#E94949;
}

.registerform .formRow .formItem .formText{
    font-weight:600;
    padding:7px;
}

.registerform button{
    background-color:#18639f;
    color:white;
    padding: 4px 30px;
    font-size:16px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #fff;
    display:table;
    margin:20px auto;
    
}

.messagesent{
    width:400px;
    line-height:31px;
    font-size:18px;
    text-transform:uppercase;
    background-color:#6FE46D;
    color:white;
    font-weight:bold;
    text-align:center;
    margin:5px auto;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
