*{
	margin:0px;
	padding:0px;
}
img{
	margin:0px;
	padding:0px;
}
body{
	background:#2F597F url(../images/background.png) 0 0 repeat-x;
	font:14px/24px Arial,Helvetica,sans-serif;
	color:#333;
}
hr{
	margin-top:0;
	padding-top:0;
	color:#f4f4f4;
	height:1px;
	margin-bottom:32px;
}
h2{
	font-size:22px;
}
h3{
	color:#173d5f;
	font-size:16px;
}
h5{
	font-size:14px;
	display:inline;
	background:#2F597F;
	color:#fff;
	text-align:center;
	padding:3px 10px 3px 10px;
	font-weight:normal;
	line-height:26px;
	float:right;
}
h6 {
	clear:both;
	font-size:13px;
	font-weight:bold;
	line-height:13px;
	margin:0;
	padding:0;
	text-align:left;
}
a{
	text-decoration:underline;
	color:#003366;
}
a:hover{
	color:black;
	text-decoration:none;
}
img{
	border:none;
}
li{
	list-style-type: circle;
}
#wrapper{
	width:1020px;
	margin:20px auto;
}
#top{
	background:url(../images/top.png) 0 0 no-repeat;
	min-height:270px;
	width:886px;
	padding:67px 67px 9px 67px;
	margin-bottom:0;
}
#content{
	background:url(../images/content.png) 0 0 repeat-y;
	height:auto;
	width:885px;
	padding:0 67px 5px 68px;
	margin-top:0;
}
#bottom{
	background:url(../images/bottom.png) 0 0 no-repeat;
	height:45px;
	width:1020px
}

/* header */
#left{
	float:left;
}
#photos{
	padding:10px 10px 4px 10px;
	background:#f6f6f6;
	border:solid 1px #d5d5d5;
}
#right{
	float:left;
	margin-left:30px;
	width:660px;
	position:relative;
}
#controls{
	position:absolute;
	right:0px;
}
#controls li{
	display:inline;
	margin-left:20px;
}
#logo{
	margin-top:8px;
}
#intro{
	margin-top:15px;
}
#intro h3{
	color:#173D5F;
	font-size:20px;
	margin-top:22px;
	margin-bottom:20px;
}
#printInfo{
	display:none;
}

/* main content */
.hr{
	background:transparent url(../images/separator.png) repeat-x scroll 0 0;
	height:2px;
	margin-bottom:32px;
	margin-top:0;
	padding-top:0;
}
.box {
	background-color:#E6E6E6;
	border-top:1px dashed #AFAFAF;
	border-left:1px dashed #AFAFAF;
	border-right:1px dashed #AFAFAF;
	padding:25px;
}
.list{
	border-bottom:1px dashed #AFAFAF;
	clear:both;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 45px 45px;
}
.boxalt{
	background-color:#F6F6F6;
	padding:25px;
	border:1px dashed #afafaf;
	border-bottom:0;
}
.arrowContainer{
	clear:both;
	margin:30px 0px 0px 0px;
	list-style:none;
	position:relative;
}
.arrow{
	top:-17px;
	background:transparent url(../images/arrow.png) 0 2px no-repeat;
	left:30px;
	width:34px;
	height:18px;
	position:absolute;
}
.clear{
	clear:both;
}

/* projects */
#projectList{
	margin:auto;
	height:142px;
	width:786px;
}
#projectList img{
	border:1px solid #AFAFAF;
	cursor:pointer;
	cursor:hand;
}
#projects ul.list > li{
	padding-bottom:17px;
}
.thumb{
	margin-right:15px;
}
.last{
	margin-right:0px;
}
#projects .boxalt{
	display:none;
	padding:25px 25px 20px;
}
#projects .list{
	margin-bottom:0px;
}
#ie8Fix{
	height:45px;
}
.expand{
	float:left;
	margin-top:10px;
	margin-left:-5px;
	margin-right:5px;
}
.expand img{
	cursor:pointer;
	cursor:hand;
}
.container{
	overflow:auto;
}
.container ul{
	margin-left:17px;
}
.container .link{
	margin-top:5px;
}
.container .preview{
	float:left;
}
.container .preview img{
	border:1px solid #AFAFAF;
}
.container .description{
	float:left;
	padding-left:20px;
	width:560px;
}
.description h3{
	margin-bottom:5px;
}

/* skills */
#techskills a{
	text-decoration:none;
}
#techskills h3{
	float:left;
	width:160px;
	clear:both;
}
#techskills .description{
	float:left;
	width:625px;
}
#techskills .skill{
	margin-bottom:5px;

}
#techskills .last{
	margin-bottom:0px;
}
#techskills a{
	color:black;

}
#techskills a:hover{
	text-decoration:underline;
}

/* experience */
#experience ul, #techskills ol{
	margin-top:10px;
}
#experience ul li{
	margin-left:41px;
}
#content ol li{
	margin-left:20px;
}
#experience .static img{
	margin-top:1px;
	margin-left:1px;
}
#experience h3{
	float:left;
	padding-left:10px;
}
#experience h6{
	padding-left:10px;
}
.jobHeader{
	height:46px;
}
.jobTitle{
	float:left;
	width:758px;
}
.job{
	display:none;
}
.firstJob{
	clear:both;
}

/* education */
#education h6{
	margin-top:8px;
}
#education  .description{
	margin-top:15px;
}

/* social */
#social ul.list > li {
	padding-bottom:17px;
}
#links li{
	display: inline;
	margin-right:20px;
}