 /*   =======   RESET    =======   */

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; font-size: 100%; vertical-align: baseline; background: transparent; }
body 	{ line-height: 1; }
a img, iframe, object { border: none; }
ol, ul 	{ list-style: none }
:focus 	{ outline: 0; }
ins 	{ text-decoration: none; }
del 	{ text-decoration: line-through; }
table	{ border-collapse: collapse; border-spacing: 0; }


/*   =======   BASICS    =======   */

body { 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #353535;
	background: #ffffff url(../images/bg-tile.png) repeat-x center top;
	width: 960px;
	margin: 0 auto;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 { 
	color: #0f527c; 
	margin-bottom: 16px; 
	font-weight: normal;
}
h1	{ font-size: 3em;}
h2	{ font-size: 2.75em; }
h3	{ font-size: 2em; }
h4	{ font-size: 1.25em; }
h5	{ font-size: 1.125em; }
h6	{ font-size: 1em; }
h7	{ font-size: 1.25em; color:#F00}
p	{ 
	font-size: .8125em; 
	line-height: 1.5em; 
	margin: 0 0 1.5em;
}
p1	{
	font-size: .8125em;
	line-height: .8125em;
	margin: 0 0 0;
}

a, a:link, a:visited, a:active { 
	color: #0f527c; 
	text-decoration: underline;
}
a:hover { color: #c50c45; text-decoration: none; }
a:active, a:focus { outline: none; }

.left 	{ float: left }
.right 	{ float: right }
.center { text-align: center; }
.hide 	{ display: none; }
.clear 	{ clear:both; height:1px; font-size:1px; line-height:1px; }
.upperC { text-transform: uppercase; }
.noBorder 	{ border: none !important; }
.imgLeft 	{ float: left; padding: 0 20px 20px 0; }
.imgRight 	{ float: right; padding: 0 0 20px 20px; }
.imgCenter	{ float: none; padding: 0 20px 20px 0; }


/*   =======   LAYOUT  =======   */

#header, #content, #footer {
	width: 960px;
	margin: auto;
	text-align: left;
	position: relative;
	display: block;
}
#header {
	z-index: 10;
}
#top {
	overflow: hidden;
	height: 104px;
}
#content {
	clear: both;
	overflow: hidden;
}
.front #content {
	min-height: 845px;
	overflow: hidden;
	background: url(../images/bg-home-dog.png) no-repeat right 25px;
}
#page-left {
	width: 480px;
	padding: 0 60px;
	float: left;
}
#page-right {
	width: 300px;
	float: right;
}
#page-column_left {
	width: 390px;
	padding: 0 30px;
	float:left;
}
#page-column_right {
	width: 390px;
	padding: 0 30px;
	float:right;
}
#footer {
	clear: both;
	color: #939393;
	margin-top: 1em;
}

/*   =======   NAV  =======   */

ul#nav {
	clear: both;
	float: right;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav a {
	display: block;
	color: #fff;
	padding: 0 9px;
	height: 43px;
	line-height: 44px;
	text-decoration: none;
	border-bottom: 3px solid #dadada;
	background: url(../images/nav-active.png) no-repeat center top;
}
#nav a:hover {
	border-bottom: 3px solid #175780;	
}
#nav li.active a {
	background-position: bottom;
}
#nav li.active a:hover {
	border-bottom: 3px solid #dadada;
}

#nav li {
	display: block;
	float: left;
	padding-right: 2px;
	background: url(../images/nav-divider.png) no-repeat right top;
}

