html, body {
	color: #000;
	font-size: 12px; /* 1em = 10px */
	line-height: 1.5em;
	background: #371201 url(../images/bk.jpg) repeat-x left top;
	height: 100.1%;

margin: 0 0 1px;

} 


.gray_body { color: #333333; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 11px; }
.gray_sm { color: #333333; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 10px; }
.gray_copy { color: #333333; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 9px; }
.black1 { color: #000; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 11px; }
.black-contactform { color: #000; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 11px; }
.style1 {color: #FF0000}

A:link  { text-decoration: none; color: #333; font-weight: normal; }
A:visited { text-decoration: none; color: #af962a; font-weight: normal; }
A:hover { text-decoration: none; color: #af962a; font-weight: normal; }

.clearer {
font-size: 0px;
line-height: 0px;
display: block;
margin: 0px;
padding: 0px;
clear: both;
height: 0px;
width: auto;
}



/* Menus
--------------------------------------------------------------------*/


/* Rewritten: Begin */
ul#headerNav {
	font: 13px "Times New Roman", Times, serif;
	height: 15x;
	right: 1px;
	position: absolute;
	bottom: 10px;
	width: 650px;
}
	ul#headerNav {
		margin: 0;
		padding: 0;
	}
		ul#headerNav li {
			border-right: 1px solid #ed8f01;
			display: inline;
			float: left;
			list-style-type: none;
			padding: 0 8px;
		}
			ul#headerNav li.last {
				border-right: 0;
			}
			ul#headerNav li a:link,
			ul#headerNav li a:visited {
				height: 1em;
				color: #fff;
				text-decoration: none;
				font-family:"Times New Roman", Times, serif;
				
			}
			ul#headerNav li a:hover {
				color: #d9c892;
			}
				ul#headerNav li a.selected {
					color: #d9c892;
				}
/* Rewritten: End */



/* Breadcrumb
--------------------------------------------------------------------*/
#Breadcrumb ul {
	list-style-type: none;
	list-style-position: outside;
    color: #607db8;
    height: 2.3em;
    line-height: 2.4em;
    _line-height: 2.3em;
    padding: 0 12px;
    margin: 0;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #dddfe1;
}
#Breadcrumb ul li {
	font-size: 9px;
	float: left;
	display: inline;
	margin-right: 3px;
	text-decoration: none;
}
#Breadcrumb ul li.arrow {
	color: #aaafb4;
}
#Breadcrumb ul li a {
	color: #aaafb4;
	text-decoration: none;
}
#Breadcrumb ul li a:hover {
	color: #607db8;
	text-decoration: none;
}


/* Left Hand Nav
--------------------------------------------------------------------*/
#LeftCol ul {
	list-style-type: none;
	list-style-position: outside;
	padding: 0;
	margin: 0 0 2.0em 10px;
}
#LeftCol ul li {
	font-size: 10px;
	margin: 0 0 .5em 0;
	padding: 0 0 0 6px;
	font-weight: normal;
	background:  url(../Images/bgNavArrow.gif) no-repeat 0 4px;
}
#LeftCol ul li a {
    color: #777;
}
#LeftCol ul li a:hover {
    color: #3878a6;
    text-decoration: none;
}
#LeftCol ul li.selected {
    color: #3878a6;
    background:  url(../Images/bgNavArrow.gif) no-repeat 0 4px;
}
#LeftCol ul li.selected a.selected {
    color: #3878a6;
}
#LeftCol ul li ul {
	margin: 6px 0 0 6px;
}
#LeftCol ul li ul li {
	margin: 0 0 .3em 0;
	font-size: .85em;
}
#LeftCol ul li ul li ul {
	margin: 4px 0 0 6px;
}
#LeftCol ul li ul li ul li {
    font-size: 1em;
}
#LeftCol ul li.section {
	margin-top: 10px;
	padding-top: 23px;
}





/* Rewritten: Begin */
#YellowLeftCol ul {
	padding: 0;
	margin: 0;
}
	#YellowLeftCol ul li {
		color: #ffcb0d;
		font-size: 12px;
		list-style-type: square;
		margin: 0 0 0 30px;
		padding: 0;
	}
		#YellowLeftCol ul li a:link,
		#YellowLeftCol ul li a:visited {
			color: #000;
		}
		#YellowLeftCol ul li a:hover {
			color: #fec101;
			text-decoration: none;
		}

	#YellowLeftCol ul li ul {
		margin: 0;
		padding: 0;
	}
		#YellowLeftCol ul li ul li {
			list-style-type: disc;
		}
			#YellowLeftCol ul li ul li a {
				font: 11px/18px Arial, Helvetica, sans-serif;
			}

.dots {
	color: #ffd008;
	font: 25px Arial, Helvetica, sans-serif;
}
/* Rewritten: End */








/* Rewritten: Begin */
#BrownLeftCol ul {
	padding: 0;
	margin: 0;
}
	#BrownLeftCol ul li {
		color: #ffcb0d;
		font-size: 12px;
		list-style-type: square;
		margin: 0 0 0 30px;
		padding: 0;
	}
		#BrownLeftCol ul li a:link,
		#YellowLeftCol ul li a:visited {
			color: #000;
		}
		#BrownLeftCol ul li a:hover {
			color: #fec101;
			text-decoration: none;
		}

	#BrownLeftCol ul li ul {
		margin: 0;
		padding: 0;
	}
		#BrownLeftCol ul li ul li {
			list-style-type: disc;
		}
			#BrownLeftCol ul li ul li a {
				font: 11px/18px Arial, Helvetica, sans-serif;
			}

.dots {
	color: #ffd008;
	font: 25px Arial, Helvetica, sans-serif;
}
/* Rewritten: End */














#time { 
float:right;
width:250px;
color: #607db8;

padding: 0 5px;
margin: 0;
text align: top right;
font-size: 9px;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color:#fff }


/* Yellow Left Hand Nav - HOME
--------------------------------------------------------------------*/
#YellowLeftCol-Home ul {
	list-style-type: none;
	list-style-position: outside;
	padding: 0;
	margin: 0 0 5px 15px;
	
}
#YellowLeftCol-Home ul li {
	font-size:11px;
	margin: 0 0 0 0;
	padding: 0 0 0 15px;
	font-weight: normal;
	background:  url(../Images/bgNavBlock.gif) no-repeat 0 8px;
	
}
#YellowLeftCol-Home ul li a {
    color: #000;
	
}
#YellowLeftCol-Home ul li a:hover {
    color: #fec101;
    text-decoration: none;
}
#YellowLeftCol-Home ul li.selected {
    color: #fec101;
	
}

#YellowLeftCol-Home ul li.selected a.selected {
    color: #fec101;
}
#YellowLeftCol-Home ul li ul {
	margin: 6px 0 0 6px;
	line-height:1em;
}
#YellowLeftCol-Home ul li ul li {
	margin: 0 0 0 0;
	font-size: .85em;
	
	padding: 0 0 0 15px;
	background:  url(../Images/bgNavCircle.gif) no-repeat 0 .1em;
}
#YellowLeftCol-Home ul li ul li ul {
	margin: 4px 0 0 6px;
}
#YellowLeftCol-Home ul li ul li ul li {
    font-size: 1em;
}
#YellowLeftCol-Home ul li.section {
	margin-top: 10px;
	padding-top: 23px;
}



/* Header
--------------------------------------------------------------------*/


div#Header0 {
	position: relative;
	height: 20px;
	background: #000 url() no-repeat top right;
	vertical-align:top;
}

div#Header {
	position: relative;
	height: 157px;
	background: #541b00 url(../images/bk-header.jpg) no-repeat top left !important;
	z-index: 10;
	font-family:Verdana, Arial, Helvetica, sans-serif
}

#Header-Text {
	position: absolute;
	top: 35px;
	right: 20px;
	font-family:"Times New Roman", Times, serif;
	font-weight:400;
	text-align:center;
	color:#FFFFFF;
	width:500px;
	font-size:18px;
	line-height:24px;
	/*letter-spacing:1px;*/
}


#Header-Text top {
	color:#d9c892;
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	
}

#Header-Text bottom {
	color:#d9c892;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	
}


#Header-Text bottom2 {
	color:#d9c892;
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	
}



#Header-Text2 {
	position: absolute;
	top: 131px;
	right: 150px;
	text-align:right;
	line-height:30px;
}


#Header-Text-bk {
	position: absolute;
	top: 0px;
	left: 0px;
	
}




div#Logo { 
	padding-left: 10px; 
	padding-top: 15px;
	}
	
div#Logo a {
    display: block;
    width: 314px;
    height: 137px;
}




/* Home Page & Headers
--------------------------------------------------------------------*/

