html
{ height: 100%;}

*
{ margin: 0;
  padding: 0;}

body
{ font: normal 14px arial;
  background: #FFF;
  color: #5D5D5D;}

p
{ padding: 0 0 20px 0;
  line-height: 1.7em;}
  
img
{ border: 0;}

h1, h2, h3, h4, h5, h6 
{ font: normal 145% 'arial', arial, sans-serif;
//  color: #03AFF7;
  color: #BE7D45;
  letter-spacing: +1px;
  margin: 0 0 5px 0;}

h2
{ font: normal 130% 'arial', arial, sans-serif;}

h3
{ font: normal 120% 'arial', arial, sans-serif;
  padding: 0 0 5px 0;}

h4, h5, h6
{ margin: 0;
  padding: 0 0 5px 0;
  font: normal 110% 'arial', arial, sans-serif;
  color: #1D1D1D;
  line-height: 1.5em;}

h5, h6
{ font: italic 100% arial, sans-serif;
  padding-bottom: 15px;}

a, a:hover
{ background: transparent;
  outline: none;
  text-decoration: underline;
  color: #5D5D5D;}

a:hover
{ text-decoration: underline;
  color: #1D1D1D;}

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, #site_content, #footer, .container_footer, #contact, #footer_content
{ margin-left: auto; 
  margin-right: auto;}

#main
{ background: #E0E1E2 url(../images/pattern.png) repeat;}

#header
{ width: 920px;
  height: 305px;
  background: #FFF;
  text-align: center;}

#banner
{ background: #FFF;
  width: 900px;
  padding: 20px 0 0 20px;}
  
#banner_content
{ width: 880px;
  position: relative;
  height: 250px;
  background: #FFF url(../images/banner.jpg) no-repeat;}
  
#header H1
{ font: normal 300% arial, Helvetica, sans-serif;
  color: #FFF;}

span
{ color: #1D1D1D;}

#header H2
{ font: italic 160% arial, Helvetica, sans-serif;
  color: #FFF;
  margin-top: -15px;}

#menubar
{ width: 920px;
  height: 30px;
  text-align: center; 
  margin: 0 auto;
  background: #FFF;
  color: #000;} 
  
#site_content
{ width: 920px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  background: #FFF;} 

.sidebar_container
{ float: left;
  width: 230px;
  margin: 0px 0 0px 0;
  background: #E0E1E2;}

.sidebar
{ float: right;
  width: 230px;
  padding-left: 0px;
  margin-bottom: 10px;}

.sidebar_item
{ font: normal 100% arial, Helvetica, sans-serif;
  padding: 0 15px 0 0;
  width: 201px;}

.sidebar h2
{ 
//background: #03AFF7;
background: #BE7D45;
  color: #FFF;
  padding-left: 10px;
  width: 220px;}  
  
.sidebar h4
{ font-size: 125%;
  color: #1D1D1D;
  padding-left: 10px;}

.sidebar p
{ color: #1D1D1D;
  padding-left: 10px;}

.sidebar a
{ color: #1D1D1D;
  padding-left: 10px;}

.sidebar a:hover
{ text-decoration: none;}

.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;} 

#content
{ text-align: left;
  width: 890px;
  padding: 0;
  margin: 0 0 0 20px;
  float: left;
  background: #FFF;}

.content_item
{ width: 640px;
  margin: 0 0 20px 20px;
  float: right;}

.content_item h1
{
// background: #03AFF7;
  background: #BE7D45;
  color: #FFF;
  padding-left: 5px;
  width: 300px;}  
  
.content_image
{ width: 250px;
  padding: 0px 20px 20px 0px;
  float: left;}
  
#footer
{ font: normal 90% arial, sans-serif;
  height: 45px;
  padding: 30px 0 5px 0;
  text-align: center; 
  background: #202020 url(../images/background.jpg) repeat;
  color: #202020;
  border-top: 5px solid #1D1D1D;}

#footer a, #footer a:hover
{ color: #202020;
  text-decoration: underline;}

#footer a:hover
{ text-decoration: none;}

ul.links
{ margin: 0;}

ul.links li
{ list-style: none;
  padding: 8px 0;}

ul.links li a, ul.links li a:hover
{ padding: 0 0 0 28px;
  background: transparent url(../images/page.png) no-repeat left center;
  color: #06C4E6;
  text-decoration: underline;} 

ul.links li a:hover
{ color: #5D5D5D;
  text-decoration: none;} 
  
/**
Stylesheet for SooperFish by www.SooperThemes.com
Author: Jurriaan Roelofs
**/

/* Configuration of menu width */
html body ul.sf-menu ul,html body ul.sf-menu ul li { 
  width: 200px;
}

html body ul.sf-menu ul ul { 
  margin: 0 0 0 200px;
}

/* Framework for proper showing/hiding/positioning */
ul.sf-menu,ul.sf-menu * { 
  margin: 0;
  padding: 0;
}

ul.sf-menu { 
  display: block;
  position: relative;
}
  
ul.sf-menu li { 
  display: block;
  list-style: none;
  float: left;
  position: relative;
}
  
ul.sf-menu li:hover { 
  visibility: inherit; /* fixes IE7 'sticky bug' */ 
}

ul.sf-menu a { 
  display: block;
  position: relative;
}
  
ul.sf-menu ul { 
  position: absolute;
  left: 0;
  width: 150px; 
  top: auto;
  left: -999999px;
}

ul.sf-menu ul li { 
  float: left; /* Must always be floated otherwise there will be a rogue 1px margin-bottom in IE6/7 */
  width: 150px;
}
  
ul.sf-menu ul ul { 
  top: 0;
  margin: 0 0 0 150px;
}

ul.sf-menu li:hover ul,ul.sf-menu li:focus ul,ul.sf-menu li.sf-hover ul, 
ul.sf-menu ul li:hover ul,ul.sf-menu ul li:focus ul,ul.sf-menu ul li.sf-hover ul,
ul.sf-menu ul ul li:hover ul,ul.sf-menu ul ul li:focus ul,ul.sf-menu ul ul li.sf-hover ul,
ul.sf-menu ul ul ul li:hover ul,ul.sf-menu ul ul ul li:focus ul,ul.sf-menu ul ul ul li.sf-hover ul { 
  left: auto;
}
  
ul.sf-menu li:hover ul ul,ul.sf-menu li:focus ul ul,ul.sf-menu li.sf-hover ul ul,
ul.sf-menu ul li:hover ul ul,ul.sf-menu ul li:focus ul ul,ul.sf-menu ul li.sf-hover ul ul,
ul.sf-menu ul ul li:hover ul ul,ul.sf-menu ul ul li:focus ul ul,ul.sf-menu ul ul li.sf-hover ul ul,
ul.sf-menu ul ul ul li:hover ul ul,ul.sf-menu ul ul ul li:focus ul ul,ul.sf-menu ul ul ul li.sf-hover ul ul { 
  left: -999999px;
}

/* autoArrows CSS */
span.sf-arrow { 
  width: 7px;
  height: 7px;
  position: absolute;
  top: 20px;
  right: 5px;
  display: block;
  background: url(../images/arrows-black.png) no-repeat 0 0;
  overflow: hidden; /* making sure IE6 doesn't overflow and expand the box */
  font-size: 1px;
}

ul ul span.sf-arrow { 
  right: 5px;
  top: 20px;
  background-position: 0 100%;
}

/* Theming the menu */
ul#nav { 
  margin: 0 auto;
  float: right;
  margin-right: 20px;
}

ul#nav li {
  text-align: center;
  }

ul#nav ul { 
  background: #ddd;
  margin-top: 5px;
}

ul#nav li a { 
  padding: 7px 20px 6px 20px;
  font: 120% arial, sans-serif;
  text-decoration: none;
  color: #222;
  background: #FFF;
}

ul#nav li a:hover, ul#nav li a:focus, ul#nav li.selected a, ul#nav li.selected a:hover, ul#nav li.selected a:focus { 
    //  color: #03AFF7;
color: #BE7D45;
text-shadow: none;
}

ul#nav ul li a { 
  color: #222;
}

ul#nav ul li a:hover { 
//  color: #03AFF7;
color: #BE7D45;
  margin-right: 2px;
}