* {
	margin:0;
	padding:0;
}
html {
	overflow-x: auto;
	overflow-y: scroll;
	font-family: Helvetica, Arial, sans-serif;
}
html, body {
	height:100%;
}
body {
	font-size:15px;
	color:#000 ;
	letter-spacing:1px;
	line-height: 15px;
	visibility:hidden;
}
body,#content,#header,#headernav a {
	background-color:#f8f8f8;
}
/*------$HEADER------*/
#header {
	width:100%;
	height:137px;
	position: relative;
	top:0;
	left:0; 
}
#header_topper {
	background-color: #fff;
	height:10px;
	padding-bottom:20px;
	overflow: hidden;
	width:100%;
	position: fixed;
	z-index: 9996;
	top:-20px;
	left:0;
	box-shadow: 0px 0px 0px #f8f8f8;
}
#header_nav {
	width:900px;
	height:21px;
	margin:0 auto ;
	z-index: 9995;
	position: relative;
	top:10px;
	text-align: right;
}
.main_nav {
	margin:0; padding:0;
}
.main_nav li {
	list-style:none; 
	display:inline;
}
#header_nav a {
	font-size:16px;
	color:#000 ;
	letter-spacing:1px;
	text-decoration:none;
	font-weight:normal;
	position: relative;
	top:5px;
	padding-top:15px;
	padding-right:15px;
	border-bottom: 5px solid #f8f8f8;
	padding:2px 0;
	margin:0 5px;
}
#header_nav a:hover {
	border-bottom: 5px solid #000;
	padding:2px 0;
	margin:0 5px;
	font-weight:normal;
}
#header_nav a.navselect {
	font-weight: bold ;
	z-index: 999;
	margin:0 5px;
}
#header_nav a.navselect:hover {
	font-weight: bold;
	margin:0 5px;
}
#header_logo {
	width:900px;
	height:50px;
	margin:0 auto ;
	position: relative;
	top:8px;
	z-index: 9990;
	text-align: left:
	border:0;
	outline: none;
	background-color: #f8f8f8;
}
#header_logo img {
	border:0;
	outline:none;
	background-color: #f8f8f8;
}
#header_title {
	width:900px;
	height:85px;
	margin:0 auto ;
	position: relative;
	top:68px;
	text-align: left:

	left:0;
	z-index: 777;
	color:#000 ;
	font-size:18px;
}
#header_title p {
	padding:10px 2px;
	width:228px;
	border-top:2px #000 solid;
}
#content {
	width:900px;
	text-align:left;
	position: relative;
	top:0;
	margin:0 auto;
	padding-bottom: 40px;
}
/*------$FOOTER------*/
#content_wrapper {
	min-height: 100%;
	position: relative;
	margin:0 50px;
	margin-right:25px;
}
#footerwrapper {
	width:100%;
	margin-top:-20px;
	height:0;
	background-color: #fff;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	position: relative;
	bottom:0;
	clear:both;
	box-shadow: 1px 1px 5px #ccc;
}
#footer {
	width:900px;
	text-align: left;
	margin:0 auto;
	padding:15px 0 35px 0;
	position: relative;
	top:0;
}
#footer a {
	color:#000;
	text-decoration: none ;
	border-top:5px solid #000;
	margin:5px;
	padding:5px 0;
}
#footer a:hover {
	border-top:5px solid #000;
}
#footernav {
	width:400px;	
	height:25px;
	position: relative;
	left:0;
	text-align:left;
	line-height: 15px;
	float:left;
	text-transform: uppercase;
}
#footerlinks {
	width:500px;
	height:25px;
	position: relative;
	top:0px;
	right:0;
	float:left;
	text-align:right;
	line-height: 15px;
}
/*------$MENU------*/
  #menu {
    position:fixed;
    opacity:.6;
    filter:alpha(opacity=80);
	-webkit-transition:all .2s ease-out;
	-moz-transition:all .2s ease-out;
	-o-transition:all .2s ease-out;
	transition:all .2s ease-out;
    right: 0;
    top: 92%;
    margin: -2.5em 0 0 0;
    width: 1.75em;
    z-index: 5;
    background: hsla(0, 0%, 0%, 1.25);
    border: solid hsla(0, 0%, 0%, 0.3);
    border-right: none;
    padding: 0.25em 3.0em 0.25em 2.5em;
    box-shadow: 0 1px 3px black;
        border-radius: 3em 0.5em 0.5em 3em;
  }
  #menu:hover{
	opacity:1.0;
	filter:alpha(opacity=100);
	}
	  #menu li { margin: 0; list-style-type: none; }
	  #menu a { color: inherit }
	  /* Make menu absolute, not fixed, on IE 5 & 6 */
	  #menu { position: absolute }
	  *>#menu { position: fixed }
	  p.stb { text-indent: 0; margin-top: 0.83em }
	  p.mtb { text-indent: 0; margin-top: 2.17em }
	  p.ltb { text-indent: 0; margin-top: 3.08em }
