* {margin:0;padding:0} 
html {}
body {
    margin: 0;
    padding: 0;
    font-family: "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
    background: #9d2727;
    color: #630;
    font-size: 62.5%;
}
#header { 
	height: 189px; 
	background: url(../img/header.jpg) no-repeat; 
	background-color: #FFF; 
	padding: 0px; 
	padding-top: 0px; 
	margin: 0px; 
}

h1 { padding: 0; margin: 0; }

#navigation { 
	font-size: 12px; 
	font-family: "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica; 
	font-weight: bold;  
	background-color: #f7e4e2; 
	float: left; 
	overflow: hidden; 
	margin-right: 3em; 
	margin-top: 55px; 
	width: 190px; 
	height: auto; 
	padding-left: 40px; 
}

#navigation ul { 
	width: 178px; 
	list-style: none; 
	margin: 0; 
	padding: 0;
	line-height: 31px;
}

#navigation ul li { 
	display: block; 
}

#navigation ul li a { 
	border-bottom: 1px dotted #e4d2d0; 
	color: #9d2727; 
	background-color: #f7e4e2; 
	cursor: pointer; 
	display: block; 
	padding-left: 5px; 
	text-decoration: none !important; 
}

#navigation ul li a:hover { 
	background: #e4d2d0; 
	border-bottom: 1px dotted #e4d2d0; 
	color: #FFFFFF !important; 
}

#navigation ul li a.redlink:hover { 
	background: #a2a282; 
	border-bottom: 1px dotted #84846a; 
	color: #FFFFFF !important; 
}

#navigation ul li a:after { clear: both !important; content: "."; display: block; height: 0; visibility: hidden; }

#main p {
	font-family: "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica; 
	color: #61614e; 
	font-size: 11px; 
	line-height: 19px;  
	font-weight: normal; 
}

#navigation p { 
	padding-top: 0px !important;
	margin-top: 0px !important;
	padding-bottom: 5px !important;
}

#navigation h3 {
	padding-top: 10px;
	color: #43699E;
	font-size: 13px;
	margin-bottom: 1px;	
}

input.navtxt { 
	background-color: white; 
	border-color: #3c3c3c #b9b6b6 #b9b6b6 #3c3c3c; 
	border-style: solid; 
	border-width: 2px 1px 1px 2px; 
}

INPUT[type="text"] {
	background-color: white; 
	border-color: #3c3c3c #b9b6b6 #b9b6b6 #3c3c3c; 
	border-style: solid; 
	border-width: 2px 1px 1px 2px;
}

textarea {
	background-color: white; 
	border-color: #3c3c3c #b9b6b6 #b9b6b6 #3c3c3c; 
	border-style: solid; 
	border-width: 2px 1px 1px 2px; 
}

#navigation input {
	margin-bottom: 4px;
}

input.navbtn, input.navbtnHovered {
	width:69px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(../img/navbutton.gif) no-repeat left top;
	cursor:pointer;
	border:none !important;
}

input.navbtnHovered {
	background-position:left bottom;
}

input.navbtn2, input.navbtn2Hovered {
	width:69px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(../img/navbutton2.gif) no-repeat left top;
	cursor:pointer;
	border:none !important;
}

input.navbtn2Hovered {
	background-position:left bottom;
}

input.navbtn2big, input.navbtn2bigHovered {
	width:141px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(../img/navbutton2_big.gif) no-repeat left top;
	cursor:pointer;
	border:none !important;
	text-align: center;
}

input.navbtn2bigHovered {
	background-position:left bottom;
}

#main {
    height: auto;
    width: 100%;
    text-align: left;
    clear: both;
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
    background: url(../img/headerCurve.jpg) no-repeat;
    background-color: #f7e4e2;
}

.last { 
	border-top: 1px dotted #b4b48e; 
	padding-top: 8px; 
}

#colDx {
    float: left;
    margin-top: 55px;
    padding-left: 50px;
    background: url(../img/main.jpg) repeat-y;
    width: 480px;
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
}
#colDx p { 
	width: 470px;  
	color: #61614e; 
	font-size: 11px; 
	line-height: 19px; 
	padding-bottom: 15px; 
	padding-top: 3px; 
}

#colDx img {
    float: left;
    left: 250px;
    top: 15px;
    padding: 15px 0 15px 15px;
    margin: 0;
}

#colDx h3 { 
	font-size: 14px;
	padding-top: 20px;
	font-weight: normal;
}

a.inline:hover { 
	text-decoration: none; 
	background: #9d2727; 
	border-bottom: 1px dotted #84846a; 
	color: #fff; 
}

a.inline {
	padding: 2px;
    color: #9d2727; 
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px dotted #9a9a7d;   
}
#colDx ul {
    padding-left: 15px;
    margin-left: 0;
}
#colDx li a { color: #630; background: transparent;}
#colDx form { margin: 0; padding: 0; }


