@charset "utf-8";
/* -- RESET --- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
    margin:0; 
    padding:0; 
  } 
  table { 
    border-collapse:collapse; 
  } 
  fieldset,img {  
    border:0;
  } 
  address,caption,cite,code,dfn,em,strong,th,var { 
    font-style:normal; 
     font-weight:normal; 
  } 
  ol,ul { 
    list-style:none; 
  } 
  caption,th { 
    text-align:left; 
  } 
  h1,h2,h3,h4,h5,h6 { 
    font-size: 1em; 
    font-weight:normal; 
  } 
 
  abbr,acronym { 
    border:0; 
  } 


/* --- END RESET --- */

img {border: none;}

.bold {
	font-size: 12px;
	font-weight: bold;
	}
	

body {
	text-align: center; /* this centers the container in IE 5* browsers. */
	color: #000000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/page/tile-bg.jpg);
	background-position: center top;
}

#container {
	width: 800px;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	padding-top: 48px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/page/highlight-bg.jpg);
	background-repeat: no-repeat;
	background-position: center -10px;
}
#leftcol {
	width: 233px;
	float: left;
	position: relative;
	left: 45px;
}

#rightcol {
	width: 477px;
	float: right;
	padding-right: 45px;

}

#navbar {
	background-image: url(images/page/logo-bar.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 135px;
	width: 233px;
	padding-top: 22px;
	margin-bottom: -22px;
}

ul#navlist
{
margin: 0px;
padding: 8px 0px 0px 1px;
}

#navlist li {
	display: inline;
	list-style-type: none;
}

#navlist a { 
	padding: 4px 1px 0px 1px;
	background-color: #e3bc10; 
	margin: 0px -4px;
}

#navlist a:link, #navlist a:visited {
	background-image: url(images/buttons/arrow.gif);
	background-repeat: no-repeat;
	background-position: center -24px;
}

#navlist a:hover {
background-color: #e3bc10;
background-position: center top;
}

#navlist a.active {
background-image: url(images/buttons/arrow.gif);
background-color: #e3bc10;
background-position: center top;
}

/* ---------- PORTNAV ---------------- */

#portnav {
	background-image: url(images/page/portbar-bg-lg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	width: 233px;
	background-position: center top;
}

ul#portnav {
	margin: 0;
	padding: 0;
	text-align: center;
}

#portnav li {
	padding: 0 7px;
	display: block;
	list-style-type: none;
}

#portnav a {
	width: 220px;
	height: 60px;
	display: block;
	/*vertical-align: bottom;  This fixes the IE5 Win gap! */
	padding: 2px 0px;
	margin: 0px;
	background-color: #FFFFFF;
	}

#portnav a:link, #navlist a:visited {
	
	}
	
#portnav a:hover {
	background-color: #e3bc10;
	}
	
.spacefix {
	position: relative;
	top: -6px;	
	}
	
/* ----------- RIGHTCOL ------------ */

#portpic {
	width: 477px;
	height: 468px;
	display: block;
	background-image: url(images/page/portimage-bg.jpg);
	background-repeat: no-repeat;
	}

#portpic .whtbox {
	background-color: #FFFFFF;
	margin-left: 12px;
	margin-right:12px;
	padding-bottom: 4px;}
	
#portpic p {
	font-size: 10px;
	line-height: 14px;
	padding-left: 8px;
	padding-right: 20px;
	color: #282828;
	}
	
#portpic .left p {
	font-size: 10px;
	line-height: 14px;
	padding-left: 10px;
	color: #282828;
	}
	
#portpic .left .center {
	text-align: center;
	}
	
#portpic h1 {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 2px 0px;
	margin: 3px 5px;
	border-bottom: 1px dotted #282828;
	color: #282828;
	}
	
#portpic .right h1 {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 2px 0px;
	margin: 3px 20px 3px 0px;
	border-bottom: 1px dotted #282828;
	color: #282828;
	}

ul#portpic {
	padding-top: 30px;
}

#portpic li {
	padding: 3px 5px;
	display: block;
	list-style-type: none;
}

#portpic a {
	font-size: 10px;
	color: #282828;
	text-decoration: none;
	width: 203px;
	height: 14px;
	display: block;
	border-bottom: 1px solid #282828;
	/*vertical-align: bottom;  This fixes the IE5 Win gap! */
	padding-top: 5px;
	margin: 0px;
	}

#portpic a:link, #navlist a:visited {
	
	}
	
#portpic a:hover {
	color: #e3bc10;
	border-bottom: 1px solid #e3bc10;
	}
	

/* -------------- INTERACTIVE ------------------------ 	*/

#intpiece .bold {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	}
	

#inthead {
	width: 477px;
	height: 179px;
	display: block;
	padding-left: 12px;
	background-image: url(images/page/web-header-bg.jpg);
	background-repeat: no-repeat;
	}

#intpiece {
	width: 477px;
	height: 156px;
	display: block;
	background-image: url(images/page/web-bg.jpg);
	background-repeat: no-repeat;
}

.intleft {
	width: 254px;
	float:left;
	padding-top: 15px;
}

.intright {
	width: 223px;
	float:right;
	text-align: left;
	padding-top: 14px;
}

ul#intpiece {
	padding-top: 30px;
}

#intpiece li {
	padding: 3px 5px 3px 30px;
	display: block;
	text-align: right;
	list-style-type: none;
}

#intpiece a {
	font-size: 10px;
	color: #282828;
	text-decoration: none;
	text-align: right;
	width: 203px;
	height: 14px;
	display: block;
	border-bottom: 1px solid #282828;
	/*vertical-align: bottom;  This fixes the IE5 Win gap! */
	padding-top: 4px;
	margin: 0px;
	}

#intpiece a:link, #navlist a:visited {
	
	}
	
#intpiece a:hover {
	color: #e3bc10;
	border-bottom: 1px solid #e3bc10;
	}

/* -------------- PROJECT DESCRIPTION ---------------- */


#desc {
	width: 300px;
	margin-top: -40px;
	padding: 0px 5px 5px 15px;
	}
	
#desc h1 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 6px;
	color: #e3bc10;
	}
	
#desc p {
	font-size: 10px;
	line-height: 14px;
	color: #ffffff;
	}
	
.skills {
	padding: 6px 5px 0px 0px;
	margin-top: 16px;
	border-top: 1px dotted #e3bc10;
	text-align: right;
	}
	
.skills2 {
	padding: 6px 20px 0px 0px;
	margin-top: 0px;
	text-align: right;
	}
	
.skills img, .skills2 img {
	padding: 0px 3px;
	}
	