@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 10px;
	padding:10px;
}




/* this starts markup for FD3.0 */



p{
	line-height: 18px;
	padding-bottom: 20px;
	font-size:13px;
	color:#666;
}

p a:link{
	color: #808f97;
	font-weight:600;
	text-decoration:none;
	text-transform:uppercase;
}

p a:visited{
	color: #808f97;
	font-weight:600;
	text-decoration:none;
	text-transform:uppercase;
}

p a:hover{
	color:#333;
	font-weight:600;
	text-decoration:none;
	text-transform:uppercase;
}

body{
	background-color:#d8dadb;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
	line-height:18px;
	font-size:12px;
}

h1{
	font-size:66px;
	color: #808f97;
	line-height: 0.85em;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-left:-2px;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	color: #ccc;
	font-size:38px;
	text-transform:uppercase;
	padding-bottom:25px;
	padding-top:30px;
	margin-left:-2px;
	font-weight:600;
}

h3{
	font-family:Arial, Helvetica, sans-serif;
	color: #808f97;
	font-size:40px;
	text-transform:lowercase;
	padding-bottom:10px;
	padding-top:20px;
	font-weight:600;
}

h4{
	font-family:Arial, Helvetica, sans-serif;
	color: #ccc;
	font-size:40px;
	text-transform:lowercase;
	padding-bottom:15px;
	margin-top: -5px;
	font-weight:600;
	line-height: 30px;
}

h5{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #808f97;
	padding-bottom:30px;
	padding-top: 10px;
	margin-top: 10px;
	font-weight:200;
	text-transform: lowercase;
	border-top:#e7dfda 1px solid;
}

strong{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #808f97;
	padding-bottom: 0px;
	padding-top: 12px;
	font-weight:600;
	text-transform:uppercase;
}


#nav_wrapper{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 30px;
	background-color:#333;
	padding-top: 25px;
	padding-bottom: 25px;
}

#logo{
	float:inherit;
	width: 240px;
	height: 105px;
	clear:none;
	margin-left:40px;
}


#nav{
	width:540px;
	float:right;
	text-align:right;
	font-size:15px;
	font-weight:100;
	margin-top:51px;
	margin-right: 40px;
}

#nav A:link {
	color: #999;
	text-decoration: none;
	margin-left:10px;
}

#nav A:visited {
	color: #999;
	text-decoration: none;
	margin-left:10px;
}

#nav A:hover {
	text-decoration: none;
	color: #fff;
	margin-left:10px;
	border-bottom: 3px #808f97 solid;
	padding-bottom: 3px;
}

#nav A:link#current {
	text-decoration: none;
	color: #fff;
	margin-left:10px;
	border-bottom: 3px #808f97 solid;
	padding-bottom: 3px;
}

#nav A:visited#current {
	text-decoration: none;
	color: #fff;
	margin-left:10px;
	border-bottom: 3px #808f97 solid;
	padding-bottom: 3px;
}

#wrapper{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	margin-top:10px;
	clear:right;
}


#content{
	width:820px;
	margin-left: 40px;
	margin-right: 40px;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	padding-top: 40px;
}

#content ul.sub_nav{
	font-size: 36px;
	font-weight: 600;
	text-transform: uppercase;
	color: #ccc;
	line-height: 0.85em;
	margin-bottom: 50px;
}

#content ul.sub_nav li a{
	color: #ccc;
	text-decoration: none;
}

#content ul.sub_nav li a:hover{
	color: #808f97;
	text-decoration: none;
}

#content ul.sub_nav li.active a{
	color: #999;
	text-decoration: none;
}


ul.normal{  	
	color: #666;
	margin-left: 30px;
	line-height:20px;
	font-size:13px;
	list-style-type: square;
	margin-bottom:5px;
}

ul.normal a:link{  	
	color: #808f97;
	text-decoration:none;
	line-height:20px;
	font-size:13px;
	list-style-type: square;
	margin-bottom:5px;
	text-transform:uppercase;
	font-weight:600;
}

ul.normal a:visited{  	
	color: #808f97;
	text-decoration:none;
	line-height:20px;
	font-size:13px;
	list-style-type: square;
	margin-bottom:5px;
	text-transform:uppercase;
	font-weight:600;
}

ul.normal a:hover{  	
	color: #333;
	text-decoration:none;
	line-height:20px;
	font-size:13px;
	list-style-type: square;
	margin-bottom:5px;
	text-transform:uppercase;
	font-weight:600;
}

#work{
	width:860px;
	text-align:left;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	padding-left:40px;
	background-color:#fff;
}

#print{
	padding-top:20px;
	float:left;
	width:820px;
	clear: right;
}

#pic{
	padding-top:20px;
	width:600px;
	margin-left:auto;
	margin-right:auto;
	clear: right;
}

#project{
	float:left;
	width:820px;
	height:200px;
}

#thumb{
	float:left;
	height:200px;
}

#info{
	background-color:#333;
	color:#FFF;
	font-size: 13px;
	width:780px;
	margin-bottom: 20px;
	padding: 20px;
	clear:left;
	line-height: 20px;
}

#info a:link{
	color:#FFF;
	text-decoration:none;
}

#info a:hover {
	color: #808f97;
	text-decoration:none;
}

#info a:visited {
	color: #fff;
	text-decoration:none;
}

.text_label{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14x;
	text-transform:uppercase;
	color:#999;
	font-weight:bold;
	padding-right:3px;
}

p.info{
	color: red;
	font-size:14px;
}
	

#visit {
	font-size:10px;
	float:right;
	margin-bottom:40px;
	text-transform:uppercase;
	font-weight:100;
	letter-spacing:1px;
}

#visit A:link {
	color: #fff;
	text-decoration: none;
	background-color: #999;
	padding: 6px;
	text-decoration:none;
}

#visit A:visited {
	color: #fff;
	text-decoration: none;
	background-color: #999;
	padding: 6px;
}

#visit A:hover {
	color: #fff;
	text-decoration: none;
	background-color: #808f97;
	padding: 6px;
}


#footer{
	width:860px;
	text-align:left;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	margin-bottom:80px;
	padding-left:40px;
	padding-bottom:10px;
	padding-top:30px;
	background-color:#fff;
}

#footer A:link {
	font-size:14px;
	color: #666;
	text-decoration: none;
	padding-right: 5px;
}

#footer A:visited {
	font-size:14px;
	color: #666;
	text-decoration: none;
	padding-right: 5px;
}

#footer A:hover {
	font-size:14px;
	text-decoration: none;
	color: #808f97;
	padding-right: 5px;
}

.larg_pic { float:right; margin-right:-20px;}

