@charset "UTF-8";
/* CSS Document */
/* neutralize browser styles */
* {
	margin:0;
	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 */
}
body {
	margin: 0 auto
	color: #2a2a2a;
	background: #FFF url(../_images/bkgrd175.jpg) repeat-y;
	font-family: "Lucida Grande", "Lucinda Sans Unicode", Arial, Verdana, sans-serif;
	font-size: x-small; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /* for compliant browsers*/
}
/* Hillside Community Church CSS Document */
html> body { /* be nice to Opera */
	font size: small
}
.twoColFixRtHdr #container {
	width: 780px;
	background: #FFFFFF;
	margin: 0 20px 0 15px;
	text-align: left;
	float: none;
	border: 1px solid #FFF;
	padding: 0px;
	position: relative;
} 
.twoColFixRtHdr #header {
	background: #FFFFFF;
	padding: 0;
	margin: 0em;
	text-align: left;
} 
.twoColFixRtHdr #header h1 {
	margin: 0;
	padding: 0px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #FFF;
	text-align: left;
}
.twoColFixRtHdr #sidebar1 {
	float: right;
	width: 200px;
	background: #FFFFFF;
	padding: 5px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-left: 1px dotted #040;
	text-align: center;
	margin: 0px;
}
.twoColFixRtHdr #mainContent {
	margin: 0 210px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 5 20; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: "Lucida Grande", "Lucinda Sans Unicode", Arial, Verdana, sans-serif;
	background: #FFF;
	text-align: left;
} 
.twoColFixRtHdr #footer {
	padding: 0 25px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	text-align: left;
} 
.twoColFixRtHdr #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: 25px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background: #FFF;
	text-align: left;
}
.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;
	background: #FFF;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	background: #FFF;
}
.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;
	background: #FFF;
}
a {
	text-decoration: none;
}
a img {
	border: 0;
}
h1				{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	color: #703;
	padding: 0px;
	margin: 10px;
	text-align: left;
}
h2				{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	color: #333;
	padding: 0px;
	margin: 10px;
	text-align: left;
}
h3		{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #703;
	padding: 0px;
	margin: 10px;
	text-align: left;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #700;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 0px;
	margin: 10px;
	text-align: left;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 10px;
	padding: 0px;
	margin: 10;
	text-align: left;
}
p 		{
	font-family: "Lucida Grande", "Lucinda Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	margin: 10px;
	text-align: left;
}
.image_center {
	padding: 6px 0px;
	margin: 0px;
}
.image_left {
	padding: 6px 6px 6px 0px;
	float: left;
	margin: 0px;
}
.image_right {
	margin: 0px;
	padding: 6px;
	float: right;
}
.image_header {
	padding: 0px;
	margin: 0px;
}
.text_i {
	font-family: "Lucida Grande", "Lucinda Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-decoration: none;
	font-style: italic;
	text-align: left;
}
.smplain 		{
	font-family: "Lucida Grande", "Lucinda Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #28732d;
	text-align: left;
}
.grnBold	 	{
	font-family: "Lucida Grande", "Lucinda Sans Unicode", Arial, Verdana, sans-serif;
	color: #040;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}
.blackBold {
	font-family: "Lucida Grande", "Lucinda Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	line-height: 18px;
	text-align: left;
}
.burgundyBold {
	font-family: "Lucida Grande", "Lucinda Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #903;
	line-height: 18px;
	text-align: left;
}
.grnSM			{
	font-family: "Lucida Grande", "Lucinda Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 10px;
	color:#28732d;
	margin: 10px;
	text-align: left;
}
.smblack {
	font-family: "Lucida Grande", "Lucinda Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 10px;
	color:#000000;
	font-weight: bold;
	text-decoration: none;
	line-height: 10px;
	padding: 0px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: left;
}
.sectionT {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: right;
	color: #999;
	font-weight: bold;
	border-bottom: 1px solid #8bad62;
	letter-spacing: 1px;
	word-spacing: 1px;
}
.line_left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #28732D;
}
.line_top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D8E5CA;
	margin: 0px 5px;
	padding-top: 20px;
}
.line_right {
	border-right-width: 1px;
	border-right-style: solid;
	color: #D8E5CA;
	border-right-color: #D8E5CA;
}
.line_bottom {
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px dotted #777;
	margin-right: 10px;
	margin-left: 10px;
}
.copyright1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #333333;
	line-height: 36px;
	background: #FFF;
}
.copyright2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #28732d;
	letter-spacing: 1px;
}
a:link 		{
	font-family: "Lucida Grande", "Lucinda Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	text-decoration:none;
	color: #903;
	font-weight: bold;
	text-align: left;
}
a:visited 	{
	font-family: "Lucida Grande", "Lucinda Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	text-decoration:none;
	color: #903;
	font-weight: bold;
}
a:hover 	{
	font-family: "Lucida Grande", "Lucinda Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	text-decoration:none;
	color: #8BAD62;
	font-weight: bold;
}
a:active	{
	font-family: "Lucida Grande", "Lucinda Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	text-decoration:none;
	color: #903;
	font-weight: bold;
}
navlinks a:link 		{
	font-family: "Lucida Grande", "Lucinda Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	text-decoration:none;
	color: #903;
	font-weight: bold;
	padding-right: 25px;
	padding-left: 25px;
	margin-left: 25px;
}
navlinks a:visited 	{
	font-family: "Lucida Grande", "Lucinda Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	text-decoration:none;
	color: #903;
	font-weight: bold;
	padding-right: 25px;
	padding-left: 25px;
}
navlinks a:hover 	{
	font-family: "Lucida Grande", "Lucinda Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	text-decoration:none;
	color: #8BAD62;
	font-weight: bold;
	padding-right: 25px;
	padding-left: 25px;
}
navlinks a:active	{
	font-family: "Lucida Grande", "Lucinda Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	text-decoration:none;
	color: #903;
	font-weight: bold;
	padding-right: 25px;
	padding-left: 25px;
}
a:link.copyrightlinks		{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-decoration:none;
	color: #000000;
	padding-right: 25px;
	padding-left: 25px;
}
a:visited.copyrightlinks 	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-decoration:none;
	color: #666666;
	padding-right: 25px;
	padding-left: 25px;
}
a:hover.copyrightlinks 	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-decoration:none;
	color: #28732d;
	font-style: italic;
	font-weight: bold;
	padding-right: 25px;
	padding-left: 25px;
}
a:active.copyrightlinks	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-decoration:none;
	color: #333333;
	padding-right: 25px;
	padding-left: 25px;
}
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #8BAD62;
	padding: 0px;
	margin: 10;
}
