/********************************************************************************************************
MicroSite - Equine Live Site
********************************************************************************************************/

html 
{
	height: 101%;
	width: 100%;
}
*
{
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(../../images/back_square.gif);
	/*text-align: center;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	font-weight: normal;
	text-decoration: none;
	color: #666;
	width: 100%;
}

h1 {
	color: #663300;  
	line-height: 1.4em;
	margin-bottom: 16px;
	font-family: Times, "Times New Roman", serif;
	font-weight: normal;
	font-size: 1.7em;
	margin-top: 0px;
}
	
h2 {
	color: #663300;  
	line-height: normal;
	margin-bottom: 16px;
	font-family: Times, "Times New Roman", serif;
	font-weight: normal;
	font-size: 2.2em;
}

h3 { 
	font-size: 1em;
	text-decoration: none;
	margin-top: 20px;
	margin-bottom: 10px;
 	word-spacing: normal;
	line-height: normal;
	color: #004a32;
}

h4 {
	font-size: 1em;
	margin-top: 20px;
	margin-bottom: 5px;
	color: #963;
}

h5 {
	font-size: 1.1em;
	color: #963;
	margin-bottom: 5px;
	margin-top: 0px;
	padding: 0;
}

table {
	border: solid 0px black;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;	
}

td {
	padding: 0px;
}

a:link {
	color: #666633;
	text-decoration: none;
}

a:visited {
	color: #666633;
	text-decoration: none;
}

a:hover {
	color: #666633;
	text-decoration: underline;
}

table.Back {
	width: 802px;
	border-left: solid 1px #996633;
	border-right: solid 1px #996633;
	background-color: #FEFAEE;
}

table.Back1 {
	width: 1000px;
	border-left: solid 1px #996633;
	border-right: solid 1px #996633;
	background-color: #FEFAEE;
}

.breadcrumb {
	font-size: .8em;
	padding-left: 20px;
	color: white;
	height: 20px;
	background-color: #999966;
	border-bottom: solid 1px #666666;
}

a.breadcrumbText:link, a.breadcrumbText:visited {
	color: white;	
}

.centercontent {
	width: auto;
	border-right: #666666 1px solid;
	padding: 20px;
	vertical-align: top;
	background-color: white;
}

.centercontentwithspacing {
	width: auto;	
	padding: 5px 10px 5px 10px;
	vertical-align: top;
	background-color: white;
}


.rightcolumn {
	width: 179px;
	padding-bottom: 15px;
	overflow: hidden;
	vertical-align:top;
	font-size: .95em;
	color: #666;
	font-family: Arial, Verdana;
	vertical-align: top;
	line-height: 1.3em;
	font-weight: normal;
}

.onlineorderingtopspace {
	padding-top: 10px;
}

.privateheadertopspace {
	padding-top: 10px;
}

.publicheadertopspace {
	padding-top:10px;
}

sub {
	vertical-align: text-bottom;
	font-size: .7em;
}

sup {
	vertical-align: text-top;
	font-size: .7em;
}

p {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1.2em;
	margin-left: 0;
}

ol {
	margin-left: 30px;
}

ul {
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 15px;
}

ul.arrowlistclass li {  		
	list-style-image: url(../images/arrow.gif); 	
	padding-bottom: 5px;
}

ul.arrowlistclass {
	margin-left: 30px;
}

hr {
	clear: both;
	margin-bottom: 20px;
	color: #ccc;
}

.clear {
	clear: both;
}

/*************************************************************************************************
Nav Control
*************************************************************************************************/

#nav {
	width: 100%;
	background-image: url(/imagelibrary/microsites/vet_samicrosite/navback.gif);
	margin: 0;
	padding: 0;
	list-style-type: none;
	clear: both;
}

#nav li {
	float: left;
	background-image: url(/imagelibrary/microsites/vet_samicrosite/navback.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	display: inline;
	width: 16%;
}

#nav li.leftend {
	width: 18%;
}

#nav li.rightend {
	width: 18%;
}

#nav a {
	float: left;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	line-height: 1.8;
	margin: 0;
	padding: 3px 12px;
	width: 100%;
	border-right: 1px solid #FFF;
}

#nav a.end {
	border-right: none;
}