#Home-World {
	position: absolute;
	top: 170px;
	left: 20px;

}

#Home-Text {
	position: absolute;
	top: 212px;
	right: 465px;
	text-align:left;
	line-height:16px;
	width: 385px;
	color:#541b00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height: 243px;
}


#Home-Text A:link  { text-decoration: none; color: #ebba00; font-weight: normal; font-family: Verdana, Arial, Helvetica, sans-serif;}
#Home-Text A:visited { text-decoration: none; color: #ebba00; font-weight: normal; font-family: Verdana, Arial, Helvetica, sans-serif;}
#Home-Text A:hover { text-decoration: none; color: #aea075; font-weight: normal; font-family: Verdana, Arial, Helvetica, sans-serif;}



#Home-Text2 {
	position: absolute;
	top: 212px;
	right: 460px;
	text-align:justify;
	line-height:16px;
	width: 415px;
	color:#541b00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	height: 243px;
}


#Home-Text2 A:link  { text-decoration: none; color: #541b00; font-weight: bold; font-family: Arial, Helvetica, sans-serif;}
#Home-Text2 A:visited { text-decoration: none; color: #541b00; font-weight: bold; font-family: Arial, Helvetica, sans-serif;}
#Home-Text2 A:hover { text-decoration: none; color: #aea075; font-weight: bold; font-family: Arial, Helvetica, sans-serif;}


#Home-Text2 p{
padding-right:50px;
margin-bottom:5px;
margin-top:-5px;

}



#Home-Text3 {
	position: absolute;
	top: 429px;
	right: 460px;
	text-align:center;
	line-height:16px;
	width: 415px;
	color:#541b00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}


#Home-Text3 A:link  { text-decoration: none; color: #541b00; font-weight: bold; font-family: Arial, Helvetica, sans-serif;}
#Home-Text3 A:visited { text-decoration: none; color: #541b00; font-weight: bold; font-family: Arial, Helvetica, sans-serif;}
#Home-Text3 A:hover { text-decoration: none; color: #aea075; font-weight: bold; font-family: Arial, Helvetica, sans-serif;}












.home-header {
    color:#ebba00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight:bolder;
	line-height:40px;	
    
}

#Home-Buttons {
	position: absolute;
	top: 27px;
	left: 22px;
	text-align:justify;
	line-height:18px;
}

#Home-Button1 {
	position: absolute;
	top: 367px;
	right: 819px;
	text-align:justify;
	line-height:18px;
}

#Home-Button2 {
	position: absolute;
	top: 453px;
	right: 818px;
	text-align:justify;
	line-height:18px;
}

#Home-Button3 {
	position: absolute;
	top: 50px;
	right: 165px;
	text-align:justify;
	line-height:18px;
}

#Home-Button-PetCare {
	position: absolute;
	top: 477px;
	right: 11px;
	text-align:justify;
	line-height:18px;
}



#Home-Button-Coupon {
	position: absolute;
	top: 479px;
	right: 211px;
	text-align:justify;
	line-height:18px;
}


#Home-Banner {
	position: absolute;
	top: 27px;
	right: 13px;
	text-align:justify;
	line-height:18px;
}

#Home-Ads {
	position: absolute;
	top: 294px;
	right: 12px;
	text-align:justify;
	line-height:18px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
}

#Home-Dog {
	position: absolute;
	top: 0px;
	right: 591px;
	text-align:justify;
	line-height:18px;
}


#Home-Dog2 {
	position: absolute;
	top: 0px;
	right: 621px;
	text-align:justify;
	line-height:18px;
}




#Home-Seal {
	position: absolute;
	top: -75px;
	left: 12px;
	text-align:justify;
	line-height:18px;
}




#Home-Services-List {
	position: absolute;
	top: 58px;
	left: 11px;
	width: 170px;
	height: 300px;
}



#Home-FaceBook {
	position: absolute;
	top: 294px;
	right: 12px;
	text-align:justify;
	line-height:18px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
}


#Home-FuzzBook {
	position: absolute;
	top: 349px;
	right: 12px;
	text-align:justify;
	line-height:18px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
}

#Home-YouTube {
	position: absolute;
	top: 372px;
	right: 12px;
	text-align:justify;
	line-height:18px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
}

#Home-PetTalk {
	position: absolute;
	top: 412px;
	right: 12px;
	text-align:justify;
	line-height:18px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
}





#Home-Button-Calendar2010 {
	position: absolute;
	top: 500px;
	right: 11px;
	text-align:justify;
	line-height:18px;
}



#Home-Button-Newsletter2010 {
	position: absolute;
	top: 500px;
	right: 211px;
	text-align:justify;
	line-height:18px;
}


#Home-Button-Coupon2010 {
	position: absolute;
	top: 500px;
	right: 411px;
	text-align:justify;
	line-height:18px;
}


#Home-Button-TroubleShoot2010 {
	position: absolute;
	top: 475px;
	right: 611px;
	text-align:justify;
	line-height:18px;
}




#Home-Button-VNN {
	position: absolute;
	top: 367px;
	left: 11px;
	text-align:justify;
	line-height:18px;
}

#Home-Button-VIOT {
	position: absolute;
	top: 440px;
	left: 11px;
	text-align:justify;
	line-height:18px;
}


#Home-Button-Forms {
	position: absolute;
	top: 497px;
	left: 11px;
	text-align:justify;
	line-height:18px;
}




/* Employee Blocks
--------------------------------------------------------------------*/




#Employ-Header {
	position: absolute;
	top: 29px;
	right: 515px;
	text-align:justify;
	line-height:18px;
}


#Employ-Buttons {
	position: absolute;
	top: 298px;
	right: 22px;
	text-align:justify;
	line-height:18px;
}



#Employ-Text {
	position: absolute;
	top: 173px;
	right: 515px;
	text-align:justify;
	line-height:15px;
	width: 456px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}


#Employ-line {
	position: absolute;
	top: 109px;
	right: 490px;
	text-align:justify;
	line-height:18px;
}


#Employ-back1 {
	position: absolute;
	top: 78px;
	right: 2px;
	text-align:justify;
	line-height:18px;
}


#Employ-Text2 {
	position: absolute;
	top: 43px;
	right: 152px;
	text-align:left;
	line-height:18px;
	width: 325px;
	font-family:Arial, Helvetica, sans-serif;
}



#Positions-Block {
	position: absolute;
	top: 132px;
	left: 442px;
	text-align:justify;
	line-height:18px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 450px;
}




#Positions-Block A:link  { text-decoration: none; color: #d98e00; font-weight: normal; font-family: Verdana, Arial, Helvetica, sans-serif;}
#Positions-Block A:visited { text-decoration: none; color: #d98e00; font-weight: normal; font-family: Verdana, Arial, Helvetica, sans-serif;}
#Positions-Block A:hover { text-decoration: none; color: #ffc71a; font-weight: normal; font-family: Verdana, Arial, Helvetica, sans-serif;}





#Employ-line2 {
	position: absolute;
	top: 132px;
	right: 598px;
	text-align:justify;
	line-height:18px;
}





/* About Us Page & Headers
--------------------------------------------------------------------*/



#AboutUs-TXT1 {
	position: absolute;
	top: 51px;
	left: 36px;
	text-align:justify;
	line-height:14px;
	width: 179px;
	color:#551800;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
}


#AboutUs-TXT2 {
	position: absolute;
	top: 36px;
	right:30px;
	text-align:justify;
	line-height:16px;
	width: 500px;
	color:#551800;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#AboutUs-Block {
	
	top: 275px;
	right:30px;
	text-align:justify;
	line-height:18px;
	width: 500px;
	height:150px;
	background:#551800 url(../images/about-block-bk.jpg) bottom left repeat-x;
	position:absolute;
}


#AboutUs-Block2 {
	top: 300px;
	right:30px;
	text-align:justify;
	line-height:18px;
	width: 500px;
	height:150px;
	background:#551800 url(../images/about-block-bk.jpg) bottom left repeat-x;
	position:absolute;
}



#AboutUs-Block-Pic {
float:right;
margin-top:15px;
margin-right:10px;

}

#AboutUs-Block-txt {
float:left;
margin-top:10px;
margin-right:10px;
margin-left:10px;
color:#d9c892;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
width:225px;

}



#AboutUs-Block-txt top {
color:#FFFFFF;
font-size:16px;
font-weight:bold;
font-family:"Times New Roman", Times, serif;
}

#AboutUs-Block-txt bottom {
color:#FFFFFF;
font-size:12px;

}

