@charset "UTF-8";

img, object, embed, video {
	max-width: 100%;
}

.ie6 img {
	width:100%;
}


.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.toprectangle {
	clear: both;
	position: relative;
	height: 60px;
	width: 100%;
	background: #003354;
	top: 0;
	left: 0;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}



/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	clear: none;
	float: none;
}
#div1 {
}
.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}

.logo {
	margin-top: 0px;
	position: relative;
    margin-left: 0px;
	width: 100%;
	height: 100%;
}

.image1 {
	margin-top: 0px;
	position: relative;
    margin-left: 0px;
	width: 100%;
	height: 100%;
}

.osteocontainer {
	background-color: #ddcdb3;
     width: 100%;
	 height: 100%;
	 margin-top: 0px;
	 position: relative;
}

h1 { font-family: "Copperplate", Copperplate Gothic Light, sans-serif;
     font-size: 30px; 
	 color: #603311;
	 text-align: left;
    }

h2 {color: #603311;
   text-align: left;
   font-family: "Copperplate", Copperplate Gothic Light, sans-serif;
   font-size: 22px;
   line-height: 18px;
  }
  
h3 { font-family: "Copperplate", Copperplate Gothic Light, sans-serif;
     font-size: 30px; 
	 color: #603311;
	 text-align: left;
	 letter-spacing: -2px;
	 line-height: 26px;
    }
	
#navlist li { 
   list-style-type: square; 
   text-align: left;
   font-family: Verdana, Geneva, sans-serif;
   font-size: 12px;
   margin-left: -10px;
   }

#navlistforms li { 
   list-style-type: square; 
   text-align: left;
   font-family: Verdana, Geneva, sans-serif;
   font-size: 12px;
   margin-left: -20px;
   }

#welcome {
	    margin-left: auto;
    margin-right: auto;
    width: 80%;
	height: 100%;
}

.footer {
	margin-top: 0px;
	position: relative;
    margin-left: 0px;
	width: 100%;
	height: 100%;
}

.left 
   {  float: right;
   margin: 20px;
   margin-top: 0px;
   }
   
#aboutmepic {
	height: 140px;
	width: 120px;
}

#osteo1 {
	height: 160px;
	width: 130px;
	position: relative;
}

#osteo2 {
	height: 140px;
	width: 100px;
	position: relative;
	margin-top: 12px;
	right: -10px;
}

#osteo3 {
	height: 200px;
	width: 180px;
	position: relative;
}

#osteo4 {
	height: 120px;
	width: 130px;
	position: relative;
	margin-top: -220px;
}

#osteo5 {
	height: 100px;
	width: 180px;
	position: relative;
}

#filler1 {
	height: 400px;
	width: 100%;
	position: relative;
	background-color: #ddcdb3; 
}

#filler2 {
	height: 100%;
	width: 100%;
	position: relative;
	background-color: #ddcdb3; 
}

#map_canvas {
	height: 300px;
	width: 300px;
	position: relative;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}

.logo {
	margin-top: 0px;
	position: relative;
    margin-left: 0px;
	width: 100%;
	height: 100%;
}

.image1 {
	margin-top: 0;
	position: relative;
    margin-left: 0px;
	width: 100%;
	height: 100%;
}

#aboutmepic {
	height: 160px;
	width: 140px;
}

#osteo1 {
	height: 190px;
	width: 160px;
	position: relative;
}

#osteo2 {
	height: 140px;
	width: 100px;
	position: relative;
	margin-top: 12px;
	right: 10px;
}

#osteo3 {
	height: 300px;
	width: 280px;
	position: relative;
	z-index: 2;
}

#osteo4 {
	height: 150px;
	width: 190px;
	position: relative;
	margin-top: -250px;
	right: 20px;
	z-index: 1;

}

#osteo5 {
	height: 160px;
	width: 260px;
	position: relative;
}

#filler1 {
	height: 540px;
	width: 100%;
	position: relative;
	background-color: #ddcdb3; 
}

#filler2 {
	height: 100%;
	width: 100%;
	position: relative;
	background-color: #ddcdb3; 
}

#filler3 {
	height: 240px;
	width: 100%;
	position: relative;
	background-color: #ddcdb3; 
}

#filler4 {
	height: 85px;
	width: 100%;
	position: relative;
	background-color: #ddcdb3; 
}

h3 { font-family: "Copperplate", Copperplate Gothic Light, sans-serif;
     font-size: 30px; 
	 color: #603311;
	 text-align: left;
	 letter-spacing: 0px;
    }

#map_canvas {
	height: 400px;
	width: 550px;
	position: relative;
}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}

.logo {
	margin-top: 0px;
	position: relative;
    margin-left: 0px;
	width: 100%;
	height: 100%;
}

.image1 {
	margin-top: 0px;
	position: relative;
    margin-left: 0px;
	width: 100%;
	height: 100%;
}
	
h3 { font-family: "Copperplate", Copperplate Gothic Light, sans-serif;
     font-size: 30px; 
	 color: #603311;
	 text-align: left;
    } 
	
#osteo4 {
	height: 150px;
	width: 190px;
	position: relative;
	margin-top: -300px;
	right: 220px;
	z-index: 1;

}


#map_canvas {
	height: 400px;
	width: 650px;
	position: relative;
}

}