#nav a:hover {
	color: #CCCC99;
}



/*************************************************************************************************
Header Content
*************************************************************************************************/

#header {
	width: 802px;
	margin-top: 20px;
	padding: 0;
}

#header .content {
	background-color: #fefaee;
	border-left: 1px solid #996633;
	border-right: 1px solid #996633;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: right;
	font-size: .8em;
}

#header .content ul {
	margin: 0;
	padding: 0;
}

#header .content ul li {
	list-style-image: url(/imagelibrary/microsites/vet_samicrosite/arrow.gif);
	list-style-position: outside;
	display: inline;
	list-style-type: none;
}

#header img {
	border: none;
}

#secheader img {
	border: none;
}

#secheader {
	width: 802px;
	padding: 0;
	margin: 0;
	font-size: .9em;
}


/*************************************************************************************************
Footer Content
*************************************************************************************************/

#footer {
	BACKGROUND-IMAGE: url(/imagelibrary/footerback.jpg);
	border-top: 1px solid #666666;
	width: 800px;
}

#footer .content .leftcontent {
	float: left;
	background-image: url(/imagelibrary/left_footercap.gif);
	background-position: bottom;
}

#footer .content .rightcontent {
	float: right;
	background-image: url(/imagelibrary/right_footercap.gif);
	background-position: bottom;
}



/*************************************************************************************************
Home Page Content
*************************************************************************************************/

#equinemicrosite {
	margin-top: 20px;
}

#homelayout {
	clear: both;
}

#homelayout #homeleft {
	float: left;
	background-color: #FFFFFF;
	width: 595px;
	padding: 0;
	margin: 0;
	border-right: 1px solid #666666;
}

#homelayout #homeleft .content {
	padding: 20px 30px 30px 30px;
	line-height: 1.5em;
	font-size: .85em;
}

#homelayout #homeright {
	float: left;
	background-color: #FEFAEE;
	width: 200px;
	font-size: .8em;
}

#homelayout #homeright .content {
	padding: 20px;
	line-height: 1.3em;
}

#homelayout #homeright .content h4 {
	margin-top:0;
	padding-top:0;
	font-size:12px;
}

#homelayout #homeright .content .equineSideLogo {
	margin-top:60px;
	margin-left:40px;
}

#homelayout #homeleft .floatleft {
	float: left;
	padding-right: 20px;
	margin-bottom: 10px;
}

#homelayout #homeleft .floatleft p {
	font-size: .9em;
	color: #333;
	line-height: normal;
	margin-top: 10px;
	padding-left: 7px;
}

.answers {
	font-size: 1.1em;
	font-weight: bold;
}



/*************************************************************************************************
Site Content
*************************************************************************************************/

#vetcontent {
	font-weight: normal;
	font-size: .8em;
	text-decoration: none;
	color: #666;
	width: 100%;
	vertical-align: top;
	line-height: 1.4em;
	word-spacing: .1em;
}

#vetcontent h2 p {
	color: #996;
	font-size: .7em;
	line-height: normal;
	display: block;
	margin-top: 6;
	margin-bottom: 0;
	font-weight: normal;
}

#vetcontent #rightcontent {
	font-size: 1em;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 30px;
}

#vetcontent #rightcontent h4 {
	margin-top:0;
	padding-top:0;
	font-size:12px;
}

ul.pdflinks li {	
	padding-bottom: 10px;
	list-style-image: url(../images/pdficon_small3.gif);  
}

ul li {	
	list-style-position: outside;
	list-style-type: disc;  
	list-style-image: url(../images/vetbullet.gif);
}

.callout {
	background-image: url(/imagelibrary/microsites/vet_samicrosite/calloutback.jpg);
	vertical-align: top;
	border: #666 solid 1px;
	color: #663300;
	padding: 10px;
	font-size: .9em;
	line-height: normal;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	behaviour:url(border-radius.htc);
}

.callout .title {
	font-weight: bold;
	font-size: 1.2em;
	color: #333333;
	margin-bottom: 5px;
	margin-top: 5px;
}

#vetcontent .graphicl {
	float: left;
	padding-right: 20px;
	margin-bottom: 10px;
	margin-top: 0px;
}

