@charset "UTF-8";
/* CSS Document */
/* Created by Shaytu Schwandes for Vetstreet */

body {
	background-color: #D9D9D9;
	background-image: url(../images/bg_body.gif);
	background-position: center;
	background-repeat: repeat-y;
}
body, ul, h1, h2, h3, p {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
/* left background pattern */
#mainleft {
	height: 158px;
	width: 45%;
	background: #720122;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../images/bg_redtop.jpg);
	background-repeat: repeat-x;
}
/* right background pattern */
#mainright {
	height: 158px;
	width: 45%;
	background: #3b3729;
	position: absolute;
	top: 0px;
	right: 0px;
	float: right;
	text-align: right;
	background-image: url(../images/bg_browntop.jpg);
	background-repeat: repeat-x;
}
/* center website content area */
#maincenter {
	width: 1000px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	position: relative;
}
/* link formatting standard */
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
/* header */
#header {
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
	height: 158px;
}
#header .vetstreetlogo {
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 8px;
}
#header .quote {
	float: left;
	margin-left: 15px;
}
#header a.subscribe {
	font-size: 14pt;
	color: #d7c790;
	text-decoration: none;
	font-weight: 100;	
	display: inline; 
	float: right;
	background-image: url(../images/bg_subscribe.jpg); /* the image is 172 x 46 px */
	background-repeat: no-repeat;
	/* background-position: right; */
	padding: 10px 0px 0px 0px;
	margin: 10px 25px 0px 0px;
	width: 172px;
	height: 36px; 
	text-align: center;
	background-color: #990000;
}
#header a.webinar {
	font-size: 9pt;
	color: #d7c790;
	text-decoration: none;
	font-weight: 100;	
	display: inline; 
	float: right;
	background-image: url(../images/bg_subscribe.jpg); /* the image is 172 x 46 px */
	background-repeat: no-repeat;
	/* background-position: right; */
	padding: 6px 0px 0px 0px;
	margin: 10px 25px 0px 0px;
	width: 172px;
	height: 36px; 
	text-align: center;
	background-color: #990000;
}

#header .contactinfo {
	color: #6a6a6a;
	float: right;
	margin-top: -25px;
	font-size: 9pt;
	text-align: right;
	width: 150px;
	margin-right: 10px;
}
#header ul.hnav {
	float: right;
	list-style: none;
	color: #d7c790;
	font-size: 10pt;
	display: block;
	margin-right: 10px;
	margin-top: 24px;
	width: 190px;
}
#header .hnav li {
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	border-right: #d7c790 1px solid;
}
#header .hnav li.last {
	border: none;
	padding: 0;
	margin: 0;
}
#header .hnav li a {
	color: #d7c790;
}
/* nav level 1 */
#nav {
	height: 33px;
	list-style: none;
	background: url(../images/nav_bg.png) no-repeat 0 0;
	clear: both;
}
#navlist {
	list-style: none;
}
#nav li {
	float: left;
	position: relative;
}
#nav li a {
	font-size: 14pt;
	color: #d7c790;
	text-decoration: none;
	height: 33px;
	display: block;
	text-align: center;
	font-weight: 100;
	line-height: 33px;
}
#nav li a:hover {
	background-position: 0 0 !important;
	color: #3b3729;
}
#nav li#nav_home a {
	width: 85px;
	background: url(../images/nav_01.jpg) no-repeat 0 -33px;
}
body#home #nav li#nav_home a {
	background-position: 0 0;
}
#nav li#nav_solutions a {
	width: 185px;
	background: url(../images/nav_02.jpg) no-repeat 0 -33px;
}
body#solutions #nav li#nav_solutions a {
	background-position: 0 0;
}
#nav li#nav_about a {
	width: 160px;
	background: url(../images/nav_03.jpg) no-repeat 0 -33px;
}
body#about #nav li#nav_about a {
	background-position: 0 0;
}
#nav li#nav_testimonials a {
	width: 135px;
	background: url(../images/nav_04.jpg) no-repeat 0 -33px;
}
body#testimonials #nav li#nav_testimonials a {
	background-position: 0 0;
}
#nav li#nav_getmoreinfo a {
	width: 145px;
	background: url(../images/nav_05.jpg) no-repeat 0 -33px;
}
body#getmoreinfo #nav li#nav_getmoreinfo a {
	background-position: 0 0;
}
/* nav level 2 - adapted from the suckerfish dropdowns at http://www.alistapart.com/articles/dropdowns/ */
#nav li ul {
	display: none;
	position: absolute;
	top: 33px;
	left: 0;
	list-style: none;
}
li > ul {
	top: auto;
	left: auto;
}
#nav li:hover ul, #nav li.over ul {
	display: block;
}
#nav li ul li {
	display: block;
	float: none;
	background-color: #720122;
	width: 160px;
}
#nav .width185 {
	width: 185px;
}
#nav li li a {
	font-size: 9pt;
	color: #d7c790;
	text-decoration: none;
	height: 25px;
	display: block;
	text-align: left;
	font-weight: 100;
	line-height: 24px;
	padding-left: 10px;
}
#nav li ul li a:hover {
	background-position: 0 0 !important;
	color: #3b3729;
}
#nav hr {
	width: 90%;
	background-color: #720122;
	font-size: 0;
	height: 0;
	border-bottom: 1px solid #d7c790;
}

