@charset "UTF-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: "Myriad Pro", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(images/bgRepeat.gif);
	background-repeat: repeat-x;
	background-position: 0px 200px;
}
#container  {
	width: 900px;
	margin: 200px 0px 0px 40px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: -42px -216px;
	height: 500px;
	padding: 0px 60px 0px 0px;
	background-color: #ffffff;
}
#navCol  {
	padding: 0px 20px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 160px;
	float: left;
}
#navCol #title {
	margin: 0px;
	padding: 0px;
	padding-bottom: 168px;
}
#navCol #nav .portfolio {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	position: relative;
	padding: 0px;
	letter-spacing: 0.1em;
	margin: 0px;
}
#navCol #nav .portfolio a {
	background-repeat: no-repeat;
	display: block;
	background-image: url(images/arrow_forward.gif);
	background-position: -10px 0px;
	height: 11px;
	margin: 0px 0px 53px 0px;
	padding: 0px 0px 0px 15px;
	position: relative;
}
#navCol #nav .portfolio  a:hover, #navCol #nav .portfolioSel a, #navCol #nav .portfolioSel a:hover{
	background-repeat: no-repeat;
	display: block;
	background-image: url(images/arrow_forward.gif);
	background-position: 0px 0px;
	height: 11px;
	margin: 0px 0px 53px 0px;
	padding: 0px 0px 0px 15px;
	color: #383838;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 0.1em;
}
#navCol #nav {
	margin: 0px;
	padding: 0px;
	padding-left: 42px;
	display: block;
	font-size: 10px;
}
#navCol #nav .contact  , #navCol #nav .exp, #navCol #nav .gallery{
	margin: 0px;
	padding: 0px;
	display: block;
	color: #999;
}
#navCol #nav .contact a, #navCol #nav .exp a, #navCol #nav .gallery a {
	background-position: -10px 0px;
	background-image: url(images/arrow_small.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 8px 0px;
	padding: 2px 2px 2px 15px;
	height: 9px;
	display: block;
	color: #999;
}
#navCol #nav a:hover {
	background-position: 6px 2px;
	color: #404041;
	margin: 0px 0px 8px 0px;
	height: 9px;
	padding: 2px 2px 2px 15px;
	background-image: url(images/arrow_small.gif);
	background-repeat: no-repeat;
}
#navCol #nav .contactSel  ,#navCol #nav .expSel, #navCol #nav .gallerySel{
	background-position: 6px 2px;
	color: #333;
	background-image: url(images/arrow_small.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px 0px 8px 0px;
	height: 9px;
	padding: 2px 2px 2px 15px;
}
#midCol  {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 174px;
	margin: 0px 1px 0px 0px;
	float: left;
	display: block;
	height: 370px;
}
#midCol #projectInfo{
	float: left;
	width: 154px;
	color: #FFF;
	padding: 30px 0px 0px 20px;
	height: 340px;
	border-right: solid 1px #fff;
	background-color: #383838;
}
#midCol #projectInfo h1{
	color: #FFF;
	padding: 0px 0px 30px 0px;
	font-size: 12px;
	letter-spacing: 0.1em;
	font-weight: normal;
	margin: 0px;
}
#midCol #projectInfo h2{
	color: #FFF;
	padding: 0px 0px 3px 0px;
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
#midCol #projectInfo h3{
	color: #999;
	padding: 0px;
	font-size: 9px;
	font-weight: normal;
	margin: 0px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
#midCol #projectInfo p{
	color: #FFF;
	padding: 0px;
	margin: 0px;
}

#backToPortfolio {
	padding: 12px 0px 0px 0px;
	float: left;
	margin: 0px;
	width: 174px;
	font-size: 10px;
}
#backToPortfolio a, #navCol #nav a{
	color: #999;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}
#backToPortfolio a:hover, #navCol #nav ul li a:hover     {
	color: #333;
	text-decoration: none;
}
#rightCol {
	height: 370px;
	float: left;
	position: relative;
}
#footer {
	width: 700px;
	float: right;
	margin: 64px 0px 0px 0px;
	padding: 8px 0px 0px 0px;
	border-top: dotted 1px #666;
	bottom: 0px;
}
#footer p{
	margin: 0px;
	padding: 0px;
	color: #999;
	font-size: 9px;
	letter-spacing: .1em;
}
#footer ul{
	margin: 0px 0px 5px 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 10px;
}
#footer ul a  {
	color: #333;
	text-decoration: none;
}
#footer ul a:hover  {
	color: #666;
	text-decoration: none;
}
#footer li{
	margin: 0px 6px 0px 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#footer ul .lighter a  {
	color: #999;
	text-decoration: none;
}
#footer ul .lighter a:hover  {
	color: #666;
	text-decoration: none;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
