/*  
Theme Name: sbh theme
Author URI: http://uudesigns.com
Version: 1a
Author: Theresa Vaites
Description: Custom Theme
The CSS, XHTML and design is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php
*/

* { 
	margin: 0; padding: 0;
	}
	
html { 

	}


body{
  text-align: center;
  background-repeat: repeat-x;
  background-image: url(images/background.jpg);
  background-color: #ffffff;
  margin: 0 auto;
  padding: 0px;
  font-family: "Century Gothic", Helvetica, Arial, sans-serif;
}

#upper_banner {
 width: 950px;
 background-color: #b1b264;
 text-align:left;
 height: 120px;
  margin: 0 auto;
}

#matriark_menu {
  background-repeat: no-repeat;
  background-image: url(images/mmenu.jpg);
  height: 50px;
  width: 930px;
  margin-left: 8px;
  float: left;
  padding-top: 28px;
  padding-left: 43px;
  color: #ffffff;
  font-size: .8em;
  text-transform: uppercase;
  margin-bottom: -15px;
  text-decoration: none;
}

#matriark_menu li {
display: inline;
list-style-type: none;
padding-right: 25px;
}

#matriark_menu a {
color: #ffffff;
text-decoration: none;
}

#matriark_menu a:hover{
 color: #fffccc;
 text-decoration: none;
 font-size: 1.0 em;
 font-weight: bold;
}

#upper_banner img{
 border-style:none;
}

#upper_banner_box_a {
  width: 600px;
  float: left;
}

#upper_banner_box_b {
  width: 325px;
  vertical-align: text-bottom;
  float: right;
}

#wrapper {
  background-color: #ffffff;
  width: 950px;
  margin: 0 auto;
  text-align: center;
  border-top: 2px solid #696a25;
  border-left: 2px solid #696a25;
  border-right: 2px solid #696a25;
  padding-bottom: 10px;
}

h2{
 color: #8e0c3a;
 font-family: "Bookman Old Style",
             Times,
             "Lucida Bright",
             serif;
 font-weight: normal;
}

#main_wrapper {
  background-color: #ffffff;
  width: 950px;
  margin: 0 auto;
  text-align: center;
  border-left: 2px solid #696a25;
  border-right: 2px solid #696a25;
  margin-top: -10px;
  padding-top: 5px;
  padding-bottom: 15px;
  margin-bottom: 0px;
}

#content_area {
  width: 100%;
  margin: 0px;
  padding: 0px;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  background: #ffffff;
  overflow: hidden;
}

#page_content {
  width: 600px;
  height: 100%;
  margin-left: 10px;
  margin-right: -325px;
  border-right: 325px solid #ffffff;
  float:left;
  background: #ffffff;
}

#page_content ul {
 list-style-type: disc;
 margin-left: 30px;
  font-size: .95em;
}

#page_content ol {
 margin-left: 30px;
  font-size: .95em;
}

#page_content li {
 margin-bottom: 8px;
}

#page_content li li{
 margin-bottom: 2px;
}

#page_content ul ul{
 list-style-type: circle;
 margin-left: 40px;
 font-size: .90em;
}

#page_content ol ul{
 list-style-type: circle;
 margin-left: 40px;
 font-size: .90em;
}

#latest_news {
  width: 315px;
  background-image: url(images/news_back.jpg);
  height: 100%;
  text-align: left;
  background-repeat: no-repeat;
  float:left;
  margin-left: 15px;
}

#latest_news ul{
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  font-size: .93em;
}

#latest_news li{
list-style-type: none;
}

#header {
  width: 100%;
  height: 297px;
  margin: 0px;
 padding: 0px;
 text-align: left;
 margin-top: 10px;
 margin-bottom: 10px;
}

#header img{
 border-style: none;
}

#header_box_a{
  width: 600px;
  height: 100%;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

#header_box_b{
  width: 300px;
  background-color: #8e0c3a;
  height: 100%;
  margin-right: 10px;
  float: right;
  color: #fff;
  text-align: right;
  padding-right: 15px;
}

#header_box_b ul{
 margin: 0;
 padding: 0;
}

#header_box_b li{
 list-style-type: none;
  margin: 0;
 padding: 0;
 text-transform: uppercase;
 font-weight: bold;
 height: 1.5em;
}

#header_box_b a, #header_box_b a:visited{
 color: #fff;
 display: block;
 width: 265px;
 text-decoration: none;
 height: 1.5 em;
}

#header_box_b a:hover{
 color: #000000;
 display: block;
 width: 270px;
 background-color: #ffffff;
 text-decoration: none;
 height: 1.5 em;
}

#pic_nav{
  width: 100%;
  height: 150px;
  margin: 0px;
 padding: 0px;
 text-align: center;
 margin-top: 10px;
 margin-bottom: 10px;
 margin-left: 10px;
  display:block;

}

#pic_nav img{
 border-style: none;

}

#pic_nav_items{
display: inline;
margin-right: 39px;
}

#pic_nav_wrapper {
  background-color: #ffffff;
  width: 950px;
  margin: 0 auto;
  text-align: center;
  border-left: 2px solid #696a25;
  border-right: 2px solid #696a25;
  margin-top: -25px;
  padding-top: 10px;
}

#footer {
  background-color: #696a25;
  margin-top: -2px;
  margin-bottom: -2px;
  width:100%;
  height:30px;
  color: #fff;
  font-size: .8em;
  padding-top: 10px;
}

#small_print {
  font-size: .7em;
}


