div#content {
  min-height: 720px;
}
div#main_nav div#social_media_wrapper {
  margin-top: 40px;
}

div#main_nav div#social_media_wrapper div#facebook_link,
div#main_nav div#social_media_wrapper div#twitter_link {
  margin-left: 12px;
}

div#main_nav div#social_media_wrapper div#facebook_link a,
div#main_nav div#social_media_wrapper div#facebook_link a:hover,
div#main_nav div#social_media_wrapper div#facebook_link a:visited:hover {
  background: url('../img/icons/facebook.jpg') no-repeat;
  width: 76px;
  height: 24px;
  padding: 0;
  position: relative;
  left: 46px;
  margin-top: 10px;
}

div#main_nav div#social_media_wrapper div#twitter_link a,
div#main_nav div#social_media_wrapper div#twitter_link a:hover,
div#main_nav div#social_media_wrapper div#twitter_link a:visited:hover {
  background: url('../img/icons/twitter.jpg') no-repeat;
  width: 76px;
  height: 24px;
  padding: 0;
  position: relative;
  left: 46px;
  margin-top: 10px;
}

div#social-media-links-edit input.text {
  width: 175px;
}
div#social-media-links-edit p {
	font-size: 1.3em;
}
div#social-media-links-edit p.twitter_link_text {
	margin-left: 56px;
}


/* HTML ELEMENTS */

body {
  background: #333 url(../img/body_bckgrd_plain.jpg) repeat-x;
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}
body.index {
	background: #333 url(../img/body_bckgrd_plain.jpg) repeat-x;
}
body.portfolio, body.get_started, body.contact, body.about, body.login, body.resources, body.pass, body.glossary_of_terms {
	background: #333333 url(../img/body_bckgrd_plain.jpg) repeat-x;
}

h1 {
	font-size: 2.5em;
	margin: 0;
	padding: 18px 18px 0;
	color: #df7404;
	font-weight: 400;
}

h2 {
	font-size: 1.6em;
	margin: 0;
	padding: 12px 18px 0;
	color: #ca4c3c;
}


h3 {
	font-size: 1.4em;
	margin: 0;
	padding: 12px 18px 0;
	color: #000;
}


p {
	font-size: 1.4em;
	margin: 0;
	padding: 12px 18px 0;
	line-height: 1.5;
}

div#sitemap_container a{ color:#fff;}

a {
	color: #3e5a7e;
}

a:hover, a:visited:hover {
	color: #000;
}

/* LAYOUT ELEMENTS */

div#wrapper {
	width: 977px;
	margin: 6px auto 0 auto;
}

div#outer_wrapper {
	background: url(../img/index/middle_graphic.jpg) center 93px no-repeat;
}
div#header {
	text-align: left;
	height: 93px;
	background: #000 url(../img/index/header.png) no-repeat;
}

div#header ul#utility_nav {
	width: 378px;
	height: 24px;
	float: right;
	background: url(../img/nav/topnav.png) 0 -24px no-repeat;
	margin: 67px 10px 0 0 ;
	padding: 0;
}	

div#header ul#utility_nav li {
	display: block;
	padding: 0;
	margin: 0;
	float: left;
	width: 126px;
	height: 23px;
	list-style: none;
}

div#header ul#utility_nav a {
	padding: 0;
	margin: 0;
	display: block;
	width: 100%;
	height: 100%;
}
div#header ul#utility_nav a#unav1:hover { background: url(../img/nav/topnav.png) 0 0 no-repeat; }
div#header ul#utility_nav a#unav2:hover { background: url(../img/nav/topnav.png) 50% 0 no-repeat; }
div#header ul#utility_nav a#unav3:hover { background: url(../img/nav/topnav.png) 100% 0 no-repeat; }

/* div#header ul#utility_nav li a:hover, div#header ul#utility_nav li a:visited:hover { background-position: 0 0 !important; } */
div#header ul#utility_nav a em { position: absolute; margin-left: -999em; }

div#header ul#utility_nav li ul {
	position: absolute;
	width: 126px;
	display: block;
	margin: 0;
	padding: 0;
	top: 95px;
    padding-top: 4px;
	left: -999em;
	z-index: 100;
}
div#header ul#utility_nav li ul li{
	width: 116px;
	line-height: 1.3;
	margin: -1px 0 0 0;
	padding: 0;
	font-size: 12px;
	height: auto;
}
div#header ul#utility_nav li ul li a {
	display: block;
	background: orange;
	background: #f5811f;
	color: white;
	padding: 4px;
	height: 100%;
	margin: 0;
	border: 1px solid #000;
	text-decoration: none;
	font-weight: bold;
}


div#header ul#utility_nav li:hover ul {
  left: auto;
}


ul#nav_index_ez {
	position: absolute;
	margin: 0;
	padding: 0;
	height: 35px;
	top: 105px;
	margin-left: 13px;
	z-index: 10;
	text-align: left;
}

ul#nav_index_ez li {
	display: block;
	padding: 0;
	margin: 0;
	margin-right: 5px;
	float: left;
	width: 235px;
	height: 35px;
	list-style: none;
}

ul#nav_index_ez a {
	padding: 0;
	margin: 0;
	display: block;
	width: 100%;
	height: 100%;
}

ul#nav_index_ez a#nav_01 { background: url(../img/nav/nav_01.gif) 0 -35px no-repeat; }
ul#nav_index_ez a#nav_02 { background: url(../img/nav/nav_02.gif) 0 -35px no-repeat; }
ul#nav_index_ez a#nav_03 { background: url(../img/nav/nav_03.gif) 0 -35px no-repeat; }
ul#nav_index_ez a#nav_04 { background: url(../img/nav/nav_04.gif) 0 -35px no-repeat; }

ul#nav_index_ez a:hover, ul#nav_index_ez a:visited:hover { background-position: 0 0 !important; }
ul#nav_index_ez a em { position: absolute; margin-left: -999em; }

/* ADDED FOR GLOSSARY */

div#outer_wrapper.glossary_of_terms ul#glossary {
	list-style-type:none;
	padding:0;
	width:95%;
	margin:10px 0 10px 20px;
	border:solid 1px #aaa;
	display:block;
	float:left;
}

div#outer_wrapper.glossary_of_terms ul#glossary li{
	float:left;
	list-style-type:none;
	padding:4px 6px;
	margin:2px;
	background:#fff;
	font-size:1.8em;
	font-weight:bold;
	color:#ccc;
}

div#outer_wrapper.glossary_of_terms ul#glossary li:hover {
	background:#f2f2f2;
}

div#outer_wrapper.glossary_of_terms ul#glossary li.last{
	border:none;
}

div#outer_wrapper.glossary_of_terms ul#glossary a {
	color:#69C;
	color: #e78920;
}

div#outer_wrapper.glossary_of_terms ul#glossary a:hover:visited {	text-decoration:underline;}

/*END GLOSSARY */

div#content {
}

div#content_non_index {
	padding: 30px 0 0 0;
	border-bottom: 1px solid #111;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

div#content div#middle_layer {
	background: url(../img/layer80.png) 0 0 no-repeat;
	margin-left: -288px;
	width: 1270px;
	height: 440px;
	margin-top: 30px;
}
div#content div#siteexamples {
	position: absolute;
	background: url(../img/siteexamples.png)  no-repeat;
	top: 158px;
	margin-left: 465px;
	width: 513px;
	height: 374px;
}
div#content div#freewebsitesetup {
	position: absolute;
	background: url(../img/freewebsitesetup.png)  no-repeat;
	top: 299px;
	margin-left: 275px;
	width: 247px;
	height: 251px;
}