#vetcontent #rightcontent .graphicl {
	margin-right: 0;
	float: left;
}

#vetcontent .graphicr {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-top: 0px;
}

.graphicl p {
	font-size: .8em;
	text-align: left;
	line-height: 1.2em;
	color: #000000;
	padding-top: 5px;
}

.subtext {
	font-size: .9em;
	line-height: normal;
	color: #666;
	font-weight: normal;
}

#form {
	width: 80%;
}

#form td {
	font-size: .8em;
	color: #000;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
}

#form td.nospace {
	padding: 0;
}

#form .title {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	margin-top: 20px;
	margin-bottom: 10px;
 	word-spacing: normal;
	line-height: normal;
	color: #004a32;
}

#form table td.left {
	width: 40%;
}

#form table td.mid {
	width: 20%;
}

#form p {
	margin-top: 1em;
	margin-bottom: .8em;
	line-height: 1.5em;
	font-size: 100.01%;
	font-weight: normal;
	text-decoration: none;
	color: #666;
}

#form .options {
	font-size: .95em;
	color: #333;
}

h2 p {
	font-size: .7em;
	color: #CCCC66;
}

.references {
	border-top: 1px solid #666666;
	padding-top: 15px;
	margin-top: 20px;
}

.references ol {
	margin-left: 30px;
}

.references ol li {
	font-size: .8em;
	margin-bottom: .9em;
	line-height: normal;
}

.asterix {
	color: #660000;
}

/*****How to Buy*****/

.a {
	background-color:#b8d0c7;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:14px;
	width:100%;
	clear:both;
	padding-bottom:10px;
	margin-bottom:20px;
}

.a h3 {
	padding-left:10px;
}

.a p {
	padding-left:10px;
}

.a .title {
	background-color:#00593d;
	color:#FFF;
	padding:10px;
	line-height:1.2em;
	font-size:14px;
}

.techInfo {
	color:#FFF;
	background-color:#00593d;
	font-size:12px;
	padding:5px 10px;	
}

.repterritories .b {
	background-color:#f8ebcd;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px;
	color:#666;
	font-size:11px;
	line-height:normal;
	width:22%;
	vertical-align:top;
}

.repterritories .btitle {
	background-color:#e1a823;
	color:#FFF;
	padding:10px;
	line-height:1.0em;
	font-size:14px;
}

.repterritories .c {
	background-color:#ddd8d3;
	color:#666;
	font-size:11px;
	line-height:normal;
	width:22%;
	padding:5px;
	vertical-align:top;
}

.repterritories .ctitle {
	background-color:#6b5d52;
	color:#FFF;
	padding:10px;
	line-height:1.0em;
	font-size:14px;
}

.repterritories .d {
	background-color:#e2c3b3;
	color:#666;
	font-size:11px;
	line-height:normal;
	width:22%;
	padding:5px;
	vertical-align:top;
}

.repterritories .dtitle {
	background-color:#841b0a;
	color:#FFF;
	padding:10px;
	line-height:1.0em;
	font-size:14px;
}

.repterritories .e {
	background-color:#decbb5;
	color:#666;
	font-size:11px;
	line-height:normal;
	width:22%;
	padding:5px;
	vertical-align:top;
}

.repterritories .etitle {
	background-color:#713f00;
	color:#FFF;
	padding:10px;
	line-height:1.0em;
	font-size:14px;
}

.credentials {
	font-size:11px;
	color:#666;
	line-height:normal;
	font-weight:normal;
}

.equineSideLogo {
	margin-top:240px;
	margin-left:40px;
}

.distname {
	font-weight:bold;
}


/*************************************************************************************************
Print: Center Content
*************************************************************************************************/

.print_section
{
	float:right;
	background:white;
	display:block;
	font-size: 1em;
	font-weight: normal;
}

.print_section p.printbutton
{	
	
}

.print_section p.printbutton a
{
	text-decoration:none;
	background:white;
	display:block;
}


@media print
{
	.noprint, .printbutton
	{
		display:none;
	}
	.print
	{		
		display:none;	

	}
	table.Back
	{		
		border-left: 0px;
		border-right: 0px;

	}
	.centercontent
	{
		
		border-right: 0px;
	
	}


}
