body {
	font: 100% Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background: #2A2A2A;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#holder {
	width: 760px;
	background:#1E1D1C;
	text-align: left;
	margin: 20px auto 20px auto;
}

#header {
	height: 104px;
	width: 760px;
}

#navbar {
	height: 16px;
	width: 748px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: #151413;
}

#contentround_top {
	height: 16px;
	width: 748px;
	float: left;
}

#contentround_bottom {
	height: 16px;
	width: 760px;
	position: relative;
	left: 0;
}

#content {
	width: 748px;
	background-image:url(images/content_background.gif);
	border-right: #1E1D1C 6px solid;
	border-left: #1E1D1C 6px solid;
}

#footer {
	width: 740px;
	background: #1E1D1C;
	margin: 6px 12px 0 0;
	font: 60% Arial, Helvetica, sans-serif;
	color: #444444;
	text-align: right;
}

#breakdown_container {
	width: 640px;
	height: 120px;
	margin: 0 auto 0 auto;
	border: 2px solid #1E1D1C;
	background-color: #000000;
	
	font: 12px Arial, Helvetica, sans-serif;
}

#breakdown_timeline {
	width: 422px;
	height: 12px;
	padding: 1px 2px 1px 2px;
	float: right;
	background-color: #000000;
}

#text_bar {
	margin: 0 auto 0 auto;
	border-top: 2px solid #2A2A2A;
	border-right: 2px solid #1E1D1C;
	border-left: 2px solid #1E1D1C;
	background-color: #1E1D1C;
	
	font: 14px Arial, Helvetica, sans-serif;
	color: #888888;
}

#portfolio_image {
	width: 100px;
	height: 100px;
	float: left;
}

p {
	font-size: 80%;
	margin: 0px;
}

a {
	color:#CCCCCC;
}

img {
	border: 0px;
}

input {
	font: 90% Arial, Helvetica, sans-serif;
	font-weight:500;
	color: #CCCCCC;
	background-color: #1E1D1C;
	border: 2px solid #444444;
	margin: auto;
}

textarea {
	background-color: #1E1D1C;
	border: 2px solid #444444;
	font: 90% Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

div {
	display: table;
}

img {
	display: block;
}

embed {
	display: block;
}

/* Everything Below is for LightBox 2 */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #666666;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #000000;
	border: 1px solid #666666;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
/* These are for the Contact Page */

.fmerrorbox {
	width: 180px;
}

.fmerrors {
	font-weight: bold; 
	color:#FF0000; 
}

input.button {
  color: #fff; background: #0034D0;
  font-size: .8em;
  font-weight:bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border: solid 1px #ffcf31;
  margin: auto;
}

input.breakdown_button {
  display: inline;
  color: #fff; background: #336699;
  border: 2px solid;
  border-top-color: #6699cc;
  border-left-color: #6699cc;
  border-bottom-color: #333366;
  border-right-color: #333366;
  width: 640px;
  height: 25px;
  text-align: center;
  padding: 0px;
}

input.archive_button {
  display: inline;
  color: #fff; background: #444444;
  border: 2px solid;
  border-top-color: #666666;
  border-left-color: #666666;
  border-bottom-color: #222222;
  border-right-color: #222222;
  width: 640px;
  height: 25px;
  text-align: center;
  padding: 0px;
}