div#content div#threebottomboxes {
  position: absolute;
  top: 533px;
  height: 234px;
  width: 992px;
  background: url(../img/tbb.png) no-repeat;
}


div#content div#threebottomboxes .tbb {
  width: 292px;
  height: 210px;
  float: left;
  margin-top: 12px;
  margin-left: 16px;
  margin-right: 22px;
}

div#content div#threebottomboxes .tbb h3 {
  color: #fff;
  font-size: 1.3em;
}
div#content div#threebottomboxes .tbb p {
  color: #000;
  font-size: 1.4em;
  left: 0;
  position: relative;
  width: 100%;
  text-align: left;
  padding: 18px 0 0 7px; 
}
	
div#content div#content_index {
    height: 620px;
    text-align: left;
}

div#content div#content_index h1 {
	position: absolute;
	left: -999em;
	font-size: 12px;
}

div#content div#content_index h2 {
	position: absolute;
	font-size: 11px;
	left: -999em;
}

div#content div#content_index p {
	position: absolute;
	left: -999em;
	font-size: 10px;
	width: 400px;
}

div#main_msg {
  position: absolute;
  width: 631px;
  height: 89px;
  background: url(../img/msg.png) no-repeat;
  top: 162px;
  margin-left: 4px;

}
/* index page */
body.index div#wrapper {
	height: 885px;
}
body.index div#footer {
  margin-top: -114px;
}

/* get_started */
div#outer_wrapper.get_started {
	background:  url(../img/getstarted_middle.jpg) center 93px no-repeat;
}
div#outer_wrapper.get_started div#wrapper {
	/* padding-bottom: 210px; */
	height: 920px;
}
div#outer_wrapper.get_started div#sub-footer{
  display: none;
}
div#outer_wrapper.get_started div#content_non_index {
  border: none;
}
div#outer_wrapper.get_started div#image_getstarted {
  background: url(../img/getstarted_text.png) no-repeat;
  width: 293px;
  height: 53px;
  float: left;
  margin-top: 35px;
  margin-left: 12px;
}
div#outer_wrapper.get_started div#image_getstarted h1 {
  position: absolute;
  left: -999px;
}
div#outer_wrapper.get_started div#getstarted_button {
	width: 225px;
	height: 50px;
	float: right;
	margin-right: 60px;
}
div#outer_wrapper.get_started div#getstarted_button a {
background: url(../img/getstarted_button.png) left 0 no-repeat;
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
}
div#outer_wrapper.get_started div#getstarted_button a:hover {
  background-position: right 0;
}
	
div#outer_wrapper.get_started form {
  background: none;
  border: none;
  margin: 0;
  width: 640px;
  float: right;
  margin-right: 120px;
  padding: 20px 0 0 0;
}
div#outer_wrapper.get_started form label span {
  font-weight: bold;
}
div#outer_wrapper.get_started form input {
	margin-right: 70px;
	width: 300px;
	font-size: 1.4em;
  border: thin black solid; 
}

div#outer_wrapper.get_started div#form_getstarted {
  background: url(../img/getstarted_middle.png) no-repeat;
  height:456px;
  width: 1292px;
  margin-left: -210px;
  margin-top: -14px;
  float: left;
}
div#outer_wrapper.get_started div#form_getstarted span.error {
  font-size: 1.4em;
}
div#outer_wrapper.get_started div#form_getstarted div#bottom_text {
  margin-top: 120px;
}
div#outer_wrapper.get_started div#form_getstarted div#bottom_text p {
  font-size: 1.0em;
  margin: 0;
  padding: 0;
}
div#outer_wrapper.get_started form div {
  border: none;
}
body.get_started div#footer {
  margin-top: -120px;
  height: 30px;
  color: #ccc;
  background: none;
}
body.get_started div#footer, body.get_started div#footer a {
  color: #bbb;
}
div#outer_wrapper.get_started div#freewebsitesetup_star {
  background: url(../img/freewebsitesetup.png)  no-repeat;
  width: 247px;
  height: 251px;
  margin: -163px 0 0 688px;
  float: left;
}
div#outer_wrapper.get_started div#getstarted_bottomtext {
  background: url(../img/getstarted_textbottom.png)  no-repeat;
  width: 684px;
  height: 41px;
  margin: -71px 0 0 8px;
  float: left;
}

/* form elements */
div#form {
	text-align: center;
}

div#formlike {
	text-align: left;
	margin: 20px auto;
	width: 600px;
	background: #fff url(../img/fade_tall.gif) left bottom repeat-x;
	padding: 20px;
	border: 6px solid #aaa;
}

div#formlike ol#ol_register li {
	font-size: 1.4em;
	padding: 6px;
}

form {
	margin: 12px 18px 24px;
	background: #fff url(../img/fade_tall.gif) left bottom repeat-x;
	padding: 20px;
	height:300px;
	border: 6px solid #aaa;
}

form div {
	text-align: right;
	margin: 8px 0 0;
	font-size: 1.4em;
	border-bottom: 1px solid #eee;
	height: 2.3em;
	line-height: 2.3em;
}

form label span {
	display: block;
	float: left;
	height: 2.3em;
	line-height: 2.3em;
	width: 250px;
	padding: 0 5px;
}

form input {
	margin-right: 50px;
	width: 250px;
	font-size: 1.4em;
}

form input.submit {
	width: auto;
}

form h3 {
	font-size: 1em;
	margin: 0;
	padding: 2px 2px 2px 6px;
	text-align: left;
}

form p {
	text-align: left;
	padding: 12px 0;
}

p.em {
	font-style: italic;
}

div.clear {
	clear: both;
	float: none;
}
div#sub-footer {
  height: 32px;
  background: #172f68;
}

div#footer {
  background: #19336f;
  height: 100px;
  width: 977px;
  margin: 0 auto;
  color: #697aa1;
  padding-top: 10px;
}

div#footer a { color: #697aa1; }

div#footer p { font-size:1.2em; padding: 0; }
p.error, span.error { color: #f00; font-weight: 700; background: #ffc; border: 1px solid #900; }
p.message, span.message { color: #000; font-weight: 700; background: #ffd; border: 1px solid #ff9; }
div#address, div#hours { display: none; }
/* account pending */
body.account_pending div#footer {
  width: 100%;
}
body.account_pending div#sub-footer {
  display: none;
}
body.account_pending div#content_non_index {
  border-bottom: none; 
  min-height: 550px;
}
body.account_pending div#form_login form {
  filter:alpha(opacity=70);
  -moz-opacity:0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

