/* CSS Document */
body{
	margin:10px;
	padding:0;
	line-height: 1.5em;
	background-color: #003366;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

img {border:0;}

b{font-size: 110%;}
em{color: red;}

#topsection{
height: 90px;             /*Height of top section*/
/* background: #003366 url(../images/banner-logo-blend01.jpg) no-repeat left; */
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#menusection{
position:relative;
height: 46px;            /*Height of menu section*/
background: transparent url(../images/backgrounds/bg-footer-blue.gif) repeat;
}

#menusection2{
position:relative;
height: 46px;            /*Height of menu section*/
background: transparent url(../images/backgrounds/menu-blue.png) repeat;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn {
margin: 0 200px 0 245px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn {
float: left;
width: 245px;           /*Width of left column*/
margin-left: -100%;
background: transparent url(../images/backgrounds/bg-scroller-black-grey-245px.gif) repeat-y;
}

#rightcolumn {
float: left;
width: 200px;           /*Width of right column*/
margin-left: -200px;    /*Set left marginto -(RightColumnWidth)*/
background: transparent url(../images/backgrounds/bg-scroller-black-grey.gif) repeat-y;
}

#footer {
	clear: left;
	width: 100%;
	color: #FFF;
	text-align: center;
	padding: 4px 0;
	background: transparent url(../images/backgrounds/bg-footer-blue.gif) repeat;
}

#footer a {
color: #FFFF80;
}

#VOTD{
float:inherit;
text-align:center;
padding: 10px;
font-family: Times;
font-weight: bold;
font-style: italic;
/* width:100%; */
/* color:#000000;  */
/* background: #FFCCCC; */
border-bottom-width:thin;
border-bottom-style:solid;
border-bottom-color:#000000;
}

#Vidbox{
float:right;
border: 0px solid black;
padding: 0px;
margin: 5px;
background-color: transparent;
/* background-color: #F0F0F0; */
/* background: white url(../images/bg-slant.gif) repeat; */
}

#pscrollerL {
width: 200px;
height: 50px;
border: 1px dashed black;
padding: 5px;
/* background-color: lightyellow; */
background: transparent url(../images/backgrounds/bg-scroller-golden-245.gif) repeat-y;
}

#pscrollerL1 {
margin-top: 0 !important;
margin-top: -3px;  /* fix for stupid IE that would put a gap between image slices */
width: 225px;
height: 65px;
border: 0px dashed black;
padding: 10px;
/* background-color: yellow; */
background: transparent url(../images/backgrounds/bg-scroller-golden-245.gif) repeat-y;
}

#pscrollerR {
width: 170px;
height: 70px;
border: 0px solid black;
padding: 10px;
/* background-color: #F0F0F0; */
background: transparent url(../images/backgrounds/bg-scroller-golden.gif) repeat-y;
}

#pscrollerR1 {
margin-top: 0 !important;
margin-top: -3px;  /* fix for stupid IE that would put a gap between image slices */
width: 180px;
height: 85px;
border: 0px solid black;
padding: 10px;
/* background-color: #F0F0F0; */
background: transparent url(../images/backgrounds/bg-scroller-golden.gif) repeat-y;
}



.center {
display: block;
    margin-left: auto;
    margin-right: auto;
}

.innertube {
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.sitemeter {
	float:right;
	/* text-align: right; */
	margin-top: 0;
}


.mainimgR {
	float:right;
	padding-top: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
}

.mainimgright {
	float:right;
	padding-top: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
}

.mainimgL {
	float:left;
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 0px;
}

.mainimgleft {
	float:left;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
}

.rssclass .rsstitle {
color: #000099;
font-weight: bold;
}

.rssclass .rssdate {
color: #000099;
font-size: small;
}

.rssclass a {
font-size: 100%;
font-weight: bold;
color: #000099;
text-decoration: none;
}

.indent1 {
margin-left: +20px;
}

.indent2 {
margin-left: +40px;
}

.style1 {
font-size: x-small;
}

.style2 {
font-size: small;
}

.style3 {
font-size: medium;
}

.style4 {
font-size: large;
}

.GmapText {
width: 270px;      /* Just wide enough for 3 tabs on the bubble */
font-size: 13px;
color: black;
}

.prayertext {
color: yellow;
}

A.linkmenu:link, A.linkmenu:active, A.linkmenu:visited { 
color:white;
text-decoration:none;
font-size: 12pt;
}
A.linkmenu:hover {
color:white;
text-decoration:none;
font-size: 12pt;
font-weight:bolder;
}

A.linkyellow:link { 
color:yellow;
}
A.linkyellow:active { 
color:yellow;
}
A.linkyellow:visited { 
color:yellow;
}
A.linkyellow:hover { 
font-weight:bolder;
color:yellow;
}