#noCss { clear: both; background: url(../img/footerCurve.jpg) no-repeat; height: 70px; } 
#noCss p{ display: none; }     
#footer {
    float: left;
    clear: both;
    width: 100%;
    height: auto;
    background: #9d2727;
    color: #fff;
}
#footer h3 { margin: 0; }
#footer a { color: rgb(215,216,165); text-decoration: none; }
#footer a:hover {  text-decoration: underline; }
#footerContainer {
    float: left;
    width: 700px;
    padding-bottom: 20px;
}
#colSxFooter {
    float: left;
    width: 370px; 
    padding-left: 90px;
    text-align: right; 
}
#colSxFooter span { display: none; }
#colSxFooter ul { 
    list-style: none; 
    text-align: left;
    padding: 0;
    margin: 0;
    padding-right: 10px;
}

#colSxFooter ul li { 
	display: inline; 
}

#colSxFooter ul li a {
    display: inline;
    height: 20px; 
    width: 80px; 
    border: 0;
}

#colDxFooter { 
	float: left; 
	width: 180px; 
	padding-left: 40px; 
	text-align: left; 
}

#colDxFooter h3{ 
	font-size: 1.7em; 
	font-weight: normal; 
	padding-bottom: 10px; 
}

h2.welcome{ 
	background-image: url(../img/header_index.gif); 
	background-repeat: no-repeat; 
	background-position: left top; 
	height: 30px; 
	padding-top: 10px;
}

h2.about{ 
	background-image: url(../img/header_about.gif); 
	background-repeat: no-repeat; 
	background-position: left top; 
	height: 30px; 
	padding-top: 10px;
}

h2.testimony{ 
	background-image: url(../img/header_testimony.gif); 
	background-repeat: no-repeat; 
	background-position: left top; 
	height: 30px; 
	padding-top: 10px;
}

h1.thanks { 
	background-image: url(../img/header_thanks.gif); 
	background-repeat: no-repeat; 
	background-position: left top; 
	height: 30px; 
	padding-top: 10px;
}

h1.steps { 
	background-image: url(../img/header_steps.gif); 
	background-repeat: no-repeat; 
	background-position: left top; 
	height: 30px; 
	padding-top: 10px;
}

h1.share { 
	background-image: url(../img/header_share.gif); 
	background-repeat: no-repeat; 
	background-position: left top; 
	height: 30px; 
	padding-top: 10px;
}

h1.comments{ 
	background-image: url(../img/header_comments.gif); 
	background-repeat: no-repeat; 
	background-position: left top; 
	height: 30px; 
	padding-top: 10px;
}

h2.thoughts{ 
	background-image: url(../img/header_thoughts.gif); 
	background-repeat: no-repeat; 
	background-position: left top; 
	height: 30px; 
	padding-top: 10px;
}

h1.resources{ 
	background-image: url(../img/header_resources.gif); 
	background-repeat: no-repeat; 
	background-position: left top; 
	height: 30px; 
	padding-top: 10px;
}

h1.signs{ 
	background-image: url(../img/header_signs.gif); 
	background-repeat: no-repeat; 
	background-position: left top; 
	height: 30px; 
	padding-top: 10px;
}

h1.forgiveness{ 
	background-image: url(../img/header_forgiveness.gif); 
	background-repeat: no-repeat; 
	background-position: left top; 
	height: 30px; 
	padding-top: 10px;
}

h1.gooddeeds{ 
	background-image: url(../img/header_gooddeeds.gif);
	background-repeat: no-repeat; 
	background-position: left top; 
	height: 30px; 
	padding-top: 10px;
}

h1.affirmations{ 
	background-image: url(../img/header_affirmations.gif);
	background-repeat: no-repeat; 
	background-position: left top; 
	height: 30px; 
	padding-top: 10px;
}

h1.bibles{ 
	background-image: url(../img/header_bibles.gif);
	background-repeat: no-repeat; 
	background-position: left top; 
	height: 30px; 
	padding-top: 10px;
}

h1.prayerrequests{ 
	background-image: url(../img/header_prayerrequests.gif);
	background-repeat: no-repeat; 
	background-position: left top; 
	height: 30px; 
	padding-top: 10px;
}

h1.requestprayer{ 
	background-image: url(../img/header_requestprayer.gif);
	background-repeat: no-repeat; 
	background-position: left top; 
	height: 30px; 
	padding-top: 10px;
}

.noshow { display: none; }
.light { color: #431111 }

#flashcontent { 
	margin: 0px !important;
	padding: 0px !important;
	position: absolute; 
	top: 12px; 
	left: 318px; 
	width: 401px; 
	height: 151px;
	z-index: 2;
}

#flashcontent2 {
	margin: 0px !important;
	padding: 0px !important;
}


#clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

#clear a.button {
    background: transparent url('../img/bg_button_a.gif') no-repeat scroll top right;
    display: block;
    float: left;
    font: bold 12px "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
    color: #9d2727;
    text-decoration: none !important;
    height: 24px;
    padding-right: 18px; /* sliding doors padding */
}

#clear a.button span {
    background: transparent url('../img/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

#clear a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

#clear a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

.date {
	font-size: 12px;
	color: #000;
	font-weight: bold;
}

#navigation a.ext { 
	padding-right: 28px;
   	background: transparent url('../img/icon_new.gif') no-repeat center right;
}

#navigation a.ext:hover { 
	padding-right: 28px;
   	background: #d7d7ad url('../img/icon_new.gif') no-repeat center right;
}