* {
	font-weight: normal;
	padding: 0;
	margin: 0;
	border: 0;
	} 
body {
	font-family: verdana, sans-serif;
	padding: 0 10px 10px 10px;
	text-align: center;
	background: #333;
	font-size: small;
	}
div#wrap {
	border: 1px solid #fff;
	font-size: 90%;
	text-align: left;
	margin: 0 auto;
	width: 750px;
	}

/* Sidebar Background Colors */

body#accessibility div#wrap {
	background: url(images/h1_tile_blue.gif) repeat-y top left;
	}
body#interactivity div#wrap {
	background: url(images/h1_tile_green.gif) repeat-y top left;
	}

/* You Are Here + Skip Navigation */

div#header {
	padding: 15px 0;
	margin: 0 auto;
	text-align: left;
	width: 750px;
	color: #fff;
	}
div#header p#breadcrumb {
	font-size: 80%;
	}
div#header p#breadcrumb strong {
	font-weight: bold;
	}
div#header p#breadcrumb a span {
	display: none;
	}
div#header p#resume {
	background: url(images/pdf_icon.gif) no-repeat top left;
	font-weight: bold;
	float: right;
	}
div#header p#resume a {
	background: url(images/link_white.gif) no-repeat top right;
	padding: 0 10px 0 20px;
	}
div#header p a {
	color: #fff;
	}
div#header p a:hover {
	text-decoration: none;
	}

/* Heading 1 + Sidebar */

div#h1 {
	width: 200px;
	color: #fff;
	float: left;
	}
body#accessibility div#h1 {
	background: #069;
	}
body#interactivity div#h1 {
	background: #096;
	}
div#h1 h1 a {
	margin: 20px 10px 0 10px;
	display: block;
	width: 180px;
	height: 35px;
	}
body#accessibility div#h1 h1 a {
	background: url(images/logo_blue.gif) no-repeat top left;
	}
body#interactivity div#h1 h1 a {
	background: url(images/logo_green.gif) no-repeat top left;
	}
div#h1 h1 a span {
	display: none;
	}

/* Occupation */

div#h1 p#occupation {
	padding-top: 10px;
	text-align: center;
	}
div#h1 p#occupation strong {
	font-weight: bold;
	font-size: 120%;
	}

/* Turn of Definition Terms */

div#h1 dl dt {
	display: none;
	}

/* Membership Icons */

div#h1 dl#memberships {
	padding-top: 15px;
	}
div#h1 dl#memberships dd {
	float: left;
	}
div#h1 dl#memberships dd#gawds {
	padding-left: 10px;
	}
div#h1 dl#memberships dd#igda {
	padding-left: 20px;
	}

/* Contact Information */

div#h1 dl#contact {
	padding-top: 10px;
	clear: both;
	}
body#accessibility div#h1 dl#contact dd#about, 
body#accessibility div#h1 dl#contact dd#phone,
body#accessibility div#h1 dl#contact dd#email {
	background: #036;
	}
body#interactivity div#h1 dl#contact dd#about, 
body#interactivity div#h1 dl#contact dd#phone,
body#interactivity div#h1 dl#contact dd#email {
	background: #063;
	}
div#h1 dl#contact dd#about {
	border: 1px solid #fff;
	text-align: center;
	font-size: 95%;
	margin: 0 10px;
	padding: 10px;
	}
div#h1 dl#contact dd#phone {
	margin: 10px 10px 0 10px;
	border: 1px solid #fff;
	text-align: center;
	padding: 10px;
	}
div#h1 dl#contact dd#email {
	margin: 10px 10px 0 10px;
	border: 1px solid #fff;
	text-align: center;
	font-size: 95%;
	padding: 10px;
	}
div#h1 dl#contact dd#email a {
	background: url(images/link_white.gif) no-repeat top right;
	padding-right: 10px;
	color: #fff;
	}
div#h1 dl#contact dd#email a:hover {
	text-decoration: none;
	}
body#accessibility div#h1 dl#contact dd#email a:hover {
	color: #9cf;
	}
body#interactivity div#h1 dl#contact dd#email a:hover {
	color: #9fc;
	}
	
/* Content */
	
div#content {
	background: #fff url(images/box_bg.gif) no-repeat bottom right;
	width: 550px;
	float: right;
	}
div.clear {
	clear: both;
	}
	
/* Content1 Headings + Navigation */

div#gallery h2 {
	font-family: georgia, serif;
	padding: 15px 0 0 15px;
	font-size: 170%;
	float: left;
	}
div#gallery h3 {
	font-family: georgia, serif;
	padding: 0 0 15px 15px;
	font-size: 150%;
	clear: left;
	}
body#accessibility div#gallery h2 {
	color: #036;
	}
body#accessibility div#gallery h3 {
	color: #069;
	}
body#interactivity div#gallery h2 {
	color: #063;
	}
body#interactivity div#gallery h3 {
	color: #096;
	}
