/* CSS Document */
body, html {
  height: 100%
} 

body {
	background-color: #DDE1D2;
	margin:  0px;
	padding: 0px;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666;
	line-height: 14px;
}

#container {
	min-height: 80%; 
	width: 960px;
	text-align: left;
	margin: 0 auto;
	padding: 0 10px;
	background: #FFF url(../images/bg-shadow.gif) repeat-y;
}

* html #container {
  	height: 80%
}

#containerbottom {
	min-height: 20%; 
	width: 960px;
	text-align: left;
	margin: 0 auto;
	padding: 0 10px;
	background: #FFF url(../images/bg-bottom.gif) repeat-x;
}

* html #containerbottom {
  	height: 20%
}

a {
	/*color: #686868;*/
	color: #0A655C;
  	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #05CFB7;
	text-decoration: none;
}

table, td, tr {
	border: 0;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

img {
	border: 0px;
}

hr {
	height: 1px;
	background-color: #DDE6E8;
	color: #DDE6E8;
	border: 0;
	margin: 10px 0 10px 0;
}

form {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
	overflow: hidden;
}
ol {
	padding: 0 0 0 18px;
	list-style-position: outside;
	margin: 0 0 0 5px;
}
ol li {
	padding: 0 0 7px 0;
}

ul {
	padding: 0 0 0 14px;
	margin: 4px 0 0 0 ;
}

li {
	padding: 0 0 2px 0; 
}

.small {
	font-size: 10px;
}

/* HEADINGS */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	color: #2EB2A4;
	margin: 0;
	padding: 0;
	line-height: 25px;
}

h4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #2EB2A4;
	margin: 0;
	padding: 0;
	line-height: 25px;
}

.sIFR-hasFlash h1 {
	visibility: hidden;
	display: inline;
	color: #2EB2A4;
	font-size: 23px;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	color: #333;
	margin: 0 ;
	padding: 5px 0 0 0;
	border-top: 1px solid #E0DEDE;
}

/* navigation */
#header {
	width: 960px;
	height: 76px;
	margin: 0 0 10px 0;
	padding: 0;
	background: #EAEDE2;
}
#logo {
	float: left;
	width: 224px;
	height: 76px;
	margin: 0;
	padding: 0;
}
#mainnav {
	float: left;
	height: 22px;
	background: #2FB2A4;
	text-transform: uppercase;
	color: #BFE7E7;
	width: 500px;
	padding: 6px 0 0 0;
	margin: 0;
}
#globalnav {
	float:  left;
	height: 22px;
	background: #2FB2A4;
	text-align: right;
	text-transform: uppercase;
	color: #BFE7E7;
	width:325px;
	padding: 6px 120px 6px 55px;
	margin: 0;
}
#mainnav a, #globalnav a {
	color: #BFE7E7;
	padding: 0 4px;
	margin: 0;
	font-weight: bold;
}
#globalnav a {
	padding: 0 2px;
}
#mainnav a:hover, #globalnav a:hover {
	color: #FFF;
	text-decoration: none;
}
#maincolumn {
	float: left;
	width: 774px;
	margin: 0 5px 0 0;
	padding: 0;
}
#flashhome {
	padding: 0 0  13px 0;
	margin: 0;
	background: #DDE1D0 url(../images/bg-flashhome.gif) bottom repeat-x;
}
a#hsb1, a#hsb2, a#hsb3 {
	height: 164px;
	width: 258px;
	float: left;
	margin: 0;
	padding: 0;
	line-height: 13px;
	font-weight: normal;
}
a#hsb1 {
	background: #D7DCC6 url(../images/veterinarians.gif) no-repeat;
	overflow: hidden;
}
a#hsb2 {
	background: #D7DCC6 url(../images/breeders-owners.gif) no-repeat;
}
a#hsb3 {
	background: #D7DCC6 url(../images/chromagene.gif) no-repeat;
}
a#hsb1 .text, a#hsb2 .text, a#hsb3 .text {
	padding: 12px 4px 0 17px;
	width: 237px;
	color: #333;
}
a#hsb1:hover, a#hsb2:hover, a#hsb3:hover {
	text-decoration: none;
	/*background-position: 100% -164px;*/
}
a#hsb1:hover .text, a#hsb2:hover .text, a#hsb3:hover .text {
	color: #000;
}

