/*landing-index.html*/
#main-help-options {
margin:0px;
padding:0px;
}
#main-help-options li {
margin:10px 10px 0px 0px;
padding:0px;
list-style:none;
float:left;
}


/*installation-question.html*/
#main-installation-options {
margin:0px;
padding:0px;
}

#main-installation-options li {
margin:0px 70px 0px 0px;
padding:0px;
list-style:none;
float:left;
}

/*installation-question-altdsl.html*/
div.box {
width:300px;
}

#dsl-type-form {
width:340px;
margin:0px auto;
}

/*FAQ Listing*/
#faq-list {
margin:0px !important;
}
#faq-list ol {
margin-top:0px !important;
}
#faq-list .question {color:#00A4C8; font-weight:bold;}
#faq-list .question:hover, #faq-list .question.sfhover {cursor:pointer;}
#faq-list .question.open {margin-bottom:5px;}
#faq-list .question span.back-to-top{font-weight:normal;}
#faq-list .answer {
margin-bottom:15px;
margin-left:0px;
}
#faq-list select#state-province-list1, #faq-list select#state-province-list2{
float:left;
}
#faq-list label.faqlabel{
clear:left;
display:block;
width:120px;
float:left;
}
#faq-list .province, #faq-list .city{
display:block;
clear:left;
padding-top:3px;
}

/*Features Listing*/
dl#features-list {
margin:0px !important;
}
dl#features-list h6 {
font-weight:normal;
}
dl#features-list ol {
margin-top:0px !important;
}
dl#features-list dt.question {color:#00A4C8; font-weight:bold;}
dl#features-list dt.question span.back-to-top{font-weight:normal;}
dl#features-list dd.answer {
margin-bottom:35px;
margin-left:0px;
}


/*General Help Stuff*/
.last {
margin-right:0px !important;
}

.helpmenu{margin-bottom:25px; margin-top:10px;}

#faq-tab{}
#features-tab{}
#installation-tab{}

/*Any Ordered/Unordered List*/
ol li, ul li {
margin-bottom:10px;
}

hr {border:0px;
border-top:1px dotted #00A4C8;
height:1px;
}