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 {
	background: #111111;
	font-family: Verdana,Helvetica,Arial,Geneva,Helvetica,sans-serif;
	line-height: 20px;
	color: #cccccc;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

#frontbg_2 {
	position: absolute;
	background: url(images/frontbg_2.jpg) top center repeat-x;
	top: 60px;
	height: 140px;
	width: 100%;
	z-index: 2;	
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* General */

p { 
	font-size: 13.333px;
	margin-bottom: 20px; 
}

h1 { 
	font-size: 26.666px; 
	line-height: 20px;
	margin-bottom: 20px; 
}
h2 { 
	font-size: 20px; 
	line-height: 20px; 
	margin-bottom: 20px;
}
h3 { 
	font-size: 13.333px; 
	line-height: 18px; 
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear:both;
}

img {
	margin-bottom: 20px;
}

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

a:hover {
	text-decoration: underline;	
}

.short {
	padding-bottom: 10px;	
}

/* End General */

#navback {
	position: absolute;
	background: url(images/navback.jpg) top center repeat-x;
	width: 100%;
	height: 60px;	
}

#frontbg {
	position: absolute;
	background: url(images/frontbg.jpg) top center repeat-x;
	top: 60px;
	height: 420px;
	width: 100%;
	z-index: 2;	
}

#frontbg2 {
	position: absolute;
	background: url(images/frontbg2.jpg) top center no-repeat;
	top: 60px;
	height: 400px;
	width: 100%;
	z-index: 3;	
}

#frontbg2_2 {
	position: absolute;
	background: url(images/frontbg2_2.jpg) top center no-repeat;
	top: 60px;
	height: 120px;
	width: 100%;
	z-index: 3;	
}

.container {
	position: relative;
	width: 960px;
	overflow: visible;
	margin-left: -480px; 
	left: 50%;
	z-index: 4;
}

#wrapper {
	position: absolute;
	width: 100%;
	top: 0px;	
	z-index: 5;
}

#nav1 {
	position: relative;
	top:0px;
	height: 60px;
	width: 100%;
}

#logo {
	float: left;
	width: 180px;
	height: 60px;
}

#logo h1{
	position: relative;
	background: url(images/sprite.jpg) top left no-repeat;
	background-position: -0px -120px;
	width: 180px;
	height: 60px;
	overflow: hidden;
	text-indent: -900px;
	margin-bottom: 0;
}

#logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	cursor: pointer;
}

#nav_cont {
	float: right;
	width: 480px;
	height: 60px;	
}

/* begin nevigation */

#navigation {
 	list-style: none;
}

#navigation li {
 	float: left;
}

#navigation a * {
 	display: none;
}

#navigation a,
#navigation a .hover {
  	height: 60px;
	position: relative;
	display: block;
	background: url(images/sprite.jpg) 0 0 no-repeat;
}

/* individual navigation items */

#navigation a.homenav {
  background-position: 0 0;
  width: 60px;
}

#navigation .highlight a.homenav:hover,
#navigation a.homenav .hover {
  background-position: 0 -60px;
  width: 60px;
}

#navigation a.aboutnav {
  background-position: -60px 0px;
  width: 80px;
}

#navigation .highlight a.aboutnav:hover,
#navigation a.aboutnav .hover {
  background-position: -60px -60px;
}

#navigation a.portfolionav {
  background-position: -140px 0;
  width: 100px;
}

#navigation .highlight a.portfolionav:hover,
#navigation a.portfolionav .hover {
  background-position: -140px -60px;
}

#navigation a.resumenav {
  background-position: -240px 0;
  width: 100px;
}

#navigation .highlight a.resumenav:hover,
#navigation a.resumenav .hover {
  background-position: -240px -60px;
}

#navigation a.blognav {
  background-position: -340px 0;
  width: 60px;
}

#navigation .highlight a.blognav:hover,
#navigation a.blognav .hover {
  background-position: -340px -60px;
}