#AboutUs-Block-txt A:link  { text-decoration: none; color: #fff; font-weight: normal; font-family: "Times New Roman", Times, serif;}
#AboutUs-Block-txt A:visited { text-decoration: none; color: #fff; font-weight: normal; font-family: "Times New Roman", Times, serif;}
#AboutUs-Block-txt A:hover { text-decoration: none; color: #d9c892; font-weight: normal; font-family: "Times New Roman", Times, serif;}








/* About Us Page  - Facility
--------------------------------------------------------------------*/



#Facility-TXT1 {
	position: absolute;
	top: 21px;
	left: 36px;
	text-align:justify;
	line-height:16px;
	width: 437px;
	color:#551800;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
}


#Facility-TXT2 {
	position: absolute;
	top: 122px;
	right:526px;
	text-align:justify;
	line-height:18px;
	width: 214px;
	color:#551800;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
}

#Facility-Block {
	top: 124px;
	right:765px;
	text-align:justify;
	line-height:18px;
	width: 198px;
	height:192px;
	position:absolute;
}





#Facility-Block2 {
	top: 326px;
	right:765px;
	text-align:justify;
	line-height:18px;
	width: 198px;
	height:132px;
	position:absolute;
}




#Facility-Block3 {
	top: 325px;
	right:528px;
	text-align:justify;
	line-height:18px;
	width: 220px;
	height:134px;
	position:absolute;
}






/* Guarantee
--------------------------------------------------------------------*/



#Guarantee-TXT1 {
	position: absolute;
	top: 21px;
	left: 36px;
	text-align:justify;
	line-height:16px;
	width: 437px;
	color:#551800;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
}


#Guarantee-TXT2 {
	position: absolute;
	top: 20px;
	right:230px;
	text-align:justify;
	line-height:18px;
	width: 429px;
	color:#551800;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}


#Guarantee-TXT2-long {
	position: absolute;
	top: 250px;
	right:230px;
	text-align:justify;
	line-height:18px;
	width: 675px;
	color:#551800;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	
}


#Guarantee-TXT2-long ul{
margin-left: -20px;	
	
}

#Guarantee-TXT2-long li{
padding-bottom:10px;	
	
}



#Guarantee-Block {
	top: 77px;
	right:30px;
	text-align:justify;
	line-height:18px;
	width: 141px;
	position:absolute;
}



#Guarantee-Block2 {
	top: 28px;
	right:192px;
	text-align:justify;
	line-height:18px;
	width: 3px;
	height:411px;
	position:absolute;
	background-color:#551800;
}



#Guarantee-Block3 {
	top:24px;
	left:68px;
	text-align:justify;
	line-height:18px;
	width: 141px;
	position:absolute;
}



/* Resources
--------------------------------------------------------------------*/



#Resources-TXT1 {
	position: absolute;
	top: 21px;
	left: 36px;
	text-align:justify;
	line-height:16px;
	width: 437px;
	color:#551800;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
}


#Resources-TXT2 {
	position: absolute;
	top: 9px;
	right:230px;
	text-align:justify;
	line-height:18px;
	width: 429px;
	color:#551800;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#Resources-TXT2-iframe {
	position: absolute;
	top: 9px;
	right:230px;
	text-align:justify;
	line-height:18px;
	width: 450px;
	height:450px;
	color:#551800;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}



#Resources-TXT2 top {
font-size:36px;
padding-bottom:10px;
line-height:40px;
font-weight:bold;
font-family:"Times New Roman", Times, serif;


}



#Resources-TXT2-iframe top {
font-size:36px;
padding-bottom:10px;
line-height:40px;
font-weight:bold;
font-family:"Times New Roman", Times, serif;
}



#Resources-TXT2 top2 {
font-size:22px;
padding-bottom:10px;
line-height:40px;
font-weight:bold;


}


#Resources-TXT2-iframe top2 {
font-size:22px;
padding-bottom:10px;
line-height:40px;
font-weight:bold;


}



#Resources-TXT2 footnote {
font-size:11px;
line-height:12px;

}


#Resources-Block {
	top: 77px;
	right:30px;
	text-align:justify;
	line-height:18px;
	width: 141px;
	position:absolute;
}

#Resources-Block-NEW {
	top: 29px;
	right:30px;
	text-align:justify;
	line-height:18px;
	width: 141px;
	position:absolute;
}




#Resources-Block2 {
	top: 28px;
	right:192px;
	text-align:justify;
	line-height:18px;
	width: 3px;
	height:411px;
	position:absolute;
	background-color:#551800;
}



#Resources-Block2-header {
	position:absolute;
	top: 28px;
	right:28px;
	width:167px;
}







#Resources-Block-links {
	top: 96px;
	right:27px;
	text-align:justify;
	line-height:18px;
	width: 141px;
	position:absolute;
}



#Resources-Block2-links {
	top: 77px;
	right:189px;
	text-align:justify;
	line-height:18px;
	width: 3px;
	height:411px;
	position:absolute;
	background-color:#551800;
}



#Resources-Block2-header-links {
	position:absolute;
	top: 70px;
	right:25px;
	width:167px;
}








#Resources-Block3 {
	top: 308px;
	right:224px;
	width: 436px;
	position:absolute;
}




#Resources-TXT2 webtext {
font-size:13px;
line-height:12px;

}





/* Vets
--------------------------------------------------------------------*/



#Vets-TXT1 {
	position: absolute;
	top: 21px;
	left: 36px;
	text-align:justify;
	line-height:16px;
	width: 437px;
	color:#551800;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
}


#Vets-TXT2 {
	position: absolute;
	top: 19px;
	right:102px;
	text-align:justify;
	line-height:13px;
	width: 493px;
	color:#551800;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}



#Vets-TXT2 top {
font-size:36px;
padding-bottom:10px;
line-height:40px;
font-weight:bold;


}



#Vets-TXT2 footnote {
font-size:12px;
line-height:12px;

}


#Vets-Block {
	top: 77px;
	right:30px;
	text-align:justify;
	line-height:18px;
	width: 141px;
	position:absolute;
}



#Vets-Block2 {
	top: 28px;
	right:192px;
	text-align:justify;
	line-height:18px;
	width: 3px;
	height:411px;
	position:absolute;
	background-color:#551800;
}



#Vets-Block2-header {
	position:absolute;
	top: 28px;
	right:28px;
	width:167px;
}



#Vets-Block3 {
	top: 308px;
	left:405px;
	width: 183px;
	position:absolute;
}




/* Testimonials
--------------------------------------------------------------------*/



#Test-Home-Seal {
	position: absolute;
	top: 30px;
	left: 180px;
	text-align:justify;
	line-height:18px;
}



#Tributes-Home-Seal {
	position: absolute;
	top: 125px;
	left: 180px;
	text-align:justify;
	line-height:18px;
}







/*----BODY PANEL----*/
#Test-bodyPan{
	width:650px;
	position:relative;
	margin-left:325px;
	margin-right:25px;
	border-bottom:#999999 solid 1px;
	margin-bottom:25px;
	
	
 
}
#Test-bodyPan h2{
width:400px; 
height:54px; 
color:#541b00; 
font:26px/54px "Times New Roman", Times, serif;
}

#Test-bodyPan p{padding:10px 0 0;}
#Test-bodyPan p span{font-weight:bold;}
#Test-bodyPan p.date{width:174px; height:22px; background:#FEFEF6; color:#000; font-size:18px; line-height:22px; padding:0px;}
#Test-bodyPan p.more{width:102px; height:16px; margin:0 0 0 582px; padding:0 0 14px 0;}
#Test-bodyPan p.more a{width:102px; height:16px; display:block; background:#F2F0DC; color:#5D5B46; font:13px/16px "Trebuchet MS",Arial, Helvetica, sans-serif; font-weight:bold; text-decoration:none;}
#Test-bodyPan p.more a:hover{background:#F2F0DC; color:#666; text-decoration:none;}
#Test-bodyPan p.border{background:url(images/dot-line.gif) 0 0 repeat-x; height:1px; padding:0 0 14px 0;}



#Test-bodyleftPan{
width:450px; 
float:left; 
color:#541b00; 
padding-top:20px;
padding-bottom:20px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
text-align:justify;

}

#Test-bodyleftPan h2{
width:450px; 
height:40px; 
font:26px/40px "Times New Roman", Times, serif;
padding:0 0 0 0; 
margin:0 0 0 0;
color:#371201;
}
#Test-bodyleftPan h2 span{
font-size:20px;  
color:#5D5B46;
}



#Test-bodyrightPan{
width:180px; 
float:left; 
color:#000000;
margin-left:20px;

padding-top:85px;
padding-bottom:20px;

}

#Test-bodyrightPan h2{
width:100px; 
height:40px; 
font:26px/26px "Trebuchet MS",Arial, Helvetica, sans-serif; 
padding:0 0 0 0; 
margin:0 0 0 0;}









