/* redefined */
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	background: #EAE8DA;
}
p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	}
th {
	font-weight: bold;
	text-align: left;
	color: #CCC;
	text-transform: uppercase;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	}
img {
	border: 0px;
	}
a:link, a:visited { text-decoration: none; color: #000066; }
a:hover, a:active { text-decoration: underline; color: #000000; }
hr {
	border-top: 1px dotted #CCC;
	line-height: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	color: #FFF;
	}
/* global */
.active {
	color: #000;
	font-weight: bold;
	}
/* cssjump */
#cssjump {
	width: 200px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	text-align: right;
	top: 5px;
	right: 5px;
	clear: both;
	float: right;
	}
#cssjump form {
	left: 0;
	top: 0;
	}
#cssjump select {
	padding: 3;
	border: 1px solid #ccc;
}
/* containers */
#container {
	position: relative;
	width: 765px;
	margin: 0 auto;
	background: #FFF;
	padding: 0px 5px 5px 5px;
	text-align: left;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	}
/* Header */
#header {
	top: 0;
    float:left;
    font-size:9px;
    line-height:normal;
	}
#header h1 {
	width: 665px;
	height: 0;
	margin: 0px;
	padding: 0px;
	}
#header span { display: none; }
#header a:link, #header a:visited, #header a:active, #header a:hover {
	color:#CCC; 
	text-decoration:none; 
	text-transform: uppercase;
	letter-spacing: .2em;
	}
#header ul span {display: block;}
#header ul {
	font-size: 9px;
    margin: 0;
    padding: 0;
    list-style:none;
    }
#header li {
    float:left;
	margin: 0 3px 0 0;
    padding:0;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
    }
#header a {
	float: left;
	display: block;
	text-decoration:none;
	font-weight:bold;
	color: #765;
	width: 10.5em;
	height: 2em;
	padding: 0 0 0 3px;
	}
#header a:hover {
	margin: 0;
    padding: 0 0 0 3px;
	background-color: #900;
	color: #fff;
	}
/* Commented Backslash Hack
	hides rule from IE5-Mac \*/
#header a {float:none;}
	/* End IE5-Mac hack */
#header #on {
	background-color: #D1CBB8;
    }
#header #on a {
	padding: 8em 0 0 3px;
	height: 1.3em;
	color: #fff;
	}
#header #on a:hover {
	padding: 8em 0 0 3px;
	background-color: #966;
	color: #fff;
	}
/* sub navigation */
#subnav {
	font-family: Verdana,sans-serif;
	font-size: 9px;
	color: #666;
	padding: 0px;
	position: absolute;
	top: 106px;
	left: 6px;
	border-right: 1px dotted #CCC;
	}
#subnav ul {
	margin: 0px;
	padding: 0px;
	width: 100px;
	}
#subnav li {
	line-height: 12px;
	list-style: none;
	border-bottom: 1px dotted #CCC;
	}
#subnav li.active {
	list-style-image: url(bullet-on.gif);
	}
#subnav li.active a { color: #000; }
#subnav a:hover { 
	background-color: #F4F4F4; 
 	text-decoration: none;
	}
#subnav a:link, #subnav li a:visited { 
	display: block;
	color:#666;
	width: 100%;
	height: 100%; 
	padding: 3px 0 4px 2px;
	}
/* Category Home */
#portfolio {
	padding: 80px 0px 120px 0px;
	text-align: center;
	}
/* Category Index */
#category {
	padding: 80px 80px 120px 80px;;
	text-align: center;
	}
#category img { margin: 0px; }

/* breadcrumb */
#breadcrumb {
	padding: 5px 0px 5px 0px;
	font-family: Verdana,sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #999999;
	clear: both;
	float: left;
	background-color: #FFF;
	}
#breadcrumb a {
	font-weight: normal;
	color: #036;
	}
#dropmenu {
	width: 765px;
	height: 20px;
	text-align: left;
	background-color: #CCC;
	}
#dropmenu ul {
	padding: 0;
	margin: 0;
	list-style:none;
	}
#dropmenu li {
	float: left;
	position: relative;
	width: 10em;
	}
#dropmenu li ul {
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;
  background-color: #CCC;
  border-top: 1px dotted #FFF;
  border-bottom: 1px dotted #FFF;
  }
#dropmenu li > ul {
        top: auto;
        left: auto;
        }
#dropmenu li:hover ul, li.over ul{ display: block; }
/* content */
#content {
	padding: 0;
	margin: 0;
	}