div#gallery ul#navigation {
	list-style: none;
	float: right;
	}
div#gallery ul#navigation li {
	float: left;
	}
div#gallery ul#navigation li a {
	text-transform: uppercase;
	font-family: georgia, serif;
	text-decoration: none;
	letter-spacing: 2px;
	padding: 15px 10px;
	font-size: 95%;
	display: block;
	}
div#gallery ul#navigation li#a a {
	background: #036 url(images/nav_a_off.gif) no-repeat bottom left;
	color: #fff;
	}
body#accessibility div#gallery ul#navigation li#a a, 
div#gallery ul#navigation li#a a:hover {
	background: #069 url(images/nav_a_on.gif) no-repeat bottom left;
	padding-top: 30px;
	}
div#gallery ul#navigation li#i a {
	background: #063 url(images/nav_i_off.gif) no-repeat bottom right;
	border-left: 1px solid #fff;
	color: #fff;
	}
body#interactivity div#gallery ul#navigation li#i a, 
div#gallery ul#navigation li#i a:hover {
	background: #096 url(images/nav_i_on.gif) no-repeat bottom right;
	padding-top: 30px;
	}
body#accessibility div#gallery ul#navigation li#a a, 
body#interactivity div#gallery ul#navigation li#i a {
	cursor: default;
	}

/* Local Navigation */

div#gallery ul#thumbnails {
	padding: 0 15px 15px 15px;
	list-style: none;
	clear: both;
	}
div#gallery ul#thumbnails li {
	float: left;
	}
div#gallery ul#thumbnails li a {
	border: 1px solid #000;
	display: block;
	height: 90px;
	width: 90px;
	}
div#gallery ul#thumbnails li#a1,
div#gallery ul#thumbnails li#a2,
div#gallery ul#thumbnails li#a3,
div#gallery ul#thumbnails li#a4,
div#gallery ul#thumbnails li#i1,
div#gallery ul#thumbnails li#i2,
div#gallery ul#thumbnails li#i3,
div#gallery ul#thumbnails li#i4 {
	padding-right: 15px;
	}
div#gallery ul#thumbnails li#a1 a {
	background: url(images/a1_tn.jpg) no-repeat top left;
	}
div#gallery ul#thumbnails li#a2 a {
	background: url(images/a2_tn.jpg) no-repeat top left;
	}
div#gallery ul#thumbnails li#a3 a {
	background: url(images/a3_tn.jpg) no-repeat top left;
	}
div#gallery ul#thumbnails li#a4 a {
	background: url(images/a4_tn.jpg) no-repeat top left;
	}
div#gallery ul#thumbnails li#a5 a {
	background: url(images/a5_tn.jpg) no-repeat top left;
	}
div#gallery ul#thumbnails li#i1 a {
	background: url(images/i1_tn.jpg) no-repeat top left;
	}
div#gallery ul#thumbnails li#i2 a {
	background: url(images/i2_tn.jpg) no-repeat top left;
	}
div#gallery ul#thumbnails li#i3 a {
	background: url(images/i3_tn.jpg) no-repeat top left;
	}
div#gallery ul#thumbnails li#i4 a {
	background: url(images/i4_tn.jpg) no-repeat top left;
	}
div#gallery ul#thumbnails li#i5 a {
	background: url(images/i5_tn.jpg) no-repeat top left;
	}
div#gallery ul#thumbnails li a.current {
	cursor: default;
	}
div#gallery ul#thumbnails li a span {
	display: none;
	}
div#gallery img#thumbnail {
	border: 1px solid #000;
	margin: 15px;
	width: 197px;
	height: 197px;
	float: left;
	}

/* Work Description */

div#description{
	padding: 15px 15px 15px 0;
	width: 305px;
	float: right;
	}
div#description h4 {
	font-weight: bold;
	font-size: 110%;
	color: #c00;
	}
* html div#description h4 {
	margin-top: 40px;
	}
div#description p#website {
	background: url(images/bullet_www_gold.gif) no-repeat top left;
	margin: 15px 0 0 0;
	padding-left: 25px;
	}
div#description p#website a {
	background: #fff url(images/link_gold.gif) no-repeat top right;
	padding: 0 10px 0 0;
	font-weight: bold;
	font-size: 90%;
	color: #c90;
	}
div#description p#website a:hover {
	text-decoration: none;
	}
div#description ul#roles {
	list-style: url(images/bullet_arrow_red.gif);
	font-size: 95%;
	}
div#description ul#roles li {
	margin: 15px 20px;
	}

/* Valid Code Icons + Copyright */

div#footer {
	padding: 10px 0;
	margin: 0 auto;
	text-align: left;
	font-size: 80%;
	width: 750px;
	clear: both;
	color: #fff;
	}
div#footer p {
	text-align: right;
	}
div#footer ul#validcode {
	list-style: none;
	}
div#footer ul#validcode li {
	padding-right: 10px;
	float: left;
	}
