@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FBFBFB;
	background-image: url(../images/site/bg.png);
	background-position: center top;
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container {
	width: 1120px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	height: 23px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bolder;
} 
.twoColFixLtHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px;
	background-image: url(../images/site/left_jesussaves.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 320px;
}
#mainContent {
	margin-right: 0;
	margin-bottom: 0;
	padding-bottom: 0px;
	background-repeat: repeat-y;
	float: right;
	z-index: 100;
}
html>body #mainContent {
	width: 890px;
	padding-right: 30px;
	padding-left: 30px;
	background-image: url(/images/site/maincontent_bg.png);

}


#headImage {
	margin-right: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
	margin-left: 0px;
	left: 2px;
}

.twoColFixLtHdr #footer {
	background-color: #2A2A2A;
	background-image: url(../images/site/footer_bg.png);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-bottom: 0;
} 
.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;
	margin-left: 8px;
}
.footerText {
	color: #FFFFFF;
	font-size: 10px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	text-align: right;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

p {
	margin: 0px;
	font-size: 12px;

}



#menuLeft {
	top: 360px;
	z-index: 500;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: absolute;
	padding-left: 0px;
	width: 175px;
	text-align: right;
} 
#mainRight {
	float: right;
	width: 350px;
}
#mainLeft {
	float: left;
	width: 510px;
}
#cornerLeftTop {
	background-image: url(../images/site/corner_lefttop.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 283px;
	padding-top: 22px;
	padding-left: 22px;
}
.txtTitle {
	font-size: 24px;
	color: #2D1A3E;
	font-weight: lighter;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #2E1A3F;
	border-right-color: #2E1A3F;
	border-bottom-color: #2E1A3F;
	border-left-color: #2E1A3F;
	text-transform: uppercase;
	letter-spacing: 4px;
	display: block;
}

.tblFOMO {
	font-size: 24px;
	color: #FFFFFF;
	text-transform: uppercase;
	display: block;
	background-image: url(/images/fomo_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

td.left {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	vertical-align: top;
	color: #452E59;
}


a:link {
	color: #452E59;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #452E59;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #452E59;
	text-decoration: none;
	font-weight: bold;
}
a:active { color: #000 ; text-decoration: none; }
a.footer1:link {
	color: #CCCCCC;
	font-size: 10px;
	font-weight: bold;
	word-spacing: 2px;
	letter-spacing: 3px;
	text-decoration: none;
	font-variant: small-caps;
}
a.footer1:visited {
	color: #CCCCCC;
	font-size: 10px;
	font-weight: bold;
	word-spacing: 2px;
	letter-spacing: 3px;
	text-decoration: none;
	font-variant: small-caps;
}
a.footer1:hover {
	color: #CCCCCC;
	font-size: 10px;
	font-weight: bold;
	word-spacing: 2px;
	letter-spacing: 3px;
	text-decoration: underline;
	font-variant: small-caps;
}
a.footer1:active {
	color: #CCCCCC;
	font-size: 10px;
	font-weight: bold;
	word-spacing: 2px;
	letter-spacing: 3px;
	text-decoration: none;
	font-variant: small-caps;
}
a.white:link {
	color: #CCCCCC;
}
a.white:visited {
	color: #CCCCCC;
}
a.white:hover {
	color: #CCCCCC;
}
a.white:active {
	color: #CCCCCC;
}
.txtSubTitle {
	font-size: 18px;
	color: #452e59;
	font-weight: bolder;
	text-transform: uppercase;
	display: block;
	background-image: url(/images/site/txtSubTitle_bg.png);
	height: 33px;
	padding-top: 11px;
	padding-left: 11px;
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	left: -9px;
}
img.staffPic {
	display: inline;
	float: left;
	border: 1px solid #000000;
	margin-right: 6px;
	margin-bottom: 6px;
}
.txtTitlesm {
	font-size: 18px;
	color: #2D1A3E;
	font-weight: lighter;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #2E1A3F;
	border-right-color: #2E1A3F;
	border-bottom-color: #2E1A3F;
	border-left-color: #2E1A3F;
	text-transform: uppercase;
	letter-spacing: 4px;
	display: block;
}

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
.bullet {
	color: #2E1A3F;
	font-size: 12px;
	padding-left: 27px;
	line-height: 22px;
	background-image: url(/images/site/bullet_arrow.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-bottom: 1px;
}
.txtSermonTitle {
	color: #2E1A3F;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
}
.bulletSub {
	color: #000000;
	font-size: 12px;
	padding-left: 27px;
	line-height: 16px;
	padding-bottom: 1px;
	font-style: italic;
}
.txtSermonAuthor {
	color: #000000;
	font-size: 12px;
	font-style: italic;
}

TD {
	font-size: 12px
	}

input,textarea
{
font-size: 11px;
border: 1px solid #c0c0c0;
}