#contentMargin {
	padding: 0 0 0 0;
	clear:both;
	float:both;
	margin: 0 0 0 0;
	text-align: center;
	border-top: 1px solid #CCC;
	border-left: 1px dotted #CCC;
	border-right: 1px dotted #CCC;
	width: 763px;
	}
#contentMargin td {
	text-align: left;
	}
#about {
	padding: 0 5px 5px 5px;
	text-align: left;
	}
#about h2 { 
	float: left;
	font-size: 9px; 
	font-weight: bold;
	text-transform:uppercase;
	color: #C0C0C0;
	letter-spacing: 1px; 
	margin: 5px 0 0 0;
	}
#about p, #about span { margin-left: 150px;}
#tn {
	padding: 80px 50px 120px 50px;
	text-align: center;
	}
#tn p {
   text-align: center;
   }
#tn img { margin: 8px; }
/* info & credits */
#info {
	position: inherit;
	visibility: hidden;
	font-size: 9px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	width: 567px;
	float: left;
	clear:both;
	}
#info table {
	border-spacing: 0px;
	}
#info th {
	padding: 3px 4px 3px 4px;
	text-align: left;
	color: #999;
	background-color: #f4f4f4;
	border-bottom: 1px dotted #CCC;
	border-top: 1px solid #CCC;
	font-weight: normal;
	text-transform: uppercase; 
	}
#info th a:link, #info th a:visited, #info th a:active, #info th a:hover, #credits a {color:#999;}
#info td {
	padding: 3px;
	}
#credits {
	visibility: hidden;
	font-size: 9px;
	padding: 0px;
	margin: 0;
	text-align: left;
	width: 197px;
	border-left: 1px dotted #CCC;
	float: right;
	}
#credits table {
	border-spacing: 0px;
	}
#credits th {
	padding: 3px 4px 3px 4px;
	text-align: left;
	color: #999;
	background-color: #f4f4f4;
	border-bottom: 1px dotted #CCC;
	border-top: 1px solid #CCC;
	font-weight: normal;
	text-transform: uppercase; 
	}
#credits td {
	padding: 3px;
	}
/* homepage */
#homeContent {
	padding: 5px;
	text-align: left;
	margin: 0 0 0 0;
	height: 400px;
	}
#homeContent ul { margin: 0 0 0 20px; padding: 0; }
#homeContent li {
	float: left;
	font-size: 9px;
	line-height: 2em;
	margin: 0 20px 2em 10px;
	padding: 0 15px 0 0;
	list-style-position: outside;
	list-style-image: url(bullet.gif);
	}
#homeContent li#item1 b { letter-spacing: .3em; }
#homeContent li#item1 { width: 210px; }
#homeContent li#item2 { width: 140px; }
#homeContent li#item3 { width: 130px; }
#homeLinks {
	position: absolute;
	float: left;
	font-size: 9px;
	line-height: 2em;
	top: 98px;
	left: 630px;
	text-align: left;
	border-left: 1px dotted #ccc;
	padding: 0 0 0 10px;
	height: 405px;
	}
#homeLinks p {font-size: 9px; }
#homeLinks img {
	padding: 0 18px 0 18px;
	background-color:#e8e8e8;
	}
#homeLinks table {
	border-spacing: 0;
	width: 116px;
	}
#homeLinks th { 
	text-align: right; 
	border: none;
	color: #999;
	}
/* resume */
#resume {
	text-align:left;
	padding: 25px 5px 50px 5px;
	}
#resume h1 { 
	font-size:12px; 
	font-weight: bold; 
	border-top: 1px solid #ccc;
	margin: 35px 0 10px 0;
	padding: 5px 0 0 0;
	text-transform:uppercase;
	color: #C0C0C0;
	}
#resume h2 { 
	font-size:11px; 
	font-weight: bold; 
	margin: 10px 0 0 150px;
	}
#resume p { 
	margin: 0 0 10px 150px;
	}
#resume ul {
    margin:10px 0 0 0;
    list-style:none;
	padding: 0 0 20px 0;
    }
#resume li {
    float:left;
	margin:0;
	padding: 0 15px 0 0;
    }
#resume .date {
	float: left;
	clear: both;
	width: 150px;
	margin: 0 0 0 0;
	}
#resume .title { 
	font-style: italic;
	margin: 5px 0 5px 150px;
	}
/* footer */
#footer {
	position:relative;
	font-size: 9px;
	color: #999;
	background-color: #fff;
	padding: 5px;
	margin: 0px 0px 0px 0px;
	clear: both;
	text-align: center;
	font-weight: normal;
	border-top: 1px solid #ccc;
	}
