

body {
	margin: 0px 0px;
	font-family:Verdana, Geneva, Kalimati, sans-serif;
	font-size: 13px;
        
}

/* ------------------------------------
NAVIGATION
------------------------------------ */
.sf_navigation_top { display: none; }
.sf_navigation {
    clear: both;
	min-height:30px;
    height: auto !important;
	height:30px;
	width: 798px;
}

.sf_navigation ul {
    margin: 0 0;
    height: auto !important; height: 1%;
    padding-left: 0;
}

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

.sf_navigation ul {
    list-style-type: none;
}

.sf_navigation ul li {
    float: left;
    width: auto !important;
    width: 5px;
    white-space: nowrap;
}

.sf_navigation ul li a {
	height: 40px;
	margin: 0 0 0 1px;
	text-decoration: none;
	display: block;
	line-height: 28px;
	padding: 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

.sf_navigation ul li a:hover {
    text-decoration: none;
    color: #fff;
    display: block;
}
.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;
	margin:-4px 0 0 0;
	border:solid 1px #929292;
	background:#ffffff;
	padding:3px 3px 0 3px;
	z-index:1000;
}
#Nav1 li ul li{
	margin:0;
	padding:0;
	background:none;
}
#Nav1 li ul li a{
	background:#e8e8e8;
	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:#999999;
}
#Nav1 li:hover ul, 
#Nav1 li.sfhover ul { /* lists nested under hovered list items */
	left:auto;
}

.b1f, .b2f, .b3f, .b4f{font-size:1px; overflow:hidden; display:block;}
.b1f {height:1px; background:#d1fcc4;margin:0 5px;}
.b2f {height:1px; background:#d1fcc4; margin:0 3px;}
.b3f {height:1px; background:#d1fcc4; margin:0 2px;}
.b4f {height:2px; background:#d1fcc4; margin:0 1px;}
.contentf {background: #d1fcc4;}
.contentf div {margin-left: 5px;}

.sf_pagetitle {
	clear: both;
	padding: 10px 0 0 20px;
	text-align: left;
	height: auto !important;
	min-height: 30px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
}
sf_content {
    height: 300px;
    padding: 20px 20px 0 20px;
    margin: 0px;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    height: auto !important;
    height: 200px;
    min-height: 200px;
}


/*------------------------------------
GENERAL
------------------------------------*/
body {
    margin: auto;
}

.sf_outer_wrapper {
    width: 798px;
    margin: 50px auto;
}

.sf_wrapper {
    width: 798px;
    position: relative;
}


a {
    color: #000;
}
a:link {
   text-decoration: none;
 }
a:hover {
    color: #333;
}
a:visited {
    color: #000;
}
