*{
	padding:0;
	margin:0;
}

p {
	margin:10px 0;
}

a {
	color:#00529b;
	text-decoration:none;
}

a:hover {
	color:#0082f5;
	text-decoration:none;
}

h2, h3, h4 {
	color:#0082f5;
	margin:15px 0;
}

#span {
	display:none;
}

html {
	background: #000e19 url('../images/bkgd.jpg') repeat-x top left;
	font:small "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
}

#wrap {
	width:676px;
	margin:0 auto;
}

#banner {
	width:188px;
	height:78px;
	float:left;
	background:url('../images/logo.jpg');
}

#header {
	width:676px;
	height:80px;
}

a img {
	border:none;
}


/* Home Page CSS */

#nav {
	float:right;
}

#nav ul {
	list-style:none;
}

#nav li {
	display:inline;
	margin:0 10px;
}

#hcontent {
	background:#000 url('../images/homeBk.jpg') top left no-repeat;
	color:#fff;
	padding:15px 40px 10px 20px;
}

#hcontent a {
	color:#f59700;
	text-decoration:none;
}

#hcontent h2 {
	margin:0;
	padding-top:10px;
	padding-bottom:0px;
}

.posted {
	color:#0081F5;
	padding-left:15px;
}

.posted p{
	margin:0;
	padding-top:5px;
	padding-bottom:5px;
}

/* Work Page CSS */

#wcontent {
	background:#000 url('../images/workBk.jpg') top left no-repeat;
	color:#fff;
	padding:15px 40px 10px 20px;
}

#wcontent a {
	color:#f59700;
	text-decoration:none;
}


/* Resume Page CSS */

#rcontent {
	background:#000 url('../images/resumeBk.jpg') top left no-repeat;
	color:#fff;
	padding:15px 40px 10px 20px;
}

#rcontent h4 {
	color:#f59700;
}

#rcontent a {
	color:#f59700;
	text-decoration:none;
}

#resume li {
	list-style:none;
}

.job_data li {
	margin-left:20px;
}

.job {
	margin-left:20px;
}

.education {
	margin-left:20px;
}

/* Contact Page CSS */

#ccontent {
	background:#000 url('../images/contactBk.jpg') top left no-repeat;
	color:#fff;
	padding:15px 40px 10px 20px;
}

#ccontent a {
	color:#f59700;
	text-decoration:none;
}


#ccontent dd {
	margin:5px 0 10px 30px;
}

/* About Page CSS */

#acontent {
	background:#000 url('../images/aboutBk.jpg') top left no-repeat;
	color:#fff;
	padding:15px 40px 10px 20px;
}

#acontent a {
	color:#f59700;
	text-decoration:none;
}


/* Footer and Copy Div Info */

#foot {
	margin:25px auto;
	width:auto;
	text-align:right;
}

#foot a {
	color:#0082f5;
}

#foot ul{
	list-style:none;
}

#foot li {
	display:inline;
	margin:0 10px;
}


#copy {
	margin-top:25px;
	color:#fff;
	width:auto;
	text-align:right;
}

#copy a {
	color:#0082f5;
}

#btm {	
	width:676px;
	height:20px;
	background:#000 url('../images/bottom.jpg') bottom left repeat-x;
}

/* Extras */



input {
	color:#fff;
	background:#000;
	border:1px solid #0082f5
}

textarea {
	color:#fff;
	background:#000;
	border:1px solid #0082f5;
}

#formButtons {
	margin:0 0 0 15px;
}

.resLeft {
	width:240px;
	height:auto;
	float:left;
	padding-left:30px;
}

.clear {
	font-size:1px;
	clear:both;
}