/* Website template by freewebsitetemplates.com */
/*------------------------- Layout styles ------------------------*/
body {
	background-color:#f1f3f5;
	margin:0;
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
}
p a {
	color:#707070!important;
}
p a:hover {
	color:#525252!important;
}
/*------------------------- Layout styles ------------------------*/
@font-face {
		font-weight: normal;
	font-style: normal;
}
/*------------------------- Header ------------------------*/
.header {
	background:url(../images/bg-header.png) repeat-x;
	
	height:250px;
	margin:0 0 20px;
	
}


.header .home a {
	color: black;
	font-weight: bold;
	
}

.header div a {
	outline:none;
}
.header div {
	margin:0 auto;
	padding:0 30px;
	position:relative;
	width:1400px;
}
.header div a#logo {
	display:block;
	float:left;
	height:100px;
	margin:110 28px 0 0;
	width: 10px;
	
}
.header div a#logo img {
	border:0;
	height:150px;
	padding:5px 0px; /* ·Î°í À§Ä¡*/
}
.header div ul {
	list-style:none;
	margin:0;
	overflow:hidden;
	padding:150px 0 0; /*INTRODUCTION ±ÛÀÚ À§Ä¡ ¼öÁ¤*/
	
	list-style-image: url("../images/bullet.gif");
	

}
.header div ul li:first-child {
	margin:0;
	list-style-image :none;
}
.header div ul li.selected {
	/*background:url(../images/border-horizontal.gif) repeat-x left top #ff0000;*/
	background:url(../images/uparrows.png);
	background-repeat: no-repeat;
	background-position: 50% 130%;
	background-size: 50px;
	

}
.header div ul li:hover{
	background:url(../images/uparrows.png);
	background-repeat: no-repeat;
	background-position: 50% 130%;
	background-size: 50px;
}
.header div ul li {
	float:left;
	height:51px;
	margin:0 0 0 15px;
	padding:0 10px;
	text-align:center;
	
	
}
.header div ul li.selected a {
	color:black;
	font-family: 'Times New Roman';
}
.header div ul li a {
	/*color:#FFFFFFF;*/  /* ¸Þ´º ±ÛÀÚ »ö */
	font-family: 'Times New Roman';
    color: black;
	display:block;
	font-size:25px;
	font-weight:600;
	line-height:50px;
	text-decoration:none;
}
.header div ul li a:hover {
	color:#fff;
}


.header div ul li:hover ul {
	display: block;
}


.header div ul li:hover ul a {
	
	font-size:17px;
	color : #d3d3d3;
	
}




.header div ul li ul {

	display:none;
	margin:0 0 0 15px;
	padding:0 0px;
	
	margin:0;
	overflow:hidden;
	padding: 0px 0 0;
	
	position: absolute;
	height: 50px;
	list-style-image: none;
}




.header div ul li.selected ul li a {

	font-size:17px;
	color : #d3d3d3;
	
	
}




.header div ul li.selected ul {		
	display: block;
}


/*

.header div ul li.selected ul li a:hover {

	color : white;
}

*/


.header div ul li ul li a:hover {

	color : white;
}



.header div ul li:hover ul li{
	background: none;
}



.header div div {
	height:73px;
	padding:0;
	position:absolute;
	right:30px;
	text-align:center;
	top:0;
	width:302px;
}
.header div div p {
	color:#fff;
	display:block;
	font-size:16px;
	font-weight:700;
	margin:18px 0 0;
	text-shadow:0 -1px 0 #030002;
	text-transform:uppercase;
}
.header div ul li a span {
	font-size:20px;
}
.header div div p > span {
	font-size:20px;
	display: inline;
}
.header div div p > span > span {
	color:#E17537;
	display:inline;
	font-size:19px;
	margin:0;
	width:auto;
	padding:0;
 *margin-right:40px; /* Needed for IE7 */
}


.header div ul li:hover a{
	color: black;
}



/*------------------------- Footer ------------------------*/
.footer {
	border-style:solid none none;
	border-color:gray;
	border-width:1px;
	
	background-color: #F2F2F2;
}
.footer div a {
	outline:none;
}
.footer div:first-child {
	margin:0 auto;
	overflow:hidden;
	padding:0 30px 7px;
	width:1280px;
}
.footer div:first-child div h4 {
	color:black;
	font-size:13px;
	font-weight:400;
	margin:35px 0 15px;
	text-shadow:0 -1px 0 #141615;
	font-family:'Times New Roman';
}