/* HOMEPAGE */


/* RIGHT COLUMN */
#rightcolumn {
	background: #E4E8D9;
	width: 181px;
	height: 469px;
	float: right;
}
#rightcolumn div a {
	padding: 5px 10px 8px 12px;
	display: block;
	color: #333;
	line-height: 13px;
	font-weight: normal;
	/*background: url(../images/bg-rightcolumn.gif) bottom no-repeat;*/
}
#rightcolumn div a strong {
	color: #000;
}
#rightcolumn div a:hover {
	color: #12615B;
	text-decoration: none; 
	background: #EBEEE3;
}


/* CHILD PAGE */
#headerimage {
	background: #FFF;
}
#childarea {
	background: #FFF url(../images/bg-child.gif) repeat-y;
	width: 960px;
	float: left;
}
#contentarea {
	width: 593px;
	float: left;
}
#breadcrumb {
	width: 537px;
	padding: 10px 30px 9px 26px;
	border-bottom: 1px solid #EBEEE3;
	font-size: 11px;
}
#breadcrumb a {
	font-weight: normal;
}
#content {
	width: 537px;
	padding: 21px 30px 60px 26px;
	float: left;
}
img.floatleft {
	float: left;
}
#sidenavarea {
	float: left;
	width: 181px;
	margin: 0;
	padding: 13px 0 0 0;
}


/* SIDENAV */
ul#sidenav, ul#subnav1, ul#subnav2 {
	width: 181px;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#sidenav {
	margin: 0 0 60px 0;
}
ul#subnav1, ul#subnav2 {
	display: none;
}

ul#sidenav li, ul#subnav1 li, ul#subnav2 li {
	margin:0;
	padding: 0;
}

ul#sidenav li a {
	padding: 2px 0 2px 13px;
	display: block;
	font-weight: bold;
	color: #0E6457;
	font-size: 11px;
}
ul#sidenav li ul li a {
	padding: 2px 0 2px 23px;
	display: block;
	font-weight: normal;
	color: #0E6457;
	font-size: 11px;
}

ul#sidenav li a:hover {
	background-color: #04A18E;
	color: #FFF;
	text-decoration: none;
}



/* FOOTER */
#footerspacer {
	height: 10px;
	overflow: hidden;
}
#footer {
	background: #EAEDE2 url(../images/bg-footer.gif) no-repeat;
	height: 43px;
	color: #999;
	font-size: 11px;
	margin: 0;
	width: 960px;
}
#footer a {
	color: #666;
	padding: 0 2px;
	font-weight: normal;
}
#footer a:hover {
	text-decoration: none;
	color: #12615B;
}
#links {
	float: left;
	padding: 15px 0 0 17px;
	width: 463px;
}
 
/*#search {
	display: none;
}*/
 
#search {
	float: left;
	width: 466px;
	text-align: right;
	padding: 13px 14px 0 0;
	color: #666;
}
#search input {
	width: 120px;
	margin-right: 5px;
	padding: 0 5px;
	background-color: #F9F9F9;
	color: #666;
	font-size: 9px;
}
/* SITE MAP */
.columns {
	width: 159px;
	float: left;
	padding: 0 20px 0 0;
	display: block;
}
.grouplinks {
	display: block;
	padding: 0 0 10px 0;
}
.grouplinks:hover {
	background: #F5F7F2;
}