#Test-bodyPan-Top{
	width:650px;
	position:relative;
	margin-left:325px;
	margin-right:25px;
	border-bottom:#999999 solid 1px;
	margin-bottom:25px;
	
	
 
}
#Test-bodyPan-Top h2{
width:400px; 
height:54px; 
color:#2e1402; 
font:26px/54px "Times New Roman", Times, serif;
}

#Test-bodyPan-Top p{padding:10px 0 0; font-family:Arial, Helvetica, sans-serif;color:#541b00;}
#Test-bodyleftPan-Top p{padding:10px 0 0; font-family:Arial, Helvetica, sans-serif; padding-left:25px; font-size:14px;color:#541b00;}
#Test-bodyPan-Top p span{font-weight:bold;}
#Test-bodyPan-Top p.date{width:174px; height:22px; background:#FEFEF6; color:#000; font-size:18px; line-height:22px; padding:0px;}
#Test-bodyPan-Top p.more{width:102px; height:16px; margin:0 0 0 582px; padding:0 0 14px 0;}
#Test-bodyPan-Top p.more a{width:102px; height:16px; display:block; background:#F2F0DC; color:#5D5B46; font:13px/16px "Trebuchet MS",Arial, Helvetica, sans-serif; font-weight:bold; text-decoration:none;}
#Test-bodyPan-Top p.more a:hover{background:#F2F0DC; color:#666; text-decoration:none;}
#Test-bodyPan-Top p.border{background:url(images/dot-line.gif) 0 0 repeat-x; height:1px; padding:0 0 14px 0;}



#Test-bodyleftPan-Top{
width:600px; 
float:left; 
color:#000; 
padding-top:20px;
padding-bottom:20px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:justify;

}



#Test-bodyleftPan-Top-bottom{
width:600px; 
float:left; 
color:#541b00; 
padding-top:20px;
padding-bottom:20px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
text-align:justify;

}




#Test-bodyleftPan-Top h2{
width:600px; 
height:40px; 
font:36px/40px "Times New Roman", Times, serif;
padding:0 0 0 0; 
margin:0 0 0 0;
color:#371201;
}
#Test-bodyleftPan-Top h2 span{
font-size:20px;  
color:#2e1402;
}


#Test-bodyleftPan-Top h3{
width:600px; 
height:30px; 
font:20px/30px "Trebuchet MS", Arial, Helvetica, sans-serif; 
padding:0 0 0 0; 
margin:0 0 0 0;
color:#371201;
text-align:left; 
}
#Test-bodyleftPan-Top h3 span{
font-size:16px;  
color:#371201;
}



#Test-bodyleftPan-Top h4{
width:600px; 
height:60px; 
font:20px/30px "Trebuchet MS", Arial, Helvetica, sans-serif; 
padding:0 0 0 0; 
margin:0 0 0 0;
color:#371201;
text-align:left; 
}
#Test-bodyleftPan-Top h4 span{
font-size:16px;  
color:#2e1402;
}






#Test-bodyleftPan-Top A:link  { text-decoration: none; color: #541b00; font-weight: normal; font-family:Arial, Helvetica, sans-serif;}
#Test-bodyleftPan-Top A:visited { text-decoration: none; color: #541b00; font-weight: normal; font-family: Arial, Helvetica, sans-serif;}
#Test-bodyleftPan-Top A:hover { text-decoration: none; color: #333; font-weight: normal; font-family: Arial, Helvetica, sans-serif; }
	



#Test-Block2 {
	top: 349px;
	right:725px;
	text-align:justify;
	line-height:18px;
	width: 2px;
	height:1700px;
	position:absolute;
	background-color:#551800;
}


#Test-Block2-tribute {
	top: 349px;
	right:725px;
	text-align:justify;
	line-height:18px;
	width: 2px;
	height:700px;
	position:absolute;
	background-color:#551800;
}




#Test-Block2-header {
	position:absolute;
	top: 28px;
	left:19px;
	width:167px;
}








/* Products
--------------------------------------------------------------------*/



#Products-Home-Seal {
	position: absolute;
	top: 30px;
	left: 180px;
	text-align:justify;
	line-height:18px;
}




/*----BODY PANEL----*/
#Products-bodyPan{
	width:650px;
	position:relative;
	margin-left:325px;
	margin-right:25px;
	border-bottom:#999999 solid 1px;
	margin-bottom:25px;
	
	
 
}
#Products-bodyPan h2{
width:400px; 
height:54px; 
color:#541b00; 
font:26px/54px "Times New Roman", Times, serif;
}

#Products-bodyPan p{padding:10px 0 0;}
#Products-bodyPan p span{font-weight:bold;}
#Products-bodyPan p.date{width:174px; height:22px; background:#FEFEF6; color:#000; font-size:18px; line-height:22px; padding:0px;}
#Products-bodyPan p.more{width:102px; height:16px; margin:0 0 0 582px; padding:0 0 14px 0;}
#Products-bodyPan p.more a{width:102px; height:16px; display:block; background:#F2F0DC; color:#5D5B46; font:13px/16px "Trebuchet MS",Arial, Helvetica, sans-serif; font-weight:bold; text-decoration:none;}
#Products-bodyPan p.more a:hover{background:#F2F0DC; color:#666; text-decoration:none;}
#Products-bodyPan p.border{background:url(images/dot-line.gif) 0 0 repeat-x; height:1px; padding:0 0 14px 0;}



#Products-bodyleftPan{
width:200px; 
float:left; 
padding-top:30px;
padding-bottom:20px;



}

#Products-bodyleftPan h2{
width:450px; 
height:40px; 
font:26px/40px "Trebuchet MS", Arial, Helvetica, sans-serif; 
padding:0 0 0 0; 
margin:0 0 0 0;
color:#371201;
}
#Products-bodyleftPan h2 span{
font-size:20px;  
color:#5D5B46;
}



#Products-bodyrightPan{
width:430px; 

float:left; 
color:#541b00;
margin-left:20px;



padding-top:20px;
padding-bottom:20px;

font-family:Arial, Helvetica, sans-serif;
font-size:14px;
text-align:justify;


}

#Products-bodyrightPan h2{
width:430px; 
height:40px; 
font:26px/40px "Times New Roman", Times, serif;
padding:0 0 0 0; 
margin:0 0 0 0;
color:#371201;
}




#Products-bodyrightPan h3{
width:600px; 
height:30px; 
font:20px/30px "Times New Roman", Times, serif;
padding:0 0 0 0; 
margin:0 0 0 0;
color:#371201;
text-align:left; 
}




#Products-bodyPan-Top{
	width:650px;
	position:relative;
	margin-left:325px;
	margin-right:25px;
	border-bottom:#999999 solid 1px;
	margin-bottom:25px;
	
	
 
}
#Products-bodyPan-Top h2{
width:400px; 
height:54px; 
color:#2e1402; 
font:26px/54px "Times New Roman", Times, serif;
}

#Products-bodyPan-Top p{padding:10px 0 0; font-family:Arial, Helvetica, sans-serif;color:#541b00;}
#Products-bodyleftPan-Top p{padding:10px 0 0; font-family:Arial, Helvetica, sans-serif; padding-left:25px; font-size:14px;color:#541b00;}
#Products-bodyPan-Top p span{font-weight:bold;}
#Products-bodyPan-Top p.date{width:174px; height:22px; background:#FEFEF6; color:#000; font-size:18px; line-height:22px; padding:0px;}
#Products-bodyPan-Top p.more{width:102px; height:16px; margin:0 0 0 582px; padding:0 0 14px 0;}
#Products-bodyPan-Top p.more a{width:102px; height:16px; display:block; background:#F2F0DC; color:#5D5B46; font:13px/16px "Trebuchet MS",Arial, Helvetica, sans-serif; font-weight:bold; text-decoration:none;}
#Products-bodyPan-Top p.more a:hover{background:#F2F0DC; color:#666; text-decoration:none;}
#Products-bodyPan-Top p.border{background:url(images/dot-line.gif) 0 0 repeat-x; height:1px; padding:0 0 14px 0;}



#Products-bodyleftPan-Top{
width:600px; 
float:left; 
color:#000; 
padding-top:20px;
padding-bottom:20px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:justify;

}





#Products-bodyleftPan-Top h2{
width:600px; 
height:40px; 
font:36px/40px "Times New Roman", Times, serif;
padding:0 0 0 0; 
margin:0 0 0 0;
color:#371201;
}
#Products-bodyleftPan-Top h2 span{
font-size:20px;  
color:#2e1402;
}


