@charset "UTF-8";

body  {
	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: #666666;
	font-family:"Myriad Pro", Helvetica, Arial,'Heiti SC Light', 'Hiragino Sans GB W3';
	font-size: 12pt;
	font-weight: 400;
	background-color: #FFFFFF; 
	background-image: url(images/park-2063x400.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 1000px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 16pt;
}
nav {
	font-family:"Myriad Pro", Helvetica, Arial, "sans-serif", 'Heiti SC Light', 'Hiragino Sans GB W3';
	font-size: 11pt;
}
a:link {
	text-decoration: none;
	color: #003399;
	font-weight: normal;
}
a:visited {
	text-decoration: none;
	color: #0066cc;
	font-weight: bolder;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #669933;
	font-weight: normal;
}

h1  {
	color: #1599bb;
	font-family: Times, "Times New Roman", "Songti SC Bold";
	font-size: 22pt;
	font-weight: normal;
	line-height: 34pt;
}
h2  {
	color: #666666;
	font-family:"Myriad Pro", Helvetica, Arial, "sans-serif", "Heiti SC Medium";
	font-size: 14pt;
	font-weight: normal;
	line-height: 26pt;
}
h3  {
	color: #0467A9;
	font-family:"Myriad Pro", Helvetica, Arial, "sans-serif", "Heiti SC Medium";
	font-size: 16pt;
	font-weight: normal;
	line-height: 30px;
}
h4  {
	color: #333333;
	font-family:"Myriad Pro", Helvetica, Arial, "sans-serif", "Heiti SC Medium";
	font-size: 9pt;
	font-weight: normal;
	padding-left: 12px;
	text-align: left;
}

.biblebox {
	background-color: #f4f4f4;
   	padding-left: 10px;
	padding-right: 10px;
}

.kingdom1  #container {
	width: 800px;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

.kingdom1 #sidebar1 {
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.kingdom1 #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #EBEBEB; /* padding keeps the content of the div away from the edges */
	font-size: 9pt;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-top: 35pt;

}

.kingdom1 #mainContent {
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

.statement{
	font-family:"Myriad Pro", Helvetica, Arial, "sans-serif", "Heiti SC Light";
	font-size: 16pt;
	color: #FD5D04;
}
.bible {
	font-family:"Songti SC Regular", "Songti SC Regular";
	font-size: 11pt;
	color:#000000; 
}
.middle {
	position: relative;
}
.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;
}
.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;
	text-align: left;
}
