/*----------------------------------
Nirvana Health Services May 2009
----------------------------------*/
body {	
	background-color: #42aab4;
	margin: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.sf_outer_wrapper {
	width: 982px !important;
	margin: 0px auto;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background-color: #ffffff;
}

.sf_extra1 {
		
}

.sf_wrapper {	
	width: 982px;	
}

	
/*--------------------------------
		Top Navigation
---------------------------------*/
.sf_navigation_top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	min-height:35px;
	height:auto !important;
	height:35px;
	margin-right:21px;
	margin-left: 21px;
	padding:15px 0px 5px 0px;
	font-size:12px;
	font-weight: normal;
}

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

.sf_navigation_top ul {
	min-height:15px;
	height:auto !important;
	height:15px;
	margin:0px;
	padding:0px;
	list-style-type:none;	
}

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

.sf_navigation_top ul li {
	float:left;	
	padding:3px 0px 3px 0px;
	white-space:nowrap;		
}

.sf_navigation_top ul li.sf_last_nav_item {
	
	
}

.sf_navigation_top ul li.sf_first_nav_item {

}

.sf_navigation_top ul li a {
	padding: 3px 10px 4px 10px;
	text-decoration:none;	
}

.sf_navigation_top ul li a:visited {
	
}

.sf_navigation_top ul li a:hover{
}

/*------------------------------------
	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;
}

#Nav1 a {
	display: block;
}

#Nav1 li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	width:140px;
	background:#008c99;
	padding:2px;
	z-index:1000;
}
#Nav1 li ul li {
	background:none;
	margin:0 0 2px 0;
	padding:0;
}
#Nav1 li ul li a {
	background:#7c0047;
	height:auto;
	width:120px;
	padding:5px 10px;
	line-height:normal;
	white-space:normal;
	margin:0;
}
#Nav1 li ul li a:hover {
	background:#008c99;
}
#Nav1 li:hover ul, 
#Nav1 li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/*--------------------------------
		End Top Navigation
---------------------------------*/



/*--------------------------------
		 	Page Title
---------------------------------*/

.sf_pagetitle {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear:both;
	margin:0px 45px 10px 45px;
	font-weight: normal;
	font-size: 22px;
	width:auto;
	text-align:left;
}

/*--------------------------------
		 End Page Title
---------------------------------*/

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

.sf_footer {
	border-top: 1px solid #ffffff;
	background-color: #3aa6b0;
	color: #ffffff;
}

/*--------------------------
		End Footer
--------------------------*/