/* portfolio */
div#outer_wrapper.portfolio {
	background:  url(../img/portfolio_middle.jpg) center 93px no-repeat;
}
div#outer_wrapper.portfolio div#wrapper {
	padding-bottom: 70px;
}
body.portfolio div#footer {
  margin-top: -40px;
  height: 30px;
  color: white;
  background: none;
}
body.portfolio div#footer a {
  color: #ccc;
}
div#outer_wrapper.portfolio div#sub-footer{
  display: none;
}
div#outer_wrapper.portfolio div#content_non_index {
  border: none;
}
div#content div#content_portfolio {
    text-align: left;
	padding-top: 20px;
}
div.portfolio_section {
	background: url(../img/portfolio/section_bkgr.png) no-repeat;
	width: 1184px;
	height: 271px;
	margin-left: 3px;
}
div.portfolio_section .portfolio_screenshot {
  width: 264px;
  height: 194px;
  margin-left: 28px;
  margin-top: -15px; 
}
div.portfolio_section h2 {
  position: relative;  
  color: #000;
  margin-left: 360px;
  font-size: 2.5em;
  top: 8px;
}
div.portfolio_section .portfolio_copy {
  margin-left: 380px;
  margin-top: -150px;
  width: 560px;
  height: 160px;
  color: #fff;
}
div.portfolio_section .portfolio_copy p {
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  font-size: 1.3em;
}
/* importance_of_veterinary_website */
div#outer_wrapper.importance_of_veterinary_website {
/*	background:  url(../img/portfolio_middle.jpg) center 93px no-repeat; */
	background: none;
}

/* resources */
div#outer_wrapper.resources {
  background:  url(../img/resources_middle.jpg) center 93px no-repeat;
}
div#outer_wrapper.resources div#content {
  height: 825px;
}
div#outer_wrapper.resources div#content_non_index {
  border: none;
}
div#outer_wrapper.resources div#sub-footer{
  display: none;
}
body.resources div#footer {
  margin-top: -120px;
  height: 30px;
  color: #ccc;
  background: none;
}
body.resources div#footer a {
  color: #ccc
}
div#outer_wrapper.resources div#image_resources {
  background: url(../img/resources_text.png) no-repeat;
  width: 207px;
  height: 62px;
  float: left;
  margin-top: 28px;
  margin-bottom: 7px;
  margin-left: 5px;
}
div#outer_wrapper.resources div#image_resources h1 {
  position: absolute;
  left: -999px;
}
div#outer_wrapper.resources div#center_resources {
  background: url(../img/resources_middle.png) no-repeat;
  height: 607px;
  width: 741px;
  margin-left: 233px;
  margin-top: -58px;
  float: left;
}
div#outer_wrapper.resources div#resources_content {
  width: 90%;
  margin: 0 auto;
  padding-top: 25px;
  text-align: left;
}

/* glossary of terms */
div#outer_wrapper.glossary_of_terms {
  background:  url(../img/resources_middle.jpg) center 93px no-repeat;
}
div#outer_wrapper.glossary_of_terms div#content {
  height: 825px;
}
div#outer_wrapper.glossary_of_terms div#content_non_index {
  border: none;
}
div#outer_wrapper.glossary_of_terms div#sub-footer{
  display: none;
}
body.glossary_of_terms div#footer {
  margin-top: -120px;
  height: 30px;
  color: #ccc;
  background: none;
}
body.glossary_of_terms div#footer a {
  color: #ccc
}
div#outer_wrapper.glossary_of_terms div#image_glossary_of_terms {
  background: url(../img/glossary_text.png) no-repeat;
  width: 207px;
  height: 62px;
  float: left;
  margin-top: 28px;
  margin-bottom: 7px;
  margin-left: 5px;
}
div#outer_wrapper.glossary_of_terms div#image_glossary_of_terms h1 {
  position: absolute;
  left: -999px;
}
div#outer_wrapper.glossary_of_terms div#center_glossary_of_terms {
  background: url(../img/resources_middle2.png) no-repeat;
  height: 605px;
  width: 741px;
  margin-left: 233px;
  margin-top: -58px;
  float: left;
}
div#outer_wrapper.glossary_of_terms div#glossary_of_terms_content {
  width: 90%;
  margin: 0 auto;
  padding-top: 25px;
  text-align: left;
}
div#outer_wrapper.glossary_of_terms div#glossary_of_terms_scrollarea {
  height: 430px;
  overflow: auto;
}
div#outer_wrapper.glossary_of_terms div#glossary_of_terms_content h6 {
  margin:6px 0 -10px 17px;
  font-size: 1.6em;
  color: #6699cc;
  color: #e78920;
}
div#outer_wrapper.glossary_of_terms div#glossary_of_terms_content ul#glossary {
  width: 609px;
}
div#outer_wrapper.glossary_of_terms div#glossary_of_terms_content ul#glossary li {
  padding-left: 5px;
  padding-right: 4px;
  margin: 1px;
}
/* about us */
div#outer_wrapper.about {
  background:  url(../img/about_middle.jpg) center 93px no-repeat;
}
div#outer_wrapper.about div#wrapper {
  height: 917px;
}
div#outer_wrapper.about div#content_non_index {
  border: none;
}
div#outer_wrapper.about div#image_aboutus {
  background: url(../img/aboutus_text.png) no-repeat;
  width: 187px;
  height: 64px;
  float: left;
  margin-top: 28px;
  margin-bottom: 7px;
  margin-left: 8px;
}
div#outer_wrapper.about div#image_aboutus h1 {
  position: absolute;
  left: -999px;
}
div#outer_wrapper.about div#center_aboutus {
  background: url(../img/getstarted_middle.png) no-repeat;
  height: 618px;
  width: 1292px;
  margin-left: -210px;
  margin-top: -24px;
  float: left;
}
div#outer_wrapper.about div#aboutus_content {
  width: 640px;
  margin-right: 130px;
  float: right;
  text-align: left;
  padding: 15px 0 0 0;
}
div#outer_wrapper.about div#about_bottomtext {
  background: url(../img/getstarted_textbottom.png)  no-repeat;
  width: 684px;
  height: 41px;
  margin: -143px 0 0 8px;
  float: left;
}
div#outer_wrapper.about div#getstarted_button {
	width: 225px;
	height: 50px;
	float: right;
	margin-right: 60px;
	margin-top: -234px;
	z-index: 2;
}
div#outer_wrapper.about div#getstarted_button a {
  background: url(../img/getstarted_button.png) left 0 no-repeat;
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
}
div#outer_wrapper.about div#getstarted_button a:hover {
  background-position: right 0;
}
div#outer_wrapper.about div#freewebsitesetup_orange {
  background: url(../img/freewebsitesetup_or.png)  no-repeat;
  width: 200px;
  height: 200px;
  margin: -247px 5px 0 0 ;
  float: right;
}

