/*  Main Format CSS */
body { font: 100%/1.4 "DejaVu Sans", "URW Gothic L", "Helvetica Neue", Helvetica, Arial, "Microsoft Sans Serif", sans-serif;background-color: #000;color:yellow;}
h2,h3,h4 {font-weight: bold; text-align: left; color:yellow;}

.imgHeader img {display: none;}
.imgHeader h1 {text-align: center;padding:40px 10px;}

.menuTop a:link, .menuTop a:visited, .menuTop a:hover {color:yellow;}
.address-footer, .menu-bar {border-top:1px solid #eee;}
.menu-bar, .menuTop {border-bottom: 1px solid #eee;}

.mainBody h3, .mainBody h2 {color:yellow !important;}
.mainBody a:link, .mainBody a:visited {background-color: yellow !important ;color:black;padding:3px;}
.mainBody a:hover {background-color: blue !important; color: yellow;}

#Contact, #Contact label {background-color: yellow; color: #000 !important;}
#Contact {padding:10px 5px;}
#Contact .col {margin-top: 15px;}
#Contact .btn:hover {background-color: #000 !important;}

form, fieldset, label {color: yellow !important;}
.colorGray {background-color: #000 !important; border-top:1px solid #eee;}

.btn-primary {background-color: yellow; color:#000;}
.btn-danger {background-color: blue; color:yellow;}


.active {background-color: blue !important; color:yellow !important;}

/* ============================================================================== */
/*                                           FAQs                                 */
/* ============================================================================== */

dt { padding: 0; margin: 0; color: #294f88; width:100%; border:1px solid #ddd; width:99%; background-color:blue; color:yellow; border:none;}
dl { padding:0; margin:0 0 10px 0; width:100%;}
dd { padding:0; margin:0 0 20px 0; width:98%; }
.faqs p { margin-top:0; }
.faqs { padding-top:10px; margin:0 10px; }
.faqs dt { font-weight:bold; background:url(../images/q.gif) 0 4px no-repeat ;padding:3px 0 5px 30px; position:relative; }
.faqs dt:hover { cursor:pointer; background-color: yellow; color: blue; }
.faqs dd { background:url(../images/a.gif) 0 2px no-repeat; padding:0 0 5px 30px ;position:relative; color:yellow;}
.faqs .hover {color:#990000; text-decoration:underline; }		
