/* This is general styling of the page */

h1, h2, h3 { padding: 0 30px 0 0; font-family: Georgia, serif; }

h1 { padding-top: 30px; }

p { padding: 0 30px 0 0; }

ul { list-style-type: none; }

.box { background: #cfffd4 }

a:link { 
 text-decoration: none;
 color: white
}

a:visited {
text-decoration: none;
color: #58005F
}

a:hover {
text-decoration: none;
color: #111;
}


/* This is for each of the main containers and the styles associated with them. */

#header, #footer { background: #468f4f url('../kearney/mutedgreen_02.gif') repeat-x top; color: white; }

#header li, #nav li, #footer li {
 display: inline;
 padding: 20px;
 font-size: large;
}

#nav { background: #EFEFEF; padding: 10px 0 0 0; font-family: Georgia, serif; }


#nav a:link { color: #111 }

#content { font-size: 110%; }

#content a:link { font-weight: bold; color: #083F0E; }
#content a:hover { text-decoration: underline }

#footer { padding: 10px 0 0 0;}
#footer p { text-align: center; }

#sidebar { padding: 40px 0 0 0; }
#sidebar a:link { color: #111; }

/* This is for anything page specific */

img.border { border: 1px solid #274F2C; }

.centeredImage
    {
    clear: both;
    text-align:center;
    margin-bottom: 0;
    padding: 10px;
    }

#slider{
  overflow: hidden;
  clear: both;
  height: 328px;
  width: 920px;
  margin: 0 auto;
  padding-top: 10px;
}
#slider ul{
  list-style:none;
  margin: 0px;
  padding: 0px;
}
#slider li {
  margin: 0px;
  padding: 0px;
}
#prevBtn {
  /* background-image: url('images/buttonLeft.gif') */
 background:transparent url('images/buttonLeft.gif') no-repeat scroll 0 0;
/*display:block;
height:77px;
position:relative;
width:30px;  */
}

.floatimg { 
 float: left;
 padding: 50px 20px 10px 10px;
}

