
@font-face{
    font-family: futura;
    src: url('../fonts/futura.ttf'),
    url('../fonts/futura.eot'); /* IE9 */
}
@font-face{
    font-family: 'avalon';
    src: url('../fonts/avalon-bold.ttf'),
    url('../fonts/futura.eot'); /* IE9 */
}

a:link {color:#000;}      /* unvisited link */
a:visited {color:#000;}  /* visited link */
a:hover {color:#000;}  /* mouse over link */
a:active {color:#000;}  /* selected link */
a:link {text-decoration:none;}

html,body{
    margin:0;
    padding:0;
    height:100%;
    width:100%;
    font-family: arial;
}

header {
    background-color: rgba(0, 0, 0, 0.8);
    box-shadow: 2px 0 10px rgba(0,0,0,0.3);
    height: 76px;
    margin-bottom: 30px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}

h1 {
    color: #000;
    float: left;
    font-family: arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    letter-spacing: 0.1em;
    margin: 20px 0;
    text-transform: uppercase;
}

#menuWrapper{
    position:relative;
    top:45px;
    left:30px;
    height: 40px;
}

.menuItem{
    float: left;
    font-family: arial;
    font-size: 13px;
    color: white;
    height: 22px;
    padding: 0 10px;


}

.menuItem:hover {
    color: #948a54;
    text-shadow: 0 0 10px white;
    text-decoration: none;
    -webkit-transition: 500ms linear 0s;
    -moz-transition: 500ms linear 0s;
    -o-transition: 500ms linear 0s;
    transition: 500ms linear 0s;
    outline: 0 none;
}


#content_slide{
    height:600px;
    width:100%;
    overflow:hidden; /* or overflow:auto; if you want scrollbars */
    text-align:center;
    text-justify:inter-word;
}

.content_services, .content_text{
    height:100%;
    width:48%;
    overflow:hidden; /* or overflow:auto; if you want scrollbars */
    text-align:left;
    text-justify:inter-word;
}

.service_title {
    padding-top: 120px;
}
.content_services {
    border-right: 1px solid #333;
    padding-right: 10px;
}
.content_text {
    padding-left: 10px;
}

.right {
    float:right;
}
.left {
    float:left;
}
.para{
    font-family: arial, "Times New Roman", Times, serif;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    padding:0 30px;
}

.container {
    clear: both;
    margin: auto;
    padding: 0 2px;
    width: 980px;
    font-family: arial, "Times New Roman", Times, serif;
    font-size: 14px;
    line-height: 20px;
}

.container_parag {
    background-color: rgba(255, 255, 255, 0.8);
    clear: both;
    margin: 0 auto;
    text-align:justify;
    text-justify:inter-word;
    padding-left: 250px;
    padding-right: 250px;
    padding-bottom: 20px;
}

.container_home {
    background-color: rgba(0, 0, 0, 0.2);
    clear: both;
    margin: 0 auto;
    padding: 0;
    color:white;
}


#title{
    font-family: arial;
    float: left;
    position:relative;
    line-height:80px;
    font-size:30px;
}


.titleheader{
    font-family: arial;
    line-height: 1em;
    color: #a3a3a0;
    font-weight:bold;
    font-size: 31px;
    text-shadow:0px 0px 0 rgb(41,41,38),
    0px 1px 0 rgb(2,2,-1),
    0px 2px 0 rgb(-37,-37,-40),
    0px 3px 0 rgb(-76,-76,-79),
    0px 4px 0 rgb(-115,-115,-118),
    0px 5px 4px rgba(0,0,0,0.7),
    0px 5px 1px rgba(0,0,0,0.5),
    0px 0px 4px rgba(0,0,0,.2);
}


.titleheader1{
    font-family: arial;
    line-height: 1em;
    color: #a3a3a0;
    font-weight:bold;
    font-size:30px;

}

.titleheader1a{
    font-family: arial, "Times New Roman", Times, serif;
    text-transform: uppercase;
    line-height: 1em;
    color: #948a54;
    font-weight:bold;
    font-size:30px;

}

.titleheader1a.top {
    padding-top: 75.5px;
    text-align:center;
}

#home_h1{
    font-family: arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: white;
    font-size: 70pt;
    text-align: center;
    text-shadow: 5px 5px 5px #000;
}

#home_footnote{
    font-family: arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: white;
    text-align: center;
    font-weight:bold;

}



#services_menu{
   position:fixed;
   top:75px;
   left:0;
   width:200px;
}

#footer{
    margin-bottom: 30px;
    width: 100%;
    z-index: 99;
}

#footer_container {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    height: 40px;
    left: 0;
    width: 100%;
    color: white;
    font-size: 10pt;
}

#footer_container > a {
   color:#fff;
}

#go_top{
   position:fixed;
   bottom: 50px;
   right:0;
   width:100px;
   text-decoration: underline;
}




blockquote.style2 {
    font: 14px/22px normal helvetica, sans-serif;
    font-style:italic;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 50px;
    padding-left: 15px;
    border-left: 3px solid #EDDA74;
}

blockquote.style3 {
    font: 14px/22px normal helvetica, sans-serif;
    font-style:italic;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 20px;
    padding-left: 5px;
    border-left: 3px solid #EDDA74;
}






/*Home Page content */

.section {
    margin: 0 ;
}

.section h1 {
    font-family: arial, "Times New Roman", Times, serif;
    font-size: 30px;
    line-height: 20px;
    color: #948a54;

}

.section p {
    font-family: arial, "Times New Roman", Times, serif;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.section li {
    font-family: arial, "Times New Roman", Times, serif;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}





/* Navigation side menu in services */

h3{
    font-family: arial;
}
#navigation-block {
    position:relative;
    top:200px;
    left:200px;
    font-family: arial, Verdana, sans-serif;
}

#hide {
    position:absolute;
    top:30px;
    left:-190px;
}

ul#sliding-navigation{
    list-style: none;
    font-size: .75em;
    margin: 30px 0;
    padding: 0;
}

ul#sliding-navigation li.sliding-element h3,
ul#sliding-navigation li.sliding-element a{
    display: block;
    width: 150px;
    padding: 5px 18px;
    margin: 0;
    margin-bottom: 5px;
}

ul#sliding-navigation li.sliding-element h3{
    color: #fff;
    background:#333 repeat-y;
    font-weight: normal;
}

ul#sliding-navigation li.sliding-element a{
    color: #999;
    background:#222  repeat-y;
    border: 1px solid #1a1a1a;
    text-decoration: none;
    font-family: arial;
}

ul#sliding-navigation li.sliding-element a:hover {
    color: #BBA842;
}

li.active a
{
    color: #BBA842!important;
}


/*Link navigation color menu bar*/

.active {
    color:#948a54;
    text-shadow: 0 1px #948a54;
}

