@charset "UTF-8";
/* CSS Document */

/* DEFAULT TXT FORMATING */ 

body {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Helvetica Neue",Helvetica,Arial,Geneva,sans-serif;
	background-color: #071C28;
	color:white;
}

/* anchors must be in this order */
a:link,
a:visited  {
	color:#071C28;
	text-decoration:none;
} 
      
a:hover, 
a:active {
	text-decoration:none;
	border-bottom:1px solid #CCCCCC;
}

p, td, li {
	line-height:140%;
	font-size: small;
}


/* LAYOUT */ 

#wrapper {
	display:block;
	background:url(../img/Background.jpg)  #071C28 center repeat-y;
	width: 1000px;
	min-height:300px;
}

#content {
	display:block;
	width: 627px;
	min-height:300px;
	margin-left:167px;
	margin-top:-72px;
	padding: 15px;
}

#header {
	display:block;
	height: 200px;
	width:1000px;
	background: url(../img/Header.jpg) top center no-repeat;	
}

#footer {
	width:1000px;
	height: 500px;
	background: url(../img/Footer.jpg) #071C28 no-repeat top center;
}


/* HEADER SPECIFIC */ 


#header a#home_link {
	display:block;
	position:relative;
	top:71px;
	width:243px;
	height:34px;
	left:120px;
	text-indent:-1000000px;
}

#header a {
	display:block;
	position:relative;
	color:white;
	width:100px;
	top: 86px;
	left: 200px;
	float:left;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	
}

#header a:hover {
	color:#CCCCCC;
	font-weight:bold;
	text-decoration:none;
	border:none;
}

/* SECTION NAV CSS */ 
.section_nav {
	display:block;
	float:right;
	padding-left:22px;
	margin: -15px -15px 0px 0px;
}

#portfolio_nav {
	width: 100px;
	background: url(../img/portfolio_nav.png) no-repeat;
}

#resume_format {
	width: 151px;
	background: url(../img/resume_format_menu.png) no-repeat;
}

#portfolio_nav.prehover {
	background-position: 0px -39px; 
}

#portfolio_nav.nexthover {
	background-position: 0px -78px; 
}

#resume_format.pdfhover {
	background-position: 0px -39px; 
}

#resume_format.txthover {
	background-position: 0px -78px; 
}

#resume_format.docxhover {
	background-position: 0px -117px; 
}

#content #portfolio_nav a {
	text-indent: -1000000px;
}

#content div.section_nav a {
	display:block;
	float:left;
	width: 50px;
	height: 26px;
	color:white;
	text-align:center;
	padding-top:10px;
}

#content div.section_nav a:hover {
	border:none;
}

/* RESUME SPECIFIC */ 

#resume {
	margin-top: 30px;
}

#resume h2 {
	font-weight:bolder;
	font-size:small;
	margin-top: 20px;
	margin-bottom: 5px;
	text-transform:uppercase;
	color:#CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#resume .employement_header h3 {
	display:block;
	float:left;
	font-size:medium;
	width:427px;
}

#resume .employement_header a {
	font-style:italic;
}


#resume .employement_header {
	height: 1em;
	margin-top: 10px;
	width: 627px;
	margin-bottom: 2px;
}

#resume .employment_period {
	display:block;
	float:right;
	font-size:medium;
	/* margin-left: 400px; */
	text-align:right;
	width:200px;
	line-height:100%;
}

#resume .accomp {
	font-style:italic;
	margin: 5px 5px 0px 15px;
}

#resume ul#skills {
	width: 100%;
	height: 150px;
}

#resume ul#skills li {
	width: 280px;
	float:left;
	margin:2px 2px 2px 25px;
	list-style:disc;
}

#resume ul {
	margin-bottom: 20px;
}

#content #resume li {
	margin-left: 35px;
	margin-bottom: 5px;
	list-style:disc;
}

/* PORTFOLIO */

#portfolio_slideshow {
	display: block;
	position:absolute;
	width: 652px;
	height: 300px;
	overflow: hidden;
}

#portfolio_slideshow div {
	display: block;
	position: absolute;
	width: 632px;
	height: 300px;
	padding: 10px;

}

#portfolio_wrapper {
	width: 100%;
	height: 300px;
	margin: 15px -14px 0px;
}

#portfolio_slideshow div.portfolio_thumb {
	float:left; 
	margin:10px; 
	width: 200px; 
	height:150px; 
	position:relative; 
	border: 1px solid black;
	padding: 0px;
}	

#portfolio_wrapper h2 {
	margin: 10px 0px;
}

#portfolio_wrapper p {
	margin: 10px 10px;
}

#portfolio_title .counter {
	color: black;
	font-size: small;
	float:right;

}
