/* @group Main Layout */

body {
	margin: 0;
	font: 62.5% Arial, Helvetica, Geneva, sans-serif;
	background: #c8d8dd repeat-x;
	padding: 0;
}

#container {
	min-width: 810px;
}

#leftContent {
	width: 20%;
	float: left;
}

#rightContent {
	width: 604px;
	float: right;
	position: relative;
}

/* @end */

/* @group H1 Logo */

h1 {
	font-size: 1.5em;
	background: url(images/h1_banner.png) no-repeat 0 -20px;
	text-align: center;
	width: 126px;
	height: 129px;
	position: absolute;
	color: #fff;
	padding-top: 77px;
	margin: 0;
	left: 358px;
	top: 0;
}

h1 span {
	color: #c8d8dd;
}

/* @end */

/* @group Main Navigation */

#nav {
	padding: 0;
	font-size: 1.2em;
	text-transform: uppercase;
	line-height: 1.7em;
	list-style-type: none;
	margin: 170px 0 0;
}

#nav li {
	margin: 0;
	background-color: #fff;
	border-left-style: none;
	border: 3px solid #333;
	border-left-width: 0;
}

#nav #work, #nav #past, #nav #misc {
	border-top-style: none;
}

#nav li a {
	display: block;
	color: #4c4c4c;
	text-decoration: none;
	padding-top: 0;
	padding-bottom: 0;
	text-align: right;
	padding-right: 20px;
}

#nav li a:hover {
	background-color: #333;
	color: #fff;
}

/* Styles to Auto-Highlight Current Page */

#aboutPage #about a, #workPage #work a, #pastPage #past a, #miscPage #misc a {
	background-color: #333;
	color: #fff;
}

/* @end */

/* @group Work Gallery */

#pictureBox {
	float: right;
	position: relative;
	width: 604px;
	background: url(images/picture_box_ie.png) no-repeat;
	height: 444px;
	margin-top: 70px;
}

#imageSwitch {
	position: absolute;
	top: 323px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 2;
}

#imageSwitch li {
	background-color: #fff;

	border: 2px solid #4c4c4c;
}

#imageSwitch li + li {
	border-top-style: none;
	border-top-width: 0;
}

#imageSwitch li a {
	display: block;
	line-height: 1.5em;
	font-size: 1em;
	text-decoration: none;
	color: #4c4c4c;

	background: url(images/transparent_gif.gif) repeat;
	width: 12px;
	text-align: center;
}

#imageSwitch li a:hover {
	color: #fff;
	background-color: #4c4c4c;
}

#categories {
	float: right;
	width: 604px;
	margin-top: 40px;
	position: relative;
	left: -101px;
	padding: 0;
}

#categories ul {
	list-style-type: none;
	height: 20px;
	float: left;
	position: relative;
	width: 250px;
	padding: 0;
	margin: 0;
}

#categories li {
	float: left;
}

#categories a {
	width: 19px;
	height: 15px;
	display: block;
	float: left;
	background: url(images/project_switch_ie.png) left top;
}

#categories a.current {
	background-position: right top;
}

#categories a:hover {
	background-position: right top;
}

#categories h3{
	float: left;
	font-size: .9em;
	position: relative;
	height: 15px;
	line-height: 1.8em;
	color: #4c4c4c;
	margin-top: 0;
	margin-bottom: 0;
	letter-spacing: 1px;
	direction: ltr;
	margin: 0;
	text-align: left;
	width: 95px;
}

/* Javascript Slideshow */

#slideshow {
  width: 478px;
  height: 318px;
  position: relative;
  overflow: hidden;
	top: 5px;
	left: 5px;
}
#preview {
  position: absolute;
}

#descActivator {
	  width: 483px;
  height: 324px;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -9000px;
	display: block;
	z-index: 3;
	background: url(images/transparent_gif.gif) repeat;
}