div#outer_wrapper.about div#sub-footer{
  display: none;
}
body.about div#footer {
  margin: -120px auto 0 auto;
  height: 30px;
  color: #ccc;
  background: none;
}
body.about div#footer a {
  color: #ccc
}
/* pass - forgot password page */
div#outer_wrapper.pass {
	background:  url(../img/login_middle.jpg) center 93px no-repeat;
}
div#outer_wrapper.pass div#content {
  height: 825px;
}
div#outer_wrapper.pass div#content_non_index {
  border: none;
}
div#outer_wrapper.pass div#sub-footer{
  display: none;
}
body.pass div#footer {
  margin-top: -120px;
  height: 30px;
  color: #ccc;
  background: none;
}
div#outer_wrapper.pass div#image_resetpass {
  background: url(../img/reset_password_text.png) no-repeat;
  width: 298px;
  height: 64px;
  float: left;
  margin-top: 15px;
  margin-left: 12px;
}
div#outer_wrapper.pass div#image_resetpass h1 {
  position: absolute;
  left: -999px;
}
div#outer_wrapper.pass form {
  background: none;
  border: none;
  margin: 0;
  width: 540px;
  float: right;
  margin-right: 180px;
  padding: 30px 0 0 0;
}
div#outer_wrapper.pass form div {
  border: none;
  height: 2.6em;
}
div#outer_wrapper.pass div#form_pass {
  background: url(../img/getstarted_middle.png) no-repeat;
  height: 720px;
  width: 1292px;
  margin-left: -210px;
  margin-top: 74px;
}
div#outer_wrapper.pass div#pass_content {
  width: 600px;
  padding-top: 25px;
  text-align: left;
  float: right;
  margin-right: 130px;
}
div#outer_wrapper.pass div#form_pass p a {
  color: blue;
}
div#outer_wrapper.pass form label span {
  font-weight: bold;
  width: 120px;
}
body.pass div#footer a {
  color: #ccc
}
div#outer_wrapper.pass  form input {
  margin-right: 60px;
  width: 300px;
  font-size: 1.4em;
  border: thin black solid; 
}
div#outer_wrapper.pass div#login_button {
  width: 134px;
  height: 42px;
  margin-left: 356px;
  margin-top: 10px;
 clear:both;
}
div#outer_wrapper.pass div#login_button a {
  background: url(../img/login_button.png) left 0 no-repeat;
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
}
div#outer_wrapper.pass div#login_button a:hover {
  background-position: right 0;
}

/* login */
div#outer_wrapper.login {
	background:  url(../img/login_middle.jpg) center 93px no-repeat;
}
div#outer_wrapper.login div#content {
  height: 825px;
}
div#outer_wrapper.login div#content_non_index {
  border: none;
}
div#outer_wrapper.login div#image_login {
  background: url(../img/login_text.png) no-repeat;
  width: 125px;
  height: 57px;
  float: left;
  margin-top: 29px;
  margin-bottom: 6px;
  margin-left: 8px;
}
div#outer_wrapper.login div#image_login h1 {
  position: absolute;
  left: -999px;
}
div#outer_wrapper.login form {
  background: none;
  border: none;
  margin: 0;
  width: 640px;
  float: right;
  margin-right: 120px;
  padding: 30px 0 0 0;
}
div#outer_wrapper.login form div {
  border: none;
  height: 2.6em;
}
div#outer_wrapper.login div#form_login {
  background: url(../img/getstarted_middle.png) no-repeat;
  height: 620px;
  width: 1292px;
  margin-left: -210px;
  margin-top: -18px;
  float: left;
}
div#outer_wrapper.login div#form_login p a {
  color: blue;
}
div#outer_wrapper.login form label span {
  font-weight: bold;
  width: 180px;
}
div#outer_wrapper.login div#sub-footer{
  display: none;
}
body.login div#footer {
  margin-top: -120px;
  height: 30px;
  color: #ccc;
  background: none;
}
body.login div#footer a {
  color: #ccc
}
div#outer_wrapper.login  form input {
  margin-right: 120px;
  width: 300px;
  font-size: 1.4em;
  border: thin black solid; 
}
div#outer_wrapper.login div#login_button {
  width: 134px;
  height: 42px;
  margin-left: 397px;
  margin-top: 10px;
 clear:both;
}
div#outer_wrapper.login div#login_button a {
  background: url(../img/login_button.png) left 0 no-repeat;
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
}
div#outer_wrapper.login div#login_button a:hover {
  background-position: right 0;
}
div#outer_wrapper.login div#login_bottomtext {
  background: url(../img/login_textbottom.png)  no-repeat;
  width: 681px;
  height: 36px;
  float: left;
  margin: -145px 0 0 8px;
}
div#outer_wrapper.login div#login_message {
  height: 40px;
  text-align: left;
  line-height: 1.3em;
}

/* contact us */
div#outer_wrapper.contact {
	background:  url(../img/contact_middle.jpg) center 93px no-repeat;
}
div#outer_wrapper.contact div#wrapper {
  height: 917px;
}
div#outer_wrapper.contact div#sub-footer{
  display: none;
}
div#outer_wrapper.contact div#content_non_index {
  border: none;
}
div#outer_wrapper.contact div#image_contactus {
  background: url(../img/contactus_text.png) no-repeat;
  width: 225px;
  height: 74px;
  float: left;
  margin-top: 26px;
  margin-bottom: 9px;
  margin-left: 8px;
}
div#outer_wrapper.contact div#image_contactus h1 {
  position: absolute;
  left: -999px;
}
div#outer_wrapper.contact form {
  background: none;
  border: none;
  margin: 0;
  width: 640px;
  float: right;
  margin-right: 120px;
  padding: 0;
}
div#outer_wrapper.contact form div {
  border: none;
}
div#outer_wrapper.contact div#form_contact {
  background: url(../img/getstarted_middle.png) no-repeat;
  height: 441px;
  width: 1292px;
  margin-left: -210px;
  margin-top: -33px;
  float: left;
}
div#outer_wrapper.contact div#form_contact_received {
  background: url(../img/getstarted_middle.png) no-repeat;
  height: 441px;
  width: 1292px;
  margin-left: -210px;
  margin-top: -33px;
  float: left;
  text-align: left;
  padding-left: 600px;
  font-weight: bold;
}
div#outer_wrapper.contact form label span {
  font-weight: bold;
  width: 180px;
}
div#outer_wrapper.contact form input, div#outer_wrapper.contact form textarea {
  margin-right: 120px;
  width: 300px;
  font-size: 1.4em;
  border: thin black solid; 
  filter:alpha(opacity=60);
  -moz-opacity:0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
div#outer_wrapper.contact div#contact_button {
  width: 209px;
  height: 44px;
  float: right;
  margin-right: 110px;
  margin-top: 160px;
}
div#outer_wrapper.contact div#contact_button a {
  background: url(../img/contact_button.png) left 0 no-repeat;
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
}
div#outer_wrapper.contact div#contact_button a:hover {
  background-position: right 0;
}
body.contact div#footer {
  margin-top: -120px;
  height: 30px;
  color: #ccc;
  background: none;
}
body.contact div#footer a {
  color: #ccc
}
div#outer_wrapper.contact div#contact_bottomtext {
  background: url(../img/contact_textbottom.png)  no-repeat;
  width: 683px;
  height: 37px;
  float: left;
  margin: 72px 0 0 -315px;
}
div#outer_wrapper.contact div#contact_message {
  height: 20px;
  text-align: left;
  line-height: 1.3em;
  margin-top: 20px;
}
/* account created */
div#account_created {
  width: 640px;
  float: right;
  margin-right: 103px;
  margin-top: 20px;
  text-align: left;
  font-size: 1.4em;
  line-height: 1.6;
}
div#account_created h2 {
  color: black;
  font-size: 1.4em;
}
div#account_created h1 {
  font-size: 2.0em;
}
div#bottom {
	position: absolute;
	width: 768px;
	height: 142px;
	background: #cc9 url(../img/index/bottom.gif) 0 0 no-repeat;
}

div#bottom div {
	position: absolute;
	width: 225px;
	height: 110px;
	top: 15px;
	text-align: left;
	font-size: 10px;
	line-height: 1.5;
	overflow: auto;
}

div#bottom div#expl_newsletter {
	left: 15px;
}

div#bottom div#expl_med_articl {
	left: 270px;
}

div#bottom div#expl_frst_month {
	left: 525px;
}

