        body {
			margin: 0;
		}

        .fixedwidth {
            width: 1100px;
            margin: 0 auto;
        }
        
        #container {
            margin: 0;
        }
        
            #topbar {
                position: fixed;
                background-color: #FFFFFF;
                width: 100%;
                height: 70px;
                color: white;
                font-family: calibri, courier, helvetica;
                border-bottom: 5px solid #d9d9d9;
            }

                #logodiv {
                    float: left;
                    height: 100%;
                    padding-top: 15px;
                    font-size: 35px;
                    color: #0F3E60;
                }

                #topmenudiv {
                    float: right;
                    height: 100%;
                }

                    #topmenudiv ul {
                        margin: 0;
                        padding-top: 25px;
                    }

                    #topmenudiv li {
                        float: left;
                        padding-left: 30px;
                        list-style: none;
                        font-size: 25px;
                    }

                         a:link {
                             text-decoration: none;
                             color: #0F3E60;
                        }

                        a:visited {
                            text-decoration: none;
                            color: #0F3E60;
                        }

                        a:hover {
                            text-decoration: underline;
                        }

                        a:active {
                            text-decoration: underline;
                        }

        
                #intro {
                    background-image: url(tile.jpg);
                    background-size:cover;
                    background-position:center;
                    padding-top: 110px;
                }
        
                    #introcontent {
                        margin: 0 auto;
                        width: 95%;
                    }

                        #introcontent h1 {
                            padding-top: 10px;
                            color: #2B96CC;
                        }

                        #introcontent h2 {
                            color: #646465;
                        }


                        #introcontent p {
                            font-family: calibri, courier, helvetica;
                            font-size: 20px;
                            line-height: 1.3;
                            margin-top: 0;
                            color: #646465;
                        }

                        #introcontent a {
                            text-decoration: underline;
                        } 


                        #introcontent ul {
                            font-family: calibri, courier, helvetica;
                            font-size: 20px;
                            line-height: 1.3;
                            padding-left: 15px;
                            color: #646465;
                        }
	

        
                #services {
                    background-color: #00334C;
                    height:100vh;
                    width:100vw;
                    background-size:cover;
                    background-position:center;
                    padding-top: 5px;
                    height: 550px;
                }

                    #servicescontent {
                        margin: 0 auto;
                        width: 95%;
                    }

                        #servicescontent h1 {
                            padding-top: 10px;
                            color: #ffffff;
                        }

                        #servicescontent p {
                            font-family: calibri, courier, helvetica;
                            font-size: 20px;
                            line-height: 1.8;
                            margin-top: 0;
                            color: #ffffff;
                        }

        
                #about {
                    background-image: url(f80desktop.jpg);
                    height:100vh;
                    width:100vw;
                    background-size:cover;
                    background-position:center;
                    padding-top: 5px;
                    height: 600px;
                }

                    #aboutcontent {
                        margin: 0 auto;
                        width: 95%;
                    }

                        #aboutcontent h1 {
                            padding-top: 10px;
                            color: #00334C;
                        }

                        #aboutcontent p {
                            font-family: calibri, courier, helvetica;
                            font-size: 20px;
                            line-height: 1.5;
                            margin-top: 0;
                            color: #00334C;

                        }

        
                #contact {
                    background-image: url(bluelake.jpg);
                    height:100vh;
                    width:100vw;
                    background-size:cover;
                    background-position:center;
                    padding-top: 5px;
                    height: 600px;
                }

                    #contactcontent {
                        margin: 0 auto;
                        width: 95%;
                        text-align: center;
                    }

                        #contactcontent h1 {
                            padding-top: 240px;
                            color: #FFFFFF;
                        }

                        #contactcontent p {
                            font-family: calibri, courier, helvetica;
                            font-size: 30px;
                            line-height: 2.0;
                            margin-top: 0;
                            color: #FFFFFF;
                        }

