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 175% 'arial', arial, sans-serif;
  color: #3484C6;
  letter-spacing: -1px;
  margin: 0 0 5px 0;}

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

h3
{ font: normal 145% '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 95% 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; */
  height: 150px;
  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; */
 height: 75px;
  background: #FFF url(../images/header.png) 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: #3484C6;
  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: #3484C6;
  color: #FFF;
  padding-left: 5px;
  width: 380px;}  
  
.content_image
{ width: 250px;
  padding: 0px 20px 20px 0px;
  float: left;}
  
#footer
{ font: normal 110% arial, sans-serif;
  height: 45px;
  padding: 30px 0 5px 0;
  text-align: center; 
  background: #8100A9 url(../images/background.jpg) repeat;
  color: #FFF;
  border-top: 5px solid #1D1D1D;}

#footer a, #footer a:hover
{ color: #FFF;
  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: #3484C6;
  text-shadow: none;
}

ul#nav ul li a { 
  color: #222;
}

.actionButton {
-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #FAA31F;
 /*	background-image:url(../images/n3.gif);
   background-image: url("images/n3.gif"); */
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: auto auto;
    border-bottom-color: -moz-use-text-color;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 0;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 0;
    border-top-color: -moz-use-text-color;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-style: none;
    border-top-width: 0;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3) inset, 0 -1px 0 0 rgba(0, 0, 0, 0.3) inset;
    color: #5D5D5D;
   /* font-size: 1.2em; */
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;
    padding-bottom: 0.7em;
    padding-left: 0.7em;
    padding-right: 0.7em;
    padding-top: 0.7em;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

ul#nav ul li a:hover { 
  color: #3484C6;
  margin-right: 2px;
}
