img, div { behavior: url(iepngfix.htc) ; border:none; }	/* 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/layout/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/layout/dotted_pattern.gif) repeat-x center;
	clear: both;
}

.hr hr {
  display: none;
}

#content li {
	list-style-type: none;
	background-image: url(/images/layout/blue_bullet.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 10px;
	line-height: 14px;
}
#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: 14px; margin-bottom: 10px; }

#content ul {
	margin-bottom: 15px;
}

#content a:link, #content a:visited {
	color: #000000;
}

#content a:hover {
	color: #336699;
}

#vertical_divider {
	background-attachment: scroll;
	background-image: url(/images/layout/vertical_divider.gif);
	background-repeat: repeat-y;
	background-position: right;
	margin-bottom: 20px;
	height: 100%;
}
#contact_vertical_divider
{
    background-attachment: scroll;
	background-image: url(/images/layout/contact_vertical_divider.png);
	background-repeat: repeat-y;
	background-position: left;
	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;
	border:none;
}

#headerLeft a 
{
    text-decoration:none;
    border:none;
    
}

#headerRight {
	width: 400px;
	float: left;
	display: inline;
}

#menu {
	width: 920px;
	height: 22px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#menu ul {
	font-family: "Helvetica Neue", helvetica, arial;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#menu ul li {
	list-style-type: none;
	float: left;
	text-align: center;
}

#menu ul li a {
	float: left; /* this is here to fix an IE6 bug */
	display: block;
	background: url("/images/layout/menubar_bg.jpg") #E6BD64 right 0;
	height: 22px;
	padding: 9px 22px 0 22px;
	color: #744b21;
	text-decoration: none;
	display: block;
	text-align: center;
}

#menu ul li a:hover {
	color: #513213;
	background: url("/images/layout/menubar_bg.jpg") #FFD270 right -32px;
}


#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/layout/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/layout/section_header_bar.gif);
	background-repeat: no-repeat;
	height: 17px;
	color: #868779;
	padding: 5px 8px 8px;
}

p + h2, ul + h2 {
	margin-top: 30px;
}

#left h3 {
	color: #365F8E;
	font-size: 14px;
	font-weight: bold;
}

p + h3, ul + h3 {
	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/layout/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 ul 
{
    float:left;
    list-style-type:none;
    text-align:center;
    margin-left:80px;
    margin-right:10px;
}
#footer #footerTextBlock li 
{
    display:inline;
    text-align:center;
    padding:0 5px 0 5px;
}

#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 .col1 ul, #left .col2 ul {
	margin-bottom: 0;
}

#left .col2 ul ul li {
	list-style-type: none;
	background: url(/images/layout/orange_dash_bullet.gif) no-repeat 0 6px;
	padding-left: 10px;
}

.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;
	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/layout/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/layout/sidebarbox_bg.gif") repeat-y;
	padding: 10px 10px 1px 10px;
	width: 220px;
}

.sidebarbox ul li {
	list-style: none;
	background: url("/images/layout/circle_arrow.png") no-repeat left 2px;
	padding-left: 15px;
	margin-bottom: 5px;
}

.sidebarbox_bottomcap {
	background: url("/images/layout/sidebarbox_bottomcap.gif") no-repeat;
	height: 4px;
	margin-bottom: 20px;
	font-size: 0;
}

.form_label {
	font-size: 9px;
	text-align: right;
	padding-right: 5px;
}

#content .blocky a, #content .blocky a:hover {
	display: block;
	text-decoration: none;
	color: #333;
}

#content .blocky a:hover .read_more {
	color: #336699;
}

.read_more {
	font-style: italic;
	text-decoration: underline;
}

.read_more_bus a
{
    color: #336699;
    font-style: italic;
	text-decoration: none;
}

input[type="text"] {
  width: 100px;
  border: 1px solid #E1E1D9;
  padding: 2px;
  background: #fcfcf9;
}

input[type="text"]:focus {
  background: #FFF;
}

input[type="submit"]
{
  width: auto;
  background: #FFFFFF;
  border: 2px solid #E1E1D9;
  padding: 5px 10px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

input[type="submit"]:hover
{
  border: 2px solid #868779;
  cursor:pointer;
}

.bullet_color {
	color: #868779;
}

#content p.disclaimer {
	font-size: 9px;
	line-height: normal;
	font-style: italic;
	color: #868779;
}
.location_tn
{
    float:left; 
    height:125px;
    margin-right:5px;
}
/*For Contact forms*/
.h
{
    height: 32px;
    width: 300px;
    background: url(images/layout/bg_input2.gif) top left no-repeat;
}
.h3
{
    height: 191px;
    background: url(images/layout/bg_input3.gif) top left no-repeat;
}
.indent-2
{
    position: relative;
    padding-left: 10px;
    float: left;
}

/* extra styles */
.button { background: url('../images/button.png'); width: 105px; height: 29px; display: block; float: left; padding: 2px 0 0 0; margin: 0 5px 0 0;
          color: #7B5100 !important; font-weight: bold; font-size: 12px; text-decoration: none; line-height: 31px; text-align: center; cursor: pointer; }
.buttona { background: url('../images/buttona.png'); width: 120px; height: 29px; display: block; float: left; padding: 2px 0 0 0; margin: 0 5px 0 0;
          color: #7B5100 !important; font-weight: bold; font-size: 12px; text-decoration: none; line-height: 31px; text-align: center; cursor: pointer; }          
.button:hover { color: Black !important; }

/* Popup styles */
.popup 
{ 
	visibility: hidden;
	position: fixed;
	z-index: 10000;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: url('../images/popup/black-50.png');
}
.popup .close
{
	position: absolute;
	top: -18px;
	right: -18px; 
	width: 35px;
	height: 35px;  
	background: url('../images/popup/closeButton.png');
}
.popupCenter
{
	position: fixed;
	top: 50%;
	left: 50%;    
}
.popupContent
{
	position: relative;
	top: -200px;
	left: -200px;
	width: 400px;
	height: 400px;
	padding: 20px;
	background: white;
	border: 3px outset #7B5100;
}
.popupInner { height: 100%; overflow: auto; }
.popup a { color: #286dba; text-decoration: underline; }
.popup a:hover { text-decoration: none; }

.popup h2 { margin-bottom: 15px; }
.popup strong { display: block; padding-bottom: 5px; }
.popup p { margin-bottom: 15px;