#slideshow a, #slideshow a img {
	border-style: none;
	text-decoration: none;
}

#description {
	position: absolute;
	width: 478px;
	height: 30px;
	color: #fff;
	padding: 0;
	margin: 318px 0 0;
	z-index: 1;
	background-image: url(images/desc_background.png);
}

#pictureBox #description p {
	text-align: left;
	margin-left: 20px;
	margin-top: 10px;
}

div#video {
	width: 478px;
	height: 315px;
}

noscript p {
	color: #4c4c4c;
	font: bold 4.3em/1.2em Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

#video p {
	color: #4c4c4c;
	text-transform: uppercase;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	font: bold 3em/1.2em Helvetica, Arial, Geneva, sans-serif;
}

/* @end */

/* @group HomePage Styles */

#homePage #container {
	min-width: 0px;
}

#homePage h1 {
	font-size: 1.3em;
	background: url(images/h1_home_banner.png) no-repeat left -20px;
	margin: 0 0 0 -53px;
	width: 105px;
	height: 129px;
	position: absolute;
	color: #fff;
	padding-top: 77px;
	text-align: center;
	left: 50%;
	top: 0;
}

#homeNav {
	background: url(images/home_linkbox_ie.png) no-repeat;
	width: 155px;
	height: 416px;
	list-style-type: none;
	margin: 0 0 0 -46px;
	position: relative;
	top: 170px;
	left: 50%;
	padding: 0;
}

#homeNav li {
	margin-left: 4px;
	margin-top: 0;
	width: 84px;
	margin-bottom: 0;
	height: 84px;
	padding: 0;
}

#homeNav li#life {
	position: absolute;
	top: 4px;
}

#homeNav li#work {
	position: absolute;
	top: 92px;
}

#homeNav li#past {
	position: absolute;
	top: 178px;
}

#homeNav li#misc {
	position: absolute;
	top: 266px;
}


#homeNav a {
	width: 84px;
	height: 83px;
	overflow: hidden;
	display: block;
	position: relative;
	border-style: none;
	text-decoration: none;
}

#homeNav a img {
	position: absolute;
	margin: 0;
	border-style: none;
	top: 0;
	left: 0;
}

/* @end */

/* @group About Styles */

#aboutBox {
	float: right;
	position: relative;
	width: 583px;
	height: 444px;
	margin-top: 61px;
}

#aboutBox h3 {
	color: #4c4c4c;
	margin-top: 0;
	margin-bottom: 30px;
	text-transform: uppercase;
	width: 570px;
	font: bold 4.8em Helvetica, Arial, Geneva, sans-serif;
	height: 93px;
	text-indent: -9000px;
	background: url(images/about_header.png) no-repeat;
}

#aboutLinks {
	list-style-type: none;
	padding: 0;
	margin: 0 0 20px;
	width: 583px;
	height: 160px;
	float: left;
	background: url(images/about_box_bottom.png) no-repeat left bottom;
}

#aboutLinks li, #aboutLinks a {
	width: 124px;
	height: 124px;
	display: block;
	float: left;
	text-indent: -9000px;
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
}

#aboutLinks a:hover {
	background-position: right top;
}

#aboutOne a {
	background-image: url(images/about_print.png);
}

#aboutTwo {
	margin-left: 24px;
}

#aboutTwo a {
	background-image: url(images/about_web.png);
}

#aboutThree {
	margin-left: 24px;
}

#aboutThree a {
	background-image: url(images/about_3d.png);
}

#aboutFour {
	margin-left: 24px;
}

#aboutFour a {
	background-image: url(images/about_fun.png);
}

#aboutBox p {
	float: left;
	width: 285px;
	margin-right: 4px;
	font-size: 1.1em;
	line-height: 15px;
}

p#contact {
	float: right;
	width: 602px;
	margin-top: 78px;
	font: 1.1em Georgia, "Times New Roman", Times, serif;
	background: url(images/carrot.png) no-repeat left top;
	height: 17px;
}

