/* style.css */

/* basics, all pages */

#body {
    text-align: center;
    margin: 0;
    padding: 0;
    font-family: Comic Sans MS,sans-serif;
    height: 100%;
}

#daisies-header {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 727px;
    height: 140px;
    margin: 0;
    background: url(images/HeaderDaisyWhite-new.jpg) no-repeat;
}

#logo {
    width: 187px;
    height: 140px;
    top: 10px;
    left: 0px;
}

#main-section {
  border-left-width: medium;
  border-right-width: medium;
  border-left-style: double;
  border-right-style: double;
  margin-left: auto;
  margin-right: auto;
  width: 727px;
}

/* Begin main menu */

#main-nav-section {
    text-align: left;
    padding-left: 39px;
    height: 28px;
}

#main-nav-section a {
    overflow: hidden;
    background-repeat: repeat-x !important;
    float: left;
    margin: 0;
    text-align: center;
    display: block;
    padding: 7px 10px;
}

#main-nav-list {
    float: left;
/*    position: relative; */
    height: 28px;
    margin: 0;
    padding: 0;
    padding-right: 3px;
    list-style-type: none;
}

#main-nav-list li {
    float: left;
    margin: 0;
    padding: 0;
    padding-left: 3px;
    text-decoration: none;
}

#main-nav-list a.main-nav-item-active {
  background: url("images/buttons/main-nav-active.gif") no-repeat;
  font-family: Comic Sans MS,sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

#main-nav-list a.main-nav-item {
  font-family: Comic Sans MS,sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
}

#main-nav-list a.main-nav-item:hover {
  background: url("images/buttons/main-nav-active.gif") no-repeat;
  font-family: Comic Sans MS,sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
}

/* Main body content */

#content-section.content {
  padding: 0px 100px 0px 100px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.content p {
  font-size: 12px;
  text-decoration: none;
  font-style: normal;
}

#content blockquote {
  font-size: 12px;
  text-decoration: none;
  font-style: italic;
  margin-left: 15px;
}

.content h1 {
  margin-left: 0px;
  font-style: normal;
  font-size: 23px;
  font-weight: bold;
  text-decoration: none;
}

.content h2 {
  font-style: normal;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
.content h3 {
  font-style: normal;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

.content h4 {          /*h3 italicized */
  font-style: italic;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
}

.content a {
    font-family: Comic Sans MS,sans-serif;
    font-size: 12px;
/*    color: #00CC99; */
    text-decoration: underline;
}

.content a:hover {
    font-family: Comic Sans MS,sans-serif;
    font-size: 12px;
    text-decoration: none;
}
.content hr {
  width: 100%;
  height: 1px;
}

.content a:visited {
  font-family: Comic Sans MS,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
}
.content a:link {
  font-family: Comic Sans MS,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
}
.content a:hover {
  font-family: Comic Sans MS,sans-serif;
  font-style: italic;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
}
.content a:active {
  font-family: Comic Sans MS,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
}

/* end basic */


/* Begin Side Menu */

#sub-section-left {
  float: left;
  display: block;
  bottom: auto;
  height: 100%;
  width: 154px;
  padding-top: 20px;
  padding-left: 1px;
  text-align: left;
}

#sub-nav-list {
  width: 154px;
  font-family: Comic Sans MS,sans-serif;
  height: 24px;
  line-height: 24px;
  margin-left: 0px;
  list-style-type: none;
  text-align: left;
}

sub-nav-list.sub-nav-item {
  float: left;
  width: 154px;
  margin-left: 0px;
  list-style-type: none;
  font-size: 10px;
  text-decoration: none;
  text-align: left;
  width: 154px;
  height: 24px;
  overflow: hidden;
  display: block;
  text-align: left;
  text-decoration: none;
}

#sub-nav-list a {
    width: 144px;
    height: 24px;
    overflow: hidden;
    display: block;
    margin-left: -35;
    text-align: left;
    text-decoration: none;
}

a.sub-nav-item {
  font-family: Comic Sans MS,sans-serif;
  text-decoration: none;
  font-size: 10px;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  list-style-type: none;
}

