﻿.Banner
{
    height: 100px;
    width: 1000px;
    margin: 0 0 0 0;
    background-color: White;
}

.ImageSlider
{
    width: 1000px;
    margin: 0 0 0 0;
    height: 500px;
    background-color: White;
}

.WebText
{
    background-color: White;
    font-family: Calibri;
    font-size: 14px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
}

.Button 
{
  font-family: arial;
  font-weight: bold;
  color: #FCFAF2 !important;
  font-size: 14px;
  padding: 10px 25px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 2px solid #3866A3;
  background: #203F54;
}

.Text 
{
  font-family: arial;
  font-weight: normal;
  color: Black;
  font-size: 14px;
  border: 2px solid #3866A3;
}

.TextNormal
{
  font-family: arial;
  font-weight: normal;
  color: Black;
  font-size: 14px;
  border: 1px solid #3866A3;
}

.About
{
    width: 1000px;
    background-color: White;
    border: solid 0px Red;
    text-align:left;
    height:500px;
}

.Headings
{
    color: #000000 !important;
    font-size: 20px;
    font-style: normal;
    font-family: Calibri;
    font-weight: bold;
}

.SubHeadings
{
    color: #757474;
    font-size: 16px;
    font-style: normal;
    font-family: Calibri;
    font-weight: bold;
}

.FooterHeadings
{
    color: Red;
    font-size: 18px;
    font-style: normal;
    font-family: Calibri;
    font-weight: bold;
}

.FooterSubHeadings
{
    color: #FFFFFF;
    font-size: 14px;
    font-style: normal;
    font-family: Calibri;
    font-weight: bold;
    text-decoration:none;
}

.Footer
{
    height: 50px;
    width: 100%;
    background-color: #111111;
    color: White;
    font-family: Calibri;
    font-size: 12px;
    font-weight: bold;
    vertical-align:middle;
}


#menu-bar
{
    width: 992px;
    margin: 0px 0px 0px 0px;
    padding: 4px 4px 0px 4px;
    height: 34px;
    line-height: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    box-shadow: 0px 0px 0px #666666;
    -webkit-box-shadow: 0px 0px 0px #666666;
    -moz-box-shadow: 0px 0px 0px #666666;
    background: #000000;
    border: solid 0px #FFFFFF;
    position: relative;
    z-index: 999;
}
#menu-bar li
{
    margin: 0px 0px 6px 0px;
    padding: 0px 6px 0px 6px;
    float: left;
    position: relative;
    list-style: none;
}
#menu-bar a
{
    font-weight: bold;
    font-family: arial;
    font-style: normal;
    font-size: 15px;
    color: #757474;
    text-decoration: none;
    display: block;
    padding: 6px 20px 6px 20px;
    margin: 0;
    margin-bottom: 6px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-shadow: 0px 0px 0px #000000;
}
#menu-bar li ul li a
{
    margin: 0;
}

/*852575*/

#menu-bar .active a, #menu-bar li:hover > a
{
    background: #000000;
    color: #FFFFFF;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-shadow: 0px 0px 0px #FFFFFF;
}
#menu-bar ul li:hover a, #menu-bar li:hover li a
{
    background: none;
    border: none;
    color: #666;
    -box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
#menu-bar ul a:hover
{
    background: #000000 !important;
    color: #FFFFFF !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    text-shadow: 0px 0px 0px #FFFFFF;
}
#menu-bar ul
{
    background: #FFFFFF;
    display: none;
    margin: 0;
    padding: 0;
    width: 150px;
    position: absolute;
    top: 34px;
    left: 0;
    border: solid 1px #000000;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-box-shadow: 0px 0px 0px #222222;
    -moz-box-shadow: 0px 0px 0px #222222;
    box-shadow: 0px 0px 0px #222222;
}
#menu-bar li:hover > ul
{
    display: block;
}
#menu-bar ul li
{
    float: none;
    margin: 0;
    padding: 0;
}
#menu-bar ul a
{
    padding: 5px 0px 5px 10px;
    color: #757474 !important;
    font-size: 12px;
    font-style: normal;
    font-family: arial;
    font-weight: bold;
    text-shadow: 2px 2px 3px #FFFFFF;
}
#menu-bar ul li:first-child > a
{
    border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
}
#menu-bar ul li:last-child > a
{
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
}
#menu-bar:after
{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#menu-bar
{
    display: inline-block;
}
html[xmlns] #menu-bar
{
    display: block;
}
* html #menu-bar
{
    height: 1%;
}
