@charset "utf-8";
/* CSS Document */

body {
	font: .75em/1.2em Geneva, Arial, Helvetica, sans-serif;
	color: #e2e2e2;
	background: #000000 url(../images/background.png) repeat;
}
a{
	color:#99f;
	text-decoration:none;
	border-bottom: 1px dashed #99f;
}
a:hover {
	border-bottom:1px solid;
}
a.image {
	border-bottom:none;
}
a.image:hover {
	border-bottom:none;
}	
ul {
	list-style: url(../images/bullet.png);
	margin:10px 0 10px 40px;
	padding-bottom: 0;
	line-height:1.5em;
	}
li {
	margin-bottom:5px;
}
#content {
	width:740px;
	margin:60px auto 0;
	padding:10px;
	position:relative;
}
#top {
	position: fixed;
	top: 0px;	
	width: 740px;
	background:#000;
	margin:0 auto;
	padding:0;
	border-bottom:#4b4b4b 1px solid;
	z-index:1;
}

h1 {
	font-size: 2.25em;
	margin: 0 10px;
	padding:80px 0 15px;
	/*border-bottom: 4px solid #FFFFFF;*/
}
h2 {
	font-size:1.5em;
}
h3 {
	font-size:1em;
}
#address {
	text-align:right;
	position:absolute;
	top:40px;
	right:10px;
	margin:0;
	padding:0;
}
.section {
	background: #000000 url(../images/section_back.png) repeat-x top;
	padding:50px 10px 10px;
	margin:0;	
}
.section h2 {
	margin:0 0 10px;
	padding-bottom:2px;
	border-bottom:#4b4b4b 1px solid;
}
.section h2.objective {
	margin-top:20px;
}
.detail img {
	float:left;
	margin:0 40px 10px 0;
}
.gpa {
	margin-bottom:20px;
	}
.section p {
	line-height:1.5em;
	margin-bottom:1.5em;
}	
.section .detail span {
	display:block;
}
	.section .detail span span {
		display:inline;
	}
	.major {
		font-size:1em;
	}
td.detail {
	padding-bottom:16px;
}
.more {
	background:#131313 /*url(../images/downarrow.png) no-repeat top left*/;
	padding:2px;
	margin-bottom:0;
	/*padding-left:22px;*/
}
.section p.more {
	margin-bottom:0;
}
	p.more a {
		color:#fff;
		border-bottom:none;
		padding:0;
	}
	div.more {
	margin:0 0 10px;
	padding:0 10px;
	text-align:left;
	background: #000 url(../images/more_back.png) repeat-x top;
	position:relative;
	}
	.more p {
		margin:10px 0;
		line-height:1em;
	}
	.more h3 {
		margin:10px 0;
	}
	.more p.lots {
		line-height:1.25em;
	}
	
td.date {
	padding:5px 20px 5px 0;
	vertical-align: top;
	width:77px;
}	
.jobtitle {
	font-weight:bold;
	font-size:1.25em;
}
#special {
	text-align: center;
	margin-top: 20px;	
}
#special p {
	text-align:left;
	margin:20px 0;
	}
#special table.navigation {
	font-size:.88em;
}
div.final {
	margin:30px 0 0;
	color:#4b4b4b;/*
	border-top:#4b4b4b 1px solid;
	border-bottom: #4b4b4b 1px solid;*/
}
