/**
 * @file
 * @project 712
 * @package sftheme
 * @site app1
 */


/*----------------------------------
		Typography
----------------------------------*/

h1, h2, h3, h4, h5, h6 {font-weight:bold;}
h1 {font-size:24px;margin:10px 0;padding: 0px; font-family: "Times New Roman", Times, FreeSerif;}
h2 {font-size:22px;margin:10px 0;padding: 0px; font-family: "Times New Roman", Times, FreeSerif;}
h3 {font-size:20px;margin:10px 0;padding: 0px; font-family: "Times New Roman", Times, FreeSerif;}
h4 {font-size:18px;margin: 5px 0;padding: 0px; font-family: "Times New Roman", Times, FreeSerif;}
h5 {font-size:13px;font-weight:bold;margin: 5px 0;padding: 0px;font-family: "Times New Roman", Times, FreeSerif, serif;}
h6 {font-size:13px;font-weight:bold;margin: 3px 0;padding: 0px;font-family: "Times New Roman", Times, FreeSerif;}

body {
	margin: auto;
	font-family: "Times New Roman", Times, FreeSerif;
	font-size: 14px;
	line-height: 20px;
	background-repeat: repeat-x;
	color: #666666;
}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: none;
}

/*----------------------------------
		Outer wrapper
----------------------------------*/

.sf_outer_wrapper {
	width: 960px;
	margin: 0px auto;
}
.sf_region1 {
	line-height: 20px;
	height: auto !important;
	
}
.sf_main_header {
	font-family: "Times New Roman", Times, FreeSerif, serif;
	font-size:48px;
	text-align: center;
	float: left;
	padding-top: 41px;
	padding-bottom: 20px;
	width: 100%;
	letter-spacing: 7px;
	word-wrap: break-word;
	line-height: 45px;
	color: #717171;
}
.sf_sub_header {
	display: none;
}


/*----------------------------------
		Wrapper
----------------------------------*/
.sf_wrapper {
	background-repeat: repeat-y;
	width: 960px;
}
/*----------------------------------
		Photos
----------------------------------*/