#Products-bodyleftPan-Top h3{
width:600px; 
height:30px; 
font:20px/30px "Times New Roman", Times, serif;
padding:0 0 0 0; 
margin:0 0 0 0;
color:#371201;
text-align:left; 
}
#Products-bodyleftPan-Top h3 span{
font-size:16px;  
color:#371201;
}



#Products-bodyleftPan-Top h4{
width:600px; 
height:60px; 
font:20px/30px "Times New Roman", Times, serif;
padding:0 0 0 0; 
margin:0 0 0 0;
color:#371201;
text-align:left; 
}
#Products-bodyleftPan-Top h4 span{
font-size:16px;  
color:#2e1402;
}






#Products-bodyleftPan-Top A:link  { text-decoration: none; color: #541b00; font-weight: normal; font-family:Arial, Helvetica, sans-serif;}
#Products-bodyleftPan-Top A:visited { text-decoration: none; color: #541b00; font-weight: normal; font-family: Arial, Helvetica, sans-serif;}
#Products-bodyleftPan-Top A:hover { text-decoration: none; color: #333; font-weight: normal; font-family: Arial, Helvetica, sans-serif; }
	





#Products-Block2 {
	top: 349px;
	right:725px;
	text-align:justify;
	line-height:18px;
	width: 2px;
	height:1800px;
	position:absolute;
	background-color:#551800;
}



#Products-Block2B-header {
	position:absolute;
	top: 715px;
	left:25px;
	width:250px;
	height:20px;
	background-color:#551800;
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	font-weight:bolder;
	text-align:center;
}




#Products-2nd-Block {
	bottom:20px;
	right:40px;
	position:absolute;
}










/* Services
--------------------------------------------------------------------*/



#Serv-TXT1 {
	position: absolute;
	top: 21px;
	left: 36px;
	text-align:justify;
	line-height:16px;
	width: 437px;
	color:#551800;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
}


#Serv-TXT2 {
	position: absolute;
	top: 15px;
	right:22px;
	text-align:justify;
	line-height:16px;
	width: 550px;
	color:#551800;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#Serv-TXT2 p{
margin-left:15px;
margin-right:20px;
margin-top:0px;
margin-bottom:10px;
}





#Serv-TXT2-Bottom-Block1 {
	width: 530px;
	height:20px;
	position:relative;
	background-color:#e8dbb0;
	color:#541b00;
	font:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:20px;
	padding-top:5px;
	padding-left:10px;
	margin-bottom:5px;
	margin-top:2px;
}

.Serv-TXT2-Bottom-Block1 {
	width: 530px;
	height:20px;
	position:relative;
	background-color:#e8dbb0;
	color:#541b00;
	font:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:20px;
	padding-top:5px;
	padding-left:10px;
	margin-bottom:5px;
	margin-top:2px;
}




#Serv-TXT2 top {
font-size:36px;
padding-bottom:10px;
line-height:40px;
font-weight:bold;


}



#Serv-TXT2 footnote {
font-size:12px;
line-height:12px;

}


#Serv-Block {
	top: 77px;
	right:30px;
	text-align:justify;
	line-height:18px;
	width: 141px;
	position:absolute;
}



#Serv-Block2 {
	top: 28px;
	right:192px;
	text-align:justify;
	line-height:18px;
	width: 3px;
	height:411px;
	position:absolute;
	background-color:#551800;
}



#Serv-Block2-header {
	position:absolute;
	top: 28px;
	right:28px;
	width:167px;
}



#Serv-Block3 {
	top: 308px;
	left:405px;
	width: 183px;
	position:absolute;
}



#Serv-Bottom-Block1 {
	top: 0px;
	margin: 0 auto;
	width: 975px;
	height:30px;
	position:relative;
	background-color:#541b00;
	color:#d9c892;
	font:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:20px;
	padding-top:10px;
	padding-left:10px;
}


#Serv-Bottom-Block2 {
	top: 0px;
	margin: 0 auto;
	width: 995px;
	position:absolute
}






#Serv-Home-Seal {
	position: absolute;
	top: 30px;
	left: 180px;
	text-align:justify;
	line-height:18px;
}




/*----BODY PANEL----*/

#Serv-bodyPan-small{
	width:240px;
	position:absolute;
	float:left;
	top:350px;
	left:25px;
	margin-bottom:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	color: #541b00	
	}


#Serv-bodyPan-small p {
padding-right:10px;


}

#Serv-bodyPan-small p.test-faqs {
	padding-right:30px;
	padding-left:20px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#541b00;

}


#Serv-bodyPan-small A:link  { text-decoration: none; color: #541b00; font-weight: normal; font-family:Arial, Helvetica, sans-serif;}
#Serv-bodyPan-small A:visited { text-decoration: none; color: #541b00; font-weight: normal; font-family: Arial, Helvetica, sans-serif;}
#Serv-bodyPan-small A:hover { text-decoration: none; color: #333; font-weight: normal; font-family: Arial, Helvetica, sans-serif; }
	
	
#Serv-bodyPan-small ul {
	list-style-type: none;
	
	padding: 0 0 5px 15px;
	
	
	
}
#Serv-bodyPan-small ul li {
	font-size:11px;
	margin: 5px 0 0 0;
	padding: 0 0 0 0px;
	font-weight: normal;
	background-color:#e8dbb0;
	color: #541b00;
	display:block;
	
}
#Serv-bodyPan-small ul li a {
    background-color:#e8dbb0;
	color: #541b00;
	display:block;
	padding: 0 0 0px 15px;
	
	
}
#Serv-bodyPan-small ul li a:hover {
    color: #e8dbb0;
	background-color:#541b00;
    text-decoration: none;
	display:block;
	padding: 0 0 0px 15px;
}	
	
	
	
	
	

#Serv-bodyPan-small2{
	width:240px;
	position:absolute;
	float:left;
	top:560px;
	left:34px;
	margin-bottom:25px;
	}



#Serv-bodyPan-small2 p.test{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#541b00;
	}






#Serv-bodyPan{
	width:650px;
	position:relative;
	margin-left:325px;
	margin-right:25px;
	border-bottom:#999999 solid 1px;
	margin-bottom:25px;
	
	}
	
	
#Serv-bodyPan-noline{
	width:650px;
	position:relative;
	margin-left:325px;
	margin-right:25px;
	
	margin-bottom:25px;
	
	}	
	
	
	
	
#Serv-bodyPan h2{
width:400px; 
height:54px; 
color:#541b00; 
font:26px/54px "Trebuchet MS",Arial, Helvetica, sans-serif;
}

#Serv-bodyPan p{padding:10px 0 0;}
#Serv-bodyPan p span{font-weight:bold;}
#Serv-bodyPan p.date{width:174px; height:22px; background:#FEFEF6; color:#000; font-size:18px; line-height:22px; padding:0px;}
#Serv-bodyPan p.more{width:102px; height:16px; margin:0 0 0 582px; padding:0 0 14px 0;}
#Serv-bodyPan p.more a{width:102px; height:16px; display:block; background:#F2F0DC; color:#5D5B46; font:13px/16px "Trebuchet MS",Arial, Helvetica, sans-serif; font-weight:bold; text-decoration:none;}
#Serv-bodyPan p.more a:hover{background:#F2F0DC; color:#666; text-decoration:none;}
#Serv-bodyPan p.border{background:url(images/dot-line.gif) 0 0 repeat-x; height:1px; padding:0 0 14px 0;}



#Serv-bodyleftPan{
width:450px; 
float:left; 
color:#541b00; 
padding-top:20px;
padding-bottom:20px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
text-align:justify;

}

#Serv-bodyleftPan h2{
width:450px; 
height:40px; 
font:26px/40px "Trebuchet MS", Arial, Helvetica, sans-serif; 
padding:0 0 0 0; 
margin:0 0 0 0;
color:#371201;
}
#Serv-bodyleftPan h2 span{
font-size:20px;  
color:#5D5B46;
}



#Serv-bodyrightPan{
width:180px; 
float:left; 
color:#000000;
margin-left:20px;

padding-top:85px;
padding-bottom:20px;

}

#Serv-bodyrightPan h2{
width:100px; 
height:40px; 
font:26px/26px "Trebuchet MS",Arial, Helvetica, sans-serif; 
padding:0 0 0 0; 
margin:0 0 0 0;}









#Serv-bodyPan-Top{
	width:650px;
	position:relative;
	margin-left:325px;
	margin-right:25px;
	border-bottom:#999999 solid 1px;
	margin-bottom:25px;
	
	
 
}
#Serv-bodyPan-Top h2{
width:400px; 
height:54px; 
color:#2e1402; 
font:26px/54px "Trebuchet MS",Arial, Helvetica, sans-serif;
}

