@charset "utf-8";
/* CSS Document */
body{
	background:#ccc;
	margin:0;
	font-size:14px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	}

a{
	outline:none;
	}
	
.link {color: #000;
	text-decoration: none;
	font-weight: bold;
}
.keyword {color: #000;
	text-decoration: none;
	font-weight: bold;
}
a.link:link{
	color: #006;
	text-decoration: none;
	font-weight: normal;
	}
a.link:visited{
	color: #006;
	text-decoration: none;
	font-weight: normal;
	}
a.link:active{
	color: #006;
	text-decoration: underline;
	font-weight: normal;
	}
a.link:hover{
	color: #006;
	text-decoration: underline;
	font-weight: normal;
	}

.arial{
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif
}
	
#container{
	width:875px; 
	margin:15px auto;
	margin-bottom:5px;
	border:1px solid #666;
	background:#fff;
	}

#header{
	height:80px;
	background:#30539C;
	position:relative;
	}


#logo h1{
	margin:0;
	padding:0;
	}

#logo h1 a {
	padding-top: 0px;
	height: 51px;
	width: 322px;
	overflow: visible;
	border:0px none;
	text-decoration:none;
	font-size:0px;
	position:absolute;
	left:7px;
	top:9px;
	outline:none;
	}

#navbar{
	position:absolute;
	right:-33px;
	top:56px;
	height:22px;
	color:#95b8d9;
	width: 450px;
	}

#navbar ul{
	list-style-type:none;
	margin:0;
	padding:0;
	}

#navbar ul li{
	float:left;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	}

#navbar ul li a{
	display:block;
	color:#fff;
	text-decoration:none;
	margin:0 3px;
	text-transform:uppercase;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bolder;
	padding:2px 2px;
	}

#navbar ul li a:hover, #navbar ul li a.sel{
	color:#95b8d9;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: normal;
	font-weight: bolder;
	}

#navbar ul li.sep{
	margin:0 5px;
	}

#topnav{
	font-size:11px;
	color:#fff;
	position:absolute;
	right:20px;
	top:15px;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 1px;
	}

#topnav a{
	color:#fff;
	text-decoration:none;
	}

#topnav a:hover, #topnav a.sel{
	color:#95b8d9;
	}

#topnav .sep{
	margin:0 8px;
	}

#subnav{
	background:#95B8D9;
	height:25px;
	margin-top:2px;
	margin-bottom:1px;
	font-size: 14px;
	}

.blueline{
	height:3px;
	background:#30539c;
	}

#subnav ul{
	list-style-type:none;
	margin:0;
	padding:0;
	}

#subnav ul li{
	float:left;
	}

#subnav ul li a{
	display:block;
	color:#000;
	text-transform:uppercase;
	margin:0 15px;
	padding:5px 0;
	font-weight:bold;
	text-decoration:none;
	}

#subnav ul li a:hover{
	color:#fff;
	}

#subnav ul li a.sel{
	color:#30539c;
	}

#contents{
	padding:9px;
	line-height:inherit;
	font-family: "Times New Roman", Times, serif;
	position: static;
	border: 1px;
	}

#contents .boxLeft{
	width:520px;
	float:left;
	padding:5px;
	}

#contents .boxRight{
	width:280px;
	float:left;
	padding:5px;
	margin-left:20px;
	}

#contents .boxRight img{
	border:1px solid #30539C;
	padding:5px;
	}
#homeContents{
	position:relative;
	padding:10px;
	}

#homeContents .box{
	width:auto;
	float:inherit;
	margin-right:5px;
	margin-left:5px;
	padding-bottom: 10px;
	}
	
#homeContents .boxBorder{
	width:auto;
	float:inherit;
	margin-right:5px;
	margin-left:5px;
	border: 1px solid #30539C;
	}

#homeContents .contents{
	position:absolute;
	top:492px;
	left:15px;
	width:799px;
	height:217px;
	padding:20px;
	line-height:normal;
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	overflow: visible;
	border: 1px solid #30539C;
	}

#homeContents .intro{
	position:absolute;
	top:89px;
	left:280px;
	width:300px;
	height:320px;
	padding:5px;
	background-color: #FFFFFF;
	}

#homeContents .intro div{
	border:1px solid #30539C;
	height:290px;
	padding-top:30px;
	text-align:center;
	}