#sub-nav-list a.sub-nav-item:hover {
    font-family: Comic Sans MS,sans-serif;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

#sub-nav-list a.sub-nav-item-active {
    background: url(../images/buttons/sub-nav-active.gif) no-repeat right top;
    font-family: Comic Sans MS,sans-serif;
    text-decoration: none;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

#sub-nav-list a.sub-nav-item-active:hover {
    font-family: Comic Sans MS,sans-serif;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

/* End submenu */


/* Sub-section-right (narrow content) */

sub-section-right {
  display: block;
  float: right;
  height: 100%;
  font-family: Comic Sans MS,sans-serif;
}

sub-section-right.nc {
  width: 525px;
  padding: 0px 0px 0px 0px;
  font-family: Comic Sans MS,sans-serif;
  text-align: left;
}

p.nc {
  font-size: 12px;
  text-decoration: none;
  font-style: normal;
  text-align: left;
}

h1.nc {
  margin-left: 0px;
  font-style: normal;
  font-size: 23px;
  font-weight: bold;
  text-decoration: none;
}

h2.nc {
  font-style: normal;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
h3.nc {
  font-style: normal;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

/*h3 italicized */
h4.nc {
  font-style: italic;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
}

a.nc {
    font-family: Comic Sans MS,sans-serif;
    font-size: 12px;
    text-decoration: underline;
}

a:visited.nc  {
  font-family: Comic Sans MS,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
}
a:link.nc  {
  font-family: Comic Sans MS,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
}
a:hover.nc  {
  font-family: Comic Sans MS,sans-serif;
  font-style: italic;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
}
a:active.nc  {
  font-family: Comic Sans MS,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
}

ul.nc {
  margin-left: 0px;
  font-size: 12px;
  text-decoration: none;
  font-style: normal;
  text-align: left;
  list-style-type: circle;
  list-style-position: outside;
}

li.nc {
  font-size: 12px;
  text-decoration: none;
  font-style: normal;
  text-align: left;
}

/* end sub-section-right (narrow content) */




/*
sub-section-right {
  font-family: Comic Sans MS,sans-serif;
  text-align: left;
}

sub-section-right.nc {
  font-family: Comic Sans MS,sans-serif;
  text-align: left;
}

.nc p {
  font-size: 12px;
  text-decoration: none;
  font-style: normal;
}

.nc h1 {
  margin-left: 0px;
  font-style: normal;
  font-size: 23px;
  font-weight: bold;
  text-decoration: none;
}

.nc h2 {
  font-style: normal;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
.nc h3 {
  font-style: normal;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

.nc h4 {
  font-style: italic;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
}

.nc a {
    font-family: Comic Sans MS,sans-serif;
    font-size: 12px;
    color: #00CC99;
    text-decoration: underline;
}

.nc a:hover {
    font-family: Comic Sans MS,sans-serif;
    font-size: 12px;
    text-decoration: none;
}
 #nc a:visited {
  font-family: Comic Sans MS,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
  color: #87a0be;
}
#nc a:link {
  font-family: Comic Sans MS,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
  color: #315eb5;
}
#nc a:hover {
  font-family: Comic Sans MS,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
  color: #315eb5;
}
#nc a:active {
  font-family: Comic Sans MS,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
  color: #315eb5;
}

.nc hr {
  width: 100%;
  height: 1px;
}
*/
/* end narrow content section */

/* Begin footer */

#footer-text {
  clear: both;
  font-style: normal;
  font-size: 10px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  padding: 0px 0px 0px 0px;
}

#footer-text hr {
  width: 100%;
  height: 1px;
  border-top: double;
}

#footer-text a {
  font-family: Comic Sans MS,sans-serif;
  font-style: normal;
  font-size: 10px;
  font-weight: normal;
  text-decoration: under;
}
#footer-text a:hover {
  font-family: Comic Sans MS,sans-serif;
  font-style: italic;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
}
#footer-text a:active {
  font-family: Comic Sans MS,sans-serif;
  font-style: italic;
  font-size: 10px;
  font-weight: normal;
  text-decoration: under;
}



