/* menu */
@font-face {
  font-family: 'Philosopher';
  font-style: normal;
  font-weight: 400;
  src: local('Philosopher'), url(http://fonts.gstatic.com/s/philosopher/v7/OttjxgcoEsufOGSINYBGLUbeuvGrcRTTBH456c-a4yI.woff) format('woff');
}

#cssmenu3 {
  height: 44px;
  border: 1px solid #c4c4c4;
  margin: 5px 30px 0;
}
#cssmenu{
    background-image: url("images/menu_bg.gif");
    border: 1px solid #c4c4c4;
    display: block;
    font-family: 'Philosopher', sans-serif;
    list-style: outside none none;
    margin: 30px;
    padding: 0;
}
#cssmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}
#cssmenu > ul {
  position: relative;
  display: block;
  background-image:url("/uploads/svimg/menu_bg.gif");
  width: 100%;
  z-index: 500;
  height: 46px;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-center ul {
  text-align: center;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu > ul > li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}
#cssmenu > ul > #menu-button {
  display: none;
}
#cssmenu ul li a {
  display: block;
  font-family: 'Philosopher', sans-serif;
  color: black;
  text-decoration: none;
}
#cssmenu > ul > li > a {
  font-size: 16px;
  padding: 15px 20px;
  text-transform: uppercase;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 32px;
}
#cssmenu > ul > li:hover > a {
  color: #6d6551;
}
#cssmenu li.has-sub::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
#cssmenu > ul > li.has-sub::after {
  right: 10px;
  top: 20px;
  border: 5px solid transparent;
  border-top-color: #7a8189;
}
#cssmenu > ul > li:hover::after {
  border-top-color: #ffffff;
}
#indicatorContainer {
  position: absolute;
  height: 12px;
  width: 100%;
  bottom: 0px;
  overflow: hidden;
  z-index: -1;
}
#pIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  z-index: -2;
  -webkit-transition: left .25s ease;
  -moz-transition: left .25s ease;
  -ms-transition: left .25s ease;
  -o-transition: left .25s ease;
  transition: left .25s ease;
}
#cIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  top: -12px;
  right: 100%;
  z-index: -2;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 70px;
  opacity: 0;
  -webkit-transition: opacity .3s ease, top .25s ease;
  -moz-transition: opacity .3s ease, top .25s ease;
  -ms-transition: opacity .3s ease, top .25s ease;
  -o-transition: opacity .3s ease, top .25s ease;
  transition: opacity .3s ease, top .25s ease;
  z-index: 1000;
}
#cssmenu ul ul ul {
  top: 37px;
  padding-left: 5px;
}
#cssmenu ul ul li {
  position: relative;
}
#cssmenu > ul > li:hover > ul {
  left: auto;
  top: 44px;
  opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
  opacity: 1;
}
#cssmenu ul ul li:hover > ul {
  left: 170px;
  top: 0;
  opacity: 1;
}
#cssmenu.align-right ul ul li:hover > ul {
  left: auto;
  right: 170px;
  top: 0;
  opacity: 1;
  padding-right: 5px;
}
#cssmenu ul ul li a {
  width: 180px;
  font-family: Verdana,Geneva,sans-serif;
  border-bottom: 1px solid #e3d7b8;
  padding: 10px 20px;
  font-size: 12px;
  background: #ddcda5;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
#cssmenu.align-right ul ul li a {
  text-align: right;
}
#cssmenu ul ul li:hover > a {
  background: #f4e7c6;
  color: black;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last > a {
  border-bottom: 0;
}
#cssmenu > ul > li > ul::after {
  content: '';
  border: 6px solid transparent;
  width: 0;
  height: 0;
  border-bottom-color: #ddcda5;
  position: absolute;
  top: -12px;
  left: 30px;
}
#cssmenu.align-right > ul > li > ul::after {
  left: auto;
  right: 30px;
}
#cssmenu ul ul li.has-sub::after {
  border: 4px solid transparent;
  border-left-color: #9ea2a5;
  right: 10px;
  top: 12px;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub::after {
  border-left-color: transparent;
  border-right-color: #9ea2a5;
  right: auto;
  left: 10px;
}
#cssmenu ul ul li.has-sub:hover::after {
  border-left-color: #ffffff;
  right: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#cssmenu.align-right ul ul li.has-sub:hover::after {
  border-right-color: #ffffff;
  border-left-color: transparent;
  left: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.sectionheader {
    background: none repeat scroll 0 0 #ddcda5;
    border: medium none;
    font-variant: small-caps;
    font-family: Verdana,Geneva,sans-serif;
    font-weight: 400;
    padding: 10px;
    width: 200px;
    color: #715e2d;
}
/* Stylesheet: vsmenu Modified On 2015-02-13 17:19:50 */
/* CSS Document */
html {
    height: 100%;
}

