/*
Theme Name: Beyond Smiles Dentistry
Description: This is the IDM style of the Beyond Smiles Dentistry website.
Version: 0.1
Author: Rocco Smit
*/

root { 
    display: block;
}

html, body, div, img {
    margin: 0;
    padding: 0;
    border: 0px solid black;
}

h1 {
    font-size: 30px;
    font-weight: bold;
}

a {
    font-size: 12px;
    font-family: Arial;
	color: black;
}

/* The style for the html body tag */
body {
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    background-image: url("images/container_background.png");
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-color: #d7d3c7;
    height: 1016px;
}


img.alignleft { float:left; margin:4px 10px 4px 0; }

/* The wrappe that keeps he whole page n place */
#wrapper {
    width: 960px;
    margin: 0 auto;
    text-align: left;
}

/* The header container */
#headerContainer {
}

#headerContainer .logoContainer {
    background-image: url("images/header_background.jpg");
    background-repeat: no-repeat;
    width: 960px;
    height: 120px;

}

#headerContainer a.buttons {
    background-image: url(images/header_button.png);
    background-repeat: no-repeat;
    width: 169px;
    height: 40px;
    line-height: 40px;
    display: block;
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    float: left;
    margin-right: 5px;
}

/* The navigation corners */
#navLeftCorner {
    width: 6px;
    height: 45px;
    float: left;
    background-image: url(images/top_navigation_left.png);
    background-repeat: no-repeat;
}

#navRightCorner {
    width: 6px;
    height: 45px;
    float: left;
    background-image: url(images/top_navigation_right.png);
    background-repeat: no-repeat;
}

/* The level 1 navigation */
#NavLevel1 {
    margin-bottom: 1px;
    min-height: 45px;   
    float: left;
}

#NavLevel1 ul {
    background-color: #373737;
    margin: 0;
    padding: 0;
    width: 948px;
    min-height: 45px;
    background-image: url(images/top_navigation_background.png);
}

#NavLevel1 ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;    
}

#NavLevel1 ul li a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    height: 45px;
    line-height: 45px;
    padding: 0 16px;
    min-width: 45px;
    text-align: center;
}

#NavLevel1 ul li a:hover, #NavLevel1 ul li.current_page_item a, #NavLevel1 ul li.current_page_ancestor a {
    background-image: url(images/top_navigation_hover.png);
    background-position: center;
    background-repeat: no-repeat;    
}

/* The search form container */
#search {
    float: right;
    height: 27px;
    line-height: 27px;
    vertical-align: middle;
    margin-top: -37px;
    margin-right: 10px;
}

#search .seachBox {
    width: 150px;
    border: 1px solid black;
    height: 25px;
    float: left;
    padding: 0 5px;
}

#search #searchsubmit {
    height: 27px;
    width: 27px;
    background-image: url(images/search_go.png);
    background-repeat: no-repeat;
    display: block;
    float: left;
    margin-left: 5px;
    font-size: 1px;
}

/* the flash banner container */
#flash {
    clear: both;
    height: 230px;
    margin-bottom: 1px;
    background-color: grey;
    position: relative;
}

#flash.image1 {
    background-image: url(images/banner-1.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
}

#flash.image2 {
    background-image: url(images/banner-2.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
}

#flash a {
    text-decoration: none;
    color: white;
    position: absolute;
    top: 202px;
    left: 440px;
    display: block;
    width: 150px;
    height: 20px;
    line-height: 20px;
    padding: 4px 5px;
	z-index:10;
}

/* The container under the flash banner */
#flashBottom {
    background-image: url(images/top_navigation_bottom.png);
    background-repeat: no-repeat;
    height: 22px;
    margin-bottom: 10px;
}

/* The side panel */
#Panel1 {
    width: 305px;
    float: left;
}

/* The level 2 navigation */
#NavLevel2 {
    width: 305px;    
}

#NavLevel2 #topImage {
    background-image: url(images/side_navigation_top.png);
    background-repeat: no-repeat;
    height: 8px;
}

#NavLevel2 #bottomImage {
    background-image: url(images/side_navigation_bottom.png);
    background-repeat: no-repeat;
    height: 8px;
    clear: both;
    margin-bottom: 20px;
}

#NavLevel2 ul {
    margin: 0;
    padding: 0;
    background-color: #b7b3a5;
}

#NavLevel2 ul li {
    list-style: none;
    background-color: #9b9789;
    background-image: url(images/side_navigation_lines.png);
    background-repeat: repeat-x;
    background-position: bottom;
}

