/*---[ Overall ]------------------------*/
* {
    margin: 0;
    padding: 0;
}

body {
    margin-top: 8px;
    margin-bottom: 8px;
    font-family: sans-serif, Verdana, Helvetica; 
    font-size: 13px;
    color: #222222;
    text-align: center;
    background: url(images/background.jpg) 0 0 repeat-x #8694C8;
}
table {
    border-collapse: collapse;
}
ul {
    list-style: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #222222;
}

h1 {
    padding-bottom: 5px;
    border-bottom: 1px #b9c9d1 solid;
    font-size: 20px;
    color: brown;
}

h3 {
    font-size: 16px;
}

p {
    margin: 15px 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: -0.01cm;
    font-size: 12px;
    line-height: 20px;
}
a {
    color: #0860a8;
}
a:hover {
    color: #fc7e03;
}

#rounded_top {
    background: url(images/rounded_top_7px.gif) no-repeat bottom left;
    margin: 0px auto;
    padding: 0px;
    width: 962px;
    height: 7px;
    text-align: left;
}

#wrap {
    margin: 0px auto;
    padding: 1px 5px 5px 5px;
    width: 950px;
    background: #FFFFFF;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    text-align: left;
    -moz-border-radius: 0px 0px 7px 7px;
    -webkit-border-radius: 0px 0px 7px 7px;
}
.clear {
    clear: both;
}
.shortbreak {
    margin-top: 20px;
}
.mediumbreak {
    margin-top: 30px;
}
.longbreak {
    margin-top: 30px;
}

/*---[ Header ]-------------------------*/

#header {
    
}
#header_top_left {
    background: transparent url(images/header_bg4.gif) no-repeat top left;
    height: 93px;
    width: 694px;
    float: left;
}
#header_top_left a {
    display: block;
    height: 98px;
    text-decoration: none;
}
#header_top_right {
    float: right;
    width: 200px;
    margin-top: 0px;
    padding-right: 10px;
}

#header_top ul {
    text-align:right;
    margin-top: 5px;
}
#header_top ul li {
    padding-left: 15px;
    border-right: 1px #FFFFFF solid;
    display: inline;
}

#header_top #banner_quote {
    margin-top: 58px;
    margin-right: 15px;
    background: transparent url(images/header_be_nice3.gif) no-repeat right;
    height: 12px;
}

/*

#header_top #banner_quote {
    margin-top: 17px;
    margin-right: 10px;
    background: transparent url(images/header_be_nice2.gif) no-repeat right;
    height: 64px;
}

*/

#section_intro {
    margin: 0px;
    height: 102px;
    border: 1px #b9c9d1 solid;
    background: url(images/sectionblue_bg.jpg) repeat-x top left;
}
#section_intro #name_outer {
    border-right: 1px #b9c9d1 solid;
    text-align: center;
    font-family: Verdana, Helvetica, sans-serif; 
    font-size: 22px;
    color: #0f2e6d;
    width: 166px;
    height: 101px;
    float: left;
    overflow: hidden;
    display: table;
}
#section_intro #name_outer #name {
    margin-top: 37px;
}


#section_intro #headerGalleryWrap {
    margin: 0 auto;
}
#headerGallery1, #headerGallery2, #headerGallery3, #headerGallery4 {
    width: 150px;
    height: 100px;
    text-align: left;
    border-left: 1px #FFFFFF solid;
    border-top: 1px #FFFFFF solid;
    float: left;
}
#headerGallery5 {
    width: 150px;
    height: 100px;
    text-align: left;
    border-left: 1px #FFFFFF solid;
    border-top: 1px #FFFFFF solid;
    border-right: 1px #FFFFFF solid;
    float: left;
}

.slide-small {
  width: 150px;
  height: 100px;
  background: transparent no-repeat;
  overflow: hidden;
  margin: 0 auto;
  text-align: left;
  float: left;
  border-left: 1px #FFFFFF solid;
  border-top: 1px #FFFFFF solid;
}

.slide-big {
  width: 550px;
  height: 453px;
  background: #000;
  overflow: hidden;
  text-align: left;
  float: left;
  border: 5px black solid;
  margin: 0px 20px 20px 15px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.slide-anchor {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.rounded-small {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.rounded-normal {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

.slide-back {
  position:relative;
  background: transparent no-repeat;
  background-position: center center;
  overflow: hidden;

  text-align: left;
  float: left;
}

.slide-front {
  position:relative;
  background: transparent no-repeat;
  background-position: center center;
  overflow: hidden;

  text-align: left;
  float: left;
}

.slide-info-div {
  position:relative;
  overflow: hidden;

  text-align: left;
  float: left;
}

.slide-info {
  position:relative;
  background: transparent no-repeat;
  overflow: hidden;

  text-align: left;
  float: left;
}

.slide-info h2
{
    padding: 0;
    font-size: 13px;
    font-weight: bold;
    margin: 2px 5px;
    color: #FFF;
    text-align: center;
}

#section_intro .header_slide {
    padding-left: 1px;
}
#section_bottom {
    height: 15px;
    background: url(images/section_bottom_bg.gif) repeat-x top left;
}

/*---[ Main Menu ]--------------------------*/

#nav {
    margin-top: 1px;
    padding: 8px 4px;
    border-top: 1px #afbdc6 solid;
    border-bottom: 1px #afbdc6 solid;
    background: url(images/navblue_bg.jpg) repeat-x top left;
    text-align: left;
}
#nav li {
    margin: 5px 0;
    padding: 0 8px 0 10px;
    border-right: 1px #FFFFFF solid;
    display: inline;
}
#nav li#patrons {
    border: 0;
}
#nav a {
    text-decoration: none;
    font-family: Verdana, Helvetica, sans-serif; 
    font-weight: bold;
    font-size: 10px;
    color: #1958b7;
}
#nav a:hover {
    text-decoration: underline;
}

