

@font-face {
    font-family: 'avbold';
    src: url('av-webfont.eot');
    src: url('av-webfont.eot?#iefix') format('embedded-opentype'),
    url('av-webfont.woff') format('woff'),
    url('av-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'avregular';
    src: url('av-h-webfont.eot');
    src: url('av-h-webfont.eot?#iefix') format('embedded-opentype'),
    url('av-h-webfont.woff') format('woff'),
    url('av-h-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'averegular';
    src: url('av-r-webfont.eot');
    src: url('av-r-webfont.eot?#iefix') format('embedded-opentype'),
    url('av-r-webfont.woff') format('woff'),
    url('av-r-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Trajan';
    src: url('TrajanPro-Regular.otf');
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Trajan';
    background: url(../images/p5.png) repeat;
}

p { text-align: justify; }

p, ol, ul {
    font-size: 10pt;
    font-family: 'Arial';
}

p, ol li, ul li {
    line-height: 24px;
}


.header {
    width: 100%;
    background: #1d1d1d url(../images/header-bg.png) repeat-x;
}

.navbar {
    width: 100%;
    border-top: 4px solid #efc529;
}

.content-container {
    width: 100%;
}

.content {
    min-height: 500px;
}

.rowc {
    width: 950px;
    padding: 20px;
    overflow: hidden;
    clear: both;
}

.rowc a {
    color: #000;
}

.navigation {
    width: 100%;
}

.wbg {
    background:#fff;
    -webkit-box-shadow: 0 1px 4px 0 rgba(30,30,30,.3);
    -moz-box-shadow: 0 1px 4px 0 rgba(30,30,30,.3);
    -o-box-shadow: 0 1px 4px 0 rgba(30,30,30,.3);
    box-shadow: 0 1px 4px 0 rgba(30,30,30,.3);
}

.navigation ul {
    margin: 0px;
    padding-left: 0px;
    list-style: none;
    overflow: hidden;
    background: #efc529;
    text-align: center;
}

.navigation ul li {
    display: inline-block;
    padding: 16px 20px;
}

.navigation ul li:hover {
    background: rgb(252,164,0); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjYTQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmM1MjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(252,164,0,1) 0%, rgba(239,197,41,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,164,0,1)), color-stop(100%,rgba(239,197,41,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(252,164,0,1) 0%,rgba(239,197,41,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(252,164,0,1) 0%,rgba(239,197,41,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(252,164,0,1) 0%,rgba(239,197,41,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(252,164,0,1) 0%,rgba(239,197,41,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fca400', endColorstr='#efc529',GradientType=0 ); /* IE6-8 */

}

.navigation ul li a {
    color: #f9f9f9;
    text-decoration: none;
    display: block;
    font-size: 14px;
    text-shadow: 1px 1px 1px #333;
    font-weight: bold;
    font-family: 'Trajan';
    text-align: center;
}


.navigation ul li a:hover{
    color:#fff;
}


.wrapper {
    width: 990px;
    margin-left: auto;
    margin-right: auto;
}

.row {
    width: 990px;
    overflow: hidden;
    clear: both;
}

.row .col-1-2 {
    width: 475px;
    padding: 10px 10px;
    float: left;
}

.row .col-1-2 p {
    padding: 10px;
    line-height: 24px;
}

.logo {
    width: 200px;
    float: left;
}

.headcontent {
    float: left;
    margin-left: 20px;
    width: 770px;
    color:#fff;
    text-align: center;
}

.footer {
    width: 100%;
    background: #1d1d1d;
    padding: 20px 0px;
    color: #787879;
    font-size: 11px;

}

.footer a {
    color:#fff;
    text-decoration: none;
}

.text-right { text-align: right; }
.text-left { text-align: left; }

h2 a{
    font-family: 'Trajan';
    text-decoration: none;
    color:#000;
}
.gallery {
    padding-left: 0px;
    list-style: none;
}