img{
    border: 0;
    padding: 2px;
}

body {
    background-image: url(/uploads/svimg/bg.gif);
    background-color: #896742 !important;
    margin-top: 20px;
    padding: 0;
    height: 100%;
}

#window {
    background-color: white;
    width: 1100px;
    margin: 0 auto;
    min-height: 100%;
}

#winHeader {
    height: 100px;
    text-align: center;
}

#winHeader img {
    padding-top: 20px;
}

#banner {
    text-align: center;
}

#banner .pad {
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: -19px;
}

#MainPageText {
    height: 100%;
    position: inherit;
    margin: 30px;
    margin-top: 4px;
}

hr {
    width: 1040px;
    height: 1px;
    border: none;
    color: #CCCCCC;
    background: #CCCCCC;
}

.footer {
    padding: 10px 0 15px;
    text-align: center;
}

body {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    line-height: 17px;
    color: #333333;
}

h1 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 28px;
    font-weight: 300;
    font-variant: small-caps;
    line-height: 35px;
    color: #333333;
}

h2 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 22px;
    font-weight: 300;
    font-variant: small-caps;
    line-height: 30px;
    color: #333333;
}

h3 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 15px;
    font-weight: 300;
    font-variant: small-caps;
    line-height: 18px;
    color: #333333;
}

h4 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 15px;
    font-weight: 300;
    font-variant: small-caps;
    line-height: 18px;
    color: #be0505;
}

h5 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    font-weight: 300;
    font-variant: small-caps;
    line-height: 18px;
    color: #333333;
}

#newsContainer {
    width: 1040px;
}

.left {

}
.leftbox {
    width: 650px;
    vertical-align: top;
}

.left .newsHeader {
    background-image: url(/uploads/svimg/news.gif);
    background-repeat: no-repeat;
    padding-left: 50px;
    min-height: 30px;
    margin-bottom: -15px;
}

.left .news {
    padding-bottom: 10px;
    min-height: 50px;
    border-left: 1px dotted #000;
    margin: 5px;
    padding-left: 5px;
    display: inline-table;
}

.news2 {
    display: inline-table;
    margin-top: -7px;
    padding-bottom: 20px;
    width: 300px;
}
.news3 {
    padding-bottom: 5px;
    padding-top: 10px;
    border-bottom: 1px solid #f1f1f1;
}


.newstext{
    padding-top:12px; 
    padding-left:2px
    color: #333333;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
    line-height: 17px;
}

.right {
    vertical-align: top;
    width: 650px;
    border:0;
}
.left2 {
    vertical-align: top;
    border:0;
    width: 340px;
    padding-left:10px;
    border-left: 1px solid rgba(0, 0, 0, 0.14);
}
.left2 h2 {
margin-top: 0;
}

#bot {
    clear: both;
    position: relative;
    z-index: 10;
    height: 5em;
    margin-top: -3em;
    margin-bottom: -3em;
}

a {
    color: #000000; /*a*/
}

.sort td {
    background: url("/uploads/svimg/bg_header.jpg") no-repeat scroll 0 0 #CAE8EA;
    font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    padding: 6px 6px 6px 12px;
    text-align: left;
}

.icon {
    text-align: center;
    padding-bottom: 20px;
}

#slideshow {
    position: relative;
    height: 440px;
    margin-left: 30px;
    margin-top: 15px;
}

#slideshow IMG {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0.0;
}

#slideshow IMG.active {
    z-index: 10;
    opacity: 1.0;
}

#slideshow IMG.last-active {
    z-index: 9;
}
#imggal{
    float: left;
    border:1px;
    padding: 10px;
    background-color: #e0e0e0;
    margin: 2px 0 0 2px;
    color: #707070;
}
#imggal2{
    font-weight: 300;
    font-size: 16px;
    font-variant: small-caps;
    display: inline;
    float: left;
    margin: 2px 0 0 2px;
    color: #707070;
}
.clear{clear:both;}

menubg{
  height: 50px;
  margin: 5px 30px 0;
  background-image:url("/uploads/images/img/menu_bg.gif");
}

a{
color: #775a39;
}

.NewsSummaryLink{
  padding-top:5px;
}
/* Stylesheet: vsstyle Modified On 2015-02-13 17:24:31 */
