/* CSS Document */

html, body {
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #E1E6DA;
	background-image: url(images/bkgdline.gif);	
	background-repeat:repeat-x;
	color:#000000;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
}

/*
2009 colors: #203c73= dark blue
		#668b26= lime green
		#8f0061= rose
		#1c818f= teal
		#ba9219= gold
*/

h1  {
	color:#8f0061;   /* red */         /* #203c73 */
	font-size: 160%;
	margin-top:0px;
	/* dk blue */
}

h2 {
color: #668b26;       /* lime green */
}
	

h3 {
color: #8f0061;		/* rose */
}
	
/* order is link, visited, hover, active */
a:link {
	color: #8f0061;
	
	}
	/* rose */
	
a:visited {
	color: #668b26;
	text-decoration:none;
	}
	/* lime green */
	
a:hover  {
	color: #3EB1C2;
	text-decoration: underline;
	}
	/*teal */
	
a:active {
	color: #1c818f;
	text-decoration: underline;
	}

img {
	border-color:#203C73;
	}
img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
	text-align: center; 
	}
	
/*layout */	
#container {
	background-color:#fff;
	margin-top: 0px;
	margin-left: auto;
    margin-right: auto;
	width: 806px;
	background-color: #fff;
	border-right-color: #94C93A;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #B4BDA7;
	border-left-style: solid;
	border-left-width: thin;
	}
	
/* header for front page */
#header {
	height: 130px;
	display: block;
    margin-left: auto;
    margin-right: auto;	
	text-align: center; 
	margin-bottom: 5px;
	
	}
	
/* header2 for secondary pages */
#header2 {
	height: 60px;
	margin-bottom: 2px;
	margin-left: 5px;
	background-image: url(images/mhvcstraightlogo.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	}
	
#addressbar {
	background-color: #203C73;
	color: #FFFFFF;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 14px;
	border-bottom-color:#8F0061;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	background-image: url(images/addressbarbkgd.gif);
	background-repeat:repeat;
	}
	
/* main nav bar */
#navbar {
	clear:both;
	padding-top:0px;
	
	margin-bottom: 20px;	
}
#navbar ul {	
	float:left;
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	background:#668b26 /* url(/images/navbarbkgd.gif) repeat-x */;
}
/* backgd color #668b26 = lime green
   link hover color #8f0061= rose */ 
   
#navbar li {
	display:inline;
	margin:0;
	padding:0;
	font-size:14px;
}
#navbar a {
	display:block;
	float:left;
	width: 30px; 
	padding:3px 12px;
	border-right:1px solid #8f0061;/*rose*/
	border-bottom:none;
	color:#fff;
	background:#668b26;
	text-decoration:none;	
	}

#navbar a:hover,
#navbar a:focus {background:#8f0061;
	}
/* end main nav bar  */
/* front page layout */
#tagline {
	color: #8f0061;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
	}

/* begin feature box left column  */
.leftcol {
	float: left;
	width: 205px;
	padding-right: 0px;
	padding-bottom: 10px;	
	padding-left: 0px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: left;
	border: 1px solid #B89119;
	}
		
/* begin definition of feature box left column */
.leftcol h1 {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 2px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #B89119; /* gold of dog */
	text-align: center;
}
.leftcol p {
	color:#333333;
	margin: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 8px;
	padding-left: 8px;	
	font-size: 90%;
	}
	
.leftcol img {
	text-align:center;
	}
/* end definition feature box left column */

/* begin definition feature box right column */		
.rightcol {	
	float: right;
	width: 202px;
	height: 600px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
	text-align: center;
	border: 1px solid #1c818f;
	font-size: 90%;
	}	
.rightcol h1 {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 2px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #1c818f; /* teal */
	text-align: center;
}
.rightcol p {
	color:#333333;
	margin: 3px;
	padding-top: 0px;
	padding-right: 4px;
	padding-left: 8px;
	
	}	
.rightcol ul {
	margin-top: 3px;
	list-style-position: outside;
	}
.rightcol li {
	color:#333333;
	}
img.rightcol  {
	text-align:center;
	}

/* end right column feature box */ 
	/* begin center col div on front page.  Flows between left and right columns, width defined by borders of left and right columns */
#centercol {
	margin-bottom: 20px;
	text-align: center;
	}
	
.featureboxcenter {
	text-align: center;
	width: 280px;
	padding-right: 0px;
	padding-bottom: 10px;	
	padding-left: 0px;	
	margin-top: 15px;
	margin-left: 250px;	
	margin-bottom: 20px;	
	text-align: left;
	border: 1px solid #203c73;
	
}
.featureboxcenter h1 {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-top: 0px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background-color: #203c73; /* dark blue */
	text-align: center;
	}
.featureboxcenter p {
	color:#333333;
	margin: 3px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 90%;
	}	
	
#footer {
	clear: both;	
	background-color: #203C73;
	background-image:url('images/colorband240x20.gif');
	height: 20px;
	background-position: left;
	background-repeat: no-repeat;
	}

#contact { 
	clear: both;
	text-align: center;
	font-size: 80%;
	}

#footer p {
	padding-top: 5px;
	text-align: center;
	color: #FFFFFF;
	}
	
/* title Meadow Hills Vet. Clinic in header */
#mhvc2ndpage {
	float:left;
	width: 200px;	
	font-size:20px;
	font-weight: bold;
	color: #203c73;
	margin-top: 60px;
	margin-bottom: 3px;
	margin-left: 10px;	
	}

/* sets left gutter for text body on secondary pages 
	background-color: #ffffff;
	background-size: auto;
	background-image:url('images/aaha72x72.png');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:right bottom; 	
*/
.leftgutter {
	background-color: #ffffff
	margin-top: 0px;
	margin-left: 10px;	
		 /* padding is top,right,bottom,left */
	padding: 0px 10px 30px 10px;
	width: 90%;
	text-align: left;
	}
/* content 80= 80% wide column- used for chocolate.html with featurebox on right */
.content80 {
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-left: 10px;	
		 /* padding is top,right,bottom,left */
	padding: 10px 20px 30px 20px;
	width: 80%;
	text-align: left;
	}

.smleftgutter {
	left: 10px;
	}

.listheading {
	font-style: italic;
	font-weight: bold;
	}

#address {
	color: #336633;
	font-size: 12px;
	text-align: center;	
	margin-left: 25px;	
	}

.mhvclogotext {
	padding-right: 50px;
	padding-left: 5px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	}

.question {
	background: transparent;
	color: #FFFFFF;
	font-weight: bold;
	}

.questionheading {
	background-color: #203c73;
	color: #FFFFFF;
	font-weight: bold;
	 /* padding is top,right,bottom,left */
	padding: 5px 5px 3px 5px;
	margin: 0px;
 	border: none;
 	width: 100%;
   }

.smalltext {
	font-size: 10px;
	text-decoration: none;
	}

.highlight {
	clear: both;
	text-align: center;
	width: 80%;
	padding: 5px;
	background: #FFF9DF;
	border: 1em;
	border-color: green;
	border-top: thin;
	border-bottom: 1px;
	outline: Black solid thin;
	margin-top: 10px;
	margin-bottom: 5px;
	}

.highlightbox {
 background-color: #E1E6DA; 
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	 /* padding is top,right,bottom,left */
	padding: 5px 10px 5px 10px;
	text-align: center;
	}

p.highlightbox {
	height: 60px;
	}

.center {
	text-align: center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
	}

#comment {
	font-size: smaller;
	text-align: center;
	}

/* on index.html left side */
.featurebox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 130px;
	border: thin solid #203c73;
	color: #003399;
	margin: 0;
	text-align: center;
	padding-top: 5px; /* change 2/5/08 from 10px */
	padding-left: 5px;  /* change 2/5/08 from 10px */
	padding-right: 5px;
	padding-bottom: 5px;
	}

/* on secondary pages */
.featurebox2 {
	padding: 5px;	
	width: 150px;
	border: thin solid #203c73;
	margin: 0;
	margin-bottom: 20px;
	text-align: center;
	}

/* on secondary pages right side*/
.featureboxright {
	padding: 5px;
	float: right;	
	width: 200px;
	border: thin solid #203c73; /* dark blue */
	margin-bottom: 20px;
	margin-left: 10px;	
	text-align: left;
	clear:left;
	font-size:90%;
	font-weight: normal;
	}

.featureboxrighttitle {
	color: #ffffff;
	background-color: #203c73;
	text-align: center;
	margin-top: 100px;
	}
	
.featureboxrighttitle2 {
	color: #ffffff;
	background-color: #336633;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	}

#breadcrumb {
	clear: both;
	margin-top: 2px;
	margin-left: 0px;
	padding-bottom: 20px;
	color:#666;
	text-align: left;
	background-position: top right;
	background-repeat:no-repeat;
	}
	
#border {
	border-width: thin;
	border-color: #203c73;
	border-style: solid;
}

.clearboth {
	clear: both;
	}
	
.left {
	text-align: left;
}
