@charset "utf-8";

@font-face {
   font-family: "Goudy Bookletter 1911";
   src: url('/fonts/GoudyBookletter1911.otf');
}

/* CSS Document */
* {
  margin: 0;
  padding: 0;
}

html, body {
	font-family:"Goudy Bookletter 1911","Times New Roman", Times, serif;
	height:100%;
	}
#container {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#upper {
	padding-bottom:120px;
	margin:0px;
	clear:both;
}
a {color:#666;}
a:hover {color:#f90;}

.nsc {
	width:960px;
	margin:0px auto;
}

#header {
	height:169px;
	padding-top:15px;
	background:#171717 url(/images/header-grad.png) top left repeat-x;
}

#logo {
	position:relative;
	left:-60px;
	margin:1px 0px;
}

#navigation {
	height:50px;
	margin:0px;
	padding:0px;
	clear:both;
	list-style:none;
}

#navigation li {
	float:left;
	margin:0px 2px 0px 0px;
	text-align:center;
}


#navigation li a {
	display:block;
	font-size:1.20em;
	margin:0px 2px 0px 0px;;
	padding-top:15px;
	text-decoration:none;
	color:#ccc;
	height:40px;
	padding:10px 20px 20px;
}
#navigation .current {

}
#navigation .current a {
	color:#151515;
	background:#fff;
	-moz-border-radius:10px 10px 0px 0px;
	-webkit-border-radius:10px 10px 0px 0px;
	border-radius:10px 10px 0px 0px;
}

#navigation li a:hover {
	color:#f90;
}

#content {
	padding:0px 10px;
}

.home-content h2 {
	font-size:2.8em;
	font-weight:normal;
	margin:0px;
}
.home-content h3 {
	width:940px;
	font-size:1.7em;
	font-weight:normal;
	clear:both;
	padding-top:25px;
	margin:0px 0px 15px 0px;
	border-bottom:1px solid #151515;
	font-style:italic;
}

.home-content p {
	font-size:1.1em;
	width:460px;
	margin:2px 0px;
	border-bottom:1px solid #151515;
	padding-bottom:30px;
}

.thirds {
	width:305px;
	float:left;
}
.halfs {
	float:left;
	width:460px;
	margin:0px;
}

.quads {
	display:block;
	float:left;
	width:220px;
	margin:0px;
}
.mr {
	margin-right:20px;	
}

.clear {clear:both;}
.center {text-align:center;}

/*============ main page ===========*/
.main-recent {margin-bottom:15px;}
.main-recent img {
	margin-bottom:3px;
	border:0px;
}
.main-recent a {
	font-size:1.05em;
	text-decoration:none;
}
.main-recent em {
	font-size:.8em;
}

.recent-box {
	display:block;
	width:220px;
	overflow:hidden;
}
.recent-box div {
	width:450px;
	padding-bottom:4px;
	}
.recent-box span {
	display:block;
	width:220px;
	height:155px;
	float:left;
}
.r-swap {
	float:right;
	display:inline;
	clear:none;
	position:relative;
	left:-220px;
}

.sub-content h3 {
	font-size:1.7em;
	font-weight:normal;
	width:270px;
	padding-top:25px;
	margin:0px 0px 15px 0px;
	border-bottom:1px solid #151515;
	font-style:italic;
}

.sub-content p {
	font-size:1.1em;
	width:270px;
	margin:2px 0px;
	border-bottom:0px solid #151515;
	padding-bottom:5px;
}

.sub-content .block {
	width:270px;
	float:left;
	margin:10px;
}



/*============ footing ===========*/
#footer {
	/*margin-top:50px;*/

	height:60px;
	padding-top:10px;
	background:#171717 url(/images/header-grad.png) top left repeat-x;
	font-size:.9em;
	color:#999;
	width: 100%;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
}
#footer a{color:#999;text-decoration:none;margin:0px 2px;}
#footer a:hover{color:#f90;}
#footer .thirds {
	padding-top:12px;
}

#footer .nsc {
	width:940px;
	height:53px;
	background:transparent url(/images/footer.png) top right no-repeat;
}
.data-content {display:none !important;}
span.disp-none {display:none !important;}
#t7-app {
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:100%;
	display:none;
	z-index:9997;
}

#t7-app-overlay {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	
	background-image:url(/images/trans-30.png);

}
#t7-app-content {
	width:980px;
	margin-top:5% !important;
	margin-right:auto;
	margin-left:auto;

	}
#t7-content-replace {
		background:#fff;
	padding:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
-moz-box-shadow: 0px 0px 5px #444;
-webkit-box-shadow: 0px 0px 5px #444;
box-shadow: 0px 0px 5px #444;
}