/* content */
#content {
	color: #6A6A6A;
	font-size: 10pt;
	font-family: Arial, Unicode, MS, sans-serif;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 20px;
	background-image: url(../images/bg_content.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	min-height: 470px;
	padding-bottom: 20px;
}
.shortpage { /* Use this when the height of the content is smaller than the banner/sidebar images, needed for IE6 compatibility */
	height: 475px;
}
#content td {
	color: #6A6A6A;
	font-size: 10pt;
}
#content a.arrow100 {
	color: #d7c790;
	display: block; 
	background-image: url(../images/icn_arrow.gif);  /* the image is 600px wide */
	background-repeat: no-repeat;
	background-position: right; 
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 20px;
	width: 100px;
}
#content p, h2, h3 {
  margin-top: 10px;
	margin-bottom: 10px;
}
#content h1 {
	font-size: 28px;
	color: #4f4937;
}
#content h2 {
	font-size: 22px;
	color: #98012e;
}
#content h3 {
	font-size: 16px;
	color: #98012e;
}
#content a, .contactinfo a, .currcust a {
	color: #192a75;
}
#content .banner {  /* this class is for when only a banner image is needed */
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	height: 450px;
	width: 250px;
	text-align: right;
}
#content .thickborder {  /* use this when you want a border around a banner image */
	border: 3px solid #3B3729;
}
/* formatting the sidebar when information is needed instead of a banner image */
#content .sidebar {
	float: right;
	margin-top: 60px;
	margin-left: 20px;
	margin-bottom: 20px;
	width: 300px;
}
#content .sidebar h2 {
  margin: 0px;
	padding: 0px;
	margin-top: 10px;
	font-family: Arial, Unicode, MS, sans-serif;
  font-size: 18px;
	color: #4f4937;
}
#content .sidbar ul li {
	margin-left: 15px;
}
#content .sidebar p {
  margin-top: 0px;
	margin-bottom: 0px;
}
#content ul li {
	margin-left: 55px;
	list-style-position: outside;
}
#content ul.hnav li.hnav{
	list-style-image:url(../images/blt_arrow.gif);
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	list-style-position: outside;
}
#content .sepfull {
	display: block;
	width: 650px;
	background-image: url(../images/icn_content_hr.gif);
	font-size: 5px;
	height: 5px;
	margin-bottom: 10px;
}
#content .sephalf {
	display: block;
	width: 325px;
	background-image: url(../images/icn_content_hr.gif);
	font-size: 5px;
	height: 5px;
	margin-bottom: 10px;
	margin-left: 150px;
}
#content .sepquarter {
	display: block;
	width: 160px;
	background-image: url(../images/icn_content_hr.gif);
	font-size: 5px;
	height: 5px;
	margin-bottom: 10px;
	margin-left: 250px;
}

/* Reminder Card */
#myers {
	width: 570px;
}
.photo {
	float: left;
	padding: 0 10px 20px 0;
}
.redHeader {
    color: #87122d !important;
    font: normal 1.7em/1.2em arial, verdana, sans-serif;
}
#infoForm {
	background: #bdbdbd;
	width: 274px;
}
#infoForm form {
	padding: 0 12px;
}
.infoFormHeader {
	background: #002b45;
	border-bottom: 1px dashed #fff;
	color: #bdbdbd;
	font: bold 1.1em/1.1em arial, verdana, sans-serif;
	margin: 0 0 10px 0;
	padding: 4px 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
}
#infoFOrm p {
	text-align: left;
}
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
.redHigh {
	color: #87122d;
	font-weight: bold;
}
#infoForm p {
	margin-bottom: 10px !important;
}


/* footer */
#footer {
	color: #d7c790;
	height: 116px;
	font-size: 10pt;
	clear: both;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
	background-color: #D9D9D9;
}
#footer .currcust {
	float: right;
	color: #6a6a6a;
	font-size: 8pt;
	text-align: right;
	margin-right: 10px;
	margin-top: 10px;
}
#footer ul.fnav {
	float: left;
	list-style: none;
	color: #d7c790;
	width: 600px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
}
#footer .fnav li {
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	border-right: #d7c790 1px solid;
}
#footer .fnav li.last {
	border: none;
	padding: 0;
	margin: 0;
}
#footer .fnav li a {
	color: #d7c790;
}
#footer .copyright {
	float: right;
	clear: both;
	width: 250px;
	padding-top: 16px;
	text-align: right;
	font-size: 8pt;
	margin: 0;
	margin-right: 10px;
}
#footer .copyright a {
	color: #d7c790;
}

/* Begin Clearfix class as adapted from http://www.webtoolkit.info/css-clearfix.html */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
*html .clearfix {
  height: 1%;
}
/*End Clearfix */
.clear {
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}