#nav li ul {
	position: absolute;
	width: 160px;
	left: -999em;
	background: url(../images/bg-navdrop.png) repeat-x center top;
}
#nav li li {
	background: none;
	font-size: .8125em;
	width: inherit;
	border-bottom: 1px solid #2b6489 !important;
	background: url(../images/nav-bullet.png) no-repeat 7px center;
	padding: 0 !important;
}
#nav li li a {
	color: #d1d1d1;
	background: url(../images/nav-arrow.png) no-repeat right -999em !important;
	margin-right: 10px;
	border: none !important;
	height:auto !important;
	line-height:110% !important;
	padding: 5px 6px 5px 15px;
	width: 129px;
}
#nav li li a:hover {
	background-position: right center !important;
	color: #fff;
}
#nav li ul ul {
	margin: -21px 0 0 160px;
	border: 1px solid #a2bbcc;
	border-top-width: 2px;
}
#nav li ul ul a {
	background: none !important;
}



#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}



li.emergencies {
	background: #C50E46 !important;
	padding: 0 !important;
}
li.emergencies a {
	border-bottom: 5px solid #bb0039 !important;
	background: none !important;
}

/*   =======   CONTENT  =======   */

h1#logo {
	display: block;
	margin: 14px 0 0 19px;
	position: relative;
	float: left;
}
h1#logo a { 
	display: block;
	width: 345px;
	height: 69px;
	text-indent: -999em;
	background: url(../images/logo-vetcision.png) no-repeat 0 0;
}
#contact-info {
	float: right;
	margin: 34px 10px 0 0;
}
#contact-info h3 {
	color: #7c7c7c;
	font-size: 1.25em;
	font-weight: bold;
	margin: 0;
}
#contact-info h3 span {
	color: #c3063f;
}
#contact-info p {
	color: #7c7c7c;
	margin: 5px 0;
	font-size: .8125em;
	text-align: right;
}
#footer a {
	color: #939393;
	text-decoration: none;
}
#footer a:hover { color: #444; }





/*   =======   HOME CONTENT  =======   */

#welcome {
	margin: 111px 0 0 0;
	width: 375px;
	color: #939393;
}
#welcome h2 {
	color: #c50c45;
	font-size: 3.5em;
}
#highlights {
	overflow: hidden;
	margin-top: 100px;
}
.highlight-block {
	overflow: hidden;
	background: url(../images/blue-boxes.png) no-repeat left top;
	width: 302px;
	height: 218px;
	float: left;
	margin-right: 18px;
}
.block2 { background-position: center top; }
.block3 { background-position: right top; }

.highlight-block-inner {
	background: url(../images/blue-boxes-inner.png);
	width: 222px;
	height: 102px;
	margin: auto 15px 19px 15px;
	padding: 15px 20px;
	overflow: hidden;
}
.highlight-block h3 {
	font-size: 1.4375em;
	color: #0e4c74;
	margin: 27px 15px 22px 15px;
}

.highlight-block-inner h5 {
	color: #fefefe;
	margin-bottom: .5em
}
.highlight-block-inner p {
	color: #cee6f2;
	line-height: 120%;
	margin: 0 0 .5em;
}
.highlight-block-inner a {
	color: #ffffff;
	text-align: right;
}




/*   =======   PAGE CONTENT  =======   */



#page-title {
	width: 941px;
	height: 124px;
	display: block;
	overflow: hidden;
	margin: 40px 0;
	background: url(../images/bg-page-title.png) no-repeat 0 0;
	clear: both;
}
#page-title h2 {
	display: block;
	width: 860px;
	padding: 13px 18px;
	margin: auto;
	background: #0f527c;
	color: #fff;
	font-size: 3.5em;
	margin-top: 24px;
}

#content ol, #content ul {
	font-size: .8125em;
	line-height: 140%;
	margin: 1em 0;
}
#content ol {
	list-style: decimal;
}
#content ul {
	list-style: disc;
}
#content ol li, #content ul li {
	margin: auto 2em;
}
#content blockquote {
	color: #787878;
	font-style: italic;
	font-size: .8125em;
	line-height: 1.5em;
	margin: 1em 3em 1.5em;
}
#page-left h4:first-child { margin-top: 0; } 
#page-left h4 {
	margin-top: 2em;
}
p.caption {
	color: #9a9a9a;
	font-size: .6875em;
}