#Serv-bodyPan-Top p{padding:10px 0 0; font-family:Arial, Helvetica, sans-serif;color:#541b00;}
#Serv-bodyleftPan-Top p{padding:10px 0 0; font-family:Arial, Helvetica, sans-serif; padding-left:25px; font-size:14px;color:#541b00;}
#Serv-bodyPan-Top p span{font-weight:bold;}
#Serv-bodyPan-Top p.date{width:174px; height:22px; background:#FEFEF6; color:#000; font-size:18px; line-height:22px; padding:0px;}
#Serv-bodyPan-Top p.more{width:102px; height:16px; margin:0 0 0 582px; padding:0 0 14px 0;}
#Serv-bodyPan-Top p.more a{width:102px; height:16px; display:block; background:#F2F0DC; color:#5D5B46; font:13px/16px "Trebuchet MS",Arial, Helvetica, sans-serif; font-weight:bold; text-decoration:none;}
#Serv-bodyPan-Top p.more a:hover{background:#F2F0DC; color:#666; text-decoration:none;}
#Serv-bodyPan-Top p.border{background:url(images/dot-line.gif) 0 0 repeat-x; height:1px; padding:0 0 14px 0;}



#Services-Box-Gold-Silver{
padding:10px;
margin-left:25px;
background-color:#f8ecc5;
border:#e8dbb0 solid 3px;
height:340px;


}



#Services-Box-Gold-Silver2{
padding:10px;
margin-left:25px;
background-color:#f8ecc5;
border:#e8dbb0 solid 3px;
height:300px;


}




#Services-Box-Gold-Silver-product{
	position:absolute;
	top:240px;
	right:58px;
}



#Services-Box-Gold-Silver-product2{
	position:absolute;
	top:280px;
	right:58px;
}




#Services-Box-Gold-Silver p.gold-silver-header{
font-size:18px;

}

#Services-Box-Gold-Silver2 p.gold-silver-header2{
font-size:18px;

}




#Services-Box-Gold-Silver p.gold-silver-bottom{
width:250px;
font-size:12px;
line-height:12px;
text-align:left;

}

#Services-Box-Gold-Silver2 p.gold-silver-bottom{
width:250px;
font-size:12px;
line-height:12px;
text-align:left;

}


#Services-Box-Gold-Silver ul{
margin-left:25px;
}




#Serv-bodyleftPan-Top{
width:600px; 
float:left; 
color:#000; 
padding-top:20px;
padding-bottom:20px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:justify;

}





#Serv-bodyleftPan-Top h2{
width:600px; 
height:40px; 
font:36px/40px "Times New Roman", Times, serif; 
padding:0 0 0 0; 
margin:0 0 0 0;
color:#371201;
}
#Serv-bodyleftPan-Top h2 span{
font-size:20px;  
color:#2e1402;
}


#Serv-bodyleftPan-Top h3{
width:600px; 
height:30px; 
font:20px/30px "Times New Roman", Times, serif;
padding:0 0 0 10px; 
margin:0 0 0 0;
color:#371201;
text-align:left;
background-color:#e8dbb0; 
}
#Serv-bodyleftPan-Top h3 span{
font-size:16px;  
color:#371201;
}



#Serv-bodyleftPan-Top h4{
width:600px; 
height:60px; 
font:20px/30px "Trebuchet MS", Arial, Helvetica, sans-serif; 
padding:0 0 0 0; 
margin:0 0 0 0;
color:#371201;
text-align:left; 
}
#Serv-bodyleftPan-Top h4 span{
font-size:16px;  
color:#2e1402;
}



#callout-box {
color:#371201;
text-align:left;
background-color:#e8dbb0; 
padding:10px;
text-align:center;
font:20px/30px "Times New Roman", Times, serif;
font-weight:bolder;
line-height:23px;

}


#callout-box-faqs {
color:#371201;
text-align:left;
background-color:#e8dbb0; 
padding:10px;
text-align:center;
font:14px "Times New Roman", Times, serif;
font-weight:bolder;
line-height:15px;
margin-left:75px;
margin-right:75px;

}




#Serv-bodyleftPan-Top A:link  { text-decoration: none; color: #541b00; font-weight: normal; font-family:Arial, Helvetica, sans-serif;}
#Serv-bodyleftPan-Top A:visited { text-decoration: none; color: #541b00; font-weight: normal; font-family: Arial, Helvetica, sans-serif;}
#Serv-bodyleftPan-Top A:hover { text-decoration: none; color: #333; font-weight: normal; font-family: Arial, Helvetica, sans-serif; }
	











/* Service-List Page & Headers
--------------------------------------------------------------------*/

#Services-List-Header {
	position:relative;
	top: -10px;
	left: 24px;
	text-align:center;
	line-height:25px;
	width: 525px;
	color:#ebba00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}

#Services-List-Header2 {
	position:relative;
	top: 110px;
	left: 36px;
	text-align:left;
	line-height:25px;
	width: 525px;
	height: 25px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	letter-spacing:-1px;

	
}



#Services-List-Block-left { float:left;
width:650px;
padding:8px;
margin-bottom:10px;

 }

#Services-List-Block-right { float:right;
width:220px;
padding:8px;
margin-bottom:10px;
 }


#Services-List-Block {
	position:relative;
	background: url(../images/line-dots.gif) repeat-x left bottom;
	
}


.services-list-block-header {
    color:#ebba00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight:bolder;
	line-height:40px;	
    
}










/*----BODY PANEL----*/
#bodyPan{
	width:920px;
	position:relative;
	margin:0 auto;
	
	
 
}
#bodyPan h2{
width:500px; 
height:54px; 
color:#de9c21; 
font:26px/54px "Trebuchet MS",Arial, Helvetica, sans-serif;
}

#bodyPan p{padding:10px 0 0;}
#bodyPan p span{font-weight:bold;}
#bodyPan p.date{width:174px; height:22px; background:#FEFEF6; color:#000; font-size:18px; line-height:22px; padding:0px;}
#bodyPan p.more{width:102px; height:16px; margin:0 0 0 582px; padding:0 0 14px 0;}
#bodyPan p.more a{width:102px; height:16px; display:block; background:#F2F0DC; color:#5D5B46; font:13px/16px "Trebuchet MS",Arial, Helvetica, sans-serif; font-weight:bold; text-decoration:none;}
#bodyPan p.more a:hover{background:#F2F0DC; color:#666; text-decoration:none;}
#bodyPan p.border{background:url(images/dot-line.gif) 0 0 repeat-x; height:1px; padding:0 0 14px 0;}



#bodyleftPan{
width:700px; 
float:left; 
color:#000; 
padding-top:20px;
padding-bottom:20px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:justify;
background: url(../images/line-dots.gif) repeat-x bottom;
}

#bodyleftPan h2{
width:500px; 
height:40px; 
font:26px/40px "Trebuchet MS", Arial, Helvetica, sans-serif; 
padding:0 0 0 0; 
margin:0 0 0 0;
}
#bodyleftPan h2 span{
font-size:20px;  
color:#5D5B46;
}



#bodyrightPan{
width:200px; 
float:left; 
color:#000000;
margin-left:20px;

padding-top:20px;
padding-bottom:20px;

}

#bodyrightPan h2{
width:250px; 
height:40px; 
font:26px/26px "Trebuchet MS",Arial, Helvetica, sans-serif; 
padding:0 0 0 0; 
margin:0 0 0 0;}




/*----Body Bottom Panel----*/
#bodybottomPan{
	width:920px;
	position:relative;
	margin:0 auto;
	padding:100px 0 0 50px;
	clear:both;
}
/*----Bottom Left Panel----*/
#bottomleftPan{
width:700px; 
float:left; 
background:url(images/bodybottombg.gif) 0 0 no-repeat #FEFDF0; 
color:#D80000; 
border-bottom:1px solid #CDCAA3; 
border-left:1px solid #CDCAA3; 
border-right:1px solid #CDCAA3; margin:0px;
}

#bottomleftPan h2{
width:250px; 
height:58px; 
background:url(images/icon1.jpg) 0 0 no-repeat; 
font:26px/26px "Trebuchet MS",Arial, Helvetica, sans-serif; 
padding:0 0 0 0; 
margin:0 0 0 0;
}
#bottomleftPan h2 span{
font-size:20px; 
background:#FCFBED; 
color:#5D5B46;
}