a.mainlevel_sitemap {
	display: block;
	font-weight: bold;
	margin: 8px 0 0 0;
	padding: 0 0 0 10px;
	color: #333;
}
a.sublevel_sitemap {
	display: block;
	font-weight: normal;
	padding: 0 0 0 10px;
	color: #333;
}
a.subsublevel_sitemap {
	display: block;
	font-weight: normal;
	padding: 0 0 0 20px;
	color: #333;
}
a.mainlevel_sitemap:hover, a.sublevel_sitemap:hover, a.subsublevel_sitemap:hover {
	background-color: #DCE1CD;
	text-decoration: none;
	color: #333;
}
/* CONTACT US PAGE */
#contactinfo {
	float: right;
	background: #F5F7F2;
	padding: 20px;
	width: 210px;
}
table.formtable td {
	padding: 0 10px 10px 0;
	font-weight: bold;
}
table.formtable td input {
	margin: 0 0 2px 0;
	padding: 0 3px 0 3px;
	border: 1px solid #D6DBC5;
	background: #F5F7F2;
	width: 230px;
}
table.formtable td textarea {
	margin: 0 0 2px 0;
	padding: 0 3px 0 3px;
	border: 1px solid #D6DBC5;
	background: #F5F7F2;
	width: 230px;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
table.formtable td input.button {
	border: 1px solid #BFE7E7;
	background: #2FB2A4;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	width: 100px;
}
/* floating box on right */

.box {
	float: right;
	background: #F5F7F2;
	padding: 0;
	width: 160px;
	margin: 0 0 20px 30px;
}
.box h1 {
	background: #E4E8D9;
	color: #333;
	font-size: 11px;
	font-weight: bold;
	padding: 0 5px 0 20px;
	margin: 10px 0 0 0;
}
.box .text  {
	display: block;
	padding: 10px 20px;
}
.box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.box ul li {
	margin: 0 0 6px 0;
	padding: 0;
	line-height: 12px;
}

.box .text img {
	border: 1px solid #D6DBC5;

}
.center {
	text-align: center;
	display: block;
}
.twoboxes {
	float: right;
	width: 190px;
}
.photo {
	margin: 0 0 20px 30px;
}

/* TOP LEVEL PAGES */
a.toplevel {
	display: block;
	font-weight: normal;
	color: #333;
	float: left;
	width: 152px;
	margin: 0 20px 20px 0;
}
a.toplevel strong {
	background: #DCE1CD;
	padding: 3px 0 3px 5px;
	display: block;
	margin: 0;
	font-size: 12px;
}
.more {
	color: #0A655C;
	font-weight: bold;
	background: url(../images/arrow-left.gif) 0 4px no-repeat;
	padding-left: 11px;
}
a.toplevel:hover {
	background: #F5F7F2;
	color: #333;
}
a.toplevel:hover .more {
	color: #2EB2A4;
}
a.toplevel div {
	padding: 5px;
}

/* SUB LEVEL PAGES */
a.sublevel {
	display: block;
	font-weight: normal;
	color: #333;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}
a.sublevel h2 {
	background: #DCE1CD;
	padding: 3px 0 3px 5px;
	display: block;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	border: 0;
}
a.sublevel div {
	padding: 5px;
}
.more {
	color: #0A655C;
	font-weight: bold;
	background: url(../images/arrow-left.gif) 0 4px no-repeat;
	padding-left: 11px;
}
a.sublevel:hover {
	background: #F5F7F2;
	color: #333;
}
a.sublevel:hover .more {
	color: #2EB2A4;
}

/* Color Coding */
.yellow {
	background: #FFFEC1;
}
.blue {
	background: #D5E6FF;
}
.green {
	background: #E8FDC8;
}
.orange {
	background: #FBEBCA;
}
.red {
	background: #FDD9D9;
}

table.table {
	width: 100%;
}

table.table td {
	padding: 5px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	
}
.colorkey {
	float: left;
	width: 15px;
	height: 15px;
	margin: 0 10px 10px 0;
	border:  1px solid #999;
	display: block;
}
#hideall {
	position: relative;
	top: -15px;
}
#hideall, #showall {
	text-align: right;
}

a.showhide img {
	padding: 0 5px;
}
.pdficon {
	float: left;
	padding: 0 4px 4px 0;
}
#top{
	padding: 25px 0 0 0;
}
div.error {
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana;
	color: #FF0000;
	border: solid 1px #999999;
	background-color: #FFFFCC;
	padding: 5px 5px 5px 50px;
	background-image: url(../images/yellowerror.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	height: 40px;
	margin: 0px 0px 5px 0px;
	 width:520px;
	}
	table.orderformtable td {
	border: 1px solid #D6DBC5;
	padding: 3px;
	margin: 4px;
	
}