img, div { behavior: url(/iepngfix.htc) }	/* Fixes PNG transparency for IE 5.5 and 6 */

body, p, div, ul, li, h1, h2, h3, h4, h5, img {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(images/hp_stripe_bg.gif);
	background-repeat: repeat-x; background-attachment: scroll;
	background-color: #FFF;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
}

html, body {
   height:100%;
}

.hr {
	height: 15px;
	background: #fff url(images/dotted_pattern.gif) repeat-x center;
	clear: both;
}

.hr hr {
  display: none;
}

li {
	list-style-type: none;
	background-image: url(images/blue_bullet.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 10px;
}
#wrapper {
	min-height:100%;
	position:relative;
}

#content { padding-bottom:60px;   /* Height of the footer */
	width: 920px; margin-right: auto; margin-left: auto; padding-right: 10px; padding-left: 10px; }

#content p { line-height: 16px; margin-bottom: 10px; }

#content a:link, #content a:visited {
	color: #000000;
}

#content a:hover {
	color: #336699;
}

#vertical_divider {
	background-attachment: scroll;
	background-image: url(images/vertical_divider.gif);
	background-repeat: repeat-y;
	background-position: right;
	margin-bottom: 20px;
	height: 100%;
}

#header {
	position: relative;
	height: 187px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	color: #fff;
}

#header a:link {
	color: #FFF;
	text-decoration:none;
}

#header a:hover {
	color: #FFF;
	text-decoration:underline;
}

#header a:visited {
	color: #FFF;
	text-decoration:none;
}

#headerLeft {
	width: 426px;
	float: left;
	display: inline;
	margin-left: 4px;
}

#headerRight {
	width: 400px;
	float: left;
	display: inline;
}

#menubar {
	width: 920px;
	height: 30px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#archive_list {
	display: inline;
	float: left;
	width: 150px;
	margin-right: 41px;
}

#left {
	display: inline;
	float: left;
	width: 639px;
	margin-right: 41px;
}
#left .articles_list .date {
	color: #868779;
	font-style: normal;
}

#left .articles_list h2 {
	background-image: url(images/section_header_bar_short.gif);
}

#left h1   {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 20px;
}

#left h2 {
	font-size: 16px;
	font-weight:normal;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-attachment: scroll;
	background-image: url(images/section_header_bar.gif);
	background-repeat: no-repeat;
	height: 17px;
	color: #868779;
	margin-top: 30px;
	padding: 5px 8px 8px;
}

#left h2.topmost { margin-top: 0; }

#left h3.no_topmargin {
	margin-top: 0;
}

#left h3     {
	color: #365F8E;
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
}

#left h4 {
	font-size: 12px;
	font-weight: bold;
	font-family: "Myriad Pro", Myriad, Arial, sans-serif;
}

#right {
	width: 240px;
	display: inline;
	float: left;
}

#right h3 , #archive_list h3 {
	margin-top: 20px;
	font-family: "Myriad Pro", Myriad, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #868779;
	padding-bottom: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1D9;
}

.clearfloat {
	clear:both;
}

#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:40px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-attachment: scroll;
	background-color: #e1e1d9;
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
}

#footer #footerTextBlock {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}

#footer #footerTextBlock p {
	font-family: Geneva, Arial, sans-serif;
	font-size: 9px;
	color:#868779;
}
#footer #footerTextBlock a:link {
	color: #868779;
	text-decoration: none;
}

#footer #footerTextBlock a:hover {
	color: #868779;
	text-decoration: underline;
}

#footer #footerTextBlock a:visited {
	color: #868779;
	text-decoration: none;
}

.banner {
	margin-bottom: 20px;
}

#left .col1 {
	display: inline;
	float: left;
	width: 300px;
	padding-right: 19px;
}

#left .col2 {
	display: inline;
	float: left;
	width: 320px;
}

#left .col2 ul li {
	list-style-type: none;
	background-image: none;
	padding-left: 0px;
}
#left .col2 ul ul li {
	list-style-type: none;
	background-image: url(images/blue_bullet.gif);
	padding-left: 10px;
	margin-left: 15px;
}

.intro {
	font-size: 14px;
	font-weight: bold;
}

.scripture {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #000;
	margin-right: 30px;
	margin-left: 30px;
	line-height: 14px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #e3e3db;
	padding-left: 10px;
}

.center {
	text-align: center;		
}

.thumb {
	position: relative;
	top: 4px;
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
}

.sidebarbox_topcap {
	background: url("images/sidebarbox_topcap.gif") no-repeat;
	min-height: 24px;
}

.sidebarbox_topcap h2 {
	font-size: 12px;
	font-weight: bold;
	padding: 4px 10px 4px 10px;
	color: #FFF;
	margin-bottom: 0;
}

.sidebarbox {
	background: url("images/sidebarbox_bg.gif") repeat-y;
	padding: 10px 10px 1px 10px;
	width: 220px;
}

.sidebarbox ul li {
	list-style: none;
	background: url("images/circle_arrow.png") no-repeat left 2px;
	padding-left: 15px;
	margin-bottom: 5px;
}

.sidebarbox_bottomcap {
	background: url("images/sidebarbox_bottomcap.gif") no-repeat;
	height: 4px;
	margin-bottom: 20px;
	font-size: 0;
}

