/*
 * jQuery Nivo Slider v2.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 body{margin:0;
 }
 #wrapper{ width:920px;
 margin:0 auto;
 height:100%;
 }
  #header{ width:920px;
  height:60px;
  background-image:url(../images/header.png);
 margin:0 auto;	 
 }
 
 
/* Styles for the contact page */


  #content{ width:920px;
  height:100%;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#999;
  	margin:25px 0px 25px 0px;
 }
   #content a{
	   color:#999;
	   text-decoration:none;
 }
   #content p a{
	   color:#999;
	   text-decoration:none;
 }
   #content a:hover{
	   color:#666;
	   text-decoration:none;
 }
   #content #self{ width:920px;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#999;
  	margin:25px 0px 25px px;
 }
 
   #content1{ width:920px;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#999;
  	margin:25px 0px 25px px;
 }
   #content1 a{
	   color:#999;
	   text-decoration:none;
 }
   #content1 p a{
	   color:#999;
	   text-decoration:none;
 }
   #content1 a:hover{
	   color:#666;
	   text-decoration:none;
 }
   #content1 #self{ width:920px;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#999;
  	margin:25px 0px 25px px;
 }

   #footer{ width:920px;
  height:15px;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#999;

 }
    #footer p{ width:920px;
  height:25px;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#999;
  margin-top:12px;
  text-decoration:none;

 }
 
  /* info content */
  
 

 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	float:right;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
.fader{
	opacity:0;
	display:none;
}
.fader p{ 
color:#999;
}
.fader a{
	font-size:11px;
color:#999;

}
.fader a:hover{ 
color:#333;
}

ul#navlist
{
padding: 0;
margin: 0;
list-style-type: none;
float: left;
width: 100%;
color: #666;
background-color: #FFF;
}

ul#navlist li { display: inline;
color:#999;}

ul#navlist li a
{
float: left;
width: 110px;
color: #999;
background-color: #FFF;
padding: 5px 0px 0px 0px;
text-decoration: none;
}

ul#navlist li a:hover
{
background-color: #FFF;
color: #666;
}

ul#navlist1
{
padding: 0;
margin: 0;
list-style-type: none;
float: left;
width: 100%;
color: #666;
background-color: #FFF;
}

ul#navlist1 li { display: inline;
color:#999;}

ul#navlist1 li a
{
float: left;
width: 165px;
color: #999;
background-color: #FFF;
padding: 0.2em 1em;
text-decoration: none;
border-right: 1px solid #666;
}

ul#navlist1 li a:hover
{
background-color: #FFF;
color: #333;
}














