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

	Folder:	Theme342
	Name:	Wedding 1
	Cat:	Weddings

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



/*------------------------------------
	GENERAL
------------------------------------*/

.sf_outer_wrapper{
	width: 736px;
	margin: auto;
	border: 1px solid #ccc;
}
.sf_wrapper{
	width: auto;
	height: auto;
	background-color: #FAFAFA;

}
.sf_wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	font-size: .01em;
}
/*------------------------------------
	HEADER
------------------------------------*/
.sf_header_wrapper{
	width:736px;
	height: auto !impo	rtant height: 60px;
	min-height: 60px;
	background-color: #FBFBFB;
}
.sf_main_header{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	width: auto;
	float: left;
	padding: 10px 10px 0px 30px;
	height: 25px;
	overflow:hidden;
}
.sf_sub_header{
	width:auto;
	float: left;
	font-size: .7em;
	padding: 12px 10px 0px 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height: 25px;
	overflow:hidden;
}
.sf_sub_header p, .sf_main_header p{
	margin: 0;
	padding: 0;
}
.sf_extra1{
	width: 736px;
	height: auto !important height: 31px;
	min-height: 31px;
}
			
/*------------------------------------
	NAVIGATION
------------------------------------*/

.sf_navigation{
	width: 100%;
	height: auto;
	background-image: url(images/nav_bg.gif);
	background-repeat: repeat;
}
.sf_navigation ul{
	margin: 0;
	padding: 0;
	height: auto !important; height: 1%;
}
.sf_navigation ul:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 1px;
	clear: both;
}
.sf_navigation ul li{
	list-style-type: none;
	float:left;
	width: 184px;
	height: auto;
}

.sf_navigation ul li a{
	white-space: nowrap;
	position: relative;
	display: block;
	text-decoration: none;
	text-align:center;
	padding: 4px 0px 8px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: bold;
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.sf_navigation ul li a:hover{
	background-image: url(images/nav_on.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.sf_navigation_top{
	display:none;
}

/*--------------------------------
		Flyout Menus
---------------------------------*/

#Nav1, 
#Nav1 ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	background-image: none;
}

#Nav1 a {	
	display:block;	
}

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

#Nav1 li ul { /* second-level lists */
	position: absolute;		
	width: 180px;
	left: -999em;
	z-index: 1000;
	background-color: #ffffff;
	border-width:0px 1px 1px;
	border-style:solid;
	border-color:#cccccc;
}

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

#Nav1 li ul li a, 
#Nav1 li ul li a:visited { /* second-level lists */	
	color: #000;
	padding:5px 0px 6px;
	background-image: none;
	border-bottom:1px dotted #cccccc;
}

#Nav1 li ul li a:hover{ /* second-level lists */	
	background-image: none;
	text-decoration: none;
	background-color:#eeeeee;
}

#Nav1 li ul li.sf_last_nav_item_subnav a {
	border: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_content{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 15px 20px 20px;
	font-size: .8em;
	height: auto;
}
.sf_pagetitle{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em;
	font-weight: bold;
	padding: 20px 0px 0px 20px;
	height: 30px !important height: 30px;
	min-height: 30px;
}
.sf_extra5{
	width:736px;
	height: auto !important height: 166px;
	min-height: 166px;
}
.sf_extra5 span{
	display:block;
	height: 120px;
	width: 350px;
	padding: 15px 15px 0px 10px;
	margin-left: 350px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	overflow:auto;
}	
		
/*------------------------------------
	FOOTER
------------------------------------*/
.sf_footer{
	width: 100%;
	height: auto !important height: 34px;
	min-height: 34px;
	padding: 0;
	margin: 0;
	clear:both;
}
.sf_footer div{
	display:block;
	text-align:center;
	font-size:.6em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-top: 8px;
}
		
/*------------------------------------
	banner
------------------------------------*/	
		
.sf_banner{
	margin-bottom: 35px;
	padding-top: 80px;
	text-align: center;
	font-size: .8em;
}
.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;  
} 