#bottomleftPan ul{width:290px; margin:15px 0 0 50px;}
#bottomleftPan ul li{width:290px; height:30px; background:url(images/bullet1.gif) 0 0 no-repeat;} 
#bottomleftPan ul li a{width:210px; height:30px; display:block; background:url(images/bullet1.gif) 0 10px no-repeat #FEFDF1; color:#2F2A28; font-size:14px; line-height:30px; text-decoration:none; padding:0 0 0 80px;}
#bottomleftPan ul li a:hover{display:block;background:url(images/bullet1.gif) 0 10px no-repeat #FEFDF1; color:#2F2A28; line-height:30px;} 
 
#bottomleftPan p.more{width:270px; height:21px; padding:0px; margin:10px 0 25px 50px;} 
#bottomleftPan p.more a{width:270px; height:21px; display:block; background:url(images/bottom-more-bg.gif) 0 0 no-repeat #FEFDF1; color:#fff; font:13px/20px "Trebuchet MS",Arial, Helvetica, sans-serif; font-weight:bold; text-align:center; text-decoration:none;} 
#bottomleftPan p.more a:hover{background:url(images/bottom-more-bg.gif) 0 0 no-repeat #FEFDF1; color:#FDF6B6; text-decoration:none;} 
/*----/Bottom Left Panel----*/

/*----Bottom Right Panel----*/
#bottomrightPan{
width:200px; 
float:left; 
background:url(images/bodybottombg.gif) 0 0 no-repeat #FEFDF0; 
color:#D80000; 
border-bottom:1px solid #CDCAA3; 
border-left:1px solid #CDCAA3; 
border-right:1px solid #CDCAA3; 
margin:0 0 0 8px;
}

#bottomrightPan h2{
width:250px; 
height:58px; 
background:url(images/icon2.jpg) 0 0 no-repeat; 
font:26px/26px "Trebuchet MS",Arial, Helvetica, sans-serif; 
padding:0 0 0 0; 
margin:0 0 0 0;}
#bottomrightPan h2 span{font-size:20px; background:#FCFBED; color:#5D5B46;}

#bottomrightPan ul{width:290px; margin:15px 0 0 50px;}
#bottomrightPan ul li{width:290px; height:30px; background:url(images/bullet1.gif) 0 0 no-repeat;} 
#bottomrightPan ul li a{width:210px; height:30px; display:block; background:url(images/bullet1.gif) 0 10px no-repeat #FEFDF1; color:#2F2A28; font-size:14px; line-height:30px; text-decoration:none; padding:0 0 0 80px;}
#bottomrightPan ul li a:hover{display:block;background:url(images/bullet1.gif) 0 10px no-repeat #FEFDF1; color:#2F2A28; line-height:30px;} 
 
#bottomrightPan p.more{width:270px; height:21px; padding:0px; margin:10px 0 25px 50px;} 
#bottomrightPan p.more a{width:270px; height:21px; display:block; background:url(images/bottom-more-bg.gif) 0 0 no-repeat #FEFDF1; color:#fff; font:13px/20px "Trebuchet MS",Arial, Helvetica, sans-serif; font-weight:bold; text-align:center; text-decoration:none;} 
#bottomrightPan p.more a:hover{background:url(images/bottom-more-bg.gif) 0 0 no-repeat #FEFDF1; color:#FDF6B6; text-decoration:none;} 
/*----/Bottom Left Panel----*/


/* Service Page & Headers
--------------------------------------------------------------------*/

#Services-Header {
	position: absolute;
	top: 14px;
	left: 24px;
	text-align:center;
	line-height:18px;
	width: 525px;
	color:#ebba00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}

#Services-Header2 {
	position: absolute;
	top: 115px;
	left: 36px;
	text-align:left;
	width: 525px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 0; 
	margin: 0;
	line-height: 35px;
	height: 35px;
	z-index: 99;
}

#Services-Header2-Specialty {
	position: absolute;
	top: 123px;
	left: 36px;
	text-align:left;
	line-height:30px;
	width: 525px;
	height: 30px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	letter-spacing:-1px;
}


#Services-TXT1 {
	position: absolute;
	top: 151px;
	left: 36px;
	text-align:justify;
	line-height:18px;
	width: 300px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


#Services-TXT2 {
	position: absolute;
	top: 151px;
	left: 370px;
	text-align:justify;
	line-height:18px;
	width: 310px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	z-index: 1;
}


#Services-TXT3 {
	position: absolute;
	top: 151px;
	left: 36px;
	text-align:justify;
	line-height:18px;
	width: 345px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


#Services-List-Bullets {
	position: absolute;
	top: 278px;
	left: 304px;
}

#Services-List {
	position: absolute;
	top: 264px;
	left: 19px;
	width: 310px;
	height: 300px;
}


#Services-Side-List {
	position: absolute;
	top: 54px;
	left: 410px;
	font-family:Arial, Helvetica, sans-serif;
	width: 295px;
}

#Services-Side-List-line {
	position: absolute;
	top: 64px;
	left: 700px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	line-height:1px;
	width: 10px;
	color:#ffd008;
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	height: 636px;
	background: url(../images/dots.gif) repeat-y top;
}


#Services-Side-List-line2 {
	position: absolute;
	top: 274px;
	left: 300px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	line-height:1px;
	width: 11px;
	color:#ffd008;
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	height: 260px;
	background: url(../images/dots.gif) repeat-y top;
}

#Services-Main-List {
	position: absolute;
	top: 270px;
	left: 360px;
	text-align:left;
	line-height:55px;
	width: 403px;
	color:#da971a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:48px;
	font-weight:bolder;
	letter-spacing:-3px;
}


#Services-Main-List A:link  { text-decoration: none; color: #da971a; font-weight: bold; font-family:Arial, Helvetica, sans-serif;}
#Services-Main-List A:visited { text-decoration: none; color: #da971a; font-weight: bold; font-family: Arial, Helvetica, sans-serif;}
#Services-Main-List A:hover { text-decoration: none; color: #333; font-weight: bold; font-family: Arial, Helvetica, sans-serif; }


#Services-Side-Image {
	position: absolute;
	bottom: 0px;
	right: 0px;
	
}






#Serv-Block2 {
	top: 349px;
	right:725px;
	text-align:justify;
	line-height:18px;
	width: 2px;
	height:742px;
	position:absolute;
	background-color:#551800;
}


#Serv-Block2-header {
	position:absolute;
	top: 328px;
	left:25px;
	width:250px;
	height:20px;
	background-color:#551800;
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	font-weight:bolder;
	text-align:center;
}

#Serv-Block2B-header {
	position:absolute;
	top: 518px;
	left:25px;
	width:250px;
	height:20px;
	background-color:#551800;
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	font-weight:bolder;
	text-align:center;
}






/* Contact Page & Headers
--------------------------------------------------------------------*/


#Contact-TXT1 {
	position: absolute;
	top: 21px;
	left: 36px;
	text-align:justify;
	line-height:16px;
	width: 437px;
	color:#551800;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
}


#Contact-TXT2 {
	position: absolute;
	top: 31px;
	right:510px;
	text-align:justify;
	line-height:18px;
	width: 280px;
	color:#551800;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}

#Contact-Block {
	top: 68px;
	right:848px;
	text-align:justify;
	line-height:18px;
	width: 141px;
	position:absolute;
}



#Contact-Block2 {
	top: 40px;
	right:814px;
	text-align:justify;
	line-height:18px;
	width: 3px;
	height:411px;
	position:absolute;
	background-color:#551800;
}


#Contact-Block2-header {
	position:absolute;
	top: 28px;
	left:19px;
	width:167px;
}







#Contact-Block3 {
	top: 44px;
	right:31px;
	text-align:justify;
	line-height:18px;
	width: 141px;
	position:absolute;
	width:470px;
	height:400px;
}





/* Newsletter Page & Headers
--------------------------------------------------------------------*/

#Newsletter-Header {
	position: absolute;
	top: 14px;
	left: 24px;
	text-align:center;
	line-height:18px;
	width: 525px;
	color:#ebba00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}

#Newsletter-Txt1 {
	position: absolute;
	top: 180px;
	left: 24px;
	text-align:left;
	line-height:18px;
	width: 680px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


#Newsletter-Txt2 {
	position: absolute;
	top: 421px;
	left: 24px;
	text-align:left;
	line-height:18px;
	width: 680px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


#Newsletter-Signup {
	position: absolute;
	top: 281px;
	left: 24px;
	text-align:left;
	line-height:18px;
	width: 680px;
	color:#ebba00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}









/* Containers
--------------------------------------------------------------------*/


#Wrapper {
	width: 1000px;
	background: #fff url( ) repeat-x top;
	margin: 0 auto;
	border: 0px solid #000;
	margin-top:50px;
	
}


/* Container Employment Page & Home Page
--------------------------------------------------------------------*/

#Container {
	position: relative;
	background: #fff url(../images/body-banner.png) repeat-x top right;
	vertical-align:top;
	height: 560px;
	
	}
	
	
	