#navigation a.contactnav {
  background-position: -400px 0;
  width: 80px;
}

#navigation .highlight a.contactnav:hover,
#navigation a.contactnav .hover {
  background-position: -400px -60px;
}

/* end navigation */

#main_header {
	position: relative;
	height: 380px;
	width: 100%;
	padding-bottom: 40px;
	z-index: 10;
}

#main_header_2 {
	position: relative;
	height: 100px;
	width: 100%;
	padding-bottom: 50px;
	z-index: 10;
}

.fcol1 {
	float: left;
	width: 440px;
	margin-right: 40px;
}

.fcol1 h2 {
	position: relative;
	background: url(images/sprite.jpg) top left no-repeat;
	background-position: 0 -180px;
	width: 180px;
	height: 60px;
	overflow: hidden;
	text-indent: -900px;	
}

.fcol2 {
	float: left;
	width: 220px;
	margin-right: 20px;
}

.fcol2 h2 {
	position: relative;
	background: url(images/sprite.jpg) top left no-repeat;
	background-position: -180px -180px;
	width: 180px;
	height: 60px;
	overflow: hidden;
	text-indent: -900px;	
}

.fcol3 {
	float: left;
	width: 220px;
	margin-right: 20px;
}

.fcol3 h2 {
	position: relative;
	background: url(images/sprite.jpg) top left no-repeat;
	background-position: 0 -240px;
	width: 180px;
	height: 60px;
	overflow: hidden;
	text-indent: -900px;	
}

.fcol4 {
	float: left;
	width: 440px;
	margin-right: 40px;
}

.fcol4 h2 {
	position: relative;
	background: url(images/sprite.jpg) top left no-repeat;
	background-position: -180px -240px;
	width: 200px;
	height: 60px;
	overflow: hidden;
	text-indent: -900px;	
}

.fcol4 h2 a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	cursor: pointer;	
}

.fcol5 {
	float: left;
	width: 220px;
	margin-right: 20px;
}

.fcol5 h2 {
	position: relative;
	background: url(images/sprite.jpg) top left no-repeat;
	background-position: 0 -300px;
	width: 190px;
	height: 60px;
	overflow: hidden;
	text-indent: -900px;	
}

.fcol5 h2 a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	cursor: pointer;	
}

.fcol6 {
	float: left;
	width: 230px;
	margin-right: 0px;
}

.fcol6 h2 {
	position: relative;
	background: url(images/sprite.jpg) top left no-repeat;
	background-position: -198px -300px;
	width: 220px;
	height: 60px;
	overflow: hidden;
	text-indent: -900px;	
}

.fcol6 h2 a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	cursor: pointer;	
}

#footer {
	position: relative;
	border-top: 1px solid #303030;
	height: 240px;
	width: 100%;
	background: #222222;
}

#foot_wrap {
	background: url(images/foot_bg.jpg) top left no-repeat;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 200px;
	width: 100%;
}

#footer2 {
	position: relative;
	border-top: 1px solid #303030;
	padding-top: 20px;
	height: 40px;
	width: 100%;
	background: #111111;
}

#footer2 ul {
	display: block;	
}

#footer2 ul li {
	font-weight: normal;
	font-size: 13.333px;
	display: block;
	float: left;
	margin-right: 10px;	
}

.foot1 {
	float: left;
	width: 478px;
	height: 200px;
	border-right: solid 2px #333333;
}

.foot1 h4 {
	position: relative;
	height: 60px;
	width: 260px;
	background: url(images/sprite.jpg);
	background-position: -180px -120px;
	text-indent: -900px;
	top: 40px;
	margin-left: 160px;
	overflow: hidden;
	z-index: 8;
}

#f1l {
	font-style: italic;
	position: absolute;
	text-align: right;
	top: 120px;
	margin-left: 160px;
	width: 80px;
	height: 80px;	
}

#f1r {
	position: absolute;
	text-align: left;
	top: 120px;
	margin-left: 260px;
	height: 80px;	
}

#f1r a {
	text-decoration: underline;
}

