﻿#main-content {
    margin-top: 0 !important;
}

.faq-bg {
    background-color: #6A1B1C;
    padding: 15px 15px 15px 15px;
    margin-bottom: 20px;
    -webkit-box-shadow: 3px 5px 15px #3C0000;
    -moz-box-shadow: 3px 5px 15px #3C0000;
    box-shadow: 3px 5px 15px #3C0000;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.faq p {
    color: #dfdac4;   
    font-size: 15px;
    margin: 5px 20px 15px;
    line-height: 1.6em;
}

.faq h2 {
    color: #ffffff;
    font-size: 20px;
    margin: 0 18px 10px;
    padding-bottom: 10px;
    border-bottom: dashed 1px #996633;
}

.faq ul {
    /*margin: 5px 20px 20px;*/
    margin-right: 20px;
    font-size: 15px;
    color: #dfdac4;
    padding: 0 !important;
}

.faq li {
    margin-bottom:8px;
    margin-left:42px;
    margin-top:10px;
    line-height: 1.4em;
}

.faq {
    float: left;
    width: 650px;
    /*margin-left: 12px;
    margin-right: -7px;
    font-weight: bold;*/
}

#faqAd {    
	margin: 35px auto 15px;
    text-align: center;
    width: 160px;
    -webkit-box-shadow: 7px 7px 15px #3C0000;
    -moz-box-shadow: 7px 7px 15px #3C0000;
    box-shadow: 7px 7px 15px #3C0000;
    height: 600px;
    
}

#leftColumn {
    text-align: center;
    width: 194px;
}

.quip {
    font-size: 13px;
    font-weight: normal;
}

#faq-list {
    margin: 0 10px 0 -4px;  
    padding: 1px 0;
    background: #000000 url(/images/filmstrip.jpg) repeat-y;
    width: 204px;
    -webkit-box-shadow: 3px 5px 15px #3C0000;
    -moz-box-shadow: 3px 5px 15px #3C0000;
    box-shadow: 3px 5px 15px #3C0000;
}

#faq-list ul {
    margin: 10px 40px;
    padding: 0;
}

#faq-list li {
    color: #000000;
    line-height: 1.4em;
    margin: 0 12px 10px -9px;
    list-style-type: none;
    padding: 20px 10px 20px 10px;
    background-color: #f0eade;
    width: 120px;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

 #faq-list a {
    color: #000000;
    /*text-decoration: underline;*/
}

#faq-list a:hover {
    color: #000000;
    background-color: #fef8f7;
    text-decoration: none;
}

#gsfn_search_widget {
    margin: 5px 20px 15px;
}

.gsfn_label {
    padding: 10px 0pt; display: block;
}

.powered_by {
    text-align: right;
    font-size: 11px;
}

