@charset "UTF-8";
/* CSS Document */
 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #cde3f2;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.thrColFixHdr #container {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #navBar {
	background: #001932;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColFixHdr #sideNavBar {
	background: #CDE3F2; /* the background color will be displayed for the length of the content in the column, but no further */
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
} 
.thrColFixHdr #sideNavBar ul
{
	float:left;
	width:10%;
	padding:0;
	margin:0;
	list-style-type:none;
}
.thrColFixHdr #sideNavBar a
{
	float:left;
	width:145px;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 5px;
	color: #FFFFFF;
	background-color: #003366;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.thrColFixHdr #sideNavBar a:hover {
	background-image: url(../images/navBar/overNavBar.jpg);
}
.thrColFixHdr #sideNavBar li {display:inline}

.thrColFixHdr #sidebar1 {
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #CDE3F2;
}
.thrColFixHdr #sidebar1 h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFFFFF;
	line-height: 25px;
	text-align: center;
	background-color: #001932;
} 
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 0 5px 0; /* padding keeps the content of the div away from the edges */
	text-align: right;
}
.thrColFixHdr #sidebar2 h7 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
	color: #000066;
	font-weight: bold;
}
.thrColFixHdr #sidebar3 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #CDE3F2; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 0 5px 0; /* padding keeps the content of the div away from the edges */
	text-align: right;
}

.thrColFixHdr #subnavBar {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 170px;
} 

.thrColFixHdr #mainContent {
	margin: 0 165px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 590px;
	line-height: normal;
	vertical-align: top;
}

.thrColFixHdr #mainContent img {
}


.thrColFixHdr #mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #000000;
	margin-left: 15px;
	vertical-align: text-top;
}

.thrColFixHdr #mainContent td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	font-size: x-small;
	text-align: left;
}
.thrColFixHdr #mainContent th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
}
.thrColFixHdr #mainContent th h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000099;
	font-weight: bold;
}
.thrColFixHdr #mainContent th h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000066;
	font-weight: bold;
}
.thrColFixHdr #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
	color: #000099;
	margin-left: 10px;
}	
.thrColFixHdr #mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
	color: #000099;
	margin-left: 10px;
}	
	
.thrColFixHdr #mainContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-style: italic;
	font-weight: bold;
	color: #000099;
	margin-left: 10px;
}	
	
.thrColFixHdr #mainContent h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #CC3300;
	margin-left: 10px;
}

.thrColFixHdr #mainContent h5 {
	text-align: left;
	font-size: small;
	height: 10px;
}
	
.thrColFixHdr #mainContent h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	text-align: center;
	color: #333333;
	height: 12px;
}
.thrColFixHdr #mainContent h7 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: left;
	color: #000066;
	font-weight: bold;
}
.thrColFixHdr #mainContent h8 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: left;
	color: #000066;
	font-weight: bold;
}
.thrColFixHdr #contentPics {
	width: 590px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0;
	text-align: left;
} 
.thrColFixHdr #contentPics img
{
	border-style: none;
}
.thrColFixHdr #mainMedia {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
	color: #000066;
	font-weight: bold;
	margin: 0px;
	padding: 10px;
	float: right;
}

.oneColFixCtr #memberForm {
	width: 700px;
	margin-left: 100px;
}
.thrColFixHdr #subContent {
	margin: 0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 500px;
	background-color: #0000FF;
	text-align: center;
}
.thrColFixHdr #subContent img {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
}
.thrColFixHdr #flvContainer {
	width: 700px;
	margin-right: 100px;
	margin-left: 100px;
} 
.thrColFixHdr #thisWeek {
	height: 224px;
	width: 550px;
} 
.thrColFixHdr #footer {
	background:#000000;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.thrColFixHdr #footer a {
	color: #FFFFFF;	
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	width: 330px;
}

.thrColFixHdr #container #mainContent .fltrt p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #333333;
	text-align: right;
}
.thrColFixHdr #container #mainContent .fltrt h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	color: #666666;
}
.thrColFixHdr #container #mainContent .fltrt img {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	width: 330px;
}
.thrColFixHdr #container #mainContent .fltlft h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	color: #666666;
}
.thrColFixHdr #container #mainContent .fltlft .fltlft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
.thrColFixHdr #container #mainContent .fltrt h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
.thrColFixHdr #container #mainContent .fltlft p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	text-align: left;
}
.thrColFixHdr #container #mainContent .fltlft img {
	margin: 0px;
	padding: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 
.thrColFixHdr #serviceStyle {
	background-image: url(../sermons/2009/images/sermonWebBg.jpg);
}

