/* 
    Document   : default
    Created on : Dec 16, 2008, 3:37:21 PM
    Author     : Russ
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
@import url('_defaults.css');
@import url('_forms.css');

body {
    background:#E4BBBE url(../img/bgFAQs.jpg) no-repeat scroll center top;
}
div#main {
    background:#FFFFFF url(../img/bodyFAQs.jpg) no-repeat scroll left top;
}
div#body-footer {
    background:transparent url(../img/footFAQs.jpg) no-repeat scroll left top;
}
div#main ul.content1 {
    -moz-user-select:none;
    -khtml-user-select: none;
    user-select: none;
    float:left;
    margin:10px 0px 0px 39px;
    padding:0px 0px 0px 2px;
    width:678px;
    height:240px;
}
div#main ul.content1 h2 {
    margin:0px;
    padding:0px;
    font-size:12px;
    text-align:left;
    line-height:1.3;
    font-weight:bold;
    font-family:"Lucida Grande",Tahoma,Verdana,Arial,sans-serif;
}
div#main ul.content1 p {
    margin:0px 0px 5px 0px;
    padding:0px;
    font-size:12px;
    text-align:left;
    line-height:1.3;
    font-family:"Lucida Grande",Tahoma,Verdana,Arial,sans-serif;
}
div#main ul.header {
    margin:26px 26px 0px 0px;
    padding:0px 0px 0px 0px;
    float:right;
    width:600px;
    height:237px;
    text-align:right;
}
div#main ul.header li#form{
    margin:20px 24px 0px 0px;
    padding:0px 0px 0px 0px;
    float:right;
    width:300px;
    text-align:right;
    list-style:none;
}
div#indent {
    float:left;
    margin:0px;
    padding:0px;
    width:145px;
    height:75px;
}