
/* --------RESET CSS STYLES---------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/* ---------------------------------------- */


body{

	background-color:#DDC191;
	font-family:Arial, Helvetica, sans-serif;

	}


/*PSEUDO SELECTORS*/
a:link {color: #990000; }
a:visited {color:#990000;}
a:hover {color:#0033CC;}
a:active {color: #000066;}


.companyURL {
	
	
	margin-top: -5px;
	margin-bottom: 10px;
	border: 0px solid #00CC00;
	font-size: .8em;
	margin-left: 1px;
	
	}
	


#wrapper{

	width: 500px;
	margin:0 auto;
	padding: 10px 100px 50px 100px;
	/*padding: 100px;*/
	border: 0px dotted #006600;
	/*background-color:#EDDEC5;*/
	margin-top: 0px;
	z-index: 1;
	
	
	}
	
#resumeBackground{

	background-color:#eedec5;
	padding: 10px 50px 50px 50px;


	}	



p{

	color:#333333;
	font-size: .8em;
	line-height:150%;
	margin-top: 5 px;
	margin-bottom: 10px;
	border: 0px dotted #993300;
	z-index: 2;

	}
	

	
	
h1{
	color: #000;
	font-family:Georgia, "Times New Roman", Times, serif;
	z-index: 2;
	font-size: 1em;
	margin-top: 30px;
	border: 0px solid #009933;
	
	}
	
h2{
	
	border: 0px solid #FF0000;
	color:#990000;
	font-size: .9em;
	margin-top: 28px;
	margin-bottom: 6px;
	
	}
		
	
.location h3 {

	
	border: 0px solid #663399;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	font-weight: 400;
	color: #333;
	margin-bottom: 3px;

	}
		

.date p {

	border: 0px solid #009966;
	font-style: italic;
	color:#666666;
	font-size: .7em;

	}
	




li {

	list-style-position: outside;
	list-style-image: url(../images/resume/bullet.jpg);
	border: 0px dotted #009933;
	font-size: .8em;
	margin-bottom: .8em;
	line-height: 1.25em;
	color: #333;
	margin-left: 30px;

	}
	
	
#logo{

	background-image: url(../images/resume/logo.gif);
	background-repeat: no-repeat;
	border: 0px solid #FF0000;
	z-index: 4;
	width: 221px;
	height: 100px;
	margin-left: -18px;
	}	
	

#PDF_link{

	font-size:.8em;
	position: relative;
	top: -35px;
	left: 290px;
	border: 0px solid #009900;
	

}	

/*PSEUDO SELECTORS*/
#PDF_link a {text-decoration: none; }

		