<br />
<b>Warning</b>:  include_once(reset.css) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in <b>/usr/local/apache/htdocs/ctvetcenter.com/public/css/screen.php</b> on line <b>3</b><br />
<br />
<b>Warning</b>:  include_once() [<a href='function.include'>function.include</a>]: Failed opening 'reset.css' for inclusion (include_path='.:/usr/local/lib/php') in <b>/usr/local/apache/htdocs/ctvetcenter.com/public/css/screen.php</b> on line <b>3</b><br />
/*---------------------begin file reset.css--------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*reset*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/*typography*/
body {font-size:75%;color:#222;background:#fff;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {/*background:#c3d9ff;*/}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {/*background:#e5ecf9;*/}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/*forms*/
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {margin:0;width:90%;height:160px;padding:5px;}
/*-------------------------------------------------------------------------------------------------------*/
/*---------------------end file reset.css----------------------------------------------------------------*/
/*---------------------begin file global.css-------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
*
{
	outline:none;
}
label
{
	margin-right:1em;
	width:100%;
	clear:both;
	display:block;
}
input[type="password"],
input[type="text"],
select
{
	padding:.1em;
	font-size:110%;
}
input[type="password"],
input[type="text"],
textarea,
select
{
	border-width:1px;
	border-style:solid;
	border-color:#ccc;
	background-color:#fff;
	background-position:top left;
	background-repeat:repeat-x;
}
input[type="password"],
input[type="text"],
textarea,
select/*--mozilla/safari/chrome only borders--*/
{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
input[type="password"]:hover,
input[type="text"]:hover,
textarea:hover,
select:hover
{
	border-color:#aaa;
}
input[type="password"]:focus,
input[type="text"]:focus,
textarea:focus,
select:focus
{
	border-color:#666 !important;
	border-width:1px !important;
}
.error,.notice,.success,.info
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}
.error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}
.notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}
.success{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}
.info{
	background:#d6eff4;
	color:#4b4541;
	border-color:#a9dae4;
}
.error a
{
	color:#8a1f11;
}
.notice a
{
	color:#514721;
}
.success a
{
	color:#264409;
}
.info a
{
	color:#5a6e81;
}
body
{
	color:#333;
}
strong,h1,h2,h3,h4,h5,h6
{
	color:#000;
}
/*-------------------------------------------------------------------------------------------------------*/
/*---------------------end file global.css---------------------------------------------------------------*//*------------------Begin file local.css-----------------------------------------------------------------
color1 
#0b3992;
color2
#b0383a
color3
#efefef
-------------------------------------------------------------------------------------------------------*/
h1,h1 a,h2,h3,h4,h5,h6{color:#b0383a}
h1 a{text-decoration:none}
h1 a:hover{color:#c0484a}
fieldset ul{padding-left:0}
ul,ol{margin-left:0x;padding-left:10px}
strong{color:#222}
li{margin-bottom:10px}

.label{color:#b0383a}

/*-------------------------------------------------------------------------------------------------------*/
#inner-wrapper,#outer-wrapper,.round,#header,#nav,#content,#footer,#first,#last
{
	float:left;width:100%;padding:0;margin:0;display:block;position:relative;clear:both;
}
/*-------------------------------------------------------------------------------------------------------*/
.round div{height:20px;width:20px;background:url(images/corner.png) no-repeat transparent}
.round .tr{background-position:top right}
.round .tl{background-position:top left}
.round .br{background-position:bottom right}
.round .bl{background-position:bottom-left}
/*-------------------------------------------------------------------------------------------------------*/
img.right{float:right;clear:right;margin:0 0 20px 20px}
img.left{float:left;clear:left;margin:0 20px 20px 0}
/*-------------------------------------------------------------------------------------------------------*/
body,html,div{padding:0;margin:0}
body{background:url(images/bg02.png) 0 -49px repeat-x #0b3992;font-size:90%}
#outer-wrapper{background:url(images/bg04.png) bottom repeat-x transparent;padding-bottom:10px}

h1{margin-top:0;font-size:250%}
#wrapper{float:none;width:900px;margin:0 auto;position:relative}
.menu,.menu li{list-style:none;display:block;position:relative;float:left;margin:0;padding:0}
.menu a{text-decoration:none}


#header img{margin:0;padding:0;float:left}

#nav{background:url(images/bg03.png) repeat-x top #1f3a6f}
#nav{padding-top:10px}
#nav ul{width:98%;padding:0 1% 0 1%}
#nav li{white-space:nowrap}
#nav a{color:#ddd;font-weight:500;width:100%;display:block;float:left;text-align:center}
#nav span{width:95%;display:block;float:right}

#nav li *{cursor:pointer}

#nav span{padding:5px 3px 5px 0}


#nav a{font-size:12px;font-weight:700;background:url(images/menu1.png) top left}
#nav span{background:url(images/menu1.png) top right}
#nav a:hover{color:#fff;background:url(images/menu3.png) top left}
#nav a:hover span{background:url(images/menu3.png) top right}
#nav a.active{color:#000;background:url(images/menu2.png) top left}
#nav a.active span{background:url(images/menu2.png) top right}
#nav a,#nav span{background-repeat:no-repeat !important}
#nav a,#nav span{background-color:#2d538b !important}
#nav a:hover,#nav a:hover span{background-color:#5475a2 !important;color:#ffffe1}
#nav a.active,#nav a.active span,#nav a.active:hover span{background-color:#fff !important;color:#000}

#footer{background:url(images/bottom.png) no-repeat bottom center;
padding:2%;width:96%;color:#fff}
#footer a{color:#fff;text-decoration:none}
#footer a:hover img{position:relative;top:1px;left:1px;}
#footer img{float:right;clear:none;margin:0 0 0 10px}

#inner-wrapper{background:#072651;border-bottom:1px solid #223;padding:0 1% 1% 1%;width:98%}

#content{background:#fff}

#first,#last{clear:none}
#first{float:right;width:67%;margin:3% 3% 0 0}
#last{width:24%;margin:3% 0 0 3%}
#last h3{margin-top:0;padding-top:0}


#last ul.locations{list-style:none;margin:0;padding:0}
#last ul.locations li{background:#fafafa;margin:0 0 15px 0;border:1px dotted #b0383a;font-size:80%;padding:10px}

div.location{float:left;width:43%;margin:1%;padding:2%;height:190px;border:1px solid #aaa}
#location img{float:right}

/*--------home page-------*/
p.home a{text-decoration:none;color:inherit}
p.home a:hover{color:#b0383a}



ul.services,ul.services li{display:block;float:left;width:100%;list-style:none;margin:0 !important;padding:0 !important}
ul.services a{text-decoration:none;display:block;width:96%;margin:0;padding:4px 0 4px 4%;
background:#efefef;color:#000;
margin-bottom:4px;border:1px dotted #b0383a;}
ul.services a:hover,ul.services a.active,ul.services a.active:hover{background:#fafafa;color:#b0383a;
border:1px solid #888}
ul.services a:hover{position:relative;top:0;left:2px;}
ul.services a.active{left:0;background:#b0383a !important;color:#fff !important;}

/*
#doctor,.doctor{background:url(images/bg08.gif) top left repeat-x #effbff;}
#doctor{float:left;width:93%;margin:0;padding:40px 3% 3% 3%;border:1px solid #aaa}
#doctor h2{margin-top:0;font-family:georgia}
.doctor p a{float:right;font-size:small}
.doctor{float:left;width:44%;margin:1% 1% 0 0;padding:37px 2% 2% 2%;border:1px solid #aaa;height:125px}
.doctor h3,.doctor h4,.doctor h5,.doctor p{padding:0;margin:0 0 6px 0}
.doctor h3 a{color:#666;font:20px georgia;text-decoration:none}
.doctor h3 a:hover{color:#999;text-decoration:underline}
.doctor h4{color:#333}
.doctor h5{color:#999}
#doctor h3,#doctor h2,#doctor h4{color:#0b3992}
*/


a.doctor{display:block;float:left;width:80%;background:url(images/cross03.png) 10px center no-repeat #f7f7f7;
border:1px dotted #ddd;
text-decoration:none;margin:0 0 15px 0;padding:10px 4% 10px 13%}
a.doctor:hover *{color:#111}
a.doctor:hover{border-color:#b0383a;
background:url(images/cross02.png) 10px center no-repeat #fff;}
a.doctor:visited{border-style:solid}
a.doctor h3,.doctor h4{margin:0;padding:0}
a.doctor h3{margin-bottom:6px}
a.doctor h4{}

div#doctor{padding:0 20px 20px 30px;border:1px dotted #444;background:#f7f7f7}
div#doctor h4{margin-bottom:10px}

ul.forms li{margin-bottom:15px}
ul.forms li a{text-decoration:none;color:#0b3992}
ul.forms li a:hover{color:#112}
ul.forms li a:hover img,ul.forms li a:hover span{position:relative;top:1px;left:1px}
ul.forms li a span{color:#222;font-size:10px}

/*-------------------------------------------------------------------------------------------------------*/
#content{padding-bottom:5%;min-height:300px}
/*---------------------end file local.css----------------------------------------------------------------*/



.pet_portal
{
	background:#fff;
	color:#0c3780;
	border:1px solid #0c3780;
	margin:0 0 20px 0;
}
.pet_portal h4
{
	background:#0c3780;
	text-align:center;
	color:#fff;
	font:900 15px Georgia;
	letter-spacing:.3em;
	margin:0 0 10px 0;
	padding:5px 0 5px 0;
}
.pet_portal label
{margin:0 5px 5px 10px;
	font-size:10px !important;
}
.pet_portal input[type=text],
.pet_portal input[type=password]
{
	border-width:1px !important;
	padding:0;
	width:180px;

}
.pet_portal input
{
margin:0 5px 5px 10px;
}
.pet_portal p
{
	margin:0;
	padding:0;
}








/*---------------------end file local.css----------------------------------------------------------------*/