/*--------------------------------------------------------------------------------------------------------
				HTML General classes
--------------------------------------------------------------------------------------------------------*/
* { margin: 0; padding: 0; outline: none; }

body, html{	height: 100%; }


body {
	background:#FFF;
	margin:0 auto;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:11px;
	line-height:18px;
	padding:0;
}

h1 {
	font-family:Century Gothic, Verdana, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#24454a;
	margin:0;
}

h2 {
	font-family:Century Gothic, Verdana, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:20px;
	color:#000;
	margin:0; padding:0;
}

h3 {
	font-family:Century Gothic, Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	color:#000;
	margin:0; padding:0 0 8px 0;
}

h4 {
	font-family:"Times New Roman", Times, serif;
	font-size:17px;
	line-height:15px;
	text-align:center;
	margin:0; padding:0;
}

h5 {
	font-family:Century Gothic, Verdana, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	line-height:18px;
	color:#000;
	margin:0; padding:0;
}

img {
	border:0;
}

html .hollyhack {
	width: 1%; 
}

p {
	border:0; 
	margin:0 0 8px 0; 
	padding:0;
}

hr {
	width:90%;
	border:2px dotted #999;
	border-style: none none dotted;
	margin:0 auto;
	margin-top:35px;
	margin-bottom:35px;
}

a:link {
	color: #5E4D69;
}
a:visited {
	color: #A54520;
}
a:hover {
	color: #A54520;
}

.bodytxt ul {
	list-style-position:outside;
	padding-left:15px;
	margin-left:10px;
}

.bodytxt ol li ul, bodytxt ul li ul {
	list-style-position:outside;
	padding-left:15px;
}

.bodytxt ol {
	list-style-position:outside;
	padding-left:15px;
	margin-left:10px;
}


/*--------------------------------------------------------------------------------------------------------
				Formatting classes
--------------------------------------------------------------------------------------------------------*/

.oneColFixCtr #container {
	width:100%;
	min-height:500px;
	background:url(../images/top_back.jpg) repeat-x #FFF;
	margin:0 auto;
	padding:0;
	text-align:center;
}

#wrap {
	width:100%;
	min-height:500px;
	margin:0 auto;
	text-align:center;
}

#header {
	width:702px;
	height:93px;
	margin:0 auto;
}

#headleft {
	width:276px;
	height:93px;
	background:url(../images/banner_left.jpg) no-repeat;
	margin:0 auto;
	padding:0;
	text-indent:-9999px;
	float:left;
}

#headright {
	width:426px;
	height:93px;
	margin:0 auto;
	padding:0;
	float:right;
}

#space {
	width:702px;
	height:35px;
	background:#fff;
	margin:0 auto;
}

#content {
	width:702px;
	min-height:300px;
	background:url(../images/bg-content.gif) repeat-y top left;
	margin:0 auto;
	text-align:left;
	padding:0 0 30px 0;
	overflow:hidden;
	clear:both;
}

#contenthome {
	width:702px;
	min-height:350px;
	margin:0 auto;
	text-align:left;
	padding:0 0 20px 0;
	clear:both;
}

#contentleft {
	width:150px;
	min-height:300px;
	margin:0;
	text-align:right;
	padding:0 52px 0 0;
	float:left;
}

.sidenote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 20pt;
	font-weight: normal;
	font-variant: normal;
	color: #002A5C;
}

#contentright {
	width:500px;
	min-height:300px;
	margin:0;
	text-align:left;
	padding:0;
	float:right;
}

.smalltxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #5E4D69;
}




/*--------------------------------------------------------------------------------------------------------
				NAV classes
--------------------------------------------------------------------------------------------------------*/

#navigation {
	width:702px;
	height:66px;
	text-align:center;
	margin:0 auto;
	padding:0;
	clear:both;
	overflow:hidden;
}


ul#nav-menu {
	width: 702px; margin: 0 auto;
	list-style: none;
}

ul#nav-menu li { display: inline; }
	
