/*********************************************************
**********************************************************

	Folder:	Theme211
	Name:	Dogsit
	Cat:	Animals (?)

**********************************************************
*********************************************************/
.sf_navigation {
	display:none;
}

body{
	margin:auto;
	margin-top:40px;
}
.sf_extra1{
	height:11px;
	width:832px;
	margin:auto;
}
.sf_header_wrapper{
	height:auto !important; height:199px;
	min-height:199px;
	padding-top:20px;
}
.sf_outer_wrapper{
	width:827px;
	margin:auto;
	background-image:url(images/center.gif);
	background-repeat:repeat-y;
	background-position:0 0;
}
.sf_wrapper{
	margin:auto;
	background-color:#D6D6D6;
	width:797px;
}
.sf_main_header{
	margin:10px 0px 0px 5px;
	padding-left:75px;
	font-weight:bold;
	height:150px;
	overflow:hidden;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:3em;
}
.sf_sub_header{
	display:none;
	padding-left:84px;
	color:#666;
	font-weight:bold;
	height:30px;
	overflow:hidden;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
}
.sf_sub_header p, .sf_main_header p{
margin:0;
padding:0;
}

.sf_extra2{
	float:right;
	height:199px;
	width:199px;
	margin-top:-27px !important;
	margin-top:-27px;
}

/*------------------------------------
	Navigation
------------------------------------*/
.sf_navigation_top{
	border-top:5px solid #000;
	width:797px;
	height:30px;
	height:auto !important;
}
.sf_navigation_top ul{
	margin:0;
	padding:0;
	min-height:1%;
	height:auto !important;
	height:1%;
}
.sf_navigation_top ul:after{
	content:".";
	display:block;
	visibility:hidden;
	height:0;
	clear:both;
}
.sf_navigation_top ul li{
	list-style-type: none;
	float:left;
}
.sf_navigation_top ul li.sf_last_nav_item{
}
.sf_navigation_top ul li a{
	display:block;
	color:#3F3F3F;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	font-weight:bold;
	min-height:24px;
	height:auto !important;
	height:24px;
	width: auto !important;
	width: 1%;
	padding:6px 10px 0;
	white-space:nowrap;
}
.sf_navigation_top ul li a:visited{
	color:#3F3F3F;
}
.sf_navigation_top ul li a:hover{
	color:#ffffff;
}
.sf_navigation{
	display:none;
}
/*------------------------------------
	Dropdown
------------------------------------*/
#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, 
#Nav1 ul { /* all lists */
	list-style:none;
	width:100%;
}

#Nav1 a {
	display:block;
}

#Nav1 li { /* all list items */
	float:left;
}

#Nav1 li ul { /* second-level lists */
	position:absolute;
	left:-999em;
	width:150px;
	background:#939292;
	z-index:1000;
}
#Nav1 li ul li{
	float:left;
}
#Nav1 li ul li a{
	background:#939292;
	white-space:normal;
	overflow:visible;
	width:150px !important;
	min-height:1%;
	height:auto !important;
	height:1%;
	padding:6px 10px 7px;
	color:#333333;
}
#Nav1 li ul li a:hover{
	background:#afacac;
}
#Nav1 li:hover ul, 
#Nav1 li.sfhover ul { /* lists nested under hovered list items */
	left:auto;
}
/*#Nav1 li:hover, #Nav1 li.hover {  
    position: static;  
} */
#Nav1 li ul {
}

/*------------------------------------
	Other Stuff
------------------------------------*/
.sf_pagetitle{
	background:#000;
	color:#fff;
	filter:alpha(opacity=30);
	opacity:0.5;
	padding-left:15px;
	min-height:15px;
	height:auto !important;
	height:15px;
	padding-bottom:16px;
	margin-top:-30px;
	border-bottom-color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	width:782px;
}

.sf_content{
	width:740px;
	padding-left:15px;
	padding-top:25px;
	background-color:#D6D6D6;
	height:auto !important;
	height:1%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
}

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

.sf_extra7{
	background:#640006 url(images/body_bottom.gif) no-repeat 0 0;
	height:60px;
	border-bottom:5px solid #000;
	clear:both;
}
.sf_extra9{
	width:827px;
	height:11px;
	margin:auto;
}
.sf_footer{
	clear:both;
	display:block;
	background:#fff;
	min-height:11px;
	height:auto !important;
	height:11px;
	padding-top:10px;
	padding-bottom:5px;
	color:#3f3f3f;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}


/*------------------------------------
	BANNER
------------------------------------*/
.sf_banner{
	margin-bottom:35px;
	padding-top:80px;
	text-align:center;
	font-size:.8em;
}
.sf_banner div#bannerLink{
	padding-top:10px;
}
.wstbanner {
	color:#999;
}

.sf_subnavigation, .sf_subnavigation2 {
	display:none;
}
/**
 * Sticking flyout menu bug
 *
 * @bugfix
 * @affected ie7
 * @css-for ie7
 * @valid yes
 */
#Nav1 li:hover, #Nav1 li.hover {  
    position: static;  
} 

a:link {
	color:#0000EE;
}
a:visited {
	color:#551A8B;
}
a:hover{
	color:#0000EE;
}