#f1r a:hover {
	color: #07ee02;
}

.foot2 {
	float: left;
	width: 238px;
	border-right: solid 2px #333333;
	height: 200px;
}

.foot_network {
	position: relative;
	overflow: hidden;
	height: 20px;
	width: 100px;
	background: url(images/foot_sprite.jpg);
	background-position: -220px -80px;
	text-indent: -900px;
	margin-bottom: 20px;
	margin-top: 30px;
	margin-left: 24px;	
}

.foot2 ul {
	display: inline;
	float: left;
	margin-bottom: 20px;
	margin-left: 25px;
}

.foot2 ul li{
	display: inline;
	float: left;
	position: relative;
	height: 40px;
	width: 40px;
	overflow: hidden;
	margin-right: 10px;	
	text-indent: -900px;	
}

.foot2 ul li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	cursor: pointer;	
}

.f_li1 {
	background: url(images/foot_sprite.jpg);
	background-position: -20px -200px;
}

.f_li2 {
	background: url(images/foot_sprite.jpg);
	background-position: -100px -200px;
}

.f_li3 {
	background: url(images/foot_sprite.jpg);
	background-position: -180px -200px;
}

.f_li4 {
	background: url(images/foot_sprite.jpg);
	background-position: -260px -200px;
}

.f_li5 {
	background: url(images/foot_sprite.jpg);
	background-position: -20px -280px;
}

.f_li6 {
	background: url(images/foot_sprite.jpg);
	background-position: -100px -280px;
}

.f_li7 {
	background: url(images/foot_sprite.jpg);
	background-position: -180px -280px;
}

.f_li8 {
	background: url(images/foot_sprite.jpg);
	background-position: -260px -280px;
}

.foot3 {
	float: left;
	width: 200px;
	height: 200px;	
}

.small_italic {
	font-size: 10px;
	text-align: right;
	font-style: italic;
}

.small_italic2 {
	font-size: 10px;
	text-align: left;
	font-style: italic;
}

.small_pic {
	margin-left: 20px;
	height: 200px;
	width: 200px;
	background: url(images/foot_sprite.jpg) top left no-repeat;	
	
}

.small_pic a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	cursor: pointer;
}

.post {
	width: 218px;
	border-bottom: 1px solid #666666;	
	margin-bottom: 20px;
}

.fport {
	position: absolute;
	top: 158px;
	margin-left: 165px;
	height: 30px;
	width: 140px;
	z-index: 10;
	overflow: hidden;
	text-indent: -900px;	
}

.fport a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	cursor: pointer;
}

.fport2 {
	position: absolute;
	top: 40px;
	margin-left: 510px;
	height: 320px;
	width: 440px;
	z-index: 10;
	overflow: hidden;
	text-indent: -900px;	
}

.fport2 a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	cursor: pointer;
}

.fcont {
	position: absolute;
	top: 200px;
	margin-left: 75px;
	height: 30px;
	width: 100px;
	z-index: 10;
	overflow: hidden;
	text-indent: -900px;	
}

.fcont a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	cursor: pointer;	
}

#about_head {
	background: url(images/about_head.jpg);
	height: 120px;
	width: 400px;	
}

#about_head h2 {
	position: relative;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-indent: -900px;
}

#portfolio_head {
	background: url(images/portfolio_head.jpg);
	height: 120px;
	width: 400px;	
}

#portfolio_head h2 {
	position: relative;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-indent: -900px;
}

#resume_head {
	background: url(images/resume_head.jpg);
	height: 120px;
	width: 400px;	
}

#resume_head h2 {
	position: relative;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-indent: -900px;
}

#contact_head {
	background: url(images/contact_head.jpg);
	height: 120px;
	width: 400px;	
}

#contact_head h2 {
	position: relative;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-indent: -900px;
}

#blog_head {
	background: url(images/blog_head.jpg);
	height: 120px;
	width: 400px;	
}

#blog_head h2 {
	position: relative;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-indent: -900px;
}

