
body {
background-color: #500000; /*aggie maroon via "brandguide.tamu.edu/colors.html"*/
background: -moz-linear-gradient(top,  black 0%, #500000 80px);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,black),color-stop(80px,#500000));
  background: -webkit-linear-gradient(top,  black 0%,#500000 80px);
  background: -o-linear-gradient(top,  black 0%,#500000 80px);
  background: -ms-linear-gradient(top, black 0%,#500000 80px);
  background: linear-gradient(top,  black 0%,#500000 80px);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='black', endColorstr='#500000',GradientType=0 );
  background-repeat: repeat-x;
  background-color: #500000; /*Old browsers*/
  margin: 0;
/*margin: 0 15%;*/
margin-left: 0;
font-family: sans-serif;

}

#picture {
	width: 180px;
	height: 270px;
	background-image: url(http://sanantonioent.com/Pictures/baby-180_269.jpg);
	background-repeat: no repeat;
	background-position: left top; 
	position:absolute;
	top:0px;
	left: 20px;
}

#heading {
	margin-left: 205px;
	padding-left: 1em;
	padding-bottom:0;
	width: 750px;   
	height: 269px;
	
	}

	
#nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
	text-decoration: none;
	position: absolute;
	top: 228px;
	left: 212px;
	width: 780px;
	text-align: center;
	
	}
#nav ul li {
	float: left;
	width:115pt;
	
	}

#nav ul li a {
	display: block;
	padding: .5em;
	border: 1px solid white;
	border-top-left-radius: .5em;
	border-top-right-radius: .5em;
	margin: .25em;
	color: black;
	background-color: #BDBDBD;
	
	}

#nav ul a:hover{
	color: blue;
	}
	
#heading hr {
	clear: both;
	padding: 0;
	width:100%;
	position:absolute;
	top:260px;
	left: 0;
	}
	
	
#hook {
	float: left;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 180px;
	margin-left: 20px;
	margin-top: 0;
	margin-right: -15%;
	border-style: double;
	border-width:6px;
	background-color: #F3E2A9;
	border-radius: 20px;
	text-align: left;
	}

#hook h1 {
	text-align: center;
	color: Red;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	font-size: 16pt;
	text-decoration: underline;
	}	
	
#hook  ul { /* this is the left side navigator*/ 
	list-style: none;
	padding: 0;
}

#hook ul li a {
	display: block;
	padding: 0em;
	margin: 0em;
	color: black;
	text-decoration: none;
}

#hook ul a:hover{
	color: blue;
	}

img { 
	float: left;
	padding-right: 20px;
	}

#content {
/*	float: left; */
	margin-left: 5px;
	margin-top: 0px;
	text-align: left;
	padding-top: 0em;
	padding-left: 2em;
	padding-right: 2em;
	background-color: #35D4DF;
	border: solid black;	
	}
#content ul li a {
	padding: 0em;
	margin: 0em;
	color: black;
	text-decoration: underline;
}

#content ul a:hover{
	color: blue;
	}

	

#heading h1 {
color: #BDBDBD;
text-align: center;
font-family: serif;
font-weight: strong;
font-size: 40pt;
text-transform: uppercase;
/*border-bottom: 1px solid #F7F8E0;*/
padding: 0;
margin-top: 10px;
margin-bottom: 0px;
}

#heading h2 {
color: #E6E6E6;
padding: 0;
text-align: center;
font-family: sans-serif;
font-size: 14pt;
margin-top: 0px
margin-bottom: 0px;
}

#heading h3 {
color: #E6E6E6;
padding: 0;
text-align: center;
font-family: sans-serif;
font-size: 10pt;
margin-top: 0px
margin-bottom: 0px;
}

#heading h3 a{
color: #E6E6E6;
padding: 0;
}

#heading h3 a:hover{
	color: blue;
	}

p {
	text-align: center;
	


}
.dtbanner {
	text-align: center;
}

.mbanner {
	display: none;
}
.conditionsad {
		display: block;
		float:right;
}

/*-------------------------------------------------------*/

.quote-hide {
  display: none;
}
.quote-box {
	text-align: center;
	padding: 2em;
	font-style: italic;
	height: 100px;
}

cite {
	font-size: 80%;
	
}

/*-----------------------------------------------------------*/
/*this is for the saturday clinic tag*/
.boxed {
	border: 1px solid black ;
	width: 180px;
	height: 266px;
	background-image: url(Pictures/vip_banner.png);
	background-color: white;
	position : absolute;
	
	margin-left: 950px;
	/*margin-right: auto;*/
	top:0;
	z-index:1;
}
.boxed p{
		font-size: 23pt;
		color: purple;
		text-align: center;
}
/*---------------------------------------------------*/
@media only screen and (max-device-width: 480px) {
		#picture {
			width: 0px;
			height: 0px;
			background-image: url(Pictures/baby-180_269.jpg);
			background-repeat: no repeat;
			background-position: left top; 
			position:absolute;
			top:0px;
			left: 0px;
		}
		#heading {
            width: 100%;
			margin-left: 0px;
			padding-left: 1em;
			padding-bottom:0;
			height: 670px;
        }
		#heading h1 {
			font-size: 50pt;
			text-align: center;
		}
		#heading h2 {
			display: none;
		}
		#heading h3 {
			font-size: 25pt;
			text-align: center;
		}
		
		#nav {
			font-size: 10pt;
			text-align: center;
			width: 100%;			
		}
		#nav ul {
			list-style-type: none;
			padding: 0;
			margin: 0 0;
			text-decoration: none;
			position: absolute;
			top: 230px;
			width: auto;
			margin-left: 50px;
			margin-right: 0;
			text-align: center;
			
			}
		#nav ul li {
			float: none;
			width:315pt;
			
			}

		#nav ul li a {
			display: block;
			padding: .5em;
			border: 1px solid white;
			border-top-left-radius: .5em;
			border-top-right-radius: .5em;
			border-bottom-left-radius: .5em;
			border-bottom-right-radius: .5em;
			margin: 1em;
			color: black;
			background-color: #BDBDBD;
			/*font-size: 20;*/
			}
		#heading hr {
			display: none;
			}

		
		
		
		
		#hook {
			display: none;
			}
		
		img { 
			position: relative;
			padding-right: 20px;
			
			}
        
		#content {
			float: none;
            width: auto;
			margin-left: 0px;
			margin-top: 0px;
			text-align: left;
			padding-top: 0em;
			padding-left: 2em;
			padding-right: 2em;
			background-color: white;
			border: none;	
			}
        #content ul li{
			font-size: 20pt;
			padding: 1em;
		}
		
		.boxed {
			border: 1px solid black ;
			width: 400px;
			height: 270px;
			background-image: url(Pictures/vip_mobile.png);
			background-color: white;
			position : relative;
			float : center;
			margin-left: auto;
			margin-right: auto;
			top:0;
			/*z-index:1;*/
			padding-bottom: 0pt; /*elongates the box*/
			margin-bottom: 40pt;
		}
		.boxed p{
			font-size: 40px;
			}
               
        .quote-hide {
		  display: none;
		}
		.quote-box {
			text-align: center;
			padding: 2em;
			font-style: italic;
			height: 220px;
			font-size: 25pt;
		}

		cite {
			font-size: 80%;
			
		}
		
		.dtbanner {
			display: none;
		}

        .mbanner {
			display: block;
			text-align: center;

		}
    }
 

  