/* Universal Styles */
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#holder_outer {
	width: 974px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/navigation/bg.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#holder_inner {
	width: 946px;
	margin-right: auto;
	margin-left: auto;
}
.left {
	width: 680px;
	padding-left: 15px;
	float: left;
}
.left h1 {
	font-size: 20px;
	color: #5196F3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
	padding-bottom: 5px;
}
.left h2 {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 5px;
}
.right {
	float: right;
	width: 226px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
}
.right h3 {
	font-size: 14px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	text-align: center;
	text-decoration: underline;
}
#right_2 {
	background-color: #FFFFFF;
	margin-top: 15px;
	padding-bottom: 10px;
}
#right_news {
	background-color: #F5F5F5;
}
.right hr {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
#content_holder .right p {
	font-size: 13px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	line-height: 18px;
}
.link {
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	text-decoration: none;
}
.link:hover {
	text-decoration: none;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.link2 {
	color: #FFFFFF;
	text-decoration: underline;
}
.link2:hover {
	text-decoration: none;
}
.small_link {
	font-size: 12px;
	color: #5196F3;
	text-decoration: none;
}
.small_link:hover {
	color: #000000;
}
.bold {
	font-weight: bold;
}
.image_floatleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 5px;
	border: 1px solid #E2E2E2;
	padding: 2px;
}
.image_floatleft2 {
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	border: 1px solid white;
	padding: 2px;
}
.standard_text {
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
}

#bottom {
	clear: both;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 2px;
	color: #666666;
	margin: 0px;
	font-size: 10px;
	height: 90px;
}
#bottom a {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
#bottom a:hover {
	color: #000000;
}
.bottom_left {
	float: left;
	list-style-type: none;
}
.bottom_far {
	float: left;
	list-style-type: none;
}
.bottom_middle {
	float: left;
	list-style-type: none;
}
.bottom_right {
	float: left;
	list-style-type: none;
}
.text_wrap {
	float: left;
}
.breadcrumb {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.breadcrumb a {
	color: #000000;
	text-decoration: underline;
}
.breadcrumb a:hover {
	text-decoration: none;
}
.breadcrumb p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
}




/* Navigation */
.nav {
	z-index:100;
	padding: 0px;
	margin: 0px;
	height: 35px;
	background-image: url(../images/navigation/nav_bg.jpg);
	background-repeat: repeat-x;
}
#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.nav li {
	position: relative;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C0C0C0;
}
.nav a {
	display: block;
	width: 120px;
	text-align: center;
	margin: 0px;
	padding-top: 9px;
	text-decoration: none;
	font-size: 13px;
	color: #666666;
	padding-bottom: 9px;
	height: 17px;
}
.nav a:hover {
	color: #666666;
	background-image: url(../images/navigation/nav_bg_over.jpg);
	background-repeat: repeat-x;
}
.drop_line {
	position: absolute;
	left: 0px; /* Set 1px less than menu width */
	top: 36px;
	display: none;
	list-style-type: none;
	z-index: 200;
}
.drop_line a {
	font: normal 13px Verdana;
	padding: 4px;
	margin: 0;
	border-top-width: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
	background-color: #DCDCDC;
	min-width: 120px;
}
.drop_line a:hover {
	background-color: #ACACAC;
}
.drop_line2 {
	position: absolute;
	left: 0px; /* Set 1px less than menu width */
	top: 36px;
	display: none;
	list-style-type: none;
	z-index: 200;
}
.drop_line2 a {
	font: normal 13px Verdana;
	padding: 4px;
	margin: 0;
	border-top-width: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
	background-color: #DCDCDC;
	min-width: 200px;

}
.drop_line2 a:hover {
	background-color: #ACACAC;
}
li:hover ul, li.over ul { 
	display: block; 
}
li:hover li ul, li.over li ul { 
	display: none 
}
li:hover li:hover ul, li.over li.over ul { 
	display: block 
}
li:hover li:hover li ul, li.over li.over li ul { 
	display: none 
}
.location {
	width: 120px;
	text-align: center;
	background-image: url(../images/navigation/loc_bg.jpg);
	background-repeat: repeat-x;
	padding-top: 9px;
	font-size: 13px;
	color: #666666;
	padding-bottom: 9px;
	height: 17px;
}
#shadow {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 10px;
	width: 894px;
}




/* Alphabetical Order */
.addthis_button_compact {
	font-size: 14px;
	color: #5196F3;
}
.answer {
	font-size: 13px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	line-height: 18px;
	text-align: justify;
}