.sf_header_wrapper {
	width: 960px;
	height: 227px;
	margin-left: 20px;
	clear:both;
	text-align: left;
	background-image: url("images/712_photosbg.png")/*tpa=http://kukmukwan.org/images/712_photosbg.png*/;
	background-position: -20px 0px;
	background-repeat: no-repeat;
}
.sf_extra2 {
	background-image: url("images/712_wedding_photo1.jpg")/*tpa=http://kukmukwan.org/images/712_wedding_photo1.jpg*/;
	background-position: 9px 0px;
	background-repeat: no-repeat;
	padding-top: 221px;
	width: 310px;
	float: left;
	display: block;
	height: 5px;
}
.sf_region3 {
	background-image: url("images/712_wedding_photo2.jpg")/*tpa=http://kukmukwan.org/images/712_wedding_photo2.jpg*/;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-top: 221px;
	width: 310px;
	float: left;
	display: block;
	height: 5px;
}
.sf_extra3 {
	background-image: url("images/712_wedding_photo3.jpg")/*tpa=http://kukmukwan.org/images/712_wedding_photo3.jpg*/;
	background-position: 10px 0px;
	background-repeat: no-repeat;
	padding-top: 221px;
	width: 310px;
	float: left;
	display: block;
	height: 5px;
}
/*----------------------------------
		Top area above navigation
----------------------------------*/
.sf_region5 {
	background-image: url("images/712_topwhitebg.png")/*tpa=http://kukmukwan.org/images/712_topwhitebg.png*/;
	background-position: 10px 10px;
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 960px;
}
/*----------------------------------
		Navigation
----------------------------------*/
.sf_navigation {
	/*fasthack*/
	min-height:1%;
 	height:auto !important;
 	height:1%;
	background-image:url("images/712_topleftflourish.jpg")/*tpa=http://kukmukwan.org/images/712_topleftflourish.jpg*/;
	background-repeat: no-repeat;
	background-position:0px 0px;
	margin-top: 23px;
	margin-left: 28px;
	padding-bottom: 24px;
	padding-top: 0px;
	display: inline;
	float: left;
	width: 850px;
	display: inline;
}
.sf_navigation h3 {
	display:none;
}
.sf_navigation ul {
	list-style:none;
	clear:left;
	float:left;
	margin: 10px 0 0 20px;
	padding:0;
	list-style-type:none;
	height:1%;
	float:left;
	display: inline;
}
.sf_navigation:after {
	content:".";
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
}
.sf_navigation ul li {	
	list-style-type: none;
	display: inline;
	float: left;
	zoom: 1;
	padding-right: 20px;
	z-index:499;
	float:left;		
	white-space:nowrap;	
	margin: 0 20px 0 0;
	padding: 0;
}
.sf_navigation ul li a {
	font-family: "Times New Roman", Times, FreeSerif, serif;
	font-size:18px;
	text-decoration:none;
	line-height:1.3em;
	text-align: left;
	z-index: 499;
	word-wrap: break-word;
	padding-right: 10px;
	padding-bottom: 10px;
	color: #666666;	
	display: block;
}
.sf_navigation ul li a:visited {
	text-decoration: none;
	color: #616161;
}
.sf_navigation ul li a:hover {
	color: #222222;
	text-decoration: none;
}
/*----------------------------------
		Submenu
----------------------------------*/
.sf_navigation ul.subnav {
	/*fasthack*/
	min-height:10px;
 	height:auto !important;
 	height:10px;
	position: absolute;
	width:170px;
	margin: 0 0 0 -1px;
	left: -999em;
	z-index: 1000;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	line-height:1.3em;
		
}
.sf_navigation ul.subnav li {
	/*fasthack*/
	min-height:1%;
 	height:auto !important;
 	height:1%;
	float: left;
	background:none;
	margin:0;
	padding:0px 5px;
	background-color: #ffffff;
	color: #999999;
	z-index:1000;
	line-height:1.3em;
}
.sf_navigation ul.subnav li a {
	color: #666666;
	display:block;
	width:128px;
	padding:5px 10px;
	white-space:normal;
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	background-image: none;
	font-size:14px;
	line-height:1.3em;
}
.sf_navigation ul.subnav li a:visited {
	display: block;
	padding: 0px 10px;
	white-space: normal;
	margin: 0;
	text-decoration: none;
	font-weight: normal;
}
.sf_navigation ul.subnav li a:hover {
	text-decoration: none;
	background-image: url("images/712_submenu_flourish.png")/*tpa=http://kukmukwan.org/images/712_submenu_flourish.png*/;
	background-position: 0 5px;
	background-repeat: no-repeat;
	background-color: #ffffff;
	color: #333333;
}
/* lists nested under hovered list items */
#Nav1 li:hover ul, #Nav1 li.sfhover ul {
	left: auto;
}

/* Sticking flyout menu bug */ 
#Nav1 li:hover, #Nav1 li.hover {
	position: static;
}
/* account for the border */
#Nav1 iframe {
	position: absolute;
	left: -0.25em;
	top: -0.25em;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0, opacity=0);
	margin-left: 3px;
}

/*----------------------------------
		Page title
----------------------------------*/
.sf_pagetitle {
	float: left;
	clear:both;
	font-family: "Times New Roman", Times, FreeSerif, serif;
	font-size: 20px;
	margin:1px 0 0 50px;
	min-height: 25px;
	height: auto !important;
	height: 25px;
    width: 864px;
	padding-top: 1px;
	font-weight: normal;
	word-break: break-all;
	padding-right: 20px;
	color: #717171;
	font-weight:normal;
	display: inline;
}
.sf_pagetitle h1 {
	font-size:20px;
	margin:0;
	font-weight:normal;
}
/*----------------------------------
		main content area
----------------------------------*/
.sf_region6 {
	/*fasthack*/
	min-height: 20px;
	height: auto !important;
	height: 20px;
	background-image: url("images/712_whitebg.png")/*tpa=http://kukmukwan.org/images/712_whitebg.png*/;
	background-position: 10px 0;
	background-repeat: repeat-y;
	display: inline;
	float: left;
	width: 960px;
}
.sf_content {
	float: left;
	width: 858px;
	margin-left: 41px;
	display: inline;
}
.sf_content:after {
	content:".";
	display:block;
	visibility:hidden;
	clear:both;
	height:0;

}
.btn {
	text-transform: uppercase;
	margin: 3px 3px 1px 0;
	font-size: 12px;
	cursor: pointer;
	letter-spacing: 0px;
	_letter-spacing: 0px;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	background-color: #edede4;
	color: #887e78;
	border: 1px solid #d9d7d0;
}
.btn:hover {
	background-color: #b6b6af;
	color: #ffffff;
}

