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: 0;
}  
html, body {height: 100%;}


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

body {
	background: #978f88 url(../images/interface/chrome/tile.jpg);
	font-family: Arial, Helvetica, sans-serif;
}
a{color:#006aa9; text-decoration:none;}
a:hover {text-decoration:underline;}
#wrapper {
	background: url(../images/interface/chrome/bg_tile.jpg);
	width: 1004px;
	min-height: 100%;
 	margin: 0 auto;

	-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}
#header {
	
	height: 129px;
}
#logo {position:absolute; top:22px;}
.license {position:absolute; font-family:georgia, times, serif; color:#989898; font-style:italic; top:94px; left:262px; font-size: 12px;}
#nav {
	position:absolute; 
	top:0;
	left: 550px;
	width: auto;
}
#nav li {
	float: left;
	width: 70px;
	height: 36px;
	padding-top:84px;
	background: transparent;
	margin: 10px 10px;
	text-align:center;
	color: #242021;
	font-size: 14px;
	font-weight:bold;
}
#nav li.active a,
#nav li.active a:active {
	color: #000;
}
#nav a, #nav a:visited {
	text-decoration: none;
	color: #006aa9;	
}
#nav li a:hover { color: #000; }
#nav li a:active { color: #ccc; }


#inner {padding:144px 49px 0 52px; width: 903px; background: url(../images/interface/chrome/bg_top.jpg) 0 0 no-repeat; position:relative;}
div.hr { 

	height:0px;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #fff;
	margin: 29px 0;
	clear: both;
	
}
#content .hr:first-child{margin-top:0;}
div.project { clear:right; padding-left: 516px}
div.contact { margin-bottom: 230px;}
div.projects div.images div.holder { position:relative; }
.holder .loader {
	width: 453px;
	height: 260px;
	position:absolute;
	z-index: 100;
	background: #f6f6f6 url(../images/interface/chrome/loader.gif) no-repeat center;
}
div.project div.images {
	width: 453px;
	margin-left: -516px;
	
	border: 1px solid #e5e5e5;
	background: #fff;
	padding: 8px;
	float: left;
	position:relative;
	z-index: 1;
}

.extraimages {position:absolute; top: -9999px;}
.zoomicon {display:block; position:absolute; width: 31px; height: 30px; text-indent:-9999px; background: url(../images/interface/chrome/zoom.png) 0 0 no-repeat; right:8px; bottom:8px; opacity: 0.8;}
a:hover .zoomicon {opacity:1;}

div.project h3 {
	color: #231f20;
	font-size: 12px;
/*	font-family: Arial, Helvetica, sans-serif;*/

	padding-top: 9px;
}
div.project h2 {
	color: #000;
	font-size: 23px;
	margin: 6px 0 2px 0;
}
div.project h4 {
	color:#231f20;
	font-size:14px;
	margin:0;
	padding-bottom:5px;
}
div.project li,
div.project p {
	color: #444444;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 20px;
}
div.project p + h4 {
	margin-top:50px;
}
div.project p+ul {margin-top: -20px;}
div.project ul {padding-left: 20px}
div.project li {list-style:disc;  margin:0;}
div.project li+li {padding-top:5px;}
div.project ul>li>ul {margin:0; padding-left:15px;}
div.project ul>li>ul>li {list-style:none; padding-top:0;}
p.action a { color: #000; text-decoration: none; }
p.action a:hover { color: #6d6d6d; }
p.action a:active { color: #ccc; }

div.leftCol {
	float:left;
	width:453px;
	margin-left:-516px;
}
div.leftCol p {
	font-weight:bold;
	font-size:18px;
	line-height:23px;
}

div.pagefooter {
	clear: both;
	margin-top: -20px;
	padding-bottom: 60px;
	
	
}
div.pagefooter  p {
	font-size: 12px; color:#5a5a5e;
}

body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; /*overflow:hidden;*/}

#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
/*#cboxOverlay{background:#fff;}*/
#colorbox{}
	#cboxWrapper {background:#FFF; border: 1px solid #E5E5E5; 
		-moz-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);
		-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);
		box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);
		}
    #cboxContent{margin-top:32px; overflow:visible; }
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#FFF; padding: 12px; }
        #cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; top:-16px; left:12px;  color: #808080; font-size: 12px; font-weight:bold}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
        #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(../images/controls.png) no-repeat 0 0;}
        #cboxPrevious{background-position:0px 0px; right:56px;}
        #cboxPrevious:hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:34px;}
        #cboxNext:hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0px; right:12px;}
        #cboxClose:hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}
