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

Folder: Theme351_Religious 2
Name: Religious 2
Cat: Religion

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

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

.sf_outer_wrapper {
    width: 683px;
    margin: auto;
    margin-top: 50px;
}

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

.sf_extra1 {
    font-size:1px;
}

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

/* ------------------------------------
HEADER
------------------------------------ */
.sf_header_wrapper {
    position: relative;
    height: auto !important height: 80px;
	min-height: 80px;
    margin-right: 7px;
    padding: 0 0 0 16px;
}

/* banner image */
.sf_header_wrapper:after {
   content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}

.sf_extra2 {
    position: absolute;
    top: 12px;
    left: 16px;
    width: 184px;
    height: 30px;
}

.sf_main_header {
	float: right;
	padding-top: 10px;
	whitespace: no-wrap;
	width: 400px;
	height: 25px;
	overflow:hidden;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;	
}

.sf_main_header div {
    vertical-align: bottom;
}
.sf_sub_header {
	float: right;
	clear:both;
	text-align: left;
	whitespace: no-wrap;
	width: 400px;
	padding: 5px 0 10px 0;
	margin-bottom:20px;
	height: 20px;
	overflow:hidden;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}
.sf_sub_header p, .sf_main_header p{
	margin: 0;
	padding: 0;
}

/* ------------------------------------
NAVIGATION
------------------------------------ */
.sf_navigation_top { display: none; }

.sf_navigation {
    float: left;
    margin: 0;
    margin-left: 4px;
    display: inline;
    width: 169px;
    padding-bottom: 32px;
}

.sf_navigation ul {
    margin: 0 0;
    height: auto !important;
    height: 1%;
    padding-left: 15px;
    list-style-type: none;
}

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

.sf_navigation ul {
    
}

.sf_navigation ul li {
    white-space: nowrap;
    margin: 0;
    margin-right: 16px !important;
    margin-right: 8px;
}

.sf_navigation ul li a {
	padding: 0 1.5em 0 15px;
	margin: 0;
	text-decoration: none;
	display: block;
	line-height: 33px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	width:110px;
	font-variant: normal;
}

.sf_navigation ul li a:hover {
}
.sf_subnavigation, .sf_subnavigation2 {
	display:none;
}
/*------------------------------------
	Flyout - Left Aligned Menu
------------------------------------*/
#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 li ul {  
	position:absolute;
	left: -999em;
	width:180px;
	margin:-1.5em 0 0 130px;
	border:0;
	padding:0;
	z-index:1000;
}
#Nav1 li a {
	display : block;
}
#Nav1 li ul li {
	margin:0;
	padding:0;
	background:none;
	float:left;
}
#Nav1 li ul li a {
	display : block;
	margin:0;
	padding:9px 5px;
	white-space:normal;
	width:170px;
	line-height:normal;
}
#Nav1 li ul li a:hover {

}

#Nav1 li:hover ul, 
#Nav1 li.sfhover ul {  
	left: auto;
}

/*------------------------------------
CONTENT
------------------------------------*/
.sf_pagetitle {
	text-align: left;
	text-transform: uppercase;
	margin: 0 20px 0 190px;
	padding: 20px 20px 0 0;
	border-bottom: 2px solid #ccc;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.sf_pagetitle h1 {
	font-size:18px;
	margin: 0;
}

.sf_content {
    margin: 0 20px 0 180px;
    padding: 5px 0 0 0;
    font-size: 13px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    height: auto !important;
    height: 200px;
    min-height: 200px;
}

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

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

/*------------------------------------
FOOTER
------------------------------------*/
.sf_footer {
    text-align: center;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #ccc;
    height: 20px;
    padding: 12px 0px 0px 50px;
    margin: 0 20px 0 0;
}

/*------------------------------------
BANNER
------------------------------------*/
.sf_banner {
    margin-bottom: 35px;
    padding-top: 80px;
    text-align: center;
    font-size: 13px;
}

.sf_banner div#bannerLink {
    padding-top: 10px;
}
/**
 * Sticking flyout menu bug
 *
 * @bugfix
 * @affected ie7
 * @css-for ie7
 * @valid yes
 */
#Nav1 li:hover, #Nav1 li.hover {  
    position: static;  
} 