/*----------------------------------
		Sidebar and Widgets
----------------------------------*/
.widgetset .widget_content {
	overflow:hidden;
	padding:5px 0px;
}
.widgetset .widget {
	margin-bottom:10px;
	width: 215px;
	float: left;
}
.widgetset .widget_header {
	color: #616161;
	margin:0px;
	padding:3px 0px;
	font-size:18x;
	font-weight: bold;
	width: 205px;
}
.widgetset .widget_header a, .widgetset .widget_header a:visited {
	text-decoration:none !important;
		color: #666666;
}
.widgetset .widget_header a:hover {
	text-decoration:none !important;
		color: #666666;
}
.widgetset ul, .widgetset ol {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.widgetset li {
	margin:0px;
	padding:5px 0px;
	overflow:hidden;
}
.widgetset li li {
	border-bottom:none;
}
.widgetset a:link, .widgetset a:visited {
	text-decoration: underline;
	padding: 2px 0;
}
.widgetset a:hover {
	text-decoration: none;
	padding: 2px 0;
}
.widgetset .form_item {
	margin: 5px 0px;
	width: 175px;
}
.widgetset input, .widgetset select {
	width: 175px;
}
.widgetset .btn {
	width: auto;
	margin: 3px 0px;
}
/*----------------------------------
		Footer
----------------------------------*/
.sf_region9{
	/*fasthack*/
    min-height: 127px;
	height: auto !important;
	height:127px;
    background-image: url("images/712_footer.png")/*tpa=http://kukmukwan.org/images/712_footer.png*/;
    background-position: center bottom;
    background-repeat: no-repeat;
   	display: inline;
    float: left;
    width: 960px;
}
.sf_footer {
	/*fasthack*/
	min-height:57px;
 	height:auto !important;
    height: 57px;
	background-image: url("images/712_footer_flourish.png")/*tpa=http://kukmukwan.org/images/712_footer_flourish.png*/;
    background-repeat: no-repeat;
    clear: both;
    color: #666666;
    font-family: "Times New Roman",Times,FreeSerif,serif;
    font-size: 12px;
    margin-left: 29px;
	padding: 50px 40px 20px 35px;
    text-align: left;
    width: 828px;
}
.sf_footer p {
	margin:0px;
	padding:0px;
}
/*----------------------------------
		Banner
----------------------------------*/
.sf_region10 {
	width:100%;
	display: block;
	float: left;
	
}
#bannerLink {
	margin: 10px 0 40px 0;
}
.sf_banner {
	font-size: 11px;
	margin-top: 40px;
	text-align: center;
	color: #717171;
}
.sf_banner a:link, .sf_banner a:visited {
	color: #717171;
}
/*----------------------------------
		DB Now
----------------------------------*/
.Data_Central_color1 {
	color:#222222;
}
.Data_Central_color2 {
	background-color:#9F9F9F;
	color:#222222;
}
.Data_Central_color3 {
	background-color:#CFCFCF;
	color:#222222;
}
.Data_Central_color3 a {
	color:#222222;
	text-decoration:underline;
}
.Data_Central_color3 a:visited {
	color:#222222;
	text-decoration:underline;
}
.Data_Central_color3 a:hover {
	color:#222222;
	text-decoration:none;
}
.Data_Central_color4 {
	background-color:#ffffff;
	color:#222222;
}
.Data_Central_color5 {
	border-color:#EFEFEF;
}
.Data_Central_color6 {
	background-color:#EFEFEF;
	color:#222222;
}
.Data_Central_color7 {
	background-color:#999999;
	color:#ffffff;
}