/**
 * @file
 * @project 790
 * @package sftheme
 * @site app1
 */

/*  Typography Reset  */

h1, h2, h3, h4, h5, h6 {font-weight:normal;}
h1 {font-size:24px;margin:10px 0;font-family: Georgia, "Nimbus Roman No9 L", serif;}
h2 {font-size:24px;margin:10px 0;font-family: Georgia, "Nimbus Roman No9 L", serif;}
h3 {font-size:18px;margin:10px 0;font-family: Georgia, "Nimbus Roman No9 L", serif;}
h4 {font-size:18px;margin:5px 0;padding:0;font-family: Georgia, "Nimbus Roman No9 L", serif;}
h5 {font-size:13px;font-weight:bold;margin:5px 0;padding: 0px;font-family: Georgia, "Nimbus Roman No9 L", serif;}
h6 {font-size:13px;font-weight:bold;margin:3px 0; padding: 0px;font-family: Georgia, "Nimbus Roman No9 L", serif;}


/*  General  */

body {
	margin: auto;
	background-color: #E9E9E9;
	color: #665f57;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;	
}

.sf_outer_wrapper {
	background-image:url(images/790_neutralbg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	width: auto;
    margin: auto;		
}

.sf_wrapper {
	width: 950px;
	margin: auto;
	position: relative;
}

.sf_wrapper:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*  Header  */

.sf_main_header {	
	font-family: Georgia, "Nimbus Roman No9 L", serif;
	font-size: 48px;
	font-weight: normal;
	text-align: left;
	padding: 15px 0;	
	margin: auto;
	min-height: 40px;
	height: auto !important;
	height: 40px;	
	width: 950px;
	line-height: 1;
	color: #7E7974;		
}

.sf_sub_header {
	display: none;
}

.sf_main_header p {
	margin: 0;
	padding: 0;
}

/*  Navigation  */

.sf_navigation h3 {
	display:none;
}

.sf_navigation .widget_content {
	padding: 0px;
	margin: 0px;
}

.sf_navigation {	
	clear:both;			
	padding:0px;
}

.sf_navigation:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	font-height: 1px;
	margin:0px;
	padding:0px;
}

.sf_navigation ul {	
	padding: 0;
	list-style-type:none;
	height:1%;
	margin: 0;
}

.sf_navigation ul:after {
	content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}

.sf_navigation ul li {	
	float:left;		
	white-space:nowrap;	
	margin: 0;	
	padding: 0 15px 0 15px;
}

.sf_navigation ul li.sf_first_nav_item {	
}

.sf_navigation ul li.sf_last_nav_item {	
}

.sf_navigation ul li a {	
	display: block;	
	padding: 10px 0;
	text-decoration:none;	
	font-size: 18px;	
}

.sf_navigation ul li a:visited {	
	text-decoration:none;
}

.sf_navigation ul li a:hover {	
	text-decoration: none;
}

.sf_navigation ul li.active-nav a {		
	text-decoration: none;
}

/*  Subnav  */

.sf_navigation .subnav { 
	float: left;
	position: absolute;	
	width: 170px;
	left: -999em;
	z-index: 1000;
	margin:0;
	padding: 0 0 5px;
	min-height:1%;
	height:auto !important;
	height:1%;		
	background-color: #ffffff !important;	
}

.sf_navigation .subnav li { 
	white-space: normal;
	min-height:1%;
	height:auto !important;
	height:1%;	
	margin: 0;	
	width: 170px;
	border: none;
	padding: 0;
}

.sf_navigation .subnav li a { 
	background-color: #ffffff;	
	color: #7E7974 !important;
	width: 140px;
	height: auto;
	padding: 4px 15px;	
	border: none;	
	font-size: 13px;
	background-image: none !important;
}

.sf_navigation .subnav li a:visited {
	color: #7E7974 !important;
}

.sf_navigation .subnav li a:hover { 	
	width: 140px;
}

.sf_navigation .subnav .sf_first_nav_item_subnav {	
}

.sf_navigation .subnav .sf_last_nav_item_subnav {
	border-bottom:none;
}

#Nav1 li:hover ul, 
#Nav1 li.sfhover ul { /* lists nested under hovered list items */
	left: auto;	
}

#Nav1 iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	margin-left: 3px;
}
 
#Nav1 li:hover, #Nav1 li.hover {  
    position: static;  
}

/*  End Navigation  */

.sf_extra6 {
	background-image: url(https://animalhospitalofsantafe.com/images/790_pets.png);
	background-repeat: no-repeat;
	width: 950px;
	height: 250px;	
}

.sf_pod {
	width: 350px;	
	float: right;
	font-size: 24px;
	margin-top: 40px;
	margin-right: 65px;
	line-height: 1.2;	
	font-family: Georgia, "Nimbus Roman No9 L", serif;
}

/*  Page Title  */

.sf_pagetitle {	
	float: left;
	padding: 8px 22px;
	margin: 15px 10px 0 -10px;
	min-height: 26px;
	height: auto !important;
	height: 26px;
	font-size: 22px;
	font-weight: normal;	
	position:relative;
	zoom:1;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	color: #ffffff;
	min-width: 70px;
	width: auto !important;
	width: 70px;
	text-align: center;
}

.sf_pagetitle:after {
    background-image: url(https://animalhospitalofsantafe.com/images/790_corner.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	bottom: -4px;
	margin-top: 13px;
	content:'.';
	font-size:0;
	width: 10px;
	height: 4px;
}

.sf_pagetitle h1 {
	font-size: 22px;
	font-weight:normal;
	margin:0;
	clear: both;
}

.sf_region6 {
	background-color: #ffffff;
	float: left;	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width: 950px;
	border: 1px solid #e0d9d7;
	min-height: 50px;
}

/*  Content  */

.sf_content {	
	margin: 0;
	padding: 20px 40px;	
	line-height: 1.4;
	float: left;
	width: 870px;	
}

.sf_content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*  Footer  */

.sf_region10 {	
	min-height:200px;
	height:auto !important;
	height:200px;		
	margin-top: -50px;
	.margin-top: 0;
	border-top: 1px solid #E0D9D7;
	border-bottom: 1px solid #E0D9D7;	
}

.sf_footer {    
	font-family: Georgia, "Nimbus Roman No9 L", serif;	
	text-align: center;	
	padding:60px 10px 20px;
	font-size:11px;		
	color: #dddddd;
	clear: both;
	margin: auto;
	width: 930px;	
}


.sf_footer p {
	margin:0;
	padding:0;
}

.sf_footer a:link,
.sf_footer a:visited {
	color: #dddddd;
}

.sf_banner {
	margin: auto;
	width: 950px;
	text-align:center;
	font-size: 11px;
	padding-bottom: 10px;	
}