#homeContents .intro p a{
	text-transform:uppercase;
	text-decoration:none;
	color:#333;
	font-size:13px;
	font-weight:bold;
	}

#homeContents .intro p a:hover{
	color:#8CC6FF;
	}
#homeContents .intro div h2{
	color:#30539C;
	margin:10px 10px;
	font-size:16px;
	text-transform:uppercase;
	letter-spacing:-0.02em;
	word-spacing:2px;
	text-align:center;
	font-weight:normal;
	line-height:24px;
	font-family: "Times New Roman", Times, serif;
	}
	
#homeContents .contents h2, #contents h2{
	color:#30539C;
	margin:10px 0;
	font-size:17px;
	text-transform:uppercase;
	letter-spacing:-0.02em;
	word-spacing:2px;
	font-family: "Arial Narrow", Arial, sans-serif;
	}
.clear{
	clear:both;
	}

#footer{
	width:875px;
	margin:5px auto;
	font-size:13px;
	text-transform:uppercase;
	color:#333;
	margin-bottom:15px;
	font-family: "Times New Roman", Times, serif;
	}

#footer p{
	margin:3px 0;
	}

#footer .copyrights{
	float:right;
	font-size:10px;
	text-align: right;
	}
#contents .question{
	color:#30539C;
	margin:3px 0;
	}

#contents .answer{
	margin-top:3px;
	margin-bottom:15px;
	}

.tblPrices{
	width:100%;
	border-bottom:1px solid #333;
	margin-bottom:20px;
	}

.tblPrices td{
	border-bottom:1px solid #999;
	padding:2px;
	padding-left:8px;
	vertical-align:top;
	}

.tblPrices .price{
	background:#e2e2e2;
	width:90px;
	text-align:right;
	padding-left:2px;
	padding-right:8px;
	}

.tblPrices .priceWhite{
	width:90px;
	text-align:right;
	padding-left:2px;
	padding-right:8px;
	}

.tblPrices .title{
	padding-left:2px;
	font-weight:normal;
	}

.tblPrices .title2{
	padding-left:2px;
	width: 50%;
	}

.tblPrices .nobdr{
	padding:10px 0;
	}
.hr{
	border-bottom:1px solid #333;
	margin:20px 0;
	}

.tblPrices .spacer{
	border-bottom:0;
	width:10px;
	}

.tblPrices .spacer2{
	border-bottom:0;
	border-left:1px solid #666;
	padding:0 5px;
	margin-left:10px;
	}

.tblPrices h2 small{
	color:#333;
	font-weight:normal;
	font-size:12px;
	text-transform:none;
	}

.tblCol2{
	width:100%;
	border-bottom:1px solid #333;
	}

.tblCol2 td{
	vertical-align:top;
	}

.tblCol2 .tblPrices{
	border-bottom:0;
	}

.boxRight .btnDownload{
	background:url('../images/download-icon.jpg') left 0px no-repeat;
	padding-left:45px;
	display:block;
	font-size:13px;
	padding-bottom:10px;
	padding-top:7px;
	text-decoration:none;
	color:#30539C;
	}

a img{
	border:0;
	}

#contents .boxRight .noborder{
	border:0;
	}

#contents .boxLeft .btnDownload{
	width:150px;
	display:block;
	float:left;
	font-size:15px;
	font-weight:bold;
	color:#30539C;
	text-decoration:none;
	text-align:center;
	margin:10px 10px;
	text-transform:uppercase;
	}

#contents .boxLeft .btnDownload small{
	text-transform:none;
	font-size:12px;
	}

#contents .boxLeft3{
	width:45%;
	float:left;
	text-align:center;
	margin:20px 20px;
	}

#contents .boxLeft3 div{
	border:1px solid #30539C;
	width:250px;
	margin:auto;
	padding:7px;
	}

#contents .boxLeft3 div img{
	width:250px;
	border:0;
	}

#contents .boxLeft3 div h2{
	font-size:14px;
	}

#contents .boxLeft3 p a{
	color: #333;
	text-decoration:none;
	font-weight:bold;
	}

#contents .boxLeft3 p a:hover{
	color:#8CC6FF;
	}
#front_contents{
	border: 1px solid #30539C;
	width: auto;
	padding: 12px;
}

.iframe {
	border: 1px solid #369;
}