.affiliates {
	clear: both;
	margin-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E2E2E2;
	padding-left: 0px;
	margin-left: 5px;
}
.page_number {
	font-size: 12px;
	text-align: right;
	color: #5196F3;
}
.page_number a {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
.page_number a:hover {
	color: #5196F3;
}



.affiliates a {
	font-size: 12px;
	color: #5196F3;
}
.affiliates a:hover {
	text-decoration: none;
}
.affiliates h4 {
	color: #666666;
	padding-bottom: 5px;
}
.affiliates ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.articles_more {
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.articles_more a {
	font-size: 11px;
	color: #5196F3;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.articles_more a:hover {
	color: #000000;
}
.article_to_board a {
	font-size: 12px;
	color: #5196F5;
	text-decoration: none;
}
.article_to_board {
	padding-bottom: 80px;
}

.article_to_board a:hover {
	color: #000000;
}
.articles_text {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}
.articles_titles {
	clear: both;
	margin: 0px;
	padding: 0px;
}
.articles_titles a {
	font-size: 16px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-weight: bold;
}
.blogs {
	list-style-type: none;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.blogs a {
	color: #5196F3;
	text-decoration: none;
}
.blogs a:hover {
	color: #000000;
}


#blogs_wrapper {
	float: left;
	width: 325px;
}
#blogs_wrapper h3 {
	font-size: 14px;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}



#contact_Form {
	width: 325px;
	height: 300px;
	font-size: 12px;
	margin-left: 5px;
	margin-top: 15px;
	float: left;
	padding-right: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E2E2E2;
	margin-bottom: 15px;
}
#contact_Form p {
	margin: 0px;
	padding: 0px;
}
#contact_form label {
	margin: 1px 0 0 0;
	padding: 0;
	float: left;
	font-weight: bold;
	color: #666666;
}
#contact_form span {
	display: block;
	margin: 0 0 5px 90px;
}
.contact_info {
	float: left;
	width: 300px;
	margin-top: 15px;
	padding-left: 15px;
	font-size: 12px;
}
.contact_info p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.date {
	font-size: 11px;
}
.dialogue {
	float: right;
	padding-bottom: 10px;
	padding-left: 15px;
}
.facts_ul {
	font-size: 14px;
	margin-left: 10px;
}
.facts_ul2 {
	font-size: 14px;
	margin-left: 170px;
}
.facts_ul2 li {
	padding-left: -10px;
}
.family {
	opacity: .85;

	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=85);
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	z-index: auto;
}
.feature_article {
	
}
.feature_article h2 a {
	color: #000000;
	font-size: 16px;
}


.feature_article a {
	font-size: 14px;
	color: #5196F3;
	text-decoration: none;
}
.feature_article a:hover {
	color: #000000;
}
.flash_home {
	width: 550px;
	height: 160px;
	border: 1px solid #E2E2E2;
	padding: 2px;
	margin-right: auto;
	margin-left: auto;
}
#follow_us {
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#follow_us p {
	margin: 0px;
	padding: 0px;
}
#home_bottom_holder {
	padding-bottom: 50px;
	height: 300px;
	margin-left: 10px;
	margin-top: 15px;
	background-image: url(../images/home_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 35px;
	clear: both;
}
#home_bottom_holder h4 {
	margin: 0px;
	padding: 0px;
}
#home_bottom_holder h6 {
	font-size: 16px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
}
#home_bottom_holder p {
	margin: 0px;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
}
#home_left {
	height: 265px;
	width: 305px;
	margin-top: 15px;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.home_h4 {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

#home_left h4 {
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
}
#home_right {
	height: 265px;
	width: 305px;
	padding: 5px;
	margin-top: 15px;
	float: right;
	margin-right: 10px;
}
#home_right h4 {
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.input {
	border: solid 1px #aaaaaa;
	width: 220px;
	font-size: 11px;
	padding: 1px 1px 1px 2px;
	background-color: #FFFFFF;
}
.mypets{ /*header of 1st demo*/
	cursor: pointer;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 14px;
	background-color: #5B64D9;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	opacity: .8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);	
}
.openpet{ /*class added to contents of 1st demo when they are open*/
	background-color: #BB9CE0;
	color: #FFFFFF;
}
.sent_text {
	font-weight: bold;
	color: #6600CC;
	padding-bottom: 150px;
}
.sitemap {
	font-size: 12px;
}
.sitemap a {
	color: #666666;
	text-decoration: none;
}
.sitemap a:hover {
	color: #000000;
}


.support_box {
	clear: both;
	padding-top: 30px;
	height: 150px;
	padding-left: 10px;
	padding-right: 25px;
	width: 95%;
	background-image: url(../images/support_bg.jpg);
	background-repeat: no-repeat;
	background-position: left 20px;
	padding-bottom: 55px;
}
.support_box a {
	color: #000000;
	text-decoration: underline;
}
.support_box img {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 10px;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
.support_box h4 {
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 5px;
	margin: 0px;
	padding-top: 0px;
	border-bottom-color: #CCCCCC;
}
.support_box h5 {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 120px;
	font-size: 14px;
	color: #666666;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.support_box p {
	font-size: 12px;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	color: #666666;
}
#support_holder {
	clear: both;
}
.support_list {
	font-size: 12px;
	line-height: 17px;
	list-style-type: none;
	margin-top: 0px;
	padding-top: 0px;
}
.support_list a {
	color: #666666;
	text-decoration: none;
}
.support_list a:hover {
	color: black;
}
.support_titles a {
	color: #000000;
	text-decoration: none;
}

.question {
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 18px;
	color: #5196F3;
}

.textarea {
	height: 8em;
	font-size: 13px;
}
.title_h4 {
	color: #666666;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0px;
	border-bottom-width: 2px;
	border-bottom-style: double;
	border-bottom-color: #E1E1E1;
	padding-left: 10px;
	font-size: 13px;
}
.treatments {
	padding: 0px;
	margin: 0px;	
}
.treatments a {
	color: #7196F3;
	text-decoration: underline;
	font-size: 14px;
}
.treatments a:hover {
	text-decoration: none;
}
.treatments li {
	line-height: 22px;
	list-style-type: none;
	margin-left: 15px;
}
.underline2 {
	font-size: 13px;
	text-decoration: underline;
}
.videos {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.videos a {
	color: #5196F5;
	text-decoration: none;
}
.videos a:hover {
	color: #000000;
}

#featured_video {
	padding: 0px;
	float: left;
	width: 325px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.bl {
	background-color: #EBEBEB;
	background-image: url(../images/bl.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
}
.br {
	background: url(../images/br.gif) 100% 100% no-repeat
}
.tl {
	background: url(../images/tl.gif) 0 0 no-repeat
}
.tr {
	background: url(../images/tr.gif) 100% 0 no-repeat
}
.clear {
	font-size: 1px; 
	height: 1px
}
