/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}

header, section, footer, aside, nav, main, article, figure {
    display: block;
} 

/* Global properties ======================================================== */
* {margin:0; padding:0;}

html {width:100%;}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	color:#969696;
	//min-width:926px;
	background:url(../images/bg-top.gif) center 0 no-repeat #191919;
}

.body1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	color:#969696;
	min-width:500px;
	background:url(../images/bg-top.gif) center 0 no-repeat #191919;
}

/* Parallax Home page banner */
#showcase {
  background: url("../img/banner-1398363_1920.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
}

#showcase .med-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  background: rgba(7, 7, 7, 0.4);
}

#showcase h1 {
  font-weight: bold;
}

#showcase .container {
  padding-top: 250px;
}

.fleft {float:left;}
.fright {float:right;}

@font-face
{
	font-family: engfont;
	src: url('../fonts/Old English Five.ttf');
}
.sitefont
{
	font-family:engfont;
	font-size:75px;
	position: relative; left:100px; top:-80px;
	color:#000000;
}
.headfont
{
	font-family:engfont;
	font-size:1.2em;
	color:#000000;
}

table.center {
        margin: 0 auto;
}
/*=================  Header section ======================*/
.ribbon {
        height:40px;
        width:926px;
        margin: 0 auto;
        background-color: #00001F;
}
img.emailIcon {
        position:relative; top:3px; left:425px;
        width:30px;
        height:30px;
}
span.emailAddress {
        position:relative; top:-8px; left:435px;
        color:#84BDDE;
        font-size:15px;
}
img.phoneIcon {
        position:relative; top:3px; left:445px;
        width:35px;
        height:35px;
}
span.phoneNumber {
        position:relative; top:-8px; left:455px; color:#84BDDE; font-size:15px;
}
.header {
        width:926px;
        height:135px;
        padding:0px;
        margin:0 auto;
        font-size:0.79em;
        line-height:1.333em;
/*        background:url(../images/main_bg.jpg) center no-repeat;*/
        background-color: #031C32;
        background: linear-gradient(#031C32, #063660);
}
.logo {
  position: relateive; left:25px;
}
.logo1 {
  position:relative; left:25px;
  margin:3px 20px 0 0; 
  width:139px; 
  height:125px;
}

/*=================  Navigation Menu ======================*/

.menubar {
        width:926px;
        height:48px;
        padding:0px;
        margin:0 auto;
        font-size:0.79em;
        line-height:1.333em;
        background-color:#000000;
}

#menu, #menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#menu {
        width:700px;
        height:40px;
        padding:0px;
        margin:0 auto;
}
        /*Clear Floats*/
#menu:before,
#menu:after {
    content: "";
    display: table;
}
#menu:after {
    clear: both;
}
#menu {
    zoom:1;
}

        /**/
#menu li {
    float: left;
    border-right: 1px solid #222;
    box-shadow: 1px 0 0 #444;
    position: relative; top: -5px;
}
#menu a {
    float: left;
    padding: 12px 30px;
    color: #999;
    text-transform: uppercase;
    font: bold 12px Arial, Helvetica;
    text-decoration: none;
    border-radius: 4px 4px 4px 4px;
    text-shadow: 0 1px 0 #000;
}
 /* Active Link */
#menu a.active {
    float: left;
    padding: 12px 30px;
    background-color: #031C32;
    background: linear-gradient(#031C32, #063660);
    color: #999;
    text-transform: uppercase;
    font: bold 12px Arial, Helvetica;
    text-decoration: none;
    border-radius: 4px 4px 4px 4px;
    text-shadow: 0 1px 0 #000;
}

#menu li:hover > a {
    color: #fafafa;
    background-color: #031C32;
    background: linear-gradient(#031C32, #000080);
}

*html #menu li a:hover { /* IE6 only */
    color: #fafafa;
}

    /* Submenu */
#menu ul {
    margin: 20px 0 0 0;
    _margin: 0; /*IE6 only*/
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 1;    
    background-color: #031C32;
    background: linear-gradient(#031C32, #000080);
    box-shadow: 0 -1px 0 rgba(255,255,255,.3);
    border-radius: 4px 4px 4px 4px;
    transition: all .2s ease-in-out;
}

#menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
}

#menu ul ul {
    top: 0;
    left: 150px;
    margin: 0 0 0 20px;
    _margin: 0; /*IE6 only*/
    box-shadow: -1px 0 0 rgba(255,255,255,.3);      
}

#menu ul li {
    float: none;
    display: block;
    border: 0;
    _line-height: 0; /*IE6 only*/
    box-shadow: 0 1px 0 #111, 0 2px 0 #666;
}

#menu ul li:last-child {   
    box-shadow: none;    
}

#menu ul a {    
    padding: 10px;
    width: 130px;
    _height: 10px; /*IE6 only*/
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