ul#nav-menu li a {
	display: block; 
	float: left; 
	height: 66px;
	background-image:url(../images/nav-main.gif); 
	text-indent:-9999px;
	margin:0;
}

	ul#nav-menu li a.home {
		width: 132px; background-position:0 0;	
	}
	
	ul#nav-menu li a.care {
		width: 144px; background-position:-132px 0;	
	}
	
	ul#nav-menu li a.patient {
		width: 152px; background-position:-274px 0;	
	}
	
	ul#nav-menu li a.faq {
		width: 138px; background-position:-422px 0;	
	}
	
	ul#nav-menu li a.petpourri {
		width: 136px; background-position:-558px 0;	
	}
	
	
	ul#nav-menu li a.home:hover, ul#nav-menu li a.home:focus {
		background-position:0 -66px;	
	}
	
	ul#nav-menu li a.care:hover, ul#nav-menu li a.care:focus {
		background-position:-132px -66px;	
	}
	
	ul#nav-menu li a.patient:hover, ul#nav-menu li a.patient:focus {
		background-position:-274px -66px;	
	}
	
	ul#nav-menu li a.faq:hover, ul#nav-menu li a.faq:focus {
		background-position:-422px -66px;	
	}
	
	ul#nav-menu li a.petpourri:hover, ul#nav-menu li a.petpourri:focus {
		background-position:-558px -66px;	
	}
	

a { outline: none; }



/*--------------------------------------------------------------------------------------------------------
				Footer classes
--------------------------------------------------------------------------------------------------------*/

#footer {
	width:100%;
	height:166px;
	background:url(../images/footer-bg.gif) top center no-repeat;
	margin:0 auto;
	text-align:center;
	color:#FFF;
	clear:both;
}

ul#foot-menu {
	width: 825px; margin: 0 auto;
	list-style: none;
}

ul#foot-menu li { display: inline; }
	
ul#foot-menu li a {
	display: block; 
	float: left; 
	height: 86px;
	background-image:url(../images/foot-nav.gif); 
	text-indent: -9999px;
	margin:0;
}

	ul#foot-menu li a.emergency {
		width: 200px; background-position:0 0;	
	}
	
	ul#foot-menu li a.facebook {
		width: 200px; background-position:-200px 0;	
	}
	
	ul#foot-menu li a.twitter {
		width: 200px; background-position:-400px 0;	
	}
	
	ul#foot-menu li a.sammy {
		width: 225px; background-position:-600px 0;	
	}
	
	
	ul#foot-menu li a.emergency:hover, ul#foot-menu li a.emergency:focus {
		background-position:0 -86px;	
	}
	
	ul#foot-menu li a.facebook:hover, ul#foot-menu li a.facebook:focus {
		background-position:-200px -86px;	
	}
	
	ul#foot-menu li a.twitter:hover, ul#foot-menu li a.twitter:focus {
		background-position:-400px -86px;	
	}
	
	ul#foot-menu li a.sammy:hover, ul#foot-menu li a.sammy:focus {
		background-position:-600px -86px;	
	}
	
#foottxt {
	width:100%;
	height:80px;
	background-color:#FFF;
	margin:0 auto;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #5E4D69;
	clear:both;
}


/*--------------------------------------------------------------------------------------------------------
				Dropdown classes
--------------------------------------------------------------------------------------------------------*/


.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background:#FFF;
}


/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border:0;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background:#002a5c;
width: 175px; /* default width for menu */
margin:-15px 0 0 -15px;
}

.anylinkcss ul{
margin: 0;
padding: 3px 0;
list-style-type: none;
}

.anylinkcss ul li a{
width: 100%;
display: block;
border-bottom:0;
padding: 1px 0;
text-decoration: none;
font-size:11px;
text-align:center;
font-weight:lighter;
text-indent: 0px;
color:#FFF;
}

.anylinkcss a:hover{ /*hover background color*/
background:#A54520;
color:#FFF;
}


/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
margin:-15px 0 0 -15px;
}


.style10 {color: #000000}
.style11 {font-size: 16px}


.boxbck {
	background-repeat: repeat-x;
	background-image: url(top_back.jpg);
}
.style14 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}
.linx {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.faqs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5E4D69;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.biotxt {	color: #002A5C;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #749B49;
	font-weight: bold;
}
.smalltxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #5E4D69;
}
.bodytxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}
.headtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	color: #749B49;
	line-height: 20px;
}
.subheadtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
}

.box {
	border: 1px none #999999;
	clear: both;
	float: right;
	white-space: normal;
	padding: 10px;
}