#NavLevel2 ul li a {
    color: #3b3729;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-weight: bold;
    font-size: 14px;
}

#NavLevel2 ul li a:hover {
    text-decoration: underline;
}

#NavLevel2 ul.children li {
    background-color: #b7b3a5;
    visibility: collapse;
    height: 0;
}

#NavLevel2 ul li.current_page_item ul li, #NavLevel2 ul li.current_page_ancestor ul li {
    visibility: visible;
    height: auto;
}

#NavLevel2 ul.children li a {
    font-size: 12px;
    font-weight: normal;
}

#NavLevel2 ul.children li ul.children {
    padding-left: 30px;
    background-image: url(images/side_navigation_lines.png);
    background-repeat: repeat-x;
    background-position: bottom;
    padding-bottom: 7px;
}

#NavLevel2 ul.children li ul.children li {
    background-color: #b7b3a5;
    background-image: none;
    list-style: disc;
}

#NavLevel2 ul.children li ul.children li a {
    height: 20px;
    line-height: 20px;
}

/* the images with navigation on the home page */
.homeImageMenu {
    position: relative;
}

.homeImageMenu ul.menu {
    position: absolute;
    display: none;  
    z-index: 100;
    margin: 0;
    padding: 0;
    background-color: #303030;
    width: 304px;
    list-style: none;
}

.homeImageMenu ul.menu li a {
    display: block;
    height: 25px;
    line-height: 25px;
    width: 284px;
    text-decoration: none;
    padding: 0 10px;
    color: white;
}

.homeImageMenu ul.menu li a:hover {
    text-decoration: underline;
    background-color: #3B3B3B;
}

.homeImageMenu:hover ul.menu {    
    display: block;
}

/* the content panel */
#content {
    padding: 0 35px;
    margin-bottom: 20px;
}

#content p {
    line-height:21px;
}

#Panel2 {
    width: 655px;
    float: left;
}

#Panel2 #content {
    margin-left: 30px;
    margin-bottom: 20px;
}

/* The footer container */
#footerContainer {
    clear: both;
    background-image: url("images/footer_background.png");
    background-repeat: repeat-x;
    background-color: black;
    height: 71px;
    color: white;
    margin-top: 10px;
}

#footerContainer a {
    color: white;
}

#IDM {
     color: #666464;
     float: right;
     padding: 10px;
     text-align: right;
}

#IDM a {
    color: #666464;
}

#IDM p {
    margin: 0px;
    padding: 0px;
}

/* The level 1 navigation */
#NavLevel3 {
}

#NavLevel3 ul {
    padding: 10px 7px 7px 7px;
    margin: 0;
    width: 948px;
    min-height: 20px;
}

#NavLevel3 ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

#NavLevel3 ul li a {
    color: white;
    text-decoration: none;
    display: block;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    font-size: 11px;
}

#NavLevel3 ul li a:hover, #NavLevel3 ul li.current_page_item a, #NavLevel3 ul li.current_page_ancestor a {
    text-decoration: underline;
}

#NavLevel3 p {
    margin: 0;
    padding-left: 10px;
    width: 948px;
    min-height: 20px;
}

/* The forms */
.formBuilderForm input {
	border: 0px solid white;
}

.formBuilderForm .formBuilderInput input[type=text] {
	border-left: 0px solid white;
	border-top:  0px solid white;
	border-right:  0px solid white;
    border-bottom: 1px solid silver;
}

.formBuilderForm select {
    width: 150px;
    border: 1px solid silver;
    background-color: white;
}

.formBuilderForm h2 {
    background-color: #C2C1C7;
    Padding: 4px;
    width: 850px;
}

.formBuilderForm .small_text_area textarea {
    height: 50px;
    width: 850px;
    xborder-left: 1px solid white;
	xborder-top: 1px solid white;
	xborder-right: 1px solid white;
    xborder-bottom: 1px solid silver;
	border: 1px solid silver !important;
    xoverflow:auto;
}

#formBuilderFieldemail .formBuilderInput input { width:200px; }

#formBuilderFieldBusiness_Address .formBuilderInput input { width:700px; }

#formBuilderFielddental_What_is_the_purpose_of_your_visit .formBuilderInput input { width:600px !important; }

#formBuilderFielddental_If_yes_please_explain .formBuilderInput input { width:700px !important; }

#formBuilderFieldconfidential_Address .formBuilderInput input { width:700px !important; }



.formBuilderForm .formBuilderField {
    margin-right: 10px;
}

.formBuilderForm .radio_buttons .formBuilderRadio {
    float: left;
    margin-left: 0;
    border: 0px solid white;
}



