/* theelijahprojectonline.com by Eric Trudeau (eric@erictrudeau.com) */
/* Copyright (c) 2007 Silverdale Baptist Church                      */
/* Menu Code: http://css.maxdesign.com.au/listamatic                 */

/* BODY */
html { overflow: auto; }
body { background: url(../images/bgfill.png) repeat-y top center; color: #000000; margin: 0px; min-width: 760px; font: 11px Verdana, Arial, Helvetica, sans-serif; }

/* SPECIAL */
.clear { clear: both; }
.hidden { visibility: hidden; }
.small { font-size: 11px; }
.quiet { color: #9b9c8d; font-weight: normal !important; }
.caps { font-size: 9px; text-transform: uppercase; }
.center { text-align: center; }
hr { margin: 10px 0; }

/* LINKS */
a { color: #045897; font-weight: bold; text-decoration: none; }
a:hover { text-decoration: underline; }

/* TEXT */
h1 { color: #333333; margin: 5px 0 10px 0; padding: 0 0 10px 0; border-bottom: 1px solid #ccc; font-size: 20px; font-weight: normal; text-align: center; }
h2 { font-size: 16px;  }
h3 { color: #045897; margin: 4px 0; padding: 0; font-size: 16px; }
h4 { display: inline; font-size: 14px; }
p { margin: 0; padding: 0 0 10px 0; }

/* TABLES */
table, tr, td { margin: 0; padding: 0; vertical-align: top; }
form { margin: 0; padding: 0; }

/* IMAGES */
img { border: 0 }
img.float-left { float: left; padding: 5px 10px 0 0; }
img.float-right { float: right; padding: 5px 0 0 10px; }

/* CONTAINER */
#container { width: 700px; text-align: left; }

/* HEADER */
#header { background: url(../images/header.jpg) no-repeat top center; height: 160px; }

/* MENU */
#menu { background: #000000 url(../images/menu.jpg) no-repeat top center; border-top: 1px solid #bbb; text-align: center; }
#menu #menu_inner { border-bottom: 1px solid #bbb; width: 100%; height: 22px; margin: -11px 0 0 0; padding: 0; list-style-type: none; }
#menu #menu_list li { float: left; display: block; width: auto; margin: 0; padding: 0; }
#menu #menu_list li a, #menu_list li a:link { display: block; color: #fff; padding: 3px 5px 3px 5px; font-weight:bold; text-decoration: none; }
#menu #menu_list li a:hover { background: #000; border-bottom: 3px solid #bbb; cursor: pointer; }
.home #nav-home, .introduction #nav-introduction, .project-description #nav-project-description, .purchase #nav-purchase, .testimonies #nav-testimonies, .contact #nav-contact, .about-the-author #nav-about-the-author { border-bottom: 3px solid #999999; }

/* FOOTER */
#content { background: #f5f5dc; line-height: 20px; }
#content #text { background: #f5f5dc url(../images/content-text-shadow-top.png) repeat-x top left; padding: 6px 11px; text-align: justify; }
#content #ministryof { padding: 5px 0 0 0; text-align: center; }
#content #shadow-bottom { background: #f5f5dc url(../images/content-text-shadow-bottom.png) repeat-x bottom left; height: 15px; }
.home #content { background: #f5f5dc url(../images/content-bg-home.jpg) no-repeat top center; padding-top: 284px; }

/* FOOTER */
#footer { background: #292929; color: #ffffff; padding: 2px 0 20px 0; font-size: 10px; text-align: center; }
#footer a { color: #fff; font-weight: normal; }

/* END */

/* Form Styling */
form { margin: 0; padding: 0; }
form p { width: 100%; margin: 3px 0; clear: both; }
form p .error { float: left; color: #f33; margin: 2px 0 12px 97px; }
fieldset { float: left; border: none; margin: 0; padding: 5px 0; }
fieldset.submit label { visibility: hidden; }
label { float: left; border-top: 1px solid #ccc; width: 90px; margin: 0 0 0 0; padding: 2px 3px 0 0; font-weight: bold; text-align: right; cursor: pointer; }

/* Field Styling */
input, textarea, select { margin: 0; padding: 2px 3px; font: normal 11px Verdana, Arial, Helvetica, sans-serif; vertical-align: middle; }
input[type=text], input[type=password], textarea, select { border: 1px solid #ccc; width: 150px; }
textarea { width: 350px !important; height: 150px; vertical-align: top; }

/* Buttons Styling [Gray Background] */
input[type=submit], input[type=button] { background: #ededed url(http://www.sbcex.com/static/images/nav-bg.gif) repeat-x bottom; padding: 3px; color: #000000; border: 1px solid #bbb; border-color: #ddd #aaa #aaa #ddd; }
input[type=submit]:active, input[type=button]:active { background: #ededed url(http://www.sbcex.com/static/images/nav-bg-reverse.gif) repeat-x top; }

/* Buttons Styling [Blue Background] */
input[type=submit].default { background: #85a9cc url(http://www.sbcex.com/static/images/default-bg.gif) repeat-x bottom; color: #fff; border: 2px solid #5b80b2; font-weight: bold; }
input[type=submit].default:active { background: #85a9cc url(http://www.sbcex.com/static/images/default-bg-reverse.gif) repeat-x top; }
