/* Basic stylesheet for Old Tappan Vet
 * URL: http://www.oldtappanvet.com/
 * CSS: otvstyle.css
 */

body {
	background: #662B00;
	color: #3C1900;
	background: url('/images/bg-texture-goldish.png');
}
a img {
	border: none;
}

h1 {
	font-family: 'Garamond', 'Georgia', 'Times New Roman', 'Times', serif;
	font-size: 24px;
	font-weight: normal;
	/*color: #DAA520;*/
	color: #C29A3D;
	text-transform: uppercase;
}

h2 {
	display: inline;
	font-size: 20px;
	font-weight: bold;
	color: #DAA520;
}

table {
	background: #fffdd0;
	/* this controls the BG color for all the
	 * content areas 
	 */
}

#main {
	width: 799px;
	height: 100%;
	min-height: 525px;
	text-align: center;
	padding-bottom: 20px;
}

td {
	font-family: arial, sans-serif;
	font-size: 17px;
	line-height: 22px;
	text-align: left;
	vertical-align: top;
}

.norm {
	margin-left: 35px;
	margin-right: 30px;
	margin-top: 10px;
	font-family: arial, sans-serif;
	font-size: 17px;
	line-height: 22px;
	text-align: left;
	vertical-align: top;
}

.hdr {
	margin-left: 35px;
	margin-right: 30px;
	margin-top: 10px;
	font-family: arial, sans-serif; 
	font-size: 20px;
	font-weight: bold;
	color:#DAA520;
}

.mainpic2 {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

.mainpic {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
        height: 240px;
}

.bdr {
	border: 2px solid #DAA520;
}

A  {text-decoration: underline}
A:link {color: #cc9900;}
A:visited {color: #cc9900;}
A:hover {color: #f5b800;}
A:active {color: #cc9900;}

.slideShow {
	width: 740px;
	height: 350px;
	margin: 0 auto;
}

.imageGrid {
	width: 215px;
	height: 200px;
	margin: 7px;
	float: left;
	text-align: center;
	font-size: 12px;
}

.imageGrid a {
	text-decoration: none;
	font-size: 16px;
}

.imageGrid img {
	border: 3px solid #fff;
}

.imageGrid a:hover img {
	border: 3px solid #CC9900;
}


.subTitle {
	display: block;	
	margin-bottom: 15px;
}

ul.servList {
	float: left;
	list-style-type: none;
	font-size:  13px;
	font-style: oblique;
}

ul.servList li {
	margin-bottom: 10px;
}

ul.servList a {
	font-size:    15px;
	font-weight:  bold;
	font-style:   normal;
	text-decoration: none;
}

ul.servList a:hover {
}

.servText {
	text-align: justify;
}

.servText img {
	float: left;
	margin: 10px;
	border: 2px solid #daa520;
}

#navv {
	position: absolute; 
	left: 600px; 
	top: 97px; 
}

.menu {
	position: absolute;
	top: 148px;
	right: 30px;
}


.shdw {
	/* for use with the h1 element to create a faux
	 * shadow. currently not in use */
	position: absolute;
	left: 2px;
	top: 2px;
	z-index: 1;
	font-family: 'Garamond', 'Georgia', 'Times New Roman', 'Times', serif;
	font-size: 24px;
	font-weight: normal;
	color: black;
	text-transform: uppercase;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

td.fixHeight {
	height: 460px; /* should be interpreted as  min-height for a table cell */
}

