@charset "euc-kr";

/* base */
body {
	font-size:12px;
	line-height:150%; 
	font-family:Gulim,"±¼¸²",Dotum, "µ¸¿ò", "Lucida Grande", Tahoma, Verdana, AppleGothic, UnDotum, sans-serif; 
	color:#2e2e2e;
}

body, div, dl, dt, dd, ul,li,  h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	padding : 0 ;
	margin : 0 ; 
}
ul{  
	list-style : none ;  
}
h1, h2, h3, h4, h5, h6 { 
	font-weight : normal ; 
	font-size : 100% ; 
}
form, fieldset, img {  
	border : 0 ; 
}
address, caption, em { 
	font-weight : normal ; 
	font-style : normal ; 
	display: block; 
}


/* anchor */
a { 
	text-decoration : none ; 
}
a:link, a:visited { 
	color:#4e4212;
	text-decoration:none; 
}
a:hover, a:active {	
	color:#4e4212; 
	text-decoration:underline; 
}

img {
border:0; 
vertical-align:middle;
}
p { 
margin:0; padding:0;
}

/* ¼û±è¿µ¿ª */
#divAccessibility, .skip, hr, legend, caption {
	position : absolute ;
	width : 0 ; 
	height : 0 ; 
	font-size : 0 ; 
	line-height : 0 ;
	overflow : hidden ; 
	visibility : hidden ;
	border:0px;
	display:none;
}

/*layOut*/
.wrapper{
	margin:0 auto;
	width:1000px;
	height:auto;
	}
/*menu*/
.joinMenu{
	margin: 0 0 0 40px;
	z-index: 2;
}

.joinMenu li{
	float:left;
}

.joinMenu li.jurisdiction{
	left:0;
}
.joinMenu li.jurisdiction:hover{
	left:0;
}

.joinMenu li.inMigrant{
		left:0;
}

.joinMenu li.inMigrant:hover{
		left:0;
}

/*join*/
.join{
	top:332px;
	width:1000px;
	height:158px;
	background: url("/portal/images/join_new/joinBg.gif") no-repeat 0 0;
	clear:both;
}

*:first-child+html .join{
	top:335px;
	}
	
.join li{
	top:20px;
	float:left;
	width:270px;
	margin: 30px auto 0 auto;
	padding:0 0 0 40px;
	aligh:left;
	background:url("/portal/images/join_new/line.gif") repeat-y 0 0;
}


.join li:FIRST-CHILD{
	background:none;
}

.join li:LAST_CHILD{
	background:none;
}

.text{
	top:200px;
	aligh:left;
}