div#bottom div#create_website {
	position: absolute;
	right: 11px;
	top: 113px;
	background: url(../img/index/create_website.gif) 0 0 no-repeat;
	width: 109px;
	height: 15px;
}

div#bottom div#create_website a {
	display: block;
	height: 100%;
	width: 100%;
}

div#main_nav div#petly a {
	display: block;
	padding: 0;
	width: 153px;
	height: 45px;
	background: url(../img/petly_button.png) 0 0 no-repeat;
	position: relative;
	top: 15px;
	left: 20px;
}
#portal_links a#petly_incontent {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	width: 153px;
	height: 45px;
	background: url(../img/petly_button.png) 0 0 no-repeat;

table#admin { border-collapse: collapse; }
table#admin td { border: 1px dotted #aaa; padding:2px; }
img { border: none; }
td { font-size: 10px; }
tr.darker { background: #ddd; }
a.allowed { color: green; }
a.denied { color: red; }
.required { color:red; }

p.indent { margin-left: 30px; }

/*p.products { position: absolute; top: 480px; left: 425px; }
p.menu{ position: relative; top: -150px; } */

br.extra{ line-height: 2.5;}

div#checklist {
	color: #444;
	width: auto;
	background: #fff url(../img/fade_tall.gif) left bottom repeat-x;
	border: 1px solid #ccc;
	padding: 10px 1px;
}

div#checklist h1 {
	padding-left: 8px;
}

div#checklist h4 {
	font-size: 1.3em;
	margin: 0;
	padding: 8px 8px 2px 8px;
}

div#checklist div {
	font-size: 1.6em;
	margin: 0 3px 3px 3px;
	padding: 2px 4px 2px 22px;
}

div#checklist div.no { background: url(../img/icons/attention_sm.png) 3px 3px no-repeat; }
div#checklist div.no a { color: red; }
div#checklist div.yes { background: url(../img/icons/ok_sm.png) 3px 3px no-repeat; }
div#checklist div.edit { background: url(../img/icons/edit_sm.png) 3px 3px no-repeat; }
div#checklist div.view { background: url(../img/icons/magnify_sm.png) 3px 3px no-repeat; }
div#checklist div.pub { background: url(../img/icons/publish.png) 3px 3px no-repeat; }
div#checklist div.personAdd { background: url(../img/icons/personAdd_sm.png) 3px 3px no-repeat; }
div#checklist div.person { font-size: 1.4em; }
div#checklist div.person span { float: right; }
div#checklist div.plus { background: url(../img/icons/plus.png) 3px 3px no-repeat; }

div#checklist div.person a.personEdit {
	position: relative;
	left: -6px;
	background: url(../img/icons/personEdit_sm.png) 0 0 no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	margin: 0;
}
div#checklist div.person span a.personDelete {
	background: url(../img/icons/personDelete_sm.png) 0 0 no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	margin: 0;
}


table.vet_list { margin: 0 0 0 15px; border-collapse: collapse; }
table.vet_list td.vet_name { width: 200px; }
table.vet_list tr.even { background: #ececec; }

ol#register li { font-size: 12px; }

p.tiny { font-size: 9px; font-family: Tahoma, sans-serif; }

div#thumbs_container {
	position: relative;
	margin: 20px 0;
	width: 100%;
	text-align: center;
	background: #f9f9f9;
	border: 1px solid #f9f9f9;
	border-top: 10px solid #003;
	border-bottom: 3px solid #003;
}

div#thumbs {
	width: 490px;
	text-align: left;
	margin: 0 auto;
}

div.thumb {
	float: left;
	width: 160px;
	margin: 1px 1px 6px 0;
	padding: 0;
	background: #f9f9f9;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	border: 1px solid #dcdcdc;
	border-bottom: 1px solid #003;
}
div#thumbs div.thumb div.layout_name {
	width: 150px;
	padding: 5px;
	font: 700 normal 10px Tahoma;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 5px;
}

div#thumbs div.thumb div.caption {
	width: 150px;
	font: 400 normal 9px Tahoma;
	color: #777;
	text-align: center;
	background: #eee;
	min-height: 60px;
	height: auto !important;
	height: 60px;
	padding: 5px;
	margin: 0;
}

div#thumbs div.short {
	min-height: 20px;
	height: auto !important;
	height: 20px;
}

.clear { clear: both; float: none; }
.cl { clear: left; }
.cr { clear: right; }


/* Standard Forms: These include left floating label/spans to make them look like they are in a table */

form.standard {
	position: relative;
	margin: 0;
}

form.standard fieldset {
	position: relative;
	margin: 0 0 5px 0;
	border: none;
}

form.standard h3, form#madlib h3, h3.fade {
	font-size: 1.4em;
	border: 1px solid #ccc;
	padding: 10px;
	background: #f9f9f9 url(../img/fade_tall.gif) 0 bottom repeat-x;
	margin: 0 0 1px 0;
	font-style: italic;
}


form.standard h3 span, form#madlib h3 span { float: right; font-size: 10px; font-style: normal; }
form.standard h3 span a, form#madlib h3 span a { color: blue; }

.note {
	text-align: left;
	padding: 2px 12px;
	border: 1px solid #ccc;
	font-size: 1.2em;
	line-height: 1.5;
	background: #fff url(../img/fade_tall.gif) left bottom repeat-x;
}

.warning {
	color: #f00;
	background:#fee;
	border: 1px solid #f00;
	font-weight: 700;
}

p.warning { border: none; font-weight: bold; }

span.lowercase { text-transform: lowercase;  margin: 0; padding: 0; }

.note .within {
	font-size: 1em;
	background: transparent;
	margin-bottom: 20px;
}

.note .highlight {
	background: #ffc;
}

.note p.instruct { text-align: left; padding: 0 20px; }

form.standard div {
	position: relative;
	margin: 0 0 1px 0;
	padding: 0;
	background: #f9f9f9;
	text-align: right;
	min-height: 3em;
	height: auto !important;
	height: 3em;
	border: 1px solid #eee;
	border-bottom-color: #ccc;
	color: #468;
	clear: left;
}

form.standard div span.rank_header { padding: 0 10px 0 0; }
form.standard input.rankedit {
  font-size: 9px;
}


form.standard label span {
	float: left;
	width: 200px;
	font-size: 1.4em;
	line-height: 1;
	margin: 6px 0 0 0;
	font-weight: 400;
}

form.standard a.tip { position: relative; text-decoration: none; padding: 1px 4px; }
form.standard a.tip:hover, form.standard label span a.tip:visited:hover { background :#555; color: #eee;}

form.standard div input,
form.standard div select,
form.standard div textarea {
	width: 220px;
	color:  #444;
	font-size: 1.4em;
	margin: 3px 10px 3px 0;
}

form.standard .submit {
	padding: 10px 0 0 0;
}

form.standard .submit input {
	width: auto;
}

form.standard div span.required,
form.standard span.required a {
	color: #c00;
}

form.standard div.required label:before {
	content: "* ";
}

form.standard input.larger {
	font-size: 1.5em;
	width: 180px;
}

form.standard div.center {
	text-align: center;
	font-size: 1.2em;
	/* padding: 1.6em auto 0 auto; There is no auto for padding */
	padding: 1.6em 0 0 0; 
}

form.standard div.instruct {
	text-align: left;
	font-size: 1.2em;
	padding: 10px 20px;
	line-height: 2;
}

form.standard span.tite {
	float: none;
	margin-right: 12px;
}

form.standard span.tite input {
	width: auto;
	margin: 2px;
}

form.standard div a.example {
	position: absolute;
	bottom: 100px;
	right: 355px;
}

form#home_page_form div input,
form#home_page_form div textarea {
	width: 280px;
}

