@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333;
}
#area {
	width: 1020px;
	margin:0 auto;
}
#container {
	width: 1020px;
	margin-bottom: 150px;
	border: 1px solid #ccc;
	border-bottom-left-radius: .5em;
	border-bottom-right-radius: .5em;
	-moz-border-radius-bottomleft: .5em;
	-moz-border-radius-bottomright: .5em;
	-webkit-bottom-left-border-radius: .5em;
	-webkit-bottom-right-border-radius: .5em;
	-moz-box-shadow: 0 0 20px #666;
	-webkit-box-shadow: 0 0 20px #666;
	box-shadow: 0 0 20px #666;
	background-color: #fff;
	z-index: 100;
	position: relative;
}
#contentarea {
	clear: both;
	padding: 5px;
}
#heading {
	padding: 5px;
	margin: 10px 0px 0px 5px;
	float: left;
	width: 860px;
}
#download {
	padding: 5px;
	margin: 10px 5px 0px 0px;
	font-size: 11px;
	float:left;
	width: 130px;
}
#leftcontent {
	width: 450px;
	float: left;
	padding: 5px;
	margin: 0px 0px 10px 5px;
}
#centercontent {
	width: 50px;
	float: left;
	text-align: center;
	padding: 5px;
	margin: 0px;
}
#centercontent p {
	padding: 0px 3px 3px;
	margin-bottom: 5px;
}
#centercontent h4 {
	cursor: pointer;
}
#rightcontent {
	width: 450px;
	float: left;
	padding: 5px;
	margin: 0px 0px 10px 5px;
}
#overlay {
	z-index: 110;
	position: absolute;
	right: 40px;
	top: 30px;
}
#overlay img {
	cursor: pointer;
}
h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #333333;
	margin: 0px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 5px 7px;
	margin: 0 0 3px;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	background-color: #F5BE01;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding: 3px 3px 0px;
	cursor: pointer;
}
p {
	font-size: 11px;
	color: #333;
	margin: 0px 0px 10px;
	padding: 0px 3px 3px;
}
a {
	text-decoration: none;
	color: #0A66C2;
}
a:hover {
	text-decoration: underline;
}	
.viewexperience {
	color: #0A66C2;
	background-color: #E6E6E6;
}
.viewexperience_active {
	color: #0A66C2;
	background-color: #E6E6E6;
	text-decoration: underline;
}
.experience {
	background-color: #E6E6E6;
}
.skills {
	background-color:#E6E6E6;
}
.viewskills {
	color: #0A66C2;
	background-color: #E6E6E6;
}

h4.timeline {
	color: #fff;
	text-align:center;
	font-size: 11px;
	margin: 0px;
	padding: 3px 0px;
	border-radius: 5px;
    background-color: #F5BE01;	
}
.employment {
	background-color:#333; 	
}
.detail {
	display: none;
	font-size: 12px;
}
.leftdialog {
	float:left;
	width: 150px;
	padding: 5px;
}
.leftdialog img {
	cursor: pointer;	
}
.rightdialog {
	float: left;
	padding: 5px;
	font-size: 12px;
	width: 500px;
}
ul {
	font-size: 11px;
}