* {
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	margin:0;
	padding:0;
	font-family: "Courier New", Courier, Serif;
	font-size:12px;
	color: #000;
	height:100%;
}

a {
	color:#000;
	text-decoration:none;
	outline: none;
}

:focus {
  -moz-outline-style: none;
}

a:hover {
	color:#000;
	text-decoration:none;
	border-bottom:1px dotted #000;
}

a img {
	border:0;
}

a.current {
	border-bottom:1px solid #666;
}

#content {
	position:relative;
}


#container {
	width:852px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -25px;
}

#header {
	position:relative;
	z-index:3000;
	height:84px;
}

#siteLogo {
	position:absolute;
	top:70px;
	left:110px;
	z-index:1000;
}

#siteLogo a, #siteLogo a:hover {
	border:none;
}

#siteNav {
	text-align:center;
	position:relative;
}

#siteNav ul {
	list-style:none;
	padding: 30px 0 40px;
}

#siteNav ul li {
	display:inline;
	padding: 0 8px;
}

#projectThumbs {
	padding:25px 0 0 0;
	text-align:center;
	overflow:hidden;
}

#projectThumbs ul {
	list-style:none;
	padding:0;
	margin: 0 auto 15px;
}

#projectThumbs ul li {
	float:left;
	margin:11px;
	display:inline;
}

#projectThumbs ul li a {
	width:120px;
	height:435px;
	display:block;
	position:relative;
	border:none;
	background: #fff799;
}

.projectTitle {
	width:100px;
	height:395px;
	padding:20px 10px;
	text-decoration:underline;
	text-align:left;
	display:none;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	background:url(../../images/pixel.gif);
	cursor:pointer;
}

.projectThumb {
	width:120px;
	height:435px;
	padding:0;
	text-align:left;
	position:absolute;
	top:0;
	left:0;
}

#projectNav {
	text-align:center;
	margin-top:15px;
	font-size: 11px;
}



#media {
	width:650px;
	height:620px;
	display:block;
	text-align:center;
	margin:0 auto 26px;
	position:relative;
}

#media_page {
	width:650px;
	display:block;
	text-align:center;
	margin:0 auto 26px;
	position:relative;
}

#media a:hover {
	border:none;
}

#images {
	height: 620px; 
	width: 650px; 
	text-align:center;  
}

#images img {
	margin: 0;
    padding: 0; 
    border: none; 
    max-width:650px; 
    max-height:620px
}

a#info_button {
	position:absolute;
	padding:6px 8px;
	top:38px;
	left:10px;
	background:url(../../images/yellow.png);
	z-index:998;
}

#page_copy {
	width:220px;
	min-height:90px;
	padding:35px 0 0 0;
	position:absolute;
	top:38px;
	left:10px;
	background:url(../../images/yellow.png);
	z-index:997;
	text-align:left;
}

#page_copy p {
	padding:0 10px 10px 10px;
	margin:0;
}

#page_copy p span#alt_tag {
	text-decoration:underline;
}

#copy {
	width:550px;
	text-align:left;
	margin:0 auto;
}

#copy p {
	margin:10px 0;
}

#page_copy a, #copy a {
	border-bottom:1px dotted #000;
}

#page_copy a:hover, #copy a:hover {
	border-bottom:1px solid #000;
}

.prev {
	width:20px;
	height:33px;
	position:absolute;
	top: 295px;
	left: -50px;
}

.next {
	width:20px;
	height:33px;
	position:absolute;
	top: 295px;
	right: -50px;
}


.prev a {
	width:20px;
	height:33px;
	background:url(../../images/sml_arrow_prev.gif) 0 0 no-repeat;
	display:block;
}

.prev a:hover {
	background:url(../../images/sml_arrow_prev.gif) -20px 0 no-repeat;
}

.next a {
	width:20px;
	height:33px;
	background:url(../../images/sml_arrow_next.gif) 0 0 no-repeat;
	display:block;
}

.next a:hover {
	background:url(../../images/sml_arrow_next.gif) -20px 0 no-repeat;
}

a#prev_thumb {
	border:none;
	text-decoration:none;
	padding-left:100px;
	background:url(../../images/arrow_prev.gif) 0 2px  no-repeat;
	display:inline;
}

a#next_thumb {
	border:none;
	text-decoration:none;
	padding-right:100px;
	background:url(../../images/arrow_next.gif) right 2px  no-repeat;
	display:inline;
}

a:hover#prev_thumb, a:hover#next_thumb {
	border:none;
	text-decoration:none;
}

a#prev_thumb span, a#next_thumb span {
	border-bottom:1px dotted #333;
	padding:0px;
	margin:0px;
	display:inline;
}

a:hover#prev_thumb span, a:hover#next_thumb span {
	border-bottom:1px solid #333;
	padding:0px;
	margin:0px;
	display:inline;
}

a#prev_thumb.disabled {
	background:url(../../images/arrow_prev_disabled.gif) 0 2px  no-repeat;
	cursor: default;
	color:#7d7d7d;
	border:none;
}

a#next_thumb.disabled {
	background:url(../../images/arrow_next_disabled.gif) right 2px  no-repeat;
	cursor: default;
	color:#7d7d7d;
	border:none;
}

a#next_thumb.disabled span, 
a#next_thumb:hover.disabled span, 
a#prev_thumb.disabled span, 
a#prev_thumb:hover.disabled span   {
	border:none;
	padding:0px;
	margin:0px;
	display:inline;
}

#push {
	height:45px;
	clear: both;
}

#footer {
	color: #666;
	text-align:center;
	font-size:11px;
	height:25px;
	width:100%;
	clear: both;
}

#footer a {
	color: #666;
	border-bottom:1px dotted #333;
}

.clear {
	clear:left;
}
