html {
	
}

body {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #666;
}

#wrapper {
	width: 860px;
	margin: 0 auto;
	padding: 20px 40px 0px;

}

a {
	color: #c00;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px dashed #c99;
	outline: none;
}

a:hover {
	border-bottom: 1px solid #f00;
	color: #f00;
}

h1 {
	text-align: center;
	font-size: 36px;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #333;
}

h2 {
	color: #222;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 4px 0;	
	border-bottom: 1px solid #888;
	margin-bottom: 15px;
	clear: both;
}

h3 {
	color: #444;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	padding: 0 30px 6px 0;
	width: 650px;
	float: left;	
	clear: left;	
}
.columns li {
	line-height: 1.3em;
	position: relative;
	z-index: 0;
}

.columns li .holder {
	display: none;
}

.columns li.hover .holder {
	display: block;
	width: 40px;
	position: absolute;
	z-index: 10;
	bottom: 11px;
	left: 0;
	
	padding-bottom: 18px;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: 15px bottom;
}
.popup {
	position: absolute;
	bottom: 16px;
	left: 0;
	width: 350px;
	color: #fff;
	background-color: #333;
	padding: 10px 15px 5px;
	text-indent: 1em;
}
.popup p {
	margin-bottom: 5px;
}

.sections h3 {
	border-right: 1px solid #ddd;
}
.sections li ul {
	width: 650px;
	padding-right: 30px;
	border-right: 1px solid #ddd;
	margin-bottom: 15px;
	float: left;
}
.sections li ul li {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 15px;
	margin-bottom: 6px
}

p.employer {
	float: right;
	width: 150px;
	text-align: right;
	margin: 5px 0;
}
p.dates {
	font-size: 12px;
	float: right;
	width: 150px;
	text-align: right;
	font-style: italic;
	font-family:"Times New Roman", Times, serif;
}

.columns {
	margin-bottom: 15px;
	float: left;
	width: 100%;
}

.columns li {
	width: 25%;
	float: left;
	margin-bottom: 6px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 15px;
}

.common {
	text-transform: lowercase;
	font-style: italic;
}


#header {
	margin: 20px 0 10px;
}

#personal_info {
	text-align: center;
	margin: 10px 0 25px;
}
#personal_info li {
	display: inline;
	padding: 1px 10px 1px 13px;
	border-left: 1px solid #ccc;
	margin-left: 0;
}
#personal_info li.first {
	border-left: none;
}
#footer {
	clear: both;
	text-align: center;
	margin-top: 20px;
	border-top: 1px solid #888;
}
#footer a {
	border: none;
}
#footer img {
	margin: 20px 10px;
}


