html
{ height: 100%;}

*
*
{ margin: 0;
  padding: 0;}

body
{ font: normal .80em arial, sans-serif;
  color: #fff;
  background: transparent url(../images/background.png) repeat;}

p
{ padding: 0 0 20px 0;
  line-height: 1.7em;}
  
img
{ border: 0;}

h1, h2, h3, h4, h5, h6 
{ font: bold 175% arial, sans-serif;
  color: #FFF;
  letter-spacing: 1px;
  text-shadow: 1px 1px #000;
  padding: 10px 0 0 0;}

h2
{ font: bold 165% arial, sans-serif;}

h3
{ font: bold 125% arial, sans-serif;
  padding: 0 0 5px 0;}

h4, h5, h6
{ margin: 0;
  padding: 0 0 5px 0;
  font: bold 110% arial, sans-serif;
  color: #1D1D1D;
  line-height: 1.5em;}

h5, h6
{ font: italic 95% arial, sans-serif;
  color: #1D1D1D;
  padding-bottom: 15px;}

h6
{ color: #362C20;}

a, a:hover
{ background: transparent;
  outline: none;
  text-decoration: underline;
  color: #FFF;
  text-shadow: 1px 1px #1D1D1D;}

a:hover
{ text-decoration: none;}

ul
{ margin: 2px 0 22px 17px;}

ul li
{ margin: 2px 0 15px 17px;}

ol
{ margin: 8px 0 22px 20px;}

ol li
{ margin: 0 0 11px 0;}

#main, #header, #banner, #menubar, #menu-bar, #site_content, #footer, #contact, #footer_content, #banner_image
{ margin-left: auto; 
  margin-right: auto;}
  
#header
{ height: 35px;}
  
#site_heading
{ height: 50px;
  width: 240px;
  padding-top: 20px; 
  padding-left: 50px;}  
  
#site_heading H1
{ width: 940px;
  font: normal 200% arial, sans-serif;
  color: #FFF;
  text-shadow: 0px 0px #1d1d1d;
  letter-spacing: 0px;}
  
#site_heading H2
{ width: 940px;
  font: normal 130% arial, sans-serif;
  color: #FFF;
  text-shadow: 1px 1px #1d1d1d;
  letter-spacing: -1px;}  
  
#menubar
{ width: 960px;
  height: 60px;
  padding-top: 15px;
  text-align: center; 
  margin: 0 auto;
  background: #676767;
  background: -moz-linear-gradient(#676767, #1D1D1D);
  background: -o-linear-gradient(#676767, #1D1D1D);
  background: -webkit-linear-gradient(#676767, #1D1D1D);
  border: 1px solid #000;
  border-radius: 15px 15px 0px 0px;
  -moz-border-radius: 15px 15px 0px 0px;
  -webkit-border: 15px 15px 0px 0px;} 

ul#menu
{ 
  margin: 0;}

ul#menu li
{ padding: 0 20px 0 20px;
  list-style: none
  margin: 2px 20px 0 20px;
  display: inline;
  background: transparent;}

ul#menu li a
{   font-weight: bold;
  font-family: arial;
  font-style: normal;
  font-size: 15px;

  letter-spacing: -1px;
  height: 35px;
  padding: 15px 25px 0 25px;
  text-align: center;
  color: #FFF;
  text-shadow: 0px 0px #1d1d1d;
  text-decoration: none;
  background: transparent;} 

ul#menu li.current
{ margin: 2px 0 0 0;}

ul#menu li.current a
{ text-decoration: underline;}

ul#menu li a:hover
{ text-decoration: underline;}

#site_content
{ width: 960px;
  overflow: hidden;
  padding-top: 20px;}   

#content
{ text-align: left;
  width: 690px;
  margin-top: 10px;
  padding: 20px 20px 0 0;
  float: left;}
  
.content_item
{ width: 690px; }

.content_image
{ width: 148px;
  height: 148px;
  margin-top: 20px;
  float: left;
  border: 1px solid #111111;}
  
.content_image_right
{ width: 148px;
  height: 148px;
  margin-top: 20px;
  float: right;
  border: 1px solid #111111;}
  
.content_text
{ width: 520px;
  float: right;
  margin-top: 20px;
  padding-left: 20px;}
  
.content_text_left
{ width: 510px;
  float: left;
  margin-top: 20px;
  padding-left: 20px;}

#banner_image {
	width: 960px;
}
#slider-wrapper {
    height: 432px;
	padding-top: 10px;
	background: transparent;
	width: 940px;
}
#slider {
    background: url("../images/loading.gif") no-repeat scroll 50% 50% transparent;
    height: 432px;
    position: relative;
    width: 940px;
    border: 10px solid transparent;
}
#slider img {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
}
#slider a {
    border: 0 none;
    display: block;
}

.nivoSlider {
    position: relative;
}
.nivoSlider img {
    left: 0;
    position: absolute;
    top: 0;
}
.nivoSlider a.nivo-imageLink {
    border: 0 none;
    display: none;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 6;
}
.nivo-slice {
    display: block;
    height: 100%;
    position: absolute;
    z-index: 5;
}
.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
}
.nivo-caption {
    background: none repeat scroll 0 0 #000000;
    bottom: 0;
    color: #FFFFFF;
    font-family: arial;
    left: 0;
    position: absolute;
    text-transform: uppercase;
    width: 100%;
    z-index: 8;
}
.nivo-caption p {
    margin: 0;
    padding: 5px;
}
.nivo-caption a {
    color: red;
    display: inline !important;
    text-decoration: none;
}
.nivo-caption a:hover {
    color: blue;
    text-decoration: underline;
}
.nivo-html-caption {
    display: none;
}
.nivo-directionNav a {
    background: url("../images/arrows.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 30px;
    position: absolute;
    text-indent: -9999px;
    top: 45%;
    width: 30px;
    z-index: 9;
}
a.nivo-prevNav {
    left: 15px;
}
a.nivo-nextNav {
    background-position: -30px 50%;
    right: 15px;
}
.nivo-controlNav {
    bottom: -30px;
    left: 50%;
    margin-left: -40px;
    position: absolute;
}
.nivo-controlNav a {
    cursor: pointer;
    float: left;
    height: 22px;
    margin-top: 250px;
    position: relative;
    text-indent: -9999px;
    width: 22px;
    z-index: 9;
}
.nivo-controlNav a.active {
    background-position: 0 -22px;
}  

.sidebar_container
{ float: right;
  width: 220px;
  margin: 20px 10px 20px 0;}

.sidebar
{ float: right;
  width: 230px;
  padding-left: 20px;
  margin-bottom: 1px;}

.sidebar_item
{ font: normal 100% arial, sans-serif;
  padding: 10px 20px 0 10px;
  width: 230px;}

.sidebar h2
{ color: #fff;
text-shadow: 1px 1px #000;}  
  
.sidebar h4
{ font-size: 125%;
  color: #FFF;
  text-shadow: 1px 1px #000;}

.sidebar p
{ color: #FFF;}

.sidebar ul li, .sidebar ul li.selected
{ list-style: none; 
  margin: 15px 0;
  padding: 0;}

.sidebar li.selected, .sidebar li:hover
{ color: #5D5D5D;
  text-decoration: none;} 
  
#footer
{ font-size: 130%;
  padding: 25px 20px 0px 20px;
  margin: 0 auto;
  width: 920px;
  height: 45px;
  text-align: center; 
  color: #FFF;
  background: #676767;
  background: -moz-linear-gradient(#676767, #1D1D1D);
  background: -o-linear-gradient(#676767, #1D1D1D);
  background: -webkit-linear-gradient(#676767, #1D1D1D);
  border-radius: 15px 15px 0px 0px;
  -moz-border-radius: 15px 15px 0px 0px;
  -webkit-border: 15px 15px 0px 0px;
  border: 1px solid #000;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
}

#footer a, #footer a:hover
{ color: #FFF;
  text-decoration: underline;}

#footer a:hover
{ text-decoration: none;}


#menu-bar {
  width: 940;
  margin: 0;
  padding: 9px 2px 2px 2px;
  height: 30px;
  line-height: 100%;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  box-shadow: 0px 0px 0px #454545;
  -webkit-box-shadow: 1px 1px 1px #454545;
  -moz-box-shadow: 1px 1px 1px #454545;
  background: #3C3C3C;
  background: linear-gradient(top,  #676767,  #1D1D1D);
  background: -ms-linear-gradient(top,  #676767,  #1D1D1D);
  background: -webkit-gradient(linear, left top, left bottom, from(#676767), to(#1D1D1D));
  background: -moz-linear-gradient(top,  #676767,  #1D1D1D);
  border: solid 1px #080808;
  position:relative;
  z-index:999;
}
#menu-bar li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  float: left;
  position: relative;
  list-style: none;
}
#menu-bar a {
  font-weight: bold;
  font-family: arial;
  font-style: normal;
  font-size: 15px;
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  padding: 6px 35px 6px 40px;
  margin: 0px 10px 0px;
  margin-bottom: 6px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  text-shadow: 1px 1px 0px #000000;
}
#menu-bar li ul li a {
  margin: 0;
}
#menu-bar .active a, #menu-bar li:hover > a {
  background: #790127;
  background: linear-gradient(top,  #EBEBEB,  #A1A1A1);
  background: -ms-linear-gradient(top,  #EBEBEB,  #A1A1A1);
  background: -webkit-gradient(linear, left top, left bottom, from(#EBEBEB), to(#A1A1A1));
  background: -moz-linear-gradient(top,  #EBEBEB,  #A1A1A1);
  color: #444444;
  -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: 2px 2px 3px #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: #A82828 !important;
  background: linear-gradient(top,  #800000,  #440000) !important;
  background: -ms-linear-gradient(top,  #800000,  #440000) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#800000), to(#440000)) !important;
  background: -moz-linear-gradient(top,  #800000,  #440000) !important;
  color: #FFFFFF !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-shadow: 2px 2px 3px #FFFFFF;
}
#menu-bar li:hover > ul {
  display: block;
}
#menu-bar ul {
  background: #DDDDDD;
  background: linear-gradient(top,  #FFFFFF,  #CFCFCF);
  background: -ms-linear-gradient(top,  #FFFFFF,  #CFCFCF);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CFCFCF));
  background: -moz-linear-gradient(top,  #FFFFFF,  #CFCFCF);
  display: none;
  margin: 0;
  padding: 0;
  width: 180px;
  position: absolute;
  top: 30px;
  left: 30px;
  border: solid 1px #B4B4B4;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-box-shadow: 2px 2px 3px #222222;
  -moz-box-shadow: 2px 2px 3px #222222;
  box-shadow: 2px 2px 3px #222222;
}
#menu-bar ul li {
  float: none;
  margin: 0;
  padding: 0;
}
#menu-bar ul a {
  padding:10px 5px 10px 10px;
  color:#424242 !important;
  font-size:12px;
  font-style:normal;
  font-family:arial;
  font-weight: normal;
  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%;
}



#menu-bar2 {
  width: 940;
  margin: 0;
  padding: 9px 2px 2px 2px;
  height: 30px;
  line-height: 100%;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  box-shadow: 0px 0px 0px #454545;
  -webkit-box-shadow: 1px 1px 1px #454545;
  -moz-box-shadow: 1px 1px 1px #454545;
  background: #3C3C3C;
  background: linear-gradient(top,  #676767,  #1D1D1D);
  background: -ms-linear-gradient(top,  #676767,  #1D1D1D);
  background: -webkit-gradient(linear, left top, left bottom, from(#676767), to(#1D1D1D));
  background: -moz-linear-gradient(top,  #676767,  #1D1D1D);
  border: solid 1px #080808;
  position:relative;
  z-index:999;
}
#menu-bar2 li {
  margin: 0px 0px 0px 8px;
  padding: 0px 0px 0px 0px;
  float: left;
  position: relative;
  list-style: none;
}
#menu-bar2 a {
  font-weight: bold;
  font-family: arial;
  font-style: normal;
  font-size: 15px;
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  padding: 6px 35px 6px 40px;
  margin: 0px 10px 0px;
  margin-bottom: 6px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  text-shadow: 1px 1px 0px #000000;
}
#menu-bar2 li ul li a {
  margin: 0;
}
#menu-bar2 .active a, #menu-bar2 li:hover > a {
  background: #790127;
  background: linear-gradient(top,  #EBEBEB,  #A1A1A1);
  background: -ms-linear-gradient(top,  #EBEBEB,  #A1A1A1);
  background: -webkit-gradient(linear, left top, left bottom, from(#EBEBEB), to(#A1A1A1));
  background: -moz-linear-gradient(top,  #EBEBEB,  #A1A1A1);
  color: #444444;
  -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: 2px 2px 3px #FFFFFF;
}
#menu-bar2 ul li:hover a, #menu-bar2 li:hover li a {
  background: none;
  border: none;
  color: #666;
  -box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
#menu-bar2 ul a:hover {
  background: #A82828 !important;
  background: linear-gradient(top,  #800000,  #440000) !important;
  background: -ms-linear-gradient(top,  #800000,  #440000) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#800000), to(#440000)) !important;
  background: -moz-linear-gradient(top,  #800000,  #440000) !important;
  color: #FFFFFF !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-shadow: 2px 2px 3px #FFFFFF;
}
#menu-bar2 li:hover > ul {
  display: block;
}
#menu-bar2 ul {
  background: #DDDDDD;
  background: linear-gradient(top,  #FFFFFF,  #CFCFCF);
  background: -ms-linear-gradient(top,  #FFFFFF,  #CFCFCF);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CFCFCF));
  background: -moz-linear-gradient(top,  #FFFFFF,  #CFCFCF);
  display: none;
  margin: 0;
  padding: 0;
  width: 180px;
  position: absolute;
  top: 30px;
  left: 30px;
  border: solid 1px #B4B4B4;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-box-shadow: 2px 2px 3px #222222;
  -moz-box-shadow: 2px 2px 3px #222222;
  box-shadow: 2px 2px 3px #222222;
}
#menu-bar2 ul li {
  float: none;
  margin: 0;
  padding: 0;
}
#menu-bar2 ul a {
  padding:10px 5px 10px 10px;
  color:#424242 !important;
  font-size:12px;
  font-style:normal;
  font-family:arial;
  font-weight: normal;
  text-shadow: 2px 2px 3px #FFFFFF;
}
#menu-bar2 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-bar2 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-bar2:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#menu-bar2 {
  display: inline-block;
}
  html[xmlns] #menu-bar2 {
  display: block;
}
* html #menu-bar2 {
  height: 1%;
}




#content1
{ text-align: left;
  width: 690px;
  margin-left: 20px;
  padding: 10px 20px 0 0;
  float: left;}
  
.content_item
{ width: 690px; }

.content_image
{ width: 148px;
  height: 148px;
  margin-top: 20px;
  float: left;
  border: 1px solid #111111;}
  
.content_image_right
{ width: 148px;
  height: 148px;
  margin-top: 20px;
  float: right;
  border: 1px solid #111111;}
  
.content_text
{ width: 520px;
  float: right;
  margin-top: 20px;
  padding-left: 20px;}
  
.content_text_left
{ width: 510px;
  float: left;
  margin-top: 20px;
  padding-left: 20px;}
