/*********************************************************
**********************************************************

	Folder:	Theme326
	Name:	Law_Offices
	Cat:	business and law

**********************************************************
*********************************************************/



/*------------------------------------
	GENERAL
------------------------------------*/

body{
	color:#000;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}
.sf_outer_wrapper{
	width:654px;
	margin: auto;	
	
}
.sf_wrapper{
	width:654px;
	position: relative;
}

a:link {
	color:#000;
}

a:visited {
	color:#000;
}

a:hover {
	color:#000;
}

/*------------------------------------
	HEADER
------------------------------------*/
.sf_header_wrapper{
	width: 654px;
	height: 120px !important; height: 120px;
	min-height: 120px;
	margin-bottom:10px;
}

.sf_main_header p, .sf_sub_header p { margin: 0; padding: 0; }
.sf_main_header{
	width:450px;
	float: right;
	font-family: Verdana, Geneva, Kalimati, sans-serif;
	font-size:12px;
	padding: 30px 0 0 200px;
	font-weight: bold;
    height: 30px;
    overflow: hidden;
}

.sf_main_header div{
    height: 30px;
    overflow: hidden;
}

.sf_sub_header{
	width: 450px;
	float: right;
	font-family: Verdana, Geneva, Kalimati, sans-serif;
	font-size:10px;
	font-weight: bold;
	padding: 0px 0 0 200px;
	color:#FFFFFF;
    height: 25px;
    overflow: hidden;
}

.sf_sub_header div{
    height: 25px;
    overflow: hidden;
}

.sf_pagetitle{
	background-color:#FFFFFF;
	width: 632px;
	font-size: 16px;
	font-family:Verdana, Geneva, Kalimati, sans-serif;
	font-weight:bold;
	padding: 0px 10px 0px;
}


/*------------------------------------
	NAVIGATION
------------------------------------*/
.sf_navigation{
	clear: both;
	height: auto !important;
	margin-top: -29px;
	height: 26px;
}
.sf_navigation ul{
	margin: 0;
	list-style-type: none;
	padding: 0px 0px 0px 8px;
	height: auto !important; 
	height: 26px;
	clear: both;
}
.sf_navigation ul:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 1px;
	clear: both;
}

.sf_navigation ul li a:after {
	display: inline-block;
}

 
/* Hides from IE-mac \*/
* html .sf_navigation ul {height: 1%;}
.sf_navigation ul {display: block;}
/* End hide from IE-mac */

.sf_navigation ul li{
	float: left;
	width: auto !important; 
	width: 5px;
	height: 26px;
}
.sf_navigation ul li a{
	padding: 0px 12px 0px 12px;
	text-decoration: none;
	display: block;
	font-size:10px;
	height: 26px;
	font-weight: bold;
	font-family:Verdana, Geneva, Kalimati, sans-serif;
	height: 15px;
	white-space:nowrap;
}

.sf_navigation_top{
	display:none;
}

.sf_subnavigation, .sf_subnavigation2 {
	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:130px;
	height:auto;
	margin:2px 0 0 4px;
	background:#222222;
	padding:3px 3px 0 3px;
	z-index:1000;
}
#Nav1 li ul li{
	margin:0;
	padding:0;
	height:auto;
	background:none;
}
#Nav1 li ul li a{
	background:#333333;
	height:auto;
	margin:0 0 3px 0;
	width:120px;
	padding:5px;
	line-height:normal;
	white-space:normal;
	border:none;
}
#Nav1 li ul li a:hover{
	background:#222222;
}
#Nav1 li:hover ul, 
#Nav1 li.sfhover ul { /* lists nested under hovered list items */
	left:auto;
}

/*------------------------------------
	CONTENT
------------------------------------*/

.sf_extra5{
    width:652px;
    height: 9px;
    margin: 10px 0px 0px 0px;
}

.sf_extra7{
    width: 652px;
    height: 7px;
}

.sf_pagetitle{
    color: #000;
}

.sf_pagetitle h1 {
	font-size:16px;
	margin: 0;
	font-weight: normal;
}

.sf_pagetitle p{
  	margin:0px;
	padding:0px;
}

.sf_content{
    background-color:#FFFFFF;	
    width:652px;
    font-family: Verdana, Geneva, Kalimati, sans-serif;
    font-size: 12px;
    padding-bottom: 40px;
}

.sf_content:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 1px;
	clear: both;
}





/*------------------------------------
	FOOTER
------------------------------------*/
.sf_footer{
width: 652px;
font-family:Verdana, Geneva, Kalimati, sans-serif;
font-size:11px;
color:#FFFFFF;
text-align:center;
padding-top: 4px;
}

.sf_footer div{
	
	}






/*------------------------------------
	BANNER
------------------------------------*/
.sf_banner{
	color:#000;
	margin-bottom: 35px;
	padding-top: 80px;
	text-align: center;
	font-size: 12px;
}
.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;  
} 