.formBuilderRadio radio {
	border: 0px solid white;
}

.formBuilderForm .formBuilderSubmit {
    margin-left: 305px;
    text-align: left;
}

.formBuilderForm .formBuilderLabel, .formBuilderForm .formBuilderLabelRequired {
    padding-top: 4px;
}

#formBuilderCSSIDBook_an_appointment .formBuilderForm .formBuilderSubmit {
    margin-left: 250px;
}

#formBuilderFieldTitle_Other .formBuilderLabel {
    display: none;
}

#formBuilderCSSIDMedical_history_form {
	background-color: white; 
	height: 2800px;
}

#formBuilderCSSIDMedical_history_form .formBuilderForm div {
    float: left;
    clear: none;
}

#formBuilderCSSIDMedical_history_form .formBuilderForm .formBuilderLabel {
    width: auto;
}

#formBuilderCSSIDMedical_history_form .formBuilderForm .formBuilderLabelRequired  {
    width: auto;
}


#formBuilderCSSIDMedical_history_form #formBuilderFieldGiven_Name {
    clear: both;
}

#formBuilderCSSIDMedical_history_form #formBuilderFieldHome_Address {
    clear: both;
}

#formBuilderCSSIDMedical_history_form #formBuilderFieldMobile_Phone {
    clear: both;
}

#formBuilderCSSIDMedical_history_form #formBuilderFieldemail {
    clear: both;
}

#formBuilderCSSIDMedical_history_form #formBuilderFieldBusiness_Name {
    clear: both;
}

#formBuilderCSSIDMedical_history_form #formBuilderFieldBusiness_Address {
    clear: both;
}

#formBuilderCSSIDMedical_history_form #formBuilderFieldemergency_Relationship_to_you {
    clear: both;
}

#formBuilderCSSIDMedical_history_form #formBuilderFielddental_Have_you_had_any_problems_with_past_dental_treatment {
    clear: both;
}

#formBuilderCSSIDMedical_history_form #formBuilderFielddental_If_yes_please_explain {
    clear: both;
}

#formBuilderCSSIDMedical_history_form #formBuilderFielddental_Do_you_belong_to_a_Health_Fund {
    clear: both;
}

#formBuilderCSSIDMedical_history_form #formBuilderFielddental_If_Yes_Which_one {
    clear: both;
}

#formBuilderCSSIDMedical_history_form #formBuilderFielddental_Are_you_a_Veteran_Affairs_Card_Holder {
    clear: both;
}

#formBuilderCSSIDMedical_history_form #formBuilderFielddental_How_did_you_hear_about_this_practice {
    clear: both;
}

#formBuilderCSSIDMedical_history_form #formBuilderFieldterms_and_conditions {
    text-align: center;
    clear: both;
}

#formBuilderCSSIDMedical_history_form #formBuilderFielddental_My_preferred_method_of_payment_is {
    text-align: center;
    width: 100%;
}

#formBuilderCSSIDMedical_history_form #formBuilderFielddental_My_preferred_method_of_payment_is .formBuilderLabelRequired {
    clear: both;
    text-align: center;
    width: 100%;
}

#formBuilderCSSIDMedical_history_form #formBuilderFielddental_My_preferred_method_of_payment_is .formBuilderInput {
    clear: both;
    text-align: center;
    width: 100%;
}

#formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_Address {
    clear: both;
}

#formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_Are_you_being_treated_for_a_medical_condition_at_present {
    clear: both;
}

#formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_Are_you_taking_any_medications_or_supplements_at_present_both_prescribed_or_over_the_counter_Please_List {
    clear: both;
}

#formBuilderCSSIDMedical_history_form #fieldformBuilderFieldconfidential_Are_you_taking_any_medications_or_supplements_at_present_both_prescribed_or_over_the_counter_Please_List {
    clear: both;
}




#formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_High_or_low_blood_pressure{
    clear: both;
}

#formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_High_or_low_blood_pressure, #formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_Leukaemia_or_cancer, #formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_Nervous_or_anxiety_conditions {
    width: 280px;
}

#formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_High_or_low_blood_pressure .formBuilderLabelRequired, #formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_Leukaemia_or_cancer .formBuilderLabelRequired, #formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_Nervous_or_anxiety_conditions .formBuilderLabelRequired {
    width: 175px;
}

#formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_Heart_ailments_valve_problems_murmurs_pacemakers {
    clear: both;
}

#formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_Heart_ailments_valve_problems_murmurs_pacemakers, #formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_Radiation_or_chemotherapy, #formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_Eating_disorders {
    width: 280px;
}

#formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_Heart_ailments_valve_problems_murmurs_pacemakers .formBuilderLabelRequired, #formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_Radiation_or_chemotherapy .formBuilderLabelRequired, #formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_Eating_disorders .formBuilderLabelRequired {
    width: 175px;
}

#formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_Rheumatic_fever {
    clear: both;
}

#formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_Rheumatic_fever, #formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_Organ_or_bone_marrow_transplants, #formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_Stomach_or_other_bowel_problems_ie_Reflux {
    width: 280px;
}

#formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_Rheumatic_fever .formBuilderLabelRequired, #formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_Organ_or_bone_marrow_transplants .formBuilderLabelRequired, #formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_Stomach_or_other_bowel_problems_ie_Reflux .formBuilderLabelRequired {
    width: 175px;
}

#formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_Excessive_bleeding_or_blood_disorders {
    clear: both;
}

#formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_Excessive_bleeding_or_blood_disorders, #formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_Prosthetic_implants, #formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_Hepatitis_ABC_or_other {
    width: 280px;
}

#formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_Excessive_bleeding_or_blood_disorders .formBuilderLabelRequired, #formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_Prosthetic_implants .formBuilderLabelRequired, #formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_Hepatitis_ABC_or_other .formBuilderLabelRequired {
    width: 175px;
}

#formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_Asthma_chest_of_breathing_problems {
    clear: both;
}

#formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_Asthma_chest_of_breathing_problems, #formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_Thyroid_problems, #formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_HIV_or_AIDS {
    width: 280px;
}

#formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_Asthma_chest_of_breathing_problems .formBuilderLabelRequired, #formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_Thyroid_problems .formBuilderLabelRequired, #formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_HIV_or_AIDS .formBuilderLabelRequired {
    width: 175px;
}

#formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_Tuberculosis {
    clear: both;
}

#formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_Tuberculosis, #formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_Steroid_therapy, #formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_Diabetes_Type_I_or_Type_II {
    width: 280px;
}

#formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_Tuberculosis .formBuilderLabelRequired, #formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_Steroid_therapy .formBuilderLabelRequired, #formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_Diabetes_Type_I_or_Type_II .formBuilderLabelRequired {
    width: 175px;
}

#formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_Bronchitis_emphysema_or_other_lung_diseases {
    clear: both;
}

#formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_Bronchitis_emphysema_or_other_lung_diseases, #formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_Stroke, #formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_Epilepsy {
    width: 280px;
}

#formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_Bronchitis_emphysema_or_other_lung_diseases .formBuilderLabelRequired, #formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_Stroke .formBuilderLabelRequired, #formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_Epilepsy .formBuilderLabelRequired {
    width: 175px;
}

#formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_Kidney_disease {
    clear: both;
    width: 280px;
}

#formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_Kidney_disease .formBuilderLabelRequired {
    width: 175px;
}




#formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_allergies_Specify {
    clear: both;
}

#formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_prescribed_drugs_Specify {
    clear: both;
}

#formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_Do_you_have_any_allergies_Penicillin_codeine_nickel_latex .formBuilderLabelRequired {
    width: 750px;
}

#formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_Do_you_take_any_prescribed_drugs_tablets_medicines_or_creams .formBuilderLabelRequired {
    width: 750px;
}

#formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_Have_you_ever_been_given_medication_for_Osteoporosis_or_Osteoponeia .formBuilderLabelRequired {
    width: 750px;
}

#formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_Have_you_taken_bisphosphonate_medications_Didronel_Fosamax_Aredia_Pamisol_Actonel_Zometa_Bonefos_Skelid_or_Bonviva .formBuilderLabelRequired {
    width: 750px;
}

#formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_Have_you_even_had_any_adverse_reactions_or_allergic_reactions_to_any_treatment_or_medications_ .formBuilderLabelRequired {
    width: 750px;
}

#formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_Do_you_have_a_heart_murmur_or_artificial_heart_valve__ .formBuilderLabelRequired {
    width: 750px;
}

#formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_Do_you_have_any_prosthetic_body_parts_eg_Artificial_hip_shoulder_or_knee_joints_ .formBuilderLabelRequired {
    width: 750px;
}

#formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_Ladies_are_you_pregnant_undergoing_fertility_treatment_or_family_planning_ .formBuilderLabelRequired {
    width: 750px;
}

#formBuilderCSSIDMedical_history_form #formBuilderFieldconfidential_Do_you_smoke_ .formBuilderLabelRequired {
    width: 750px;
}
}

