@charset "utf-8";
/*
	CSS style for Kingfisher website;
	ver: 200803;
	style name: GrayTech;
	contact me: lucian.lue@gmail.com;
*/
/* @group Global */
body{
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sas-serif;
	background-color: #000;
	color: #FFF;
	font-stretch:normal;
	font-variant: normal;
	font-weight: normal;
	text-align: justify;
	line-height: 150%;
}


img{
	border: 0;
	padding: 0;
	margin: 0;
}
ul{
	list-style: square;
}
h1{
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	border-bottom: 2px solid #4ab135;
	background: ;
}
h2{
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	margin-left: 20px;
	padding-left: 10px;
	margin-top: 40px;
	border-left:7px solid #4ab135;
}
h3{
	color: #FFF;
	background-color:#999;
	font-size: 14px;
	font-weight: bold;
	margin-left: 20px;
	padding: 10px 5px;
	margin-top: 10px;
}
h4{
	
}
a:link{
	color: #FFF;
}

a:visited{
	color: #FFF;
}
a:hover{
	color: #FFF;
	text-decoration: none;
}
/* @end */
/* @group Wrapper */
div#wrapper{
	width: 880px;
	margin: auto;
	background-color: #252525;
	border-left: 5px solid #222;
	border-right: 5px solid #222;
}
/* @end */



/* @group Top */
div#top{
	margin-top: 10px;
}
div#logo_topleft{
font-size: 12px;
text-align: center;
vertical-align: middle;
	margin-left: 650px;
	padding-top: 5px
}
div#flash_nav{
	width: 880px;
	height: 200px;
	background-color:#333;
	margin-top: 20px;
	border-bottom: 10px solid #222;
}

/* @end */
div#submenu{
	margin-bottom: 35px;
}
div#submenu ul{
	background: #333;
	margin: 0;
	padding:10px 5px;
	padding-left:20px;
}
div#submenu li{
	display: inline;
	padding: 3px 4px;
	border-right:1px solid #666;
}
div#submenu li.selected{
	font-weight: bold;
	background-color:#000;
}
div#contents{
	margin: 24px auto;
	padding: 5px 24px;
}
div#contents p{
	color: #999;
	margin: 5px;
	padding: 10px;
	text-indent: 24px;
	font-size: 12px;
	line-height: 150%;
}
div#contents{
	color: #999;
	font-size: 12px;
	line-height: 150%;
}
div#mainText{
	width: 560px;
	float: right;
	padding-bottom: 30px;
	/*background: url(img/logoBG.png) top left no-repeat;*/
}
div#side_pic{
	width: 200px;
	margin-left: 30px;
	float: left;
}

table#jobs{
	text-align: center;
	
	line-height: 24px;
	padding: 5px;
}
table#jobs td{
	border-left: 1px dotted #333;
}
table#jobs tr.title td{
	background: #000;
	color: #FFF;
	font-weight: bold;
	border-bottom: 3px solid #999;
}
table#resume{
	line-height: 24px;
	padding: 5px;
}
table#resume input{
	color: #FFF;
	border: 1px solid #999;
	font-size: 12px;
	background: none;
}
div#foot{
	text-align: center;
	font-size: 12px;
	padding: 25px;
	background-color: #111;
}