p#contact a {
	color: #636363;
	text-decoration: none;
	margin-left: 20px;
}

p#contact a:hover {
	text-decoration: underline;
}

#aboutBox .section {
	float: left;
	width: 568px;
	background: url(images/about_box_bottom.png) no-repeat left bottom;
	padding-bottom: 20px;
}

#aboutBox .section h4 {
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.5em;
}

#aboutBox .section p {
	width: 568px;
	margin-right: 10px;
	margin-top: 4px;
	margin-left: 0;
}

#aboutBox .section a {
	padding-left: 15px;
	background: url(images/carrot.png) no-repeat left;
	color: #636363;
	text-transform: lowercase;
	text-decoration: none;
}

#aboutBox .section a:hover {
	color: black;
	text-decoration: underline;
}

/* @end */

/* @group Past Styles */

#resumeBox {
	float: right;
	position: relative;
	width: 583px;
	background: url(images/resume_box_ie.png) no-repeat;
	height: 444px;
	margin-top: 40px;
}

#resumeBox h3 {
	color: #4c4c4c;
	margin-top: 0;
	margin-bottom: 30px;
	text-transform: uppercase;
	width: 570px;
	font: bold 4.8em Helvetica, Arial, Geneva, sans-serif;
	border-bottom-style: solid;
	border-bottom-width: 6px;
}

#pastLinks {
	padding: 0;
	list-style-type: none;
	height: 282px;
	margin: 0;
}

#pastLinks li, #pastLinks li a {
	display: block;
	width: 99px;
	height: 163px;
	background: url(images/past_links_bg.png) no-repeat left top;
}

#pastLinks a:hover {
	background: url(images/past_links_bg.png) no-repeat right top;
}

#one {
	position: absolute;
	top: 53px;
	left: 4px;
}

#two {
	position: absolute;
	top: 29px;
	left: 127px;
}

#three {
	position: absolute;
	top: 30px;
	left: 341px;
}

#four {
	position: absolute;
	top: 30px;
	left: 442px;
}

p#downloadPDF {
	float: right;
	width: 603px;
	margin-top: 78px;
	font: 1.1em Georgia, "Times New Roman", Times, serif;
	background: url(images/carrot.png) no-repeat left top;
	height: 17px;
}

p#downloadPDF a {
	color: #636363;
	text-decoration: none;
	margin-left: 20px;
}

p#downloadPDF a:hover {
	text-decoration: underline;
}

.section ul {
	padding-left: 0;
	list-style-type: none;
	float: left;
	width: 174px;
	line-height: 1.4em;
	margin: 0;
}

.section ul.education {
	margin-left: -19px;
	margin-right: 25px;
}

.section ul.experience {
	margin-left: 25px;
	margin-right: 0;
}

.section ul li {
	margin-bottom: 10px;
	background: url(images/ul_bullet.png) no-repeat left 4px;
	padding-left: 19px;
}

.section .ulHeader {
	background-image: none;
}

.section ul a {
	color: #333;
}

h4 {
	font-weight: bold;
	font-size: 1.1em;
	color: #4c4c4c;
}

#sectionOne, #sectionTwo, #sectionThree, #sectionFour {
	display: none;
}

/* @end */

/* @group IE PNG Styles */

* html h1 {
	background: url(images/h1_banner_ie.png) no-repeat 0 -20px;
}

* html #resumeBox {
	background: url(images/resume_box_ie.png) no-repeat left top;
}

* html #pastLinks li, * html #pastLinks li a {
	background: url(images/past_links_bg_ie.gif) no-repeat left top;
}

* html #categories a {
	background: url(images/project_switch_ie.png) left top;
}

* html #pictureBox {
	background: url(images/picture_box_ie.png) no-repeat left top;
}

* html #homeNav {
	background: url(images/home_linkbox_ie.png) no-repeat;
}

/* @end */