*{margin:0;padding:0;}
a img{outline:0;border:0;}
a{text-decoration:none;}
a:hover {text-decoration: underline;}
/* 
We use this to create a sticky footer */
html, body{ height:100%;}
/* Baker's Teenee Css Framework*/
.clear{clear:both;}
.clearl{clear:left;}
.clearr{clear:right;}
.left{float:left;}
.right{float:right;}
.hidden{display:none;}
.strike{text-decoration:line-through;}
/* General Styles */
/* Headers */
h1{
  font-size:200%;
}
h2{
  font-size:150%;  
}
h3{
  font-size:125%;
}
h4{
  font-size:100%;
}
h5{
  font-size:75%;
}
h6{
  font-size:50%;
}
h1,h2,h3,h4,h5,h6{
   margin:0.5em 0;
}
/* Paragraph */
p{
  text-indent:1em;
  line-height:1.5em;
  margin:0.5em 0;
  font-weight:600;
}
/* Structural */
body{
  font:100% "Lucida Grande", "Helvetica", "Arial", sans-serif;
  background:#FFF; 
}

#navigation{
  margin-top:-25px;
  width:18%;
  padding-left:10px;
  float:left;
}
#main{
  padding:0 20px;
  width:70%;
  float:left;
}
#header-content{
  position:relative;
  width:1000px;
}
#slideshow{
  margin-left:33px;
  width:300px;
  height:100px;
}


/* Navigation */
#navigation{
  background:url('../images/navigation.png');
  min-height:400px;
}

#menu li.home{
  border:0;
}
#menu li.home a{
  font-size:1.25em;
  color:#000;
  font-weight:bold;
}
#menu a.title:last-child{
  margin:.75em 0 3px;
}
#menu a.title{
  border:0;
  font-size:1.5em;
  color:#236296;
  font-weight:bold;
  margin:3px 0;
}
#menu a.title:hover{
  text-decoration:none;
  border-bottom:1px solid #236296;
}
#menu li{
   list-style:none;
}
#menu li ul li{
  padding:0px 5px;
  margin:3px 0;
  border-left:5px solid #236296;
}
#menu ul li a{
  font-weight:bold;
  color:#000;
  font-size:0.9em;
}
/* Header */
#header{
  background:#064B82 url('../images/Header.jpg') no-repeat center top;
  width:100%;
  height:144px;
  padding:32px 0;
}

#header h1{
  margin:0;
  width:657px;
}