form.standard div#homepage_content textarea { clear: left; width: 94%; }

form#home_page_form div { font-weight: 400; }

form#form_bio input,
form#form_bio textarea,
form#form_bio select { width: 280px; }


.dropcontent{
	margin-top: 20px;
	width: 444px;
	height: 200px;
	border: 1px solid black;
	background-color: #eee;
	display:block;
}

form.standard div.link {
	position: relative;
	text-align:left;
	font-size: 1.3em;
	line-height: 1.3;
	margin: 0;
	padding: 0;
	min-height: 1em;
	height: auto !important;
	height: 1em;
}

form.standard div.link input {
	width: auto;
	margin: auto;
}

form.standard div.link:hover { background: #ded; }
form.standard div.custom_link { background: #cfc; color:#000; position: relative; }
form.standard div.custom_link a { color: #000; }
form.standard div.custom_link span.custom_link_edit { font-size: 9px; color: #000; position: absolute; right: 2px; top: 2px; width: 50px; overflow: hidden; }
form.standard div.custom_link span.custom_link_del { font-size: 9px; color: #000; position: absolute; right: 50px; top: 2px; width: 60px; overflow: hidden; }
form.standard div.custom_link span.custom_link_edit a,form.standard div.custom_link span.custom_link_del a { color: #999; }

form.standard div.abuttons {
	text-align: left;
	min-height: 3em;
	height: auto !important;
	height: 3em;
	line-height: 2;
	padding: 5px;
}

form.standard div.abuttons a {
	display: block;
	float: left;
	width: 120px;
	background: #bbb;
	color: #444;
	margin: 0 5px;
	padding: 3px;
	border: 1px solid #999;
	-moz-border-radius: 5px;
	font-size: 1.2em;
	text-align: center;
}

form.standard div.abuttons a:hover,
form.standard div.abuttons a:visited:hover {
	background: #999;
	color: #fff;
	border: 1px solid #000;
	text-decoration: none;
}

img.left, div.left {
	float: left;
	margin: 0 15px 15px 0;
}


div#photo_options {
	border: 1px solid #999;
	background: #eee;
}

div#photo_options h2.warning {
	background: #f00;
	color: #ff0;
	border: none;
	margin: 0 0 4px 0;
	padding: 4px 12px;
	text-align: center;
	border-bottom: 3px solid #999;
}

div#photo_options img {
	float: left;
	margin: 0 15px 0 0;
}

div#photo_options h3 {
	background: #006;
	color:#fff;
	margin: 0;
	padding: 4px 10px;
}

div#photo_options p {
	margin: 2px 0;
}

div#photo_options p a {
	display: block;
	background: #ccc;
	color: #006;
	margin: 0;
	padding: 4px 10px;
	font-weight: 700;
}

div#photo_options p a:hover, div#photo_options p a:visited:hover {
	text-decoration: none;
	background: #555;
	color:#fff;
}

div#photo_options p,
div#photo_options h3 {
	margin-left: 260px; 
}


h4.job_title { margin: 0; padding: 9px 10px 0 10px; }

div.product{
	
}

div#tuner {
	position:relative;
	height: 90px;
	border: 1px solid #ccc;
	margin: 0 auto;
	background: #fff url(../img/fade_tall.gif) left bottom repeat-x;
}

div#tuner div#name_sample {
	position: relative;
	text-align: center;
	left: 30px;
	font-size: 1.4em;
	font-weight: 700;
	padding-top: 30px;
}

div#tuner input {
	width: 30px;
	height: 30px;
	position: absolute;
	cursor: pointer;
}


div#tuner input#move_left {
	background: #eee url(../img/move_left.png) center center no-repeat;
	top: 30px;
	left: 0px;
	border: 1px solid #999;
}

div#tuner input#move_right {
	background: #eee url(../img/move_right.png) center center no-repeat;
	top: 30px;
	left: 60px;
	border: 1px solid #999;
}

div#tuner input#move_up {
	background: #eee url(../img/move_up.png) center center no-repeat;
	top: 0;
	left: 30px;
	border: 1px solid #999;
}

div#tuner input#move_down {
	background: #eee url(../img/move_down.png) center center no-repeat;
	top: 60px;
	left: 30px;
	border: 1px solid #999;
}

div#tuner input#font_larger {
	background: #eee url(../img/f_large.png) center center no-repeat;
	border: 1px solid #999;
	top: 0;
	left: 95px;
}

div#tuner input#font_smaller {
	background: #eee url(../img/f_small.png) center center no-repeat;
	top: 60px;
	left: 95px;
	border: 1px solid #999;
}

div#tuner input#move_ul {
	background: #eee url(../img/move_ul.png) center center no-repeat;
	top: 0px;
	left: 0px;
	border: 1px solid #999;
}

div#tuner input#move_dl {
	background: #eee url(../img/move_dl.png) center center no-repeat;
	top: 60px;
	left: 0px;
	border: 1px solid #999;
}

div#tuner input#move_ur {
	background: #eee url(../img/move_ur.png) center center no-repeat;
	top: 0px;
	left: 60px;
	border: 1px solid #999;
}

div#tuner input#move_dr {
	background: #eee url(../img/move_dr.png) center center no-repeat;
	top: 60px;
	left: 60px;
	border: 1px solid #999;
}

div#tuner div#move_move {
	background: #ddd url(../img/move_move.png) center center no-repeat;
	top: 30px;
	left: 30px;
	border: 1px solid #999;
	width: 28px;
	height: 28px;
	position: absolute;
}

div#tuner div#font_size {
	background: #ddd url(../img/font_size.png) center center no-repeat;
	top: 30px;
	left: 95px;
	border: 1px solid #999;
	width: 28px;
	height: 28px;
	position: absolute;
}


div#tuner input#font_smaller:hover,
div#tuner input#font_larger:hover,
div#tuner input#move_ul:hover,
div#tuner input#move_ur:hover,
div#tuner input#move_dr:hover,
div#tuner input#move_dl:hover,
div#tuner input#move_up:hover,
div#tuner input#move_down:hover,
div#tuner input#move_left:hover,
div#tuner input#move_right:hover {
	background-color: #aaa;
}

div#tuner p {
	font-size: 1.6em;
	text-align: right;
	margin: 0;
	padding: 16px 16px 0 0;
}


td#account_identifier em {font-style:normal}
td#account_identifier input {width: 62px;}

form#publish table { font-size: 100%; border-collapse: collapse; width: 98%; }
form#publish table td { font-size: 1.2em; padding: 6px; border: 1px solid #eee; line-height: 1.6; }
form#publish table td.right { text-align: left; }
form#publish table td.left { text-align: right; }
form#publish table td input { margin: 0; }
form#publish table td span { float:right; }


