@charset "utf-8";
/*    
************ OPERA, FF, ETC DO NOT USE THE SAME RENDERING ENGINE  ************ 
FOR OPERA. CHROME, AND IE  USE body {background-color:#B8C1D1;}
FOR FF USE body {background-color:#D3D9E4;}
**************************************************************************
*/
/* ================== Structure ==================  */
 * {
    border-collapse:collapse;
     margin:0;
     padding:0; 
    outline:none
    }
body {
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:84%; /*ORIGINALLY WAS 105%. 84% IS 13.4px WHICH IS EQUIVELANT TO 10pt*/
margin:0;
}
#bg {
    position:fixed;
    top:0;
    left:0; 
    }   
#bg { /* THESE VALUES DO NOT MAKE SENSE BUT WITHOUT THEM IT DON'T WORK */   
    min-width:100%;
    min-height:100%;
    width:1px;
    height:20px
    }


.container {
    background-color:#FDFDFD;
    border-left:1px solid blue;
    border-right:1px solid blue;
    border-bottom:none;
    margin:0 auto;
    min-height:720px;
    padding:0;
    width:930px;
    position:relative;
    z-index:10;
    }

#top {
    height:97px;
    margin:0 auto;
    padding:0;
    width:932px;
    border: none;
    }
#top img {position:relative; margin:0 auto 0 auto; z-index:100; border:none}
#main {
    margin:20px 0 0 144px; 
    }
/* ================== TYPOGRAPHY ==================  */
#main p {
    line-height:1.4em;
    }
#home #main { margin-top:46px}
#minister #main {
    padding-left:16px;
    width:762px;
    }

#relEdu .container #main #tabs ul li {
    height:2.7em;
    }

#relEdu .container #main p {
    width:600px;
    }

#schedule {
    background:#EFF0FF;
    float:left;
    font:10pt Verdana;
    margin:0 1em 0 0;
    padding-top:.5em;
    text-align:center;
    visibility:visible;
    width:194px;
    padding-bottom:1em;
    min-height:450px; min-height:500px;
    }

#sidebar {
    background:#EBEBEB;  background:#FFF;
    float:right;
    padding:15px 10px 15px 20px;
    width:160px;
    }
.clear {clear:both;}

.displayBlock {
    display:inline-block;
    width:300px;
    }

#bottom {
    background-image:url("imagesDefault/bottom2.png");
    background-repeat:no-repeat; background-position:top;
    border:none;
    height:39px;
    margin: 0 auto 0 auto;
    width:932px;
    position:relative;
    z-index:100;
    padding-top:10px;
    padding-bottom:20px
    }

.footer {
    font-size:80%;
    margin:0 auto 0 auto;
    text-align:center;
    width:550px;
    padding-top:10px;
    padding-bottom:10px;
    border-top:1px solid #585858
    }

.gapRemover {
    border-bottom:1px solid blue;
    height:10px;
    margin:-6px auto 2em auto;
    width:90%;
    }

.safariBackgndColorFix {background-color:#C6CEDC;}

.services {
    font-weight:bold;
    margin-bottom:.5em;
    margin-top:1em;
    text-align:center;
    }
a:link.otherlinks,a:active.otherlinks,a:visited.otherlinks {
color:blue;
text-decoration:none;
}
a:hover.otherlinks {
color:red;
text-decoration:none;
border-bottom:1px solid red
}
h1 {color:#395986; text-align:center;}

h2 {color:#395986; font-size:120%;}

.first > p:first-letter {
    font: 2.5em/80% sans-serif;
    float: left;
    padding: 0.2ex 0 0 0.2ex;
    margin: 0;
    overflow: visible;
    }
.color {
    color: #395986;
    font-weight: bold;
    }

li {outline:none;}	/*PREVENT FF FROM PUTTING A DOTTED LINE AREOUND LINKS.  IT IS ESPECIALLY UNWANTED WITH TABS*/

#flashPosition { margin-right:10px}

/* Other link colors */
	a:link.otherlinks2 {color: blue; text-decoration: none}
	a:active.otherlinks2 {color: blue; text-decoration: none}
	a:visited.otherlinks2 {color: blue; text-decoration: none}
	a:hover.otherlinks2 {color: red;text-decoration: none; border-bottom:1px solid red}
	
/* Validator Links */
	a:link.validator {color: white; text-decoration: none; font-weight:normal}
	a:active.validator {color: white; text-decoration:none; font-weight:normal}
	a:visited.validator {color: white; text-decoration:none; font-weight:normal}
	a:hover.validator {color: white;text-decoration: none; font-weight:normal; border-bottom: none}	
	

#Pictures .container #main hr {
	width:80%;
	text-align:center;
	margin:2px auto;
	clear:right;
}
#rss_uua {
	width:400px;
	font-size:76%;
	margin:40px 0 40px 200px ;
	border:1px solid blue;
	padding:.5em;
}

#minister #main #sermons ul { margin:0; }

#minister #main #sermons ul li { margin:0 0 0 1em; list-style:none }

#sermon {
	font: 10pt arial;
	background: #f3f5f3;
	left: 140px;
	top: 159px;
	width: 194px;
	float: left;
	right: 217px;
	text-align: center;
	position: absolute;
	visibility: visible;
}

.displayNone {
	display:none
}

a:link.otherlinks {
	color: blue;
	text-decoration: none
}

a:visited.otherlinks {
	color: blue;
	text-decoration: none
}

.right {
	float: right;
	width: 18%;
	padding:1em;
	border:1px dotted black;
}

#flashPosition {
	float: right;
	width:300px;
}

.picture {
	float: left;
	margin-right: 4px;
	text-align:center;
}

.caption {
	font-size:7.5pt;
	text-align:center
}
#famUU {
	  margin-top:6em; 
	  margin-left:-100px; 
	  position:relative; 
	   float: left;	
	  }

.show { display:block !important}
.paleYellow {background-color:#fffad7}