#menu ul a:hover {
    background-color: #031C32;
    background-image: linear-gradient(#031C32, #000080);
}   

#top_menu {
     width:926px;
}

/*=================  Page Content Section ======================*/
.content {
        width:926px;
        padding:0px;
        margin: 0 auto;
        font-size:0.9em;
        color:#000000;
        line-height:1.333em;
        background:url(../images/bgcontent.jpg) center #191919; /*#eee8aa;*/
}
.col-0, .col-1, .col-2 {float:left;}
.wrapper {width:100%; overflow:hidden;}

.drop {
      margin: 20px 0 0 0;
}
h1, h2, h3 {
  color:#a0522d;
}
h2.small {
  font-size:17px;
  color:#000000;
}
h3.p4Rh3 {
  color:#a0522d;
  margin: 8px 20px 15px 20px;
}
h3.ct {
        text-align:center;
}

/* Horizontal Rules */
/* Gradient color1 - color2 - color1 */
hr.style-one {
    border: 0;
    height: 1px;
    width: 80%;
    margin: 0 auto;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}
/* Gradient transparent - color - transparent */
hr.style-two {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
/*  Paragraph */
p { 
          text-align:justify;
}
.p1 {
          margin:8px 20px 15px 20px;
}
.p2 {
          margin:12px 0 0 0;
}
.p3 {
          margin:8px 20px 15px 20px;
          font-size:17px;
}
.p4 {
          margin:0 0 0 20px;
          font-size:17px;
}
/* Content styles */
div.pp {
          width:770px;
          margin:0 auto;
}
.twocols {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;

    -webkit-column-gap: 20px; /* Chrome, Safari, Opera */
    -moz-column-gap: 20px; /* Firefox */
    column-gap: 20px;
}
.threecols {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;

    -webkit-column-gap: 10px; /* Chrome, Safari, Opera */
    -moz-column-gap: 10px; /* Firefox */
    column-gap: 10px;
}
.col-0 {
          background:url(../images/bgcontent.jpg) center;
          width:926px;
          text-align:center;
}

.pic_1_1 {
          margin: 20px 0 0 40px;
          border-style: double; 
          border-width:5px;
          border-radius: 8px 8px 8px 8px;
}
.pic_1_2 {
          margin: 20px 0 0 40px;
          border-style: double; 
          border-width:5px; 
          border-radius: 8px 8px 8px 8px;
          text-align;center;
}

.p2div1 {
          width:650px; margin:20px auto;
}
.cspic {
          border-style: double;
          border-width:5px;
          width:500px;
          height:500px;
          margin: 0 auto;
          border-radius: 8px 8px 8px 8px;
}.p2pic1 {
          border-style: double;
          border-width:5px;
          width:200px;
          height:117px;
          margin-right: 25px;
          border-radius: 8px 8px 8px 8px;
}
.p3pic1 {
          border-style: double;
          border-width:5px;
          width:200px;
          height:117px;
          margin: 20px 0 0 40px;
          border-radius: 8px 8px 8px 8px;
}
.p3pic2 {
          border-style: double;
          border-width:5px;
          width:250px;
          height:190px;
          margin: 4px 10px 0 20px;
          border-radius: 8px 8px 8px 8px;
}
.p4pic1 {
          border-style: double;
          border-width:5px;
          width:275px;
          height:102px;
          margin: 10px 0 0 20px;
          border-radius: 8px 8px 8px 8px;
}
.p6pic1 {
          display: block;
          margin-left: auto;
          margin-right: auto;
          border-style: double;
          border-width:5px;
          border-radius: 50px 50px 50px 50px;
}
ul.p3_list1 {
          list-style-type: none;
          font-weight: bold;
}
ol.p3_list2 {
          margin: 0 0 0 32px;
          font-weight: normal;
}
ul.p3_list3 {
          list-style-type: none;
}
ul.p4_list1 {
          list-style-type: circle;
          font-weight: normal;
          font-size:16px;
          color:#a0522d;
          margin: 0 0 0 32px;
}
ul.indentedlist {
          margin: 0 0 0 32px;
}

/*=================  Footer Section ======================*/
.footer {
        width:926px;
        height:165px;
        padding:0px;
        margin:0 auto;
        font-size:0.79em;
        line-height:1.333em;
        background:url(../images/bgfooter.jpg) center #191919; /*#eee8aa;*/
}

footer {padding:15px 23px 40px; font-size:13px; text-transform:uppercase; color:#5c5c5c;}
footer a {color:#f5deb3;}
footer a:hover {color:#f5f5dc; font-size:15px;}
footer a.act {color:#ffffff; text-decoration:underline;}
  
reffooter {padding:15px 23px 40px; font-size:11px; text-transform:uppercase; color:#5c5c5c;}
reffooter a {color:#f5deb3; text-decoration:none;}
reffooter a:hover {color:#f5f5dc; font-size:14px;}
