

/* tablets and desktop
@media only screen and (min-width: 768px) {
}
*/

/* phones
@media only screen and (max-width: 768px) {
}
*/

/* portrait phones 
@media only screen and (max-width: 768px) and (orientation: portrait) {
    
}
*/

@media only screen and (max-width: 768px) 
{ 
    
    body.ResponsiveDesign { background-image: none; }

    .ResponsiveDesign .HeaderContainer { background-position: right center; height: auto; background: none; overflow: auto; }
    .ResponsiveDesign .HeaderField { position: static; width: auto; height: auto; padding: 20px 5px; height: 160px; overflow: auto; }
    
    .ResponsiveDesign .LogoField,
    .ResponsiveDesign .HeaderContainerOverlay,
    .ResponsiveDesign .NavigatorContainer .NavigatorTop,
    .ResponsiveDesign .NavigatorContainer .NavigatorBottom { display: none; }

    .ResponsiveDesign .ContentContainer .ContentTop{ height: 40px; background-position: bottom center; }
    .ResponsiveDesign .ContentContainer .ContentBottom { background-position: top center; }

    .ResponsiveDesign .NavigatorContainer .NavigatorMiddle, 
    .ResponsiveDesign .ContentContainer .ContentMiddle { background: none; padding: 0; }
    
    .ResponsiveDesign ul.DropMenu { padding: 0; }
    .ResponsiveDesign ul.DropMenu a.toplevel { text-align: left; }
    .ResponsiveDesign ul.DropMenu li ul { background: none; }

    .ResponsiveDesign .MainPage .NewsHeader .ParagraphContainer,
    .ResponsiveDesign .MainPage .NewsItem { margin-left: 0; width: auto; }

    .ResponsiveDesign .MainPage .NewsHeader { margin-top: 10px; }

    .ResponsiveDesign .ImageGallery1 .FunctionTable { max-width: 480px; margin: 20px auto; }
    .ResponsiveDesign .ImageGallery1 .FunctionTable .ImageCell { width: 140px; padding: 0 10px; }
    .ResponsiveDesign .ImageGallery1 .FunctionTable .ParagraphContainer  { padding: 0; }
    .ResponsiveDesign .ImageGallery2 .FunctionTable .TextCell,
    .ResponsiveDesign .ImageGallery3 .FunctionTable .TextCell { width: auto; }

    .ResponsiveDesign .Guestbook .GuestBookFormControl .GuestBookSubmitTD { text-align: right; }
    .ResponsiveDesign .Guestbook .GuestbookForm input.GuestSubmit { margin-left: 0; }
    
    .ResponsiveDesign .Contact .ContactForm input.ContactSubmit { margin-left: 0; }
    
    .ResponsiveDesign .Contact .RightColumn { width: auto; }
    .ResponsiveDesign .Contact .RightColumn .ParagraphContainer { font-size: 10pt; width: auto; }
    .ResponsiveDesign .Contact .RightColumn .ImageContainer img { max-width: 100%; }

    .ResponsiveDesign .ImageGallery .Gallery1 .GalleryCell { width: 130px; padding: 5px; }

    .ResponsiveDesign .ImageGallery .Gallery4 .ImageContainer { margin-bottom: 10px; }
    .ResponsiveDesign .ImageGallery .Gallery5 .ImageContainer { margin-bottom: 10px; }

    .ResponsiveDesign .ImageGallery .Slide1 .ImageContainer img,
    .ResponsiveDesign .ImageGallery .Slide2 .ImageContainer img,
    .ResponsiveDesign .ImageGallery .Slide3 .ImageContainer img { width: 100%; }

}