a.help { padding:2px 6px; height: 16px; background:#333;color:#f60; font-weight:700;}


h3.admin { margin: 0 0 6px 0; padding: 0; border-bottom: 1px solid #555; }
table.billing { font-size: 1em; border-collapse: collapse; width: 100%; margin: 10px 0 0 0; }

table.billing td,table.billing th {
	font-size: 1.2em;
	border: none;
	border-bottom: 1px solid #999;
	padding: 2px 5px;
}

tr.heading {
	background: #777; color: #fff; font-weight: 400; font-style: italic;
}

td.numeric {
	text-align: right;
	font-family: monospace;
}

.even {
	background: #f9f9f9;
}

.oddd {
	background: #ececec;
}

div#account_details {
	margin: 10px;
}

div#account_details p  {
	padding: 1px 12px;
	line-height: 1.3;
	font-size: 1.1em;
}

div#account_details pre{
	padding: 1px 12px;
	line-height: 1.3;
	font-size: 1.0em;
	color: purple;
	height: 120px;
	overflow: auto;
	margin-top: 100px;
}

div#gmap_container {
	text-align:center;
}

div#gmap_container div#gmap {
	position:relative;
	border: 1px solid #999;
	width: 500px;
	height: 300px;
	background: #edc;
	margin: 0 auto;
}

div#gmap_container h4 {
	margin: 0;
	padding: 12px 0 0 0;
}
div#gmap_container p {
	margin: 0;
	padding: 8px 0 0 0;
}

div#gmap_container p.caption { font-size: 1.2em; }

div#medical_articles_image {
  text-align: center;
}

form#madlib fieldset { background: #f9fff9; }
form#madlib div#gender { font-size: 1.4em; padding: 4px 12px; text-align: center; background: #efe; border: 1px solid #cfc; font-weight: 700; }
form#madlib div#gender span { background: #cfc; padding: 2px 6px 0 6px; border: 1px solid #9f9; }
form#madlib div#gender span input { border: none; }
form#madlib p { padding: 24px 4px; line-height: 2.4; }

form#madlib input { border: 1px solid #eee; background: #ffc; border-bottom: 1px solid #000; font-weight: 700; }

form#madlib input#madlib_name1 { background: #ffc url(../img/mad_libs/name.png) center center no-repeat; width: 130px; }
form#madlib input#madlib_year { background: #ffc url(../img/mad_libs/year.png) center center no-repeat; width: 40px; }
form#madlib input#madlib_origin { background: #ffc url(../img/mad_libs/origin.png) 0 center no-repeat; width: 120px; }
form#madlib input#madlib_interests { background: #ffc url(../img/mad_libs/interests.png) 0 center no-repeat; width: 98%; }

form#madlib input.madlib_camo {
	background: transparent;
	border: none;
	width: 2em;
	border: none;
}

form#madlib div#initial_bio { display: none; }

div#main_menu_link {
	position: absolute;
	width: 120px;
	height: 20px;
	z-index: 10000;
}

div#main_menu_link a {
	background: url(../img/main_menu.png) 0 0 no-repeat;
	position:relative;
	display: block;
	width: 86px;
	height: 20px;
}

div#main_menu_link a em {
	position: absolute;
	left: -999em;
}

div#main_menu_link a:hover, div#main_menu_link a:visited:hover { background-position: -86px 0; }


div#logout_link {
	position: absolute;
	width: 120px;
	height: 20px;
	z-index: 10000;
}

div#logout_link a {
	background: url(../img/logout.png) 0 0 no-repeat;
	position:relative;
	display: block;
	width: 86px;
	height: 20px;
}

div#logout_link a em {
	position: absolute;
	left: -999em;
}

div#logout_link a:hover, div#logout_link a:visited:hover { background-position: -86px 0; }


/*Newsletter Styles*/
.center {text-align: center;}
.fl {float: left; padding: 0 10px 0 10px; margin-right: 5px;}
.fr {float: right; padding: 0 10px 0 10px;}
.clear {clear: both;}


div.VNL_title { font-size: 2.2em; line-height: 1.3; font-weight: bold; }

div#VNL_links {
	font-size: 1.5em;
	padding: 6px;
	border: 1px solid #bbb;
	margin: 0 10px;
	font-weight: 700;
}

div#VNL_links div { padding: 6px; }

div.VNL_Article { margin: 10px; padding-bottom: 10px; }

div.VNL_Article h1 { bottom: 10px; }

div.VNL_Article div, div.VNL_Article p { padding: 13px 0 5px 0 ; }

div.VNL_Article ul li { padding: 5px 0 5px 0; margin: 5px 0 5px 0; font-size: 1.2em; }

div.VNL_Article ol li { padding: 2px 0 2px 0; margin: 5px 0 5px 0; font-size: 1.2em; }

div.VNL_top { font-size:1.2em; }

div.VNL_hr { border-bottom: 1px solid #008000; width:90%; margin: -3px 10px 20px -3px;  }


/*PETCARE ARTICLE STYLES*/

div.VPA_links { margin: 5px 0 0 40px; }

.VPA_category_name { font-weight: bold; margin: 0; padding: 15px 12px 15px 16px; font-size: 1.5em; }
 
div#article_text {font-size: 1.4em;}

div#pca_list h3 { font-size: 1.7em; text-align: center; }

div#pca_list h3 a { color: blue; }

div#pca_article img { padding: 15px; }

p.pca_nav { padding: 25px 0 10px 0px; text-align:center; }
	
/*PETCARE ARTICLE SEARCH STYLES*/

form#pca_search div { text-align:right; margin: 0 0 0 35px; height: 4em; width:350px; }

form#pca_search div label span { float: left; width: 100px; margin-top: -4px; font-size: 1.3em; line-height: 3em; }

form#pca_search div input,
form#pca_search div select { width: 235px; margin-top:5px; }

form#pca_search div input#pca_submit { width: auto; }

form.standard div.rank_header { text-align:left; }
form.standard div.rank_header em { font-style: normal; padding-left: 20px; line-height: 3; }

p.inform {
  text-align: left;
  font-size:1.2em;
  margin: 30px 5px 5px 5px;
}


p.nav_bottom {
	text-align: center;
	background: #777;
	color: #777;
	padding: 5px;
	margin: 0;
	line-height: 1.5;
}

p.nav_bottom em {
	color: #fff;
	font-style: normal;
}

p.nav_bottom a {
	color: #fff;
	text-decoration: none;
	background: #777;
	padding: 2px;
	margin: 0;
}

p.nav_bottom a:hover, p.nav_bottom a:visited:hover {
	text-decoration: none;
	background: #000;
}


div.coupon {
	border: 1px solid #fff;
	border-bottom: 1px solid #dadada;
	margin: 4px 12px 4px 0;
	padding: 4px;
}

div.coupon input { width: 40px; margin: 0 0 0 6px; }

div.coupon_image {
	float: right;
	width: 270px;
	height: 108px;
	background: #eee;
}

div.coupon p {
	padding: 0 12px 4px 6px;
	margin: 0;
}

div.coupon div#coupon_0 { background: #000; }
div.coupon div#coupon_1 { background: #000; }
div.coupon div#coupon_2 { background: #000; }

table.coupon_dates { border-collapse: collapse; border: 1px solid #999; margin-top: 8px;}
table.coupon_dates td { text-align: center; padding: 2px 6px 0 6px; background: #eee; }
table.coupon_dates td input { margin: 0; text-align: right; }
p.tight input { margin: 0; padding: 0; width: auto; }

h3#pfv {
	border: 2px solid #006;
	margin: 0 46px 0 6px;
	text-align: center;	
	line-height: 2em;
}

h3#pfv a {
	display: block;
	width: 100%;
	height: 2em;
	color: #000;
	background: #ffc;
}

h3#pfv a:hover, h3#pfv a:visited:hover {
	background: #cfc;
	text-decoration:none;
}

