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

body {
	margin: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
	width: 100%;
}
html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
img {
	border: none;
}
.container {
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 792px;
}
#header {
	float: left;
	width: 792px;
	height: 80px;
}
#nav {
	float: left;
	width: 792px;
	height: 40px;
	font-size: 14px;
	color: #444;
}
#body {
	position: relative;
	float: left;
	width: 792px;
	height: 520px;
	overflow: hidden;
}
#footer {
	float: left;
	width: 792px;
	height: 30px;
	font-size: 11px;
}

a {
	color: #4ea955;
	text-decoration: none;
}
a:hover {
	color: #4ea955;
	text-decoration: underline;
}

/* Header */
#header h1 {
	float: left;
	font-size: 24px;
	font-weight: normal;
	margin: 30px 0 0 0;
	width: auto;
}
.tagline {
	float: right;
	margin: 36px 0 0 0;
	font-size: 14px;
	color: #888;
	width: auto;
}

/* Nav */
#nav a {
	color: #444;
	text-decoration: none;
	padding: 0 14px 0 36px;
	background: url(../images/arrow.gif) left 60% no-repeat;
}
#nav a:hover, #nav a.selected {
	color: #4ea955;
	background: url(../images/arrow_sel.gif) left 60% no-repeat;
}

/* Body */
.portfolio_img, .portfolio_img_last {
	float: left;
	width: 224px;
	height: 230px;
	margin: 0 60px 30px 0;
	display: inline;
}
.portfolio_img_last {
	margin-right: 0;
}
.portfolio_img a, .portfolio_img_last a {
	float: left;
	width: 218px;
	height: 120px;
	margin-bottom: 8px;
	border: 3px solid #ccc;
}
.portfolio_img a:hover, .portfolio_img_last a:hover {
	border: 3px solid #4ea955;
}
.portfolio_img p, .portfolio_img_last p {
	margin: 0 0 4px 0;
	text-align: justify;
	line-height: 14px;
	color: #000;
}
.portfolio_img p.responsibilities, .portfolio_img_last p.responsibilities {
	margin: 0;
	text-align: left;
	line-height: 14px;
	font-size: 10px;
	font-weight: bold;
	color: #444;
}

/* Pages */

#content {
	position: relative;
	top: 0;
	float: left;
	width: 792px;
	height: auto;
}
/*#pages {
	float: left;
	width: 792px;
	height: 70px;
}
#pages p {
	float: left;
	margin-right: 10px;
	cursor: pointer;
}
#pages p:hover, #pages p.selected {
	color: #4ea955;
	font-weight: bold;
}
#pg_prev {
	text-align: center;
	position: absolute;
	top: 0;
	left: -49px;
	float: left;
	width: 49px;
	height 70px;
	background: blue;
}
#pg_next {
	text-align: center;
}*/
#pages {
	float: left;
	width: 792px;
	height: 70px;
	position: absolute;
	top: 320px;
	left: 0;
}
#pages p {
	float: left;
	margin-right: 10px;
	cursor: pointer;
	font-size: 10px;
	color: #777;
	width: auto;
}
/*#pages p:hover, #pages p.selected {
	color: #4ea955;
}*/
#pg_prev {
	position: absolute;
	text-align: center;
	top: 0;
	left: -69px;
	/*float: left;
	width: 49px;
	height: 70px;*/
}
#pg_next {
	position: absolute;
	text-align: center;
	top: 0;
	right: -79px;
}


/* Resume */
#resume #body {
	position: relative;
	height: auto;
	margin-bottom: 20px;
}
#resume #content {
	/*overflow: auto;*/
	/*position: absolute;*/
	top: 0;
	left: 0;
	font-size: 12px;
	height: auto;
}
#resume h3 {
	clear: left;
	margin: 0;
}
#resume p {
	margin: 0;
}
.job_title {
	float: left;
	width: 406px;
	padding-left: 60px
}
#resume ul {
	margin: 8px 0 8px 90px;
	padding: 0;
	width: 380px;
}
#resume li {
	margin: 4px 0;
}
#resume h2.resume_header2 {
	margin: 8px 0 2px 0;
}
#resume h2 {
	clear: left;
	margin: 8px 0 8px 0;
}
#resume ul.skills1 {
	float: left;
	width: 160px;
	margin-left: 74px;
}
#resume ul.skills2 {
	float: left;
	width: 200px;
	margin-left: 74px;
}
#resume ul.profdev {
	float: left;
	width: 400px;
	margin-left: 74px;
}
.education {
	padding-left: 60px;
}
h2.education {
	padding-left: 0;
}
#resume_header {
	float: left;
	width: 100%;
	margin-bottom: 0;
	text-align: center;
	display: none;
}

#scroll_arrows {
	float: left;
	width: 792px;
	position: absolute;
	top: 120px;
	left: 0;
}
#scroll_arrows p:hover {
	color: #4ea955;
}
#pg_up {
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	height: 70px;
}
#pg_down {
	position: absolute;
	top: 450px;
	right: 0;
	text-align: center;
	height: 70px;
}

/* Contact Form */

#contact {
	font-size: 12px;
}
label {
	float: left;
	width: 120px;
	margin: 4px 0;
}
input {
	margin: 4px 0;
	padding: 2px 3px;
	width: 194px;
	border: 1px solid #777;
}
textarea {
	border: 1px solid #777;
	margin: 4px 0;
	padding: 2px 3px;
	width: 280px;
	height: 70px;
}
input#submit {
	width: 60px;
	margin-left: 120px;
	background: #eee;
}
input#submit:hover {
	background: #e0e0e0;
	cursor: pointer;
}
input#imgverify {
	margin-left: 120px;
}

/* Home */

#left_col {
	float: left;
	width: 360px;
	margin: 0 40px 0 0;
}

#intro {
	clear: both;
	float: left;
	width: 360px;
	display: inline;
	text-align: justify;
	font-size: 12px;
	line-height: 17px;
}
#overview_img {
	float: right;
	margin-top: 50px;
	width: auto;
}
#home_arrow {
	float: left;
	width: auto;
}
#blog_feed {
	clear: both;
	float: left;
	width: 360px;
	font-size: 12px;
}
#blog_feed h3 {
	margin: 0 0 4px 0;
	padding-top: 10px;
	border-top: 1px solid #777;
}
#blog_feed p {
	margin: 4px 0;
}

/* Case Study */
#casestudy #body {
	height: auto;
	padding-bottom: 10px;
}
#casestudy #body img {
	clear: right;
	float: right;
	margin: 10px 0 0 0;
	border: 3px solid #ccc;
}
#casestudy p.caption {
	clear: right;
	width: 386px;
	float: right;
	margin: 4px 0 2px 0;
	font-style: italic;
	font-size: 10px;
}
#casestudy p#cs_view {
	font-size: 11px;
	margin: 0;
}
#casestudy h2 {
	margin: 3px 0;
}

/* Misc */
#casestudy #left_col {
	text-align: justify;
	font-size: 12px;
	line-height: 17px;
}

abbr {
	border-bottom: 1px dotted #666;
}
