/* HTML ELEMENTS */

body {
	background: #dadfe9 url(../img/index/body.gif) 0 0 repeat-x;
	color: #000;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

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;
}

a {
	color: #3e5a7e;
}

a:hover, a:visited:hover {
	color: #000;
}

/* LAYOUT ELEMENTS */

div#wrapper {
	position:relative;
	width: 768px;
	margin: 40px auto;
	background: url(../img/index/wrapper.gif) 0 0 repeat-y;
	color: #333;
}


div#header {
	position: relative;
	text-align: left;
	height: 101px;
	background: url(../img/index/header.gif) 0 0 no-repeat;
	width: 768px;
}


div#header h1 {
	position: absolute;
	font-size: 12px;
	left: -999em;
}

div#header p {
	position: absolute;
	font-size: 10px;
	left: -999em;
}

div#header ul#utility_nav {
	position: absolute;
	margin: 0;
	padding: 0;
	height: 20px;
	top: 10px;
	right: 12px;
}

div#header ul#utility_nav li {
	margin: 0 12px 0 0;
	padding: 0 12px 0 0;
	list-style: none;
	float: left;
	background: url(../img/index/rr.gif) right center no-repeat; 
	color: #777;
}

div#header ul#utility_nav li a { color: #777; }
div#header ul#utility_nav li a:hover, div#header ul#utility_nav li a:visited:hover { color: #000; }

div#header ul#nav_index_ez {
	position: relative;
	margin: 0;
	padding: 0;
	height: 29px;
	top: 101px;
	left: 3px;
}

div#header ul#nav_index_ez li {
	display: block;
	padding: 0;
	margin: 0;
	float: left;
	width: 191px;
	height: 29px;
	list-style: none;
}

div#header ul#nav_index_ez a {
	padding: 0;
	margin: 0;
	display: block;
	width: 100%;
	height: 100%;
}

div#header ul#nav_index_ez a#nav_09 { background: url(../img/index/nav_09.gif) 0 -29px no-repeat; }
div#header ul#nav_index_ez a#nav_10 { background: url(../img/index/nav_10.gif) 0 -29px no-repeat; }
div#header ul#nav_index_ez a#nav_11 { background: url(../img/index/nav_11.gif) 0 -29px no-repeat; }
div#header ul#nav_index_ez a#nav_12 { background: url(../img/index/nav_12.gif) 0 -29px no-repeat; }

div#header ul#nav_index_ez a:hover, div#header ul#nav_index_ez a:visited:hover { background-position: 0 0 !important; }
div#header ul#nav_index_ez a em { position: absolute; left: -999em; }


div#content {
	background: url(../img/index/wrapper.gif) 0 0 repeat-y;
	text-align: left;
}

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#content_index {
	position:relative;
	width: 768px;
	height: 339px;
	margin: 29px 0 0 0;
	padding: 0;
	text-align: left;
	color: #fff;
	background: url(../img/index/center.jpg) 0 0 no-repeat;
}

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#get_started {
	position: absolute;
	width: 758px;
	height: 292px;
	left: 5px;
	top: 3px;
}

div#get_started a {
	display: block;
	width: 100%;
	height: 100%;
}

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;
	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: 48px;
	width: 260px;
	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#footer {
	width: 768px;
	position:relative;
	color: #444;
	text-align: center;
	margin: 0 auto;
}

div#footer a { color: #444; }
div#footer p { font-size:1em; padding: 0; }
p.error { color: #f00; font-weight: 700; }
div#address, div#hours { display: none; }


div#portfolio div.item {
	min-height: 180px;
	height: auto !important;
	height: 180px;
	margin: 12px;
	padding: 0 0 20px 0;
	border: 1px solid #ccc;
	background: #fff url(../img/fade_tall.gif) left bottom repeat-x;
}

div#portfolio div.item p {
	padding: 20px 12px 0 12px;
	margin: 0 0 0 230px;
}

div#portfolio div.item h3 {
	margin: 12px 0 0 233px;
	padding: 0;
}

div#portfolio div.item h3 a {
	text-decoration: none;
	display: block;
	height: 100%;
	background: #002374;
	color: #fff;
	padding: 4px;
	margin: 12px 12px 0 0;
}

div#portfolio div.item h3 a:hover,
div#portfolio div.item h3 a:visited:hover {
	color: #ca4c3c;
	background: #000;
}

div#portfolio div.item img {
	float: left;
	border: 1px solid #ccc;
	background: #fff;
	padding: 3px;
	margin: 12px 20px 12px 12px;
}


div#bottom {
	position: relative;
	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%;
}

table#billing { border-collapse: collapse; margin: 10px; font-size: 1em; }
table#billing td,table#billing th { border: 1px solid #ccc; padding: 2px 4px; }
table#billing th.minor { width: 70px; }
table#billing th span { color: #009; cursor: pointer; }
table#billing input { width: auto; }
table#billing tr.odd { background: #efe; }
table#billing tr.evn { background: #ffe; }
table#billing tr:hover { background: #eda; }
table#billing .title { text-align: left; }
table#billing td a { text-decoration: none; display: block; width: 100%; }
table#billing td a:hover,table#billing td a:visited:hover { background: #f60; color: #fff; }
table#billing th#col_active { width: 95px; }
table#billing th#col_billed { width: 85px; }




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 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#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;
}

/* 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; }
