/**************************************
******
***** General
***************************************/

div.bodysegment {
    position: absolute;
    background-color: #6495ed;
    top: 0px;
    left: 80%;
    width: 11%;
    height: 1000px;
}

div.bodysegment2 {
    position: absolute;
    background-color: #000080;
    top: 0px;
    left: 90%;
    width: 11%;
    height: 1000px;
}

body {
    text-align: center;
    background-color: #D0D0D0;

}

.main {
    width: 980px;
    position: relative; /*top:-20px;*/
    padding-top: 20px; /*width:100%;*/
    border: 1px solid #000000;
    background-color: #FFFFFF;
}

#center {
    padding:5px;
    background-color: #FFFFFF;
}

#header {
    width: 100%;
    height: 100px;
    background-color: #FFF;
}

#topnavbar_header {
    width: 100%; /*height:100px;*/
    background-color: #FFF;
}

/**************************************
*********** Header
***************************************/

.headerspacer {
    width: 80%;
    height: 7px;
    margin-left: 10%;
    margin-top: 0px;
    margin-bottom;
0 px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: url(../home/images/graydot.jpg);
    background-repeat: repeat;
}

div.annnn {
    position: absolute;
    top: 120px;
    left: 30%;
    margin: 0 0.15em;
}

div.hometopbar {
    float:left;
}

div.hometopbar ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    line-height: 17px;
}

div.hometopbar li {
    display: inline;

}

div.hometopbar a {
    padding: 2px 1em 2px 1em; /*background-color: #a75355;*/
    background-color: #6495ed;
    border-right: 1px solid #693334;
    border-bottom: 1px solid #693334;
    margin: 0;
    color: #FFF;
    text-decoration: none;
}

div.hometopbar a:link, div.horiz a:visited {
    color: #FFF;
    text-decoration: none;
}

div.hometopbar a:hover {
    background-color: #bc787a;
    color: #FFF;
}

li#arbitrary {
    background-color: #bc787a;
    color: #FFF;
}

/**************************************
******
***** Left side bar
***************************************/

.leftsidebar {
    position: absolute;
    left: 0px;
    top: 150px;
    width: 150px;

}

.leftsidebar table tr td {
    color: #0d2474;
    text-decoration: none; /*background-color: #d3d3d3;*/
    background-color: #ffffff;
    border: 1px solid #b0c4de;
    background: url(http://www.pentecostalglory.org/images/dotted_horizontal.gif) #fff bottom left repeat-x;

}

.pastor {
    position: absolute;
    left: 350px;
    top: 20px;
    width: 400px;
    height: 380px;
}

.aboutpic {
    position: absolute;
    left: 500px;
    top: 120px;
    width: 400px;
    height: 100px;
}

div.leftbarlistheader a {
    display: block;
    text-decoration: none;
    color: #777;
    background: #fff;
    padding: 5px;
    border: 1px solid #ccc;
    border-bottom: 0;

}

div.leftbarlistheader a:hover img {
/*border: 1px solid #0000ff;*/
/*background-image:url(http://www.pentecostalglory.org/images/leftnav.gif);*/
    margin-left: 2px;
    padding: 0px;
}

div.leftbarlistheader a:hover {
/*border: 1px solid #0000ff;*/
/*background-image:url(http://www.pentecostalglory.org/images/leftnav.gif);*/
/*margin-left:2px;*/
/*padding:0px;*/
}

.content {
    position: absolute;
    left: 150px;
    top: 150px;
    width: 300px;
}

.nextevent {
    position: absolute;
    left: 0px;
    top: 300px;
    width: 300px;
}

.ministry_dates {
    position: absolute;
    left: 470px;
    top: 300px;
    width: 300px;
    border: solid 1px #000080;
}

.ministry_dates_header {
    position: relative;
    left: 0px;
    top: 0px;
    width: 300px;
    background-color: #6495ed;
    color: #ffffff;
}