.a1 {
	
	float: left;
	width: 640px;
	margin-bottom: 60px;	
}

.a2 {
	float: right;
	width: 282px; 
}

.a2_blog {
	float: right;
	width: 282px;
	margin-bottom: 200px; 
}

.big_pic {
	height: 200px;
	width: 200px;
	float: left;
	background: url(images/about_sprite.jpg);
	background-position: -2px 0;
	margin: 0 20px 20px 0;	
}

.random h3 {
	position: relative;
	height: 60px;
	width: 180px;
	background: url(images/about_sprite.jpg);
	background-position: 0 -220px;
	overflow: hidden;
	text-indent: -900px;
	margin-bottom: 20px;
}

.sidewrap {
	background: #222222;
	width: 100%;
	border: 1px solid #303030;	
}

.small_contact h3 {
	margin-top: 10px;
	background: url(images/about_sprite.jpg);
	background-position: -20px -400px;
	height: 60px;
	width:	180px;
	overflow: hidden;
	text-indent: -900px;
}

.side_form {
	padding: 10px 20px 0px 20px;
}

.side_form p {
	margin-bottom: 10px;
}

.side_form input {
	color: #cccccc;
	font-size: 13.333px;
	font-family: Verdana;
	background: #111111;
	border: solid 1px #303030;
	width: 230px;
	height: 20px;
	padding: 6.6666px;
	margin-bottom: 10px;
}

#submit_front {
	color: black;
	background: #555555;
	height: 40px;
	width: 80px;
	float: right;
}

#submit_front:hover {
	cursor: pointer;
	background: #64d416;	
}

#message {
	color: #cccccc;
	font-size: 13.333px;
	font-family: Verdana;
	background: #111111;
	border: solid 1px #303030;
	width: 230px;
	height: 120px;
	padding: 6.6666px;
	margin-bottom: 20px;
	line-height: 20px;
}

.port_wrap {
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px #303030;	
}

.port_pic {
	float: right;
	height: 240px;
	width: 620px;	
}

.port_vid {
	float: right;
	height: 281px;
	width: 620px;	
}

.port_text {
	width: 320px;
	float: left;
}

.italic {
	font-style: italic;	
}

.conth2 {
	position: relative;
	height: 60px;
	width: 260px;
	overflow: hidden;
	text-indent: -900px;
	background: url(images/contact_sprite.jpg);
	background-position: 0 0px;
}

.conth3 {
	position: relative;
	height: 60px;
	width: 260px;
	overflow: hidden;
	text-indent: -900px;
	background: url(images/contact_sprite.jpg);
	background-position: 0 -60px;
}

.contmap img {
	border: solid 1px #303030;	
}

.resume_wrap {
	border-bottom: 1px solid #303030;
	margin-bottom: 20px;	
}

.resume_wrap2 {
	border-bottom: 1px solid #303030;
	margin-bottom: 20px;	
}

.resume_wrap ul {
	list-style-type:disc;
	font-size: 13.3333px;
	margin-bottom: 20px;
	margin-left: 20px;	
}

.resume_wrap ul li {
	margin-bottom: 10px;	
}

.summary {
	position: relative;
	height: 50px;
	width: 260px;
	overflow: hidden;
	text-indent: -900px;
	background: url(images/resume_sprite.jpg);
	background-position: 0 0px;
}

.career {
	position: relative;
	height: 50px;
	width: 260px;
	overflow: hidden;
	text-indent: -900px;
	background: url(images/resume_sprite.jpg);
	background-position: 0 -60px;
}

.education {
	position: relative;
	height: 50px;
	width: 260px;
	overflow: hidden;
	text-indent: -900px;
	background: url(images/resume_sprite.jpg);
	background-position: 0 -120px;
}

.references {
	position: relative;
	height: 50px;
	width: 260px;
	overflow: hidden;
	text-indent: -900px;
	background: url(images/resume_sprite.jpg);
	background-position: 0 -180px;
}