input.files { margin-right: 60px; }

div.portfolio_warning {
	text-align: left;
}

div.portfolio_warning p {
	color: red;
}

table#billing form,
table#billing form div {
	display: inline;
	width: auto;
	padding: 0;
	margin: 0;
	background: transparent;
	border: none;
}


.billed { color: green; }
.not_billed { color: red; }

p.svc { line-height: 1.2; }

p.right { text-align: right; }

p.c_coupon {
	font-size: 1em;
}

p.c_coupon input {
	display: block;
	width: 300px;
}

p.page_on {
	background: #afa;
	color: #030;
	border: 1px solid #090;
	padding: 4px;
}

p.page_off {
	background: #faa;
	color: #900;
	border: 1px solid #f60;
	padding: 4px;
}

p.hours_normal {
	font-size: 1.2em;
	line-height: 1.3;
}

p.hours_long {
	font-size: 1.1em;
	line-height: 1.3;
}
p.hours_extreme {
	font-size: 1em;
	line-height: 1.3;
}

div.hosp_forms {
	border: 1px solid #999;
	margin: 0 0 10px;
}

div.hosp_forms input.text {
	width: 300px;
}

div.hosp_forms ul {
	margin: 0;
	padding: 0;
	font-size: 10px;
}

div.hosp_forms ul li {
	list-style: none;
	padding: 2px 4px;
	margin: 0;
	font-size: 11px !important;
}

div.hosp_forms li a {
	color: #009;
}

div.hosp_forms li.used {
	background: #bfb;
}

div.hosp_forms li.used a {
	color: #090;
}


div#gforms {
	background: #e9eef9;
}

div#cforms {
	background: #eee;
}

div#gallery {
	position: relative;
	width: 410px;
	background: url(../img/gallery_box.png) 0 0 repeat-y;
	margin: 10px auto;
	border: 1px solid #eee;
}

div#gallerytop {
	position: absolute;
	top: -5px;
	left: 0;
	background: url(../img/gallery_top.png) 0 0 no-repeat;
	width: 410px;
	height: 5px;
}

div#tray {
	position: relative;
	background: url(../img/gallery_tray.png) 0 0 no-repeat;
	width: 410px;
	height: 25px;
}

div#thephotobox {
	margin: 0 0 0 5px;
	text-align: center;
}

div#thephotobox img {
	margin: 0 auto;
}

div#prefetch img {
	position: absolute;
	left: -999em;
}

div#thecaption {
	width: 400px;
	margin: 10px auto;
	text-align: center;
}

div#gallery input#back {
	position: absolute;
	background: url(../img/icons/button_arrow_left.png) 0 0 no-repeat;
	top: 2px;
	left: 185px;
	width: 20px;
	height: 20px;
	border: none;
	cursor: pointer;
}

div#gallery input#forth {
	position: absolute;
	background: url(../img/icons/button_arrow_right.png) 0 0 no-repeat;
	top: 2px;
	left: 210px;
	width: 20px;
	height: 20px;
	border: none;
	cursor: pointer;
}

div#gallery input#back:hover,
div#gallery input#forth:hover {
	background-position: -20px 0;
}

div.fotorow {
	border-bottom: 1px solid #999;
	margin: 0 0 20px 0;
}

div.fotorow input.text {
	display: block;
	width: 333px;
}

p.actionbar {
	background: #efe;
	margin: 0;
	padding: 4px;
	font-size: 9px;
	font-family: Tahoma, sans-serif;
	text-align: right;
}

form#shop_login {
	border: 1px solid #999;
	padding: 5px 10px;
	margin: 5px 10px;
}

form#shop_login p {
	font-size: 1em;
	padding: 0;
	margin: 0;
}

#portal_links {
	text-align: center;
	padding: 6px 0;
	margin: 0 auto;
}

#portal_links a {
	margin: 6px;
}

.clear_self {
	width: 100%;
	overflow: hidden;
}

p.error, p.message { padding: 10px; }
p.error, span.error { color: #f00; font-weight: 700; background: #ffc; border: 1px solid #900; }
p.message, span.message { color: #000; font-weight: 700; background: #ffd; border: 1px solid #ff9; }
/* VET NET PAYPAL SHOPPING CART ADD ON */

div.VPP {
	margin: 12px 8px;
	min-height: 104px;
	height: auto !important;
	height: 104px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #ccc;
}

.VPP_img {
	float: left;
	margin: 2px;
	width: 100px;
	height: 100px;
	border: 1px solid #ddd;
}

div.VPP_Product {
	margin: 2px 2px 2px 120px;
}

div.VPP h2 {
	padding: 0 0 0 6px;
}

div.VPP p {
	padding: 9px 6px 0px;
}

p.VPP_Note {
	font-family: Tahoma,Geneva,sans-serif;
	font-size:10px;
	font-weight: bold;
	color: #999;
	padding: 0 0 3px 0;
	margin: 0 12px 12px;
}

div.VPP p.VPP_Prescription {
	font-size: 1.2em;
	font-style: italic;
	color: #f00;
	font-weight: bold;
	padding-left: 0;
}

div.VPP form.VPP_Add_To_Cart {
	padding: 0;
	margin: 8px 0 0 6px;
}

div.VPP_Category_Item {
	width: 250px;
	height: 275px;
	margin: 20px 0 0 48px;
	overflow: hidden;
	text-align: center;
	float: left;
	padding: 5px;
	border: 1px dotted #ccc;
}

p.VPP_Caption {
	border-top: 1px dotted #ccc;
	margin: 3px 0 0;
	padding: 3px 0 0;
}

p.VPP_Price_Tag {
	font-weight: bold;
	font-size: 14px;
}

p.VPP_Price_Tag em {
	font-size: 11px;
	font-weight: 400;
}

/* Makes an odd-numbered, last item appear centered. Adjust as needed. */
div.VPP_third_wheel {}

/*div.VPP_Category_Item img {border: 1px solid #ccc;}*/

form#VPP_View_Cart {
	display: inline;
	width: 140px;
	float: left;
	margin: 0;
	padding: 0;
	margin-left: 8px;
}

#content div.VPP_Redeem {padding: 5px 0;}
div.VPP_Redeem input {margin: 0 12px 0 0;}

/* Uncomment to see divs */
/*
div.VPP {background: #ccc;}
div.VPP .VPP_img {background: #cfc;}
div.VPP .VPP_Product {background: #ffc;}
div.VPP form {background: #def;}
*/

div.nicetitle {
	position: absolute;
	padding: 4px;
	top: 0px;
	left: 0px;
	width: 25em;
	background: #555;
	color: #eee;
	-moz-border-radius: 12px;
	-moz-opacity: 0.85;
}

div.nicetitle p {
	text-align: left;
	margin: 0;
	padding: 6px;
	font-size: 1.4em;
}

div.nicetitle p.destination { display: none; }
/* petly link button */
div#main_nav div#petly a {
	display: block;
	padding: 0;
	width: 153px;
	height: 45px;
	background: url(../img/petly_button.png) 0 0 no-repeat;
	position: relative;
	top: 15px;
	left: 20px;
}
#portal_links a#petly_incontent {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	width: 153px;
	height: 45px;
	background: url(../img/petly_button.png) 0 0 no-repeat;
}

