@charset "UTF-8";

/*------ Basic Page Styling ------*/

* {
	padding: 0;
	margin: 0;
}

body {
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #000000;
	font-size: small;
}
p {
	margin-top: 1em;
	line-height: 1.5em;
}

.clear {
	clear: both;
}

#wrapper {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	position: relative;
	padding: 0;
	margin: 0;
	text-align: left;
}

/*------ Content Styles ------*/

#container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0;
	width: 1000px;
	position: relative;
	background-color: #FFFFFF;
}

#header {
	text-align: center;
	background-image: url(../_images/TP_header.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 125px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#mainNav {
	width: 800px;
	background-color: #000000;
}

/*------ Navigation Styles ------*/
  
#mainNav ul {
	list-style-type: none;
	margin: 0px;
	position: absolute;
	bottom: 0px;
	background-image: url(../_images/NavBG.gif);
	background-repeat: no-repeat;
	background-position: right top;
	left: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#mainNav ul li {
	float: left;
}

#mainNav ul li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: .5em 3em;
	font-size: 100%;
	text-transform: uppercase;
	float: left;
	text-align: center;
}
#mainNav a.current {
	text-decoration: underline;
}

#content  {
	padding-top: 0px;
	margin: 20px;
}
.homeP  {
	float: left;
	padding-left: 20px;
	width: 320px;
}
#resume {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#resume th {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
}
#resume table {
	text-align: left;
}
#resume h1 {
	font-size: 110%;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
	text-align:right;
	padding-right:10px;
}
#resume p {
	font-size: 90%;
	line-height: 1.2em;
	padding: 0px;
	margin: 0;
	padding-bottom: 20px;
}
.company  {
	font-weight: bold;
}
.company a {
	color: #000000;
}
#contact {
	text-align: center;
	margin-right: 50px;
	margin-left: 50px;
	background-image: url(../_images/jesseShoot.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 250px;
}
#contact a.mailto {
	color: #000000;
}
#contact  p {
	color: #000000;
}

#demoReel {
	vertical-align: top;
	position: relative;
	width: 600px;
	float: left;
	padding: 0px;
}
#welcome {
	float: left;
	padding: 10px;
}
#footer {
	background-color: #FFFFFF;
	text-align: center;
	padding: 50px;
	font-weight: bold;
	font-size: 80%;
}
#footer a  {
	color: #000000;
}
#designBy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
	padding-bottom: 20px;
}


#designBy img {
	border: none;
	vertical-align: middle;
}



[if IE]>
<style type="text/css"> 
.mybuggyelement { zoom: 1;}
</style>
<![endif]
