@charset "utf-8";
/* CSS Document */

* {
border: 0;
outline: 0;
padding: 0;
margin: 0;
z-index: 0;
font-family: Georgia, "Times New Roman", Times, serif;
}

#pagewrap {
width: 1014px;
margin: 0 auto;
}

#navbar {
text-align: center;
position: relative;
margin: 5px 0 5px 0;
}

#navmenu {
list-style-type: none;
padding: 3px 0 3px 0;
margin: 3px 0 0 0;
}

/*display: inline; makes navbar horizontal*/
#navmenu li {
display: inline;
text-align: center;
}

#navmenu ul {
display: inline;
}

#navmenu ul .item {
display: none;
}

.navlink {
font-size: 18px;
color: #000000;
text-decoration: none;
padding: 3px 9px 3px 9px;
}

.navlinks {
color: #000000;
text-decoration: none;
}

.navlinkon {
font-size: 18px;
color: #000000;
text-decoration: underline;
padding: 3px 9px 3px 9px;
}

.navlink:hover {
text-decoration: underline;
}

.navlinks:hover {
text-decoration: underline;
}

#login {
text-align: center;
}

#content {
position: relative;
padding: 5px;
}

#fbookq {
display: none;
position: absolute;
border: #CC0000 solid 1px;
background: #FFCCCC;
}

#fbookq img {
float: right;
}

#fbookq p {
padding: 10px 0 10px 10px;
font-size: 18px;
}

#fbookq ul {
list-style-type: none;
padding:0 0 10px 0;
}

.links {
color: #000000;
}

.list {
padding: 0 0 9px 20px;
list-style-type: none;
}

.listwithbullet {
padding: 0 0 9px 25px;
}

.fulltext {
padding: 0 0 9px 0;
}

.headings {
padding: 0 0 5px 0;
}

#footout {
width: 100%;
float: left;
background: url(../images/footer_back_top.jpg) top repeat-x;
padding-top: 3px;
border: #2ba5b0 1px solid;
}

#footin {
background: url(../images/footer_back_bottom.jpg) bottom repeat-x;
padding-bottom: 3px;
height: 140px;
}

#footcontact {
padding: 9px 0 0 9px;
float: left;
}

#footcontact li {
padding: 3px 0 0 5px;
}

#footcontact ul {
list-style: none;
}

#more {
float: left;
padding: 9px;
}

#more ul {
list-style-type: none;
}

#logos {
padding: 15px 10px 0 0;
text-align: right;
}

#rights {
text-align: center;
font-size: 12px;
float: left;
width: 100%;
}