body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin:0px;
	background-color:#fff;
	color:#000;
}
p { margin:0px; }
a:link { text-decoration: underline; color:#630a06;}
a:visited { text-decoration: underline; color:#630a06; }
a:hover { text-decoration: none; color:#630a06; }
a:active { text-decoration: underline; color:#630a06; }
.t_8 { font-size: 8px; }
.t_8b { font-size: 8px; font-weight: bold; }
.t_9 { font-size: 9px; }
.t_9b { font-size: 9px; font-weight: bold; }
.t_10 { font-size: 10px; }
.t_10b { font-size: 10px; font-weight: bold; }
.t_11 { font-size: 11px; }
.t_11b { font-size: 11px; font-weight: bold; }
.t_12 { font-size: 13px; }
.t_12b { font-size: 13px; font-weight: bold; }
.t_13 { font-size: 13px; }
.t_13b { font-size: 13px; font-weight: bold; }
.t_14 { font-size: 14px; }
.t_14b { font-size: 14px; font-weight: bold; }
.t_16 { font-size: 16px; }
.t_16b { font-size: 16px; font-weight: bold; }
.t_18 { font-size: 18px; }
.t_18b { font-size: 18px; font-weight: bold; }
.t_22 { font-size: 22px; }
.t_22b { font-size: 22px; font-weight: bold; }
.t_24 { font-size: 24px; }
.t_24b { font-size: 24px; font-weight: bold; }
.link_und a:link { text-decoration: underline; }
.link_und a:visited { text-decoration: underline;  }
.link_und a:hover { text-decoration: none; }
.link_und a:active { text-decoration: underline; }

#clear_all { clear:both; }
#no_margins { margin:0px; }
.no_margins { margin:0px; }
#link_blk { color:#000; }
#link_wht { color:#fff; }
#link_gry { color:#684d00; }
#link_drd { color:#aa0000; }
#link_drk_brn { color:#3b2c17; }
#link_lt_brn { color:#ead7bd; }
#link_drk_grn { color:#009900; }
#image_space { padding:4px 5px 0 0; }
#image_border { border:1px solid #000; }
#padtop5 { padding-top:5px; }

/* THE SITE CONTENT */
#site_wrapper { margin:0px auto; width:1021px; background:url(../images/background.gif) repeat-y; }
#page_header { background:url(../images/back_puppyfeet.gif); height:37px; padding:11px 0 0 20px; font-size:22px; font-weight:bold; color:#fff }
#page_content { padding:10px;}

#page_content_left { float:left; width:215px; padding:15px 0 0 20px; }
#page_content_right { float:right; padding:15px 20px 0 0; width:650px; }
#content_title { border-bottom:1px solid #30271B; color:#3b2c17; font-size:14px; font-weight:bold; }

#page_content_left_v2 { float:left; width:215px; padding:15px 0 0 20px; }
#page_content_right_v2 { float:left; padding-top:15px; width:670px; }

#page_content_left_rev { float:left; width:650px; padding:15px 0 0 20px; }
#page_content_right_rev { float:right; width:215px; padding:15px 20px 0 0; }
#page_content_left_short { float:left; width:170px; padding:15px 0 0 20px; }
#page_content_right_long { float:right; width:710px; padding:15px 20px 0 0; }

#page_employer_left {float:left; padding:15px 0 0 20px;}
#image_left {float:left; width: 315px; padding:15px 0 0 0; margin:5px 0 0 10px;}
#image_right {float:right; width: 415px; padding:15px 0 0 0; margin:70px 10px 0 0;}

.vet_button_wrapper { background:url(../images/menu_button.jpg) no-repeat; width:244px; height:54px; }
.vet_button_selected_wrapper { background:url(../images/menu_button_selected.jpg) no-repeat; width:244px; height:54px; }
.vet_button_inside { padding:18px 15px 0 0; text-align:center; font-size:14px; font-weight:bold; }

ul { list-style-type: none; }
ul li { padding-left: 20px; padding-top:10px; background: url(../images/bullet_paw.gif) 0px 11px no-repeat; }
hr { border:0; width:98%; color: #f00; background-color: #f00; height: 1px; }

/* box content */
.roundbox-tr { width:800px; margin:auto; padding:0; background:url("../images/roundbox_tr.gif") no-repeat right top; }
.roundbox-tl { margin:0; padding:0; background: url("../images/roundbox_tl.gif") no-repeat left top; }
.roundbox-br { margin:0; padding:0; background: url("../images/roundbox_br.gif") no-repeat right bottom; }
.roundbox-bl { margin:0; padding:0; background: url("../images/roundbox_bl.gif") no-repeat left bottom; }
.roundbox-content { margin:0; padding:2em 3em; }
.roundbox-content p { margin:0; padding:0; line-height:1.4; }

h1 { color:#b81811; font-size: 22px; font-weight: bold; margin-bottom:5px; }

.box { width:800px; margin: 15px auto; }

/* info box rollover */
.infobox { position:relative; display:inline; }
.infobox a { color:#b81811; font-weight:bold; text-decoration:none; }
.infobox a:hover { color:#F00; }
.infobox p { padding:10px; }
.infobox img { margin-left:20px; }
.infobox .more { display:none; }
.infobox:hover .more {
	display:block;
	position:absolute;
    z-index:1;
    left:10px;
    top:-250px;
    width:300px;
    padding:5px 5px 5px;
    border:1px solid #900;
    background-color:#FFEFEF;
}