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

	Folder:	Theme219
	Name:	DNA
	Cat:	Medical

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



body{
	color:#000;
	margin: 0 0 80px 0;
	background-attachment: fixed;
	background-color: #fff;
	background-image: url(images/bottom_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.sf_header_wrapper{
	padding-top: 50px;
	padding-bottom: 70px;
}

.sf_main_header{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-weight: bold;
	font-style: italic;
	padding-left: 550px;
}

.sf_sub_header{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px; 
	font-weight: bold;
	font-style: italic;
	padding-left: 555px;

}

/*--------------------------
		Navigation
--------------------------*/

.sf_navigation_top{
	display:none;
}

.sf_navigation{
	clear:both;
	padding-left: 100px;
	min-height:23px;
	height: auto !important;
	height: 23px;
	background-image: url(images/nav.gif);
	background-repeat: repeat;
	background-position: top;
}

.sf_navigation ul{
	margin: 0;
	padding: 0;
	height: auto !important;
}

.sf_navigation ul:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 1px;
	clear: both;
}
.sf_navigation ul li{
	margin-top: 0px;
	list-style-type: none;
	float:left;
}
.sf_navigation ul li.sf_last_nav_item{
	background-image: url(images/nav_left.gif);
	background-repeat: no-repeat;
	background-position: 100% 2px;
}
.sf_navigation ul li a{
	white-space: nowrap;
	position: relative;
	padding: 1px 10px 5px 10px;
	display: block;
	text-decoration: none;
	background-image: url(images/nav_left.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
}
.sf_navigation ul li a:hover{
}

#Nav1, 
#Nav1 ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;	
	line-height: 1;	
}

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

#Nav1 li ul { /* second-level lists */
	position: absolute;	
	width: 200px;
	left: -999em;
	z-index: 1000;
	background-color: #DFDFDF;
}

#Nav1 li ul li { /* second-level lists */	
	width: 200px;
	margin: 0px;
}

#Nav1 li ul li a { /* second-level lists */		
	margin: 0px;
	background-image: none;
	display:block;	
	padding: 5px 10px 6px;
	border-bottom:none;
}

#Nav1 li ul li a:hover { /* second-level lists */	
	background-image: none;
	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;
}

/*--------------------------
		Content
--------------------------*/

.sf_pagetitle , .sf_content , .sf_footer {
	padding: 0 100px;
}
.sf_pagetitle{
	padding-top: 50px;
	padding-bottom: 30px;
	margin-top: 0px;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.sf_pagetitle h1 {
	font-size:18px;
	font-weight:bold;
	margin:0;
}
.sf_footer{
	clear: both;
	padding-top: 80px;
	color: #999;
	clear: both;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

/*--------------------------
		Extra Stuff
--------------------------*/

a:link {
	color:#000;
}

a:visited {
	color:#000;
}

a:hover {
	color:#000;
}

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

.sf_banner a{
	color:#000;
}
.sf_banner a:visited{
	color:#000;
}
.sf_banner a:hover{
	color:#000;
}

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