@charset "utf-8";

/*===========================================================================*\
||                                                                           ||
||           Name:  subpage.css                                              ||
||         Author:  Benjamin A.B.                                            ||
||           Date:  2009-07-11                                               ||
||        Version:  0.03                                                     ||
||                                                                           ||
\*===========================================================================*/

@import url("common.css");

body {
    height: 100%;
}

div#banner {
    background-image: url(images/banner.jpg);
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    height: 100px;
}

div#main {
    margin-bottom: 0px;
    min-height: 350px;
    width: 810px;
    text-align: left;
    padding-left: 75px;
    padding-right: 75px;
    padding-top: 20px;
    padding-bottom: 25px;
    font-family: arial, geneva, helvetica, sans-serif;
    color: #000000;
    font-size: 10pt;
}

div.title {
    background-repeat: no-repeat;
    margin-left: -75px;
    width: 230px;
    height: 35px;
}

span.hidden {
    position: relative;
    left: 10px;
    top: -24px;
    z-index: 0;
    font-size: 14pt;
}

div#linksTitle {
    background-image: url(images/linksTitle.gif);
}

div#aboutUsTitle {
    background-image: url(images/aboutUsTitle.gif);
}

div#contactTitle {
    background-image: url(images/contactTitle.gif);
}

div#faqTitle {
    background-image: url(images/faqTitle.gif);
}

div#seanRatingTitle {
    background-image: url(images/seanRatingTitle.gif);
}

a#homeButton {
    background-color: #000000;
    background-image: url(images/home.png);
    background-repeat: no-repeat;
    background-position: top;
    display: block;
    position: relative;
    left: 5px;
    top: 3px;
    width: 94px;
    height: 29px;
    z-index: 1;
}

a#homeButton:hover{
    background-position: center;
}

a#homeButton:active {
    background-position: bottom;
}

div#linkWrapperEnd {
    background-image: url(images/linksBarEnd.gif);
    position: relative;
    left: 236px;
    top: -35px;
    width: 19px;
    height: 35px;
}

div#linkWrapper {
    background-image: url(images/linksBar.gif);
    position: relative;
    left: 255px;
    top: -70px;
    width: 630px; /*385*/
    height: 35px;
}

div#linkMenu {
    position: relative;
    left: 5px;
    top: 8px;
    width: 380px;
    height: 15px;
    color: #006176;
}

div#searchBar {
  background-color: #000000;
  position: absolute;
  left: 385px;
  top: 0px;
  width: 230px;
  height: 25px;
  font-family: arial, geneva, helvetica, sans-serif;
  color: #006176;
  font-size: 8pt;
}

input#searchButton {
  background-color: #000000;
  background-image: url(images/search.png);
  background-position: top;
  background-repeat: no-repeat;
  position: absolute;
  border: 0px;
  width: 94px;
  height: 29px;
  top: -5px;
  z-index: 1;
}

input#searchButton:hover {
    background-position: center;
}

input#searchButton:active {
    background-position: bottom;
}

div#text {
    background-color: #2C2D2C;
    position: relative;
    top: -40px;
    font-family: arial, geneva, helvetica, sans-serif;
    color: #82A0BA;
    font-size: 10pt;
    border: 0px solid #000000;
    padding: 4px;
}

h2 {
    font-family: Georgia, serif;
    color: #82A0BA;
    font-size: 11pt;
    font-style: italic;
    position: relative;
    left: -25px;
}

div#footer {
    background-image: url(images/footer.jpg);
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    height: 25px;
}

a:link  {
    color: #006276;
    text-decoration: underline;
    background-color: transparent;
}

a:visited  {
    color: #00414F;
    text-decoration: underline;
    background-color: transparent;
}

a:hover  {
    color: #000000;
    text-decoration: underline;
    background-color: #00AEFF;
}

a.onPage:link  {
    color: #006176;
    text-decoration: underline;
    background-color: transparent;
}

a.onPage:visited  {
    color: #78B5D1;
    text-decoration: underline;
    background-color: transparent;
}

a.onPage:hover  {
    color: #000000;
    text-decoration: underline;
    background-color: #00AEFF;
}

input#donate {
    background-image: url(images/donate.png);
    background-repeat: no-repeat;
    background-position: top;
    position: absolute;
    width: 94px;
    height: 29px;
    font-size: 1pt;
}






















