a {
    color: #315C74;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    color: #315C74;
}

img {
    border: 0;
}

body {
    background-color: black;
    background-image: url(images/background.png);
    background-repeat: repeat-x;
    font-family: arial, helvetica;
}

#masthead {
    width: 825px;
    height: 160px;
    margin: auto;
}

#logo {
    float: left;
}

#logo-text {
    float: left;
}

#title-text {
    font-size: 27pt;
    font-weight: bold;
    margin: 35px auto 10px
}

#title-text a {
    text-decoration: none;
    color: inherit;
}

#tagline {
    font-size: 13pt;
    margin: 5px auto;
}

#pixopoint_menu1 {
    postition: relative;
    margin: auto;
    height: 59px;
    width: 769px;
}

#suckerfishnav {
    width: inherit;
    height: 59px;
    list-style-type: none;
    width: 769px;
    margin: auto;
    padding: 0;
    position: relative;
    line-height: 1;
    top: 1px;

 }

/* #suckerfishnav, #suckerfishnav ul { */
/*     /\* new *\/ */
/*     float: left; */
/*     line-height: 40px */
/* } */

#suckerfishnav a {
    width: 100%;
    height: 100%;
    display: block;
    color: #E7E7E7;
    text-decoration: none;
    outline: none;
}

#suckerfishnav ul {
    position: relative;
    z-index: 10;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: #757F5D;
    top: -10px;
    border-color: #5E6352;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    width: 200px;

    display: none;
    visibility: hidden;
}

#suckerfishnav li {
    text-indent: -9000px;
    float: left;
    height: 59px;
    background-image: url(images/nav-bar.png);
    width: 132px;
    display: block;
    position: relative;
    margin: 0;
}

#suckerfishnav li li {
    float: none;
    text-indent: 0;
    width: 149px;
    background-image: none;
    height: auto;
    width: auto;
    padding: 5px;
}

#suckerfishnav li li ul {
    border: none;
    margin-top: 10px;
    width: auto;
}

#suckerfishnav li li:hover {
    background: #62664E;
}

/* Home */
#suckerfishnav .home {
    width: 112px;
}

#suckerfishnav .home:hover {
    background-position: 0 59px;
}

/* About Us */
#suckerfishnav .page-item-4 {
    background-position: -112px 0;
}

#suckerfishnav .page-item-4:hover {
    background-position: -112px 59px;
}

/* Programs */
#suckerfishnav .page-item-19 {
    background-position: -244px 0;
}

#suckerfishnav .page-item-19:hover {
    background-position: -244px 59px;
}

/* Membership */
#suckerfishnav .page-item-45 {
    background-position: -376px 0;
}

#suckerfishnav .page-item-45:hover {
    background-position: -376px 59px;
}

/* Conferences */
#suckerfishnav .page-item-37 {
    background-position: -508px 0;
}

#suckerfishnav .page-item-37:hover {
    background-position: -508px 59px;
}

/* Contact */
#suckerfishnav .page-item-47 {
    background-position: -640px 0;
    width: 129px;
}

#suckerfishnav .page-item-47:hover {
    background-position: -640px 59px;
}


/* Main and container */

#main {
    width: 775px;
    margin: auto;
    background-image: url(images/paper_repeat.png);
    background-repeat: repeat-y;
}

#container {
    width: inherit;
    background-image: url(images/paper_top.png);
    background-repeat: no-repeat;
    min-height: 384px;
    position: relative;
    top: -10px;
}

#paper_bottom {
    width: inherit;
    height: 41px;
    background-image: url(images/paper_bottom.png);
    background-repeat: no-repeat;
    position: relative;
    bottom: -10px;
}

#location_bar {
    background-image: url(images/location_bar.png);
    background-repeat: no-repeat;
    width: 730px;
    height: 19px;
    position: relative;
    top: 13px;
    margin: auto;
    font-size: 10pt;
    padding: 5px 8px;
    color: white;
}

#location_bar a {
    color: #CCC;
}

#content {
    width: 65%;
    padding: 10px 0 0 20px;
    vertical-align: top;
}

#left-col {
    vertical-align: top;
    font-size: 10.5pt;
    padding-right: 10px;
}

#left-col ul {
    list-style-type: none;
}

.widget_links {

}

.widget_links ul {
    list-style-type: disc !important;
}

.nav-previous, .nav-next {
    background: #A58958;
    font-size: 9pt;
}

.entry-utility {
    font-size: 9pt;
}

#site-info {
    color: white;
    font-size: 10pt;
    padding-top: 15px;
    text-align: center;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

#exec-board td {
    padding: 5px;
}