/*---[ Left Content ]---------------------------*/

#left_column {
    float: left;
    width: 167px;
    padding-top: 10px;
    padding-bottom: 30px;
    border-right: 1px solid #b9c9d1;
}

#sub_nav {
}

#sub_nav ul {
    margin: 0;
    padding: 0;
    border: none;
}

#sub_nav li {
    border-bottom: 1px solid #90bade;
    /*border-bottom: 1px solid white; /* border is necessary so IE behaves */
    margin: 0;
    padding: 0;
}

/* alternate sub menu style */
#sub_nav li a {
    display: block;
    padding: 5px 5px 5px 8px;
    border-left: 10px solid #1958b7;
    border-right: 10px solid #508fc4;
    background-color: #2175bc;
    color: #fff;
    text-decoration: none;
}

#sub_nav li .subcategory {
  padding-left: 20px;
}

#sub_nav li a:hover {
    border-left: 10px solid #1c64d1;
    border-right: 10px solid #5ba3e0;
    background-color: #2586d7;
    color: #fff;
}

.mainquote {
    font-family: Georgia, Verdana, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 25px;
    color: #6e79a6;
    margin-left: 15px;
    margin-right: 15px;
    letter-spacing: -1px;
}
.mainquote .author {
    color: #999999;
    font-size: 14px;
    font-style: italic;
    text-align: right;
}

.book {
    margin-top: 30px;
    text-align: center;
    padding-bottom: 5px;
}

.book .title {
    font-size: 11px;
    padding: 0px 8px;
}

.book .subtitle {
    font-size: 11px;
    font-style: italic;
    padding: 0px 8px;
}

.book .author {
    font-size: 11px;
}

.book3 img {
    border: 1px black solid;
}

.book_links {
    padding: 0;
    border: none;
}

.book_links2 {
    margin-bottom: 3px;
}

.book_links li {
    border-right: 1px #FFFFFF solid;
    display: inline;
}

.book_links li a {
    font-size: 10px;
    font-weight: bold;
}

/*---[ Center Content ]---------------------------*/

#content {
    float: left;
    width: 595px;
    padding-top: 8px;
    padding-left: 15px;
    padding-right: 10px;
    padding-bottom: 20px;
    text-align: left;
    min-height: 600px;
}

#content h1 {
    text-align: center;
}

.content_img {
    float: right;
    margin-top: 15px;
    padding: 5px;
    padding-left: 8px;
}

.content_img img {
    border: 1px #b9c9d1 solid;
}

.caption {
    font-size: 11px;
    font-family: Helvetica, Verdana, sans-serif;
    line-height: 13px;
    text-align: center;
    margin-top: 2px;
    margin-bottom: 2px;
}

.clip {
    margin-top: 20px;
    text-align: center;
    padding-right: 15px;
}

.under_construction {
    margin-left: 86px;
}

#content .quote {
    font-family: Georgia, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 25px;
    color: #092e6d;
    margin-left: 25px;
    margin-right: 35px;
}

#content .quote .author {
    padding-left: 20px;
}

/*---[ Right Content ]---------------------------*/

#right_column {
    float: right;
    width: 140px;
    margin: 55px 5px 5px 0px;
    padding: 5px;
    background-color: #ECF1FB;
    border: 2px solid #B9C9D1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#featured h3 {
    padding: 8px 0px 10px 0px;
    text-align: center;
}

.featured_ul {
    list-style: disc;
    padding-left: 15px;
    color: blue;
}

.featured_ul li {
    padding-bottom: 9px;
}

.featured_ul a {
    text-decoration: none;
}

.featured_ul a:hover {
    text-decoration: underline;
}

.featured_title {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 15px;
}

.featured_description {
    font-family: sans-serif, Verdana, Helvetica; 
    font-size: 12px;
    margin: 4px 0px 2px 5px;
    text-decoration: none;
}

.featured_image img {
    margin: 5px 0px 0px 0px;
    border: 1px solid black;
}

/*---[ Footer ]----------------------------*/

#footer {
    clear: both;
    margin-bottom: 10px;
    padding: 5px;
    background: #EEEEEE;
    border: 1px #b9c9d1 solid;
    text-align: center;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 16px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#footer a {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
}