#menu_index {
	width:900px;
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    -webkit-column-gap: 60px; /* Chrome, Safari, Opera */
    -moz-column-gap: 60px; /* Firefox */
    column-gap: 60px;
	letter-spacing:0px;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	line-height: 22px;}
#menu_index p {
	font-weight: normal;
	text-transform:none;
	text-decoration:none;
	margin-bottom: 0px;
	padding-top: 6px;
	font-size: 12px;
	line-height: 20px;
}
#menu_index a {
	text-decoration:none;
	color:black;
	font-weight:normal;
	border-bottom: 4px solid #f8f8f8;
}
#menu_index a:hover {
	border-bottom: 4px solid #000;
	font-weight:normal;
}
/*------$WORK------*/
#work_box {
	width:640px;
	position:relative;
	top:0; 
	left:265;
	padding-top:35px;
	letter-spacing:1px;
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
}
#work_box p {
	font-weight: normal;
	text-transform:none;
	margin-bottom: 2px;
	font-size: 9px;
	line-height: 12px;
}
#work_gallery_box {
	width:900px;
	position:relative;
	top:0; 
	left:0;
	letter-spacing:1px;
	font-size: 16px;
	line-height: 22px;
}
#work_article_box {
	width:700px;
	position:relative;
	top:0; 
	left:0;
	letter-spacing:1px;
	font-size: 17px;
	line-height: 16px;
}
#work_gallery_nav {
	text-decoration:none;
}
#work_gallery_nav a {
	color: #000;
	text-decoration:none;
	font-weight:normal;
	font-style:italic;
}
#work_gallery_nav a:hover {
	font-weight:bold;
	text-decoration:none;
}
#left_collumn {
	width:448px;
	position: left;
	padding-top:40px;
	float:left;
	border-right:1px #000 solid;
}
#left_collumn_menu {
	width:448px;
	position: left;
	padding-top:10px;
	float:left;
	border-right:1px #000 solid;
}
#right_collumn {
	width:448px;
	position: right;
	padding-top:40px;
	float:left;
}
#right_collumn_menu {
	width:448px;
	position: right;
	padding-top:10px;
	float:left;
}
#work_info_left {
	width:420px;
	top:50px;
	left:0;
	padding-right:20px;
	margin-right:2px;
	font-weight: bold;
	text-transform: none;
	padding-bottom:40px;
	padding-top:20px;
	line-height: 22px;
	float:right;
	border-bottom:1px #CFCFCF solid;
}
#work_info_right {
	width:420px;
	top:50px;
	padding-left:26px;
	margin-left:2px;
	font-weight: bold;
	text-transform: none;
	padding-bottom:40px;
	padding-top:20px;
	line-height: 22px;
	float:left;
	border-bottom:1px #CFCFCF solid;
}
#menu_info {
	width:280px;
	font-size: 11px;
	padding-left:26px;
	margin-left:2px;
	margin-right:2px;
	font-weight: bold;
	text-transform: none;
	padding-bottom:28px;
	padding-top:20px;
	line-height: 12px;
	border-bottom:1px #CFCFCF solid;
}
#contact_right {
	width:420px;
	top:50px;
	padding-left:26px;
	margin-left:2px;
	font-weight: bold;
	text-transform: none;
	padding-bottom:40px;
	padding-top:20px;
	line-height: 16px;
	float:left;
}
#contact_left {
	width:420px;
	top:50px;
	left:0;
	padding-right:20px;
	margin-right:2px;
	font-weight: bold;
	text-transform: none;
	padding-bottom:40px;
	padding-top:20px;
	line-height: 16px;
	float:right;
	border-bottom:1px #CFCFCF solid;
}
#timeline {
	width:105%;
	text-transform: none;
	font-weight: 100;
	color: #CFCFCF;
	margin-left:-15px;
	margin-right:0px;
	margin-bottom:22px;
	margin-top:-20px;
	letter-spacing:1px;
	font-size: 72px;
	line-height: 88px;
	font-style:italic;
}
#work_info_article {
	width:700px;
	top:50px;
	margin-left:80px;
	font-weight: bold;
	text-transform: none;
	padding-bottom:50px;
	padding-top:25px;
	line-height: 20px;
	float:relative;
	border-bottom:1px #CFCFCF solid;
}
#logo_box {
	width:36px;
	margin-left:26px;
	margin-top:0px;
	float:relative;
}
.youtubebox_16_9{
width:400px;
height:225px;
border:2px #000 solid;
margin-right:4px;
margin-top:6px;
}
.youtubebox_4_3{
width:400px;
height:300px;
border:2px #000 solid;
margin-right:4px;
margin-top:6px;
}
.youtube{
background-position:center;
background-repeat:no-repeat;
position:relative;
display:inline-block;
overflow:hidden;
-webkit-transition:all 200ms ease-out;
-moz-transition:all 200ms ease-out;
-o-transition:all 200ms ease-out;
transition:all 200ms ease-out;
cursor:pointer;
}
.youtube .play{
background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAABH0lEQVR42u3bTQ7CIBCGYdy59xz0WmXh/bgNh+gF0FnQGK1xYYGBeZuQuGhM5unXHyDjcs6XEMJ9WZbsvTcxpFapedu2m5MfVgp/H1K7s3Tlj5LgrBZfxgfAuq45xjjlkNp+AsiJsx5SGwAAAAAAAAAAAAAAADQASCntwyRAmXzItFNDspoCyFU/mmn2TEN3gN5pUAHwmgbTAD3SoA6gdRrUArRKg2qAglAzDeoBar8uhwGodUsMBVAjDUMCnJmGYQHOSsPwAP+mYQqAggAAtwAPQV6DfAjxKcxkiOkwCyIsibEoyrI4GyNsjSkEkMP05mhJgfyf2e1xbQcAAAAAAAAAAAAAAADQNvcdwFzjpPnWWfPN09JCbrV9/vlcvD4AhPneIHOQuQEAAAAASUVORK5CYII=") no-repeat center center;
background-size:64px 64px;
position:absolute;
height:100%;
width:100%;
opacity:.6;
filter:alpha(opacity=80);
-webkit-transition:all .2s ease-out;
-moz-transition:all .2s ease-out;
-o-transition:all .2s ease-out;
transition:all .2s ease-out;
}
.youtube .play:hover{
opacity:.8;
filter:alpha(opacity=100);
}
.imagebox{
border:2px #000 solid;
margin-right:4px;
margin-top:6px;
}
.halfbox{
border:2px #000 solid;
 margin-right:0px;
}
.caption{
width:400px;
line-height: 12px;
margin-right:4px;
margin-top:4px
}
.hangingindent {
padding-left: 22px ;
text-indent: -22px ;
}
#work_info_left a, #work_gallery_img a {
	color:#000;
	text-decoration: none;
	font-weight: normal;
	color:#006;
}
#work_info_right a, #work_gallery_img a {
	color:#000;
	text-decoration: none;
	font-weight: normal;
	color:#006;
}
#work_info_article a {
	color:#000;
	text-decoration: underline;
	font-weight: normal;
	color:#006;
}
#work_info_left a:hover,  #work_gallery_img a:hover{
	font-weight:bold;
	color:#006;
}
#work_info_right a:hover,  #work_gallery_img a:hover{
	font-weight:bold;
	color:#006;
}
#work_info_article a:hover,  #work_gallery_img a:hover{
	font-weight: normal;
	text-decoration:underline;
	color:#006;
}
#work_info_left p {
	text-transform: none;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 15px;
}
#work_info_right p {
	text-transform: none;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 15px;
}
#contact_right p {
	text-transform: none;
	font-size: 13px;
	font-weight: normal;
	padding-bottom: 4px;
}
#contact_left p {
	text-transform: none;
	font-size: 13px;
	font-weight: normal;
	padding-bottom: 4px;
}
#work_info_article p {
	text-transform: none;
	font-size: 15px;
	font-weight: normal;
	padding-bottom: 15px;
	line-height: 23px;
}
#menu_info p {
	text-transform: none;
	font-size: 11px;
	font-weight: normal;
 	margin-top: 0em;
  	margin-bottom: .3em;
	line-height: 1.6;
}