#Container-NEW2010 {
	position: relative;
	background: #fff url(../images/bk-body-home.jpg) repeat-x top right;
	vertical-align:top;
	height: 477px;
	
	}	
	
	
#Container-NEW2010B {
	position: relative;
	background: #d9c892 url(../images/bk-body-home2.jpg) repeat-x top right;
	vertical-align:top;
	height: 550px;
	
	}	
	
	
	
	
#Container-emp100609 {
	position: relative;
	background: #fff url(../images/body-banner.png) repeat-x top right;
	vertical-align:top;
	height: 600px;
	
	}	
	
	
	
#home-center { 
	position:relative;
	margin-right:40px;
	margin-left:40px;
	margin-top:10px;
	margin-bottom:10px;
	padding:20px;
	border: 5px solid #edd988;
	color:#000;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#home-center A:link  { text-decoration: none; color: #af962a; font-weight: bold; font-family:Arial, Helvetica, sans-serif;}
#home-center A:visited { text-decoration: none; color: #af962a; font-weight: bold; font-family: Arial, Helvetica, sans-serif;}
#home-center A:hover { text-decoration: none; color: #333; font-weight: bold; font-family: Arial, Helvetica, sans-serif; }
	
	#home-colomn { 
	position:relative;
	margin: 0 auto;
	margin-right:50px;
	margin-left:50px;
	padding:8px;
	horizantal-align
	}

#home-left-colomn { float:left;
width:100px;
padding:8px;
background-color:#dc8; }

#home-right-colomn { float:right;
width:200px;
padding:8px;
background-color:#dda }



#Employment-Container {
	position: relative;
	background: #fff url(../images/body-banner-services.gif) no-repeat top right;
	vertical-align:top;
	height:850px;
	
	}





/* Container About Us Pages
--------------------------------------------------------------------*/


#AboutUs-Container {
	position: relative;
	background: #fff url(../images/bk-body-about.jpg) no-repeat top right;
	vertical-align:top;
	height:477px;
	
	}





/* Container Facility Pages
--------------------------------------------------------------------*/


#Facility-Container {
	position: relative;
	background: #fff url(../images/bk-body-facility.jpg) no-repeat top right;
	vertical-align:top;
	height:477px;
	
	}




/* Container Guarantee Pages
--------------------------------------------------------------------*/


#Guarantee-Container {
	position: relative;
	background: #fff url(../images/bk-body-guarantee.jpg) no-repeat top right;
	vertical-align:top;
	height:495px;
	
	}




/* Container Resources Pages
--------------------------------------------------------------------*/


#Resources-Container {
	position: relative;
	background: #fff url(../images/bk-body-resources.jpg) no-repeat top right;
	vertical-align:top;
	height:477px;
	
	}

#Resources-Web-Container {
	position: relative;
	background: #fff url(../images/bk-body-resources-web.jpg) no-repeat top right;
	vertical-align:top;
	height:477px;
	
	}




/* Vets Resources Pages
--------------------------------------------------------------------*/


#Vets-Container {
	position: relative;
	background: #fff url(../images/bk-body-vets.jpg) no-repeat top right;
	vertical-align:top;
	height:477px;
	
	}



/* Container Test Pages
--------------------------------------------------------------------*/

	
#Test-Container {
	position: relative;
	background: #d9c892 url(../images/bk-body-services2.jpg) no-repeat top left;
	vertical-align:top;
	margin:0 auto
	
	
	}




/* Container Tributes Pages
--------------------------------------------------------------------*/

	
#Tributes-Container {
	position: relative;
	background: #d9c892 url(../images/bk-body-tributes.jpg) no-repeat top left;
	vertical-align:top;
	margin:0 auto
	
	
	}




/* Container FAQs Pages
--------------------------------------------------------------------*/

	
#FAQs-Container {
	position: relative;
	background: #d9c892 url(../images/bk-body-faqs.jpg) no-repeat top left;
	vertical-align:top;
	margin:0 auto
	
	
	}





/* Container Products Pages
--------------------------------------------------------------------*/

	
#Products-Container {
	position: relative;
	background: #d9c892 url(../images/bk-body-products.jpg) no-repeat top left;
	vertical-align:top;
	margin:0 auto
	
	
	}





/* Container Contact Us Pages
--------------------------------------------------------------------*/


#ContactUs-Container {
	position: relative;
	background: #fff url(../images/bk-body-contact.jpg) no-repeat top right;
	vertical-align:top;
	height:477px;
	
	}



#ContactUs-Container2 {
	position: relative;
	background: #fff url(../images/body-banner-services.gif) no-repeat top right;
	vertical-align:top;
	height:780px;
	
	}











/* Container Services Pages
--------------------------------------------------------------------*/

#Banner-Container {
	position: relative;
	vertical-align:top;
	background: #d9c892 url(../images/bk-bottom.jpg) repeat-x top left;
	height:53px;
	}
	
	
	
#Services-Banner-Container {
	position: relative;
	vertical-align:top;
	background: #d9c892 url(../images/services-bottom.jpg) repeat-x top left;
	height:180px;
	}
	
	
#Services-Container {
	position: relative;
	background: #fff url(../images/bk-body-services.jpg) no-repeat top left;
	vertical-align:top;
	height:558px;
	
	}
	
	

#Services-Container2 {
	position: relative;
	background: #d9c892 url(../images/bk-body-services3.jpg) no-repeat top left;
	vertical-align:top;
	margin:0 auto
	
	
	}




/* Container Services-List Pages
--------------------------------------------------------------------*/

	
#Services-List-Container {
	position: relative;
	background: #fff url(../images/body-banner-services.gif) repeat-y top right;
	vertical-align:top;
	margin:0 auto
	
	
	}


div#extra{clear:both;width:100%}



	
#left { float:left;
width:100px;
padding:8px;
background-color:#dc8; }

#right { float:right;
width:200px;
padding:8px;
background-color:#dda }

#center-company { 
margin-right:0px;
margin-left:75px;
background: #fff url(../images/company-image.png) no-repeat top right;
padding:8px;
background-color:#fff; }

#center-contact { 
margin-right:200px;
margin-left:75px;
background: #fff;
padding:8px;
background-color:#fff; }


#right-contact { 
float:right;
width:200px;
padding:8px;
background-color:#fff; }

#left-contact { 
float:left;
width:300px;
padding:8px;
background-color:#fff; }

#blankleft { 
float:left;
width:75px;
padding:8px;
background-color:#fff; }










/* Rewritten: Begin */
#footerContainer {
	background:#541b00 url(../images/bk-footer.jpg) repeat-x top left;
	color: #d9c892;
	font: 12px Arial, Helvetica, sans-serif;
	height: 70px;
	width: 1000px;
	background-color:#541b00;
	margin: 0 auto;
	position:relative;
	
}




#footerContainer2 {
	background:#541b00 url() repeat-x top left;
	color: #d9c892;
	font: 12px Arial, Helvetica, sans-serif;
	height: 50px;
	width: 1000px;
	background-color:#371201;
	margin: 0 auto;
	position:relative;
	
}





	ul#footer {
		height: 20px;
		margin: 0 0 0 100px;
		padding: 34px 0 0 0;
	}
		ul#footer li {
			border-right: 1px solid #fff;
			display: inline;
			float: left;
			list-style-type: none;
			padding: 0 12px;
		}
			ul#footer li.last {
				border-right: 0;
			}
			ul#footer li a:link,
			ul#footer li a:visited {
				height: 1em;
				color: #fff;
				text-decoration: none;
				text-transform: uppercase;
			}
			ul#footer li a:hover {
				color: #000;
			}
				ul#footer li a.selected {
					color: #fff;
				}
		
		p.left,
		p.right {
			height: 30px;
			line-height: 30px;
			margin: 0;
		}
			p.left {
				float: left;
				padding: 0 0 0 50px;
			}
			p.right {
				float: right;
				padding: 0 50px 0 0;
			}
				p.left a:link,
				p.right a:link,
				p.left a:visited,
				p.right a:visited {
					color: #f0ebb4;
					text-transform: uppercase;
				}
				p.left a:hover,
				p.right a:hover {
					color: #af962a;
				}
				
				
				
				.footer-center-text {
				position: relative;
				padding: 20px 0 0 0;
				
				text-align:center;
				height:40px;
			}
				
				
				
				#social-media {
	position:absolute;
	padding: 0 0 0 0;
	top:10px;
	right:10px;
	text-align:center;
	width:120px;
			}	
				
				
				
/* Rewritten: End */

/* jellyflea */

#leftcolumn { width: 250px; margin-top: 150px; float: left; }

