/* 
    Document   : faqs.css
    Created on : 25-Feb-2009, 10:40:26
    Author     : ChrisMcKee
    Description:
        Replacement of previous heavy version
*/

#page { width:968px; min-height:530px; }

select { margin-top:5px; }
textarea { font-size:1.2em; }

.standard_bold { font-weight:700; }
.clear{ clear:both; }

.right_box_header {
background:#a7ce38;
color:#fff;
display:block;
font-size:1.1em;
font-weight:600;
margin:0 0 4px;
padding:3px 4px;
}

.question_header {
color:#5FAD40;
font-size:1.3em;
font-weight:700;
}

.frequent_question_list { font-weight:400; }

hr {
background:#333;
color:#333;
height:1px;
width:80%;
margin:3px auto 4px;
}

.faq_bullets {
color:#000;
margin:5px 0;
}

.question_contain,#left_contain li { line-height:1.4em; }

.question_contain h2 { font-size:1.1em; }


#left_contain {
float:left;
width:620px;
}

#right_contain {
float:right;
margin-right:8px;
width:290px;
}

#right_box {
border:1px solid #a7ce38;
margin:0 0 10px;
padding:0 0 5px;
}

.right_box2 {
border:1px solid #a7ce38;
margin:0 0 10px;
padding:8px 5px;
}

.question_contain {
background:#eee;
clear:both;
color:#000;
margin:0 0 30px;
padding:3px 5px 8px;
}

.question_contain li {
padding:3px 0;
}

#right_box ol {
font-size:1em;
font-weight:700;
line-height:20px;
list-style-position:outside;
margin:0;
padding:0 0 0 30px;
}

#right_box_header {
background-color:#a7ce38;
}

.question_footer {
text-align:center;
}

.form_layout label,input {
display:block;
float:left;
margin-bottom:5px;
}

.form_layout select {
margin-bottom:5px;
}

.form_layout label {
padding-right:10px;
padding-top:4px;
text-align:right;
width:135px;
}

.form_layout br {
clear:left;
}