html
{ height: 100%;}

*
{ margin: 0;
  padding: 0;}

body
{ font: normal .80em arial, sans-serif;
  background: #1C051F url(../images/pattern.jpg) repeat;
  color: #1D1D1D;}

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: #004A96;
  letter-spacing: -1px;
  margin: 0 0 10px 0;
  padding: 15px 0 0 0;}

h2
{ font: bold 165% arial, sans-serif;}

h3
{ font: bold 125% arial, sans-serif;
  padding: 0 0 5px 0;
  color: #004A96;}

h4, h5, h6
{ margin: 0;
  padding: 0 0 5px 0;
  font: bold 110% arial, sans-serif;
  color: #FFF;
  line-height: 1.5em;}

h5, h6
{ font: italic 95% arial, sans-serif;
  color: #FFF;
  padding-bottom: 15px;}

h6
{ color: #362C20;}

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, #contact, #menu_container
{ margin-left: auto; 
  margin-right: auto;}

#site_content
{ width: 980px;
  overflow: hidden;
  background: #D1D1D1 url(../images/site_content.jpg) no-repeat;}  

#menu_container
{ width: 980px;
  height: 56px;
  margin: 5px 0px;} 
  
#menubar
{ width: 825px;
  height: 56px;
  float: right;
  color: #000;}   
  
#header
{ width: 980px;
  height: 105px;}
  
.name
{ width: 980px;
  height: 55px; text-align: left;}
  
.slogan
{ width: 980px;
  height: 50px;
  background: transparent;
  text-align: left;}
  
.name H1
{ font: normal 250% arial, sans-serif;
  color: #004A96;
  letter-spacing: -3px;
  background: transparent;}

span
{ color: #1D1D1D;}

.slogan H2
{ font: normal 160% arial, sans-serif;
  color: #1D1D1D;
  letter-spacing: -1px;
  background: transparent;}

#banner_image {
    margin: 0 auto;
	width: 700px;
	margin-left: 20px;
	float: left;
}
#slider-wrapper {
    height: 250px;
	background: transparent;
	width: 700px;
}
#slider {
    background: url("../images/loading.gif") no-repeat scroll 50% 50% transparent;
    height: 250px;
    position: relative;
    width: 700px;
}
#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: 0 20px 20px 0;}

.sidebar
{ float: right;
  width: 220px;
  margin-bottom: 10px;}

.sidebar_item
{ font: normal 100% arial, sans-serif;
  padding-bottom: 5px;
  width: 220px;}

.sidebar h2
{ height: 25px;
  padding: 5px 0 5px 5px;
  color: #FFF;
  background: #004A96 url(../images/header.jpg) repeat-x;}  
  
.sidebar h4
{ font-size: 125%;
  padding-left: 5px;
  color: #004A96;}

.sidebar a
{ padding-left: 5px;
  color: #004A96;}

.sidebar p
{ padding-left: 5px;}  
  
.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: 720px;
  float: left;}

.content_item
{ width: 720px;
  margin: 0 0 20px 20px;
  float: left;}
  
.content_item h1
{ height: 25px;
  width: 695px;
  padding: 5px 0 5px 5px;
  color: #FFF;
  background: #004A96 url(../images/header.jpg) repeat-x;}  

.content_image
{ width: 250px;
  padding: 0px 20px 20px 0px;
  float: left;}
  
#content_grey
 { width: 980px;
  height: 150px;
  text-align: center; 
  background: transparent url(../images/footer.jpg) repeat;
  color: #FFF;} 
  
.content_grey_container_box
{ width: 295px;
  padding: 5px;
  text-align: center;
  margin: 20px 10px 10px 10px;
  float: left;
  color: #FFF;}

.content_grey_container_boxl
{ width: 295px;
  padding: 5px;
  text-align: center;
  margin: 20px 0 10px 10px;
  float: left;
  color: #FFF;}  
  
   .readmore
{ font: bold 110% Arial, Helvetica, sans-serif;
  height: 15px;
  width: 80px;
  margin-left: 95px;
  padding: 5px 2px 7px 2px;
  background: #fff;
  background: -moz-linear-gradient(#fff, #ccc);
  background: -o-linear-gradient(#fff, #ccc);
  background: -webkit-linear-gradient(#fff, #ccc);
  border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border: 15px 15px 15px 15px;
  -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;}
  
 .readmore a
{ color: #1D1D1D;}
  
#footer
{ width: 980px;
  font: normal 100% arial, sans-serif;
  height: 200px;
  margin-bottom: 10px;
  padding: 0px 0 20px 0;
  text-align: center; 
  color: #1D1D1D;}

#footer a, #footer a:hover
{ color: #1D1D1D;
  text-decoration: underline;}

#footer a:hover
{ text-decoration: none;}
  
/* from here: http://www.gmarwaha.com/blog/2007/08/23/lavalamp-for-jquery-lovers */
.lavaLampWithImage {
  position: relative;
  height: 50px;
  overflow: hidden;
  width: 1000px;
}

.lavaLampWithImage li {
  float: left;
  list-style: none;
}

.lavaLampWithImage li.back {
  background: #004A96 url(../images/menu_item.jpg) repeat-x;
  height: 50px;
  z-index: 8;
  position: absolute;
}

.lavaLampWithImage li a {
  font: normal 110% arial, sans-serif;
  text-decoration: none;
  color: #FFF;
  z-index: 10;
  display: block;
  height: 35px;
  padding: 15px 0px 0px 35px;
  position: relative;
  overflow: hidden;
}

.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
  border: none;
}