@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;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}
.twoColFixLtHdr #container {
	width: 1020px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	padding: 0 10px 0 20px;  /* 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. */
	background-image: url(../images/loveinc_header.jpg);
	height: 160px;
	background-repeat: no-repeat;
	margin-bottom: 0px;
} 
.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: 189px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 0px;
	background-image: url(../images/sidebar_bg.jpg);
	background-repeat: no-repeat;
	height: 620px;
	margin-top: 10px;
}
.twoColFixLtHdr #mainContent {
	background-image: url(../images/bg_main_front.jpg);
	background-repeat: no-repeat;
	height: auto;
	float: left;
	width: 795px;
	margin-left: 10px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	color: white;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 0 10px 200px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	margin-top: 10px;
} 
.twoColFixLtHdr #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 */
	font-size: 10px;
}
.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;
	border-width: 2px;
	padding: 3px;
	border-color: #31345D;
	border-style: solid;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	border-width: 2px;
	padding: 3px;
	border-color: #31345D;
	border-style: solid;
}
.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;
}
.twoColFixLtHdr #container #sidebar1 #Accordion1 .AccordionPanel AccordionPanelClosed #resources {
	height: 80px;
}
#newsletter {
	float: left;
	height: 185px;
	width: 120px;
	background-image: url(../images/bg_map.jpg);
	margin-top: 2px;
	margin-right: 10px;
	padding-top: 50px;
	font: verdana;
	font-size: 11px;
	color: white;
	background-repeat: no-repeat;
	margin-left: 20px;
	padding-left: 120px;
}
.twoColFixLtHdr #container #mainContent #resources {
	background-image: url(../images/resources.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 110px;
	height: 183px;
	margin-right: 10px;
	margin-top: 4px;
	padding-left: 125px;
	padding-top: 50px;
	padding-right: 10px;
}
.twoColFixLtHdr #container #mainContent #ministries {
	height: 169px;
	width: 225px;
	float: left;
	background-image: url(../images/community.jpg);
	background-repeat: no-repeat;
	margin-top: 7px;
	padding-top: 50px;
}
.subHeader {
	font-size: 14px;
	text-transform: capitalize;
	font-weight: bolder;
}
#resources {
	font: verdana;
	font-size: 11px;
	color: white;
	}
#ministries {
	font: verdana;
	font-size: 11px;
	color: white;
	padding: 10px;
	}
#icons {
	height: 185px;
	width: 760px;
	float: left;
	margin-right: auto;
	text-align: center;
	margin-left: 20px;
}

.twoColFixLtHdr .mainTemplate #container #mainContent, .twoColFixLtHdr .mainTemplate #mainContent {
	background-image: url(../images/bg_main_repeating.jpg);
	background-repeat: repeat-y;
	margin-left: 10px;
	margin-top: 8px;
}
.twoColFixLtHdr .mainTemplate #container #mainContent #indent, .twoColFixLtHdr .mainTemplate #mainContent #indent {
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 15px;
	font-size: 0.9em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.twoColFixLtHdr .mainTemplate #container #mainContent #indent .subMenu {
	margin-top: 20px;
	margin-left: 50px;
}
	
.twoColFixLtHdr .mainTemplate #container #mainContent #indent .subMenu a{
	background-color: #32335F;
	display: inline;
	margin: 5px;
	padding: 8px;
	color: white;
	border-color: black;
	border-style: solid;
	border-width: 2px;
	font-size: 12px;
	font-weight: bold;
}

.twoColFixLtHdr .mainTemplate #container #mainContent #indent .subMenu a:hover {
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
}
#indent h2 {
	margin-top: 0px;
	color: #FFFFFF;
}
.twoColFixLtHdr .mainTemplate #container #mainContent #indent ul li {
	list-style-image: url(../images/bullet.jpg);
	list-style-type: disc;
	line-height: 1.4em;
}
#indent h3 {
	color: #420000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.boxItUp {
	background-color: #333333;
	border: thin solid #000000;
	margin-left: auto;
	margin-right: auto;
	color: white;
	padding: 10px;
}
#centerbox {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.twoColFixLtHdr .mainTemplate #container #mainContentBig {
	background-image: url(../images/bg_main_repeating_wide.jpg);
	background-repeat: repeat-y;
	padding: 20px;
}
#download {
	float: right;
	font-size: 12px;
	background-color: #333333;
	padding: 5px;
	border: 1px black solid;
	color: white;
	margin-left: 15px;
	width: 165px;
}
.KT_col_organization a {
	color: #FFFFFF;
}
.KT_col_organization a:hover {
	text-decoration: underline;
}
