#resume{
	font-size: small;
	font-family: Georgia, Times, Serif;
	color: #555;
	line-height: 150%;
	width: 75%;
	margin: 30px 0px 30px 5%;
	position: relative;	
	background:  url("../_images/layout/side_bg.png") repeat-y top right;
}

#resume h1{
	font-size: 300%;
	border-bottom: 1px solid #efefef;
	font-weight: normal;
	padding-bottom: .3em;
	line-height: 80%;
	border-bottom: 1px solid #CC6600;
}
#resume a{
	text-decoration: none;
	color: #CC6600;
}

h5, p, dl, td {
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Sans;
}

#resume #contact{
	position: absolute;
	top: 0;
	right: 0;
	list-style: none;
	font-size: x-small;
	font-family: verdana;
	line-height: 110%;
	margin: 0;
	padding: 0;
	text-align: right;
}
#profile{
	margin-left: .5em;
}

#profile dt{
	font-weight: bold;
}



div.position{
	border: 1px solid #efefef;
	margin: 0;
	padding: 0;
	margin: 0 0 1em 1em;	
}

div.position h3{
	background:  url("../_images/layout/diag_grey.gif");
	line-height: 150%;
	margin: 0;
	padding-left: .5em; 
}
div.position h4{
	margin: .2em;
	margin-left: 5em;
	display: inline;
}


p.date{
	font-size: 80%;
	display: inline;
	clear: none;
}


.position h5{
	font-weight: normal;
	font-size: 110%;
	line-height: 120%;
	padding-left: .5em;
}
.position dl{
	padding-left: .5em;
}
.position dt{
	font-weight: bold;
	margin-bottom: .5em;
}
.position dd{
	background:  url("../_images/layout/bullet_plus.gif") no-repeat 0% 50%;
	padding-left: 20px;
}


table{
	width: 50%;
	border: 1px solid #efefef;	
	border-collapse: collapse;
}
thead{
	background: #efefef;
}
th{
	padding: .2em;
	text-align: left;
	border: 1px solid #fff;	
}
tr:hover{
	background: #f7f7f7;
	border-bottom: 1px solid #333;
}
th.level{
	width: 25%;
}
th.experience{
	width: 25%;
}
td{
	padding: .3em 0 0 .5em;
	border: 1px solid #efefef;
	border-collapse: collapse;
}
h2, h3{
	border-bottom: 1px solid #efefef;

}


