@charset "UTF-8";
/* CSS Document */

/* Normalizes margin, padding */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	
	background: transparent;
}

body{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
	
img {
	border:0;
	}
	
body {
	height:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background: #F0F0F1 url(../../assets/images/back_tile.gif);
	width: 810px;
	font: 62.5% "Gill Sans", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-family:Arial, Helvetica, sans-serif;
	color: #0B4F3E;
	}
	
body#home {
	height:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background: #131112 url(none);
	width: 810px;
	font: 62.5% "Gill Sans", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-family:Arial, Helvetica, sans-serif;
	color: #0B4F3E;
	}
	
/*Define text styles*/

p {
	color: #000000;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
	}
td{
font-size:13px;
	}
	
h1 {
	font-size: 2.2em;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: normal;
	}
	
h2 {
	font-size: 1.7em;
	font-weight: normal;
	color: #3F8C7E;
	padding: 0 0 4px 0;
	}
	
h2 a:link {
			color: #3F8C7E;
	}

h2 a:visited {
	color:#000000;	}

h2 a:hover {
	text-decoration:none;
	color:#000000;
	}
	
	
h3 {
	font-size: 1.5em;
	font-weight: normal;
	}
	
h4 {
	font-size: 1.3em;
	font-style: italic;
	font-weight: normal;
			padding: 0 0 4px 0;
}
	
h5 {
	}
	
a:link {
	color:#000000;
	}

a:visited {
	
		color:#000000;
	
	}

a:hover {
		color:#000000;
	text-decoration:none;
	}
	

	
ul {
	}
	
li {
 font-size:13px;
 color: #000000;
	}
	
/*Define styles for Home*/


/*Define styles for Logo container*/
#logo {
	margin-bottom: 20px;
	margin-top: 40px;
	text-align: center;
	}
	
h3.home  {
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom: 5px;
	margin-top: 3px;
	font-size: 1.6em;
	font-weight: normal;
	color: #3F8C7E;
	font-family:"Trajan Pro";
	}
	
h4.home {
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.3em;
	font-style: italic;
	letter-spacing: 2px;
	color: #3F8C7E;
	}
	
#logo h3 {
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom: 5px;
	margin-top: 6px;
	font-size: 1.6em;
	font-weight: normal;
	}
	
#logo h4 {
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.3em;
	font-style: italic;
	letter-spacing: 2px;
	margin-top: 5px;
	}
	
#logo h5 {
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.3em;
	}
	
#main_photo {
	margin-bottom: 25px;
	text-align: center;
	}
	
#bottom_photos {
	clear: both;
	margin-bottom: 20px;
	text-align: center;
	}
	
/*Define styles for Nav*/
	
#nav_home {
	font: 1em Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
	text-align: center;
	color: #FFFFFF;
	}
	
#nav_home a:link {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 4px;
	margin-left: 4px;
	}
	
#nav_home a:visited {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 4px;
	margin-left: 4px;
	}
	
#nav_home a:hover {
	color: #E2383F;
	}
	
/*Define styles for Nav on sub pages*/

#nav {
	margin-bottom: 10px;
	width: 795px;
	height: 24px;
	background: #0B4F3E;
	padding-left: 15px;
	}
	
/*Define styles fo for content area*/

.content {
	float: left;
	margin-bottom: 30px;
	width: 810px;
	margin-top: 20px;
	}

.about_photo {
	margin-bottom:30px;
	margin-right:10px;
	margin-top:7px;
	
	}
	
.about_photo img {
	border: 1px solid #0B4F3E;
	}
	

.left_photo {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}
	
.left_photo img {
	border: 1px solid #0B4F3E;
	}
	
.right_photo {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}
	
.right_photo img {
	border: 1px solid #0B4F3E;
	}
	
.content_text {
	float: right;
	width: 460px;
	}
	

#VNL_links {
	font-size: 10pt;
	line-height: 0px;
}

.required {
	color: #FF0000;
}

.underlined {
	text-decoration: underline;
}
/*PETCARE ARTICLE STYLES*/

div.VPA_links { margin: 5px 0 0 40px; }

.VPA_category_name {  font-weight: bold; margin: 0; padding: 5px 12px 15px 16px; font-size: 1.3em; }
 
div#article_text { font-size: 1.4em;}

div#pca_list h3 { font-size: 1.3em; text-align: center; }

div#pca_list h3 a { color: blue; }

div#pca_article img { padding: 15px; }

p.pca_nav { 
			padding: 25px 0 10px 16px;}

/*PETCARE ARTICLE SEARCH STYLES*/

form#pca_search div { text-align:right; margin: 0 0 -1px 95px; height: 2.2em; width:350px; background-color: #F7DBA9; border: 1px solid #680000; padding: 10px; }

form#pca_search div label span { float: left; width: 100px; margin-top: -4px; font-size: 1em; line-height: 3em; }

form#pca_search div input,
form#pca_search div select { width: 235px; margin-top:5px; }

form#pca_search div input#pca_submit { width: auto; }

div#quad_container { position: relative; text-align:center; }
div#quad { margin: 0 auto; width: 400px; text-align: left; position:relative; }
div#quad div { float: left; margin: 0; position: relative; }
div#quad a { height: 150px; width:200px; display:block; margin: 0; padding: 0; }
div#quad a#examination { background: url(/images/wellness_examination.gif) 0 0 no-repeat; }
div#quad a#quality { background: url(/images/wellness_quality.gif) 0 0 no-repeat; }
div#quad a#prevention { background: url(/images/wellness_prevention.gif) 0 0 no-repeat; }
div#quad a#diagnostics { background: url(/images/wellness_diagnosis.gif) 0 0 no-repeat; }
div#quad a#examination:hover { background: url(/images/wellness_examination.gif) -200px 0 no-repeat; }
div#quad a#quality:hover { background: url(/images/wellness_quality.gif) -200px 0 no-repeat; }
div#quad a#prevention:hover { background: url(/images/wellness_prevention.gif) -200px 0 no-repeat; }
div#quad a#diagnostics:hover { background: url(/images/wellness_diagnosis.gif) -200px 0 no-repeat; }
div.clear { clear: both; }
