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

* {
	padding: 0;
	margin: 0;
}

html, body, div, p {
	font-family: Verdana, Arial, sans-serif; 
	color: #000;
}

body {
	/*margin: 10px;*/
	background-color: #fff;
}

p {
	margin: 10px 0;
}
h1 {
	padding: 0 0em 15px 0em;
	font-size: 20px;
}

h2 {
	padding: 15px 0 5px 0;
	border-bottom: 1px #666 solid;
	font-size: 16px;
	font-weight: bold;
}

h3 {
	padding: 15px 0 5px 0;
	font-size: 14px;
}

h2 span {
	display: none;
	float: right;
	font-size: 10px;
	font-weight: normal;
	margin: -20px 0 0 0;
}

#wrapper {
	width: 920px;
	
	
	font-size: 11px;
	margin: 0 auto;
	background: #fff;
}

a {
	text-decoration: none;
	color: #333;
}

a:visited {
	color: #444;
}

a:hover {
	text-decoration: underline;
}


/* ----------- masthead ------------ */

#masthead {
	
	
}

#name {
	float: left;
	padding: 20px 20px;
}

#contact {
	padding: 20px 20px;
	float: right;
	text-align: right;
}
#titledesc {
	font-weight: bold;
}

/* ---------------- navigation ---------- */

#navigation {
	clear: both;
	background-color: #333;
	height: 2px;
}
#navigation ol {
	display: none;
}
/*
#navigation li {
	display: inline;
	margin-right: 0.5em; 
	padding-right: 0.75em;
	border-right: 1px solid #ddd;
	color: #ddd;
	
}

#navlist {
	color: #ddd;
}

#navigation li a {
	color: #ddd;
}

#navigation li.last {
	border-right: 0;
}

*/

/* ----------- content area ----------- */
#content {
	clear: both;
	padding: 10px 10px;
}

#intro {
}

#psummary {
	width: 33%;
	float: left;
	padding: 0 10px 0 0;
}

#ssummary {
	width: 32%;
	float: left;
}

#education {
	width: 33%;
	float: right;
}

#ssummary ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;

}
#ssummary li {
	float: left;
	margin: 0;
	padding: 0;
	width: 50%;
}



#techlist {
	clear: both;
}

#techintro {
}

#techintro ul {
	list-style: none;
	margin: 0 0 0 100px;
	width: 60%;
}

#techintro li {
	/*background: url(dots.jpg) repeat-x 0 77% !important; 
	background-position: 0 61%;*/
}
.r_desc {
/*
	display: block; 
	float: right; 
	background: #FFFFe4;
	clear: both;
	*/
}
.l_desc { 
/*
	background: #FFFFe4;
	*/
}	

.spanheading {
	font-weight: bold;
}

#cv {
}

#highlights {
}

#clientlist {
}
#clientlist ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;

}
#clientlist li {
	float: left;
	margin: 0;
	padding: 0 0 0 8px;
	width: 32%;
	background-image: url(b1.jpg);
	background-position: 0px 6px;
	background-repeat: no-repeat;
}



/* -------- technical tables ------- */

.technical {
	padding: 10px 40px;
	font-size: 10px;
}

.technical h3 {
	padding: 0 0;
	font-size: 1em;
	border-bottom: 1px #999 dotted;
}

.technical p {
	/*padding: 2px 0;*/
}

.technical table {
	margin: 0;
	padding: 0;
	border-top: 1px #a8a8a8 solid;
	border-left: 1px #a8a8a8 solid;
	border-right: 1px #a8a8a8 solid;
	width: 100%;
}

.technical td {
	padding: 3px 5px;
	
}

.techheader, .tsltopheader, .tslheader, .tslheader1, .t2pheader {
	background-color:#E7E1CF;
}

.techheader {
	border-bottom:  1px #a8a8a8 solid;
	font-weight: bold;
}

.tsltopheader {
	border-left: 1px #a8a8a8 solid;
	font-weight: bold;
	text-align: center;
}

.tslheader, .tslheader1 {
	width: 30px;
	border-bottom:  1px #a8a8a8 solid;
	font-weight: bold;
	text-align: center;
}

.tslheader1 {
	border-left: 1px #a8a8a8 solid;
}

.t2pheader {
	width: 150px;
	border-bottom:  1px #a8a8a8 solid;
	border-left: 1px #a8a8a8 solid;
	font-weight: bold;
	text-align: center;
}

.techcell {
	border-bottom:  1px #a8a8a8 solid;
}

.tslcell {
	border-bottom:  1px #a8a8a8 solid;
	border-left: 1px #a8a8a8 solid;
	text-align: center;
}

.t2pcell {
	border-bottom:  1px #a8a8a8 solid;
	border-left: 1px #a8a8a8 solid;
	text-align: center;
}
/* -------------- employment stuff ----------*/
.emp {
	margin: 10px 0 20px 0;
	padding: 8px 0;
	border-top: 1px #999 dotted;
	border-bottom: 1px #999 dotted;
}
.emp p {
	margin: 0 0 10px 0;
}
.employer {
	width: 60%;
	float: left;
}
.empname {
	font-weight: bold;
}
.empwhen {
	text-align: right;
}
.emptitle {
	width: 38%;
	float: right;
	text-align: right;
	font-weight: bold;
}
.empdesc {
	clear: both;
	/*border-top: 1px #d8d8d8 dotted;*/
	
}
.empdesc ul {
	
	margin: 0 100px 0 100px;
	padding: 0;
	/*float: left;*/
}
.empdesc li {
/*
	float: left;
	margin: 0;
	padding: 0 0 0 5px;
	background-image: url(b1.jpg);
	background-position: 0px 6px;
	background-repeat: no-repeat;
	*/
}


/* ----------- footer ----------------- */

#footer {
	clear: all;
	background-color: #333;
	color: #fff;
	padding: 1px 0;
	text-align: center;
}
#footer p {
	color: #fff;
	font-size: 9px;
}


	


/* ----------- extras -----------*/



/*
P.I.E. FLOAT CLEARING
See http://www.positioniseverything.net/easyclearing.html 
--------------------- */

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */		


