body {
	font-family: "Lucida Grande", "Calibri", Arial, Helvetica, sans-serif;
	background-color: #FBFBFB;
	background-image: url(../img/dlw-10-topback.jpg);
	background-repeat: repeat-x;	
}
.d-l-w {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
}
.dlw-mainarea {
	margin-left: -4px;
	background-color: #FFFFFF;
}
.image-middle {
	background-position: center center;
	padding-top: 10px;
}
.dlw-main {
	background-position: center;
	height: auto;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 40px;
}
.dlw-top {
}
.d-l-w-intropanel {
	clear: both;
	float: left;
	margin-top: 75px;
	width: 100%;
	text-align: left;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: -20px;
}
.BoldMe {
	font-weight: bold;
	color: #101B5F;
}
.SiteLinks {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #101B5F;
}
.dlw-pagetop {
	background-image: url(../img/dlw-maintop.gif);
	background-repeat: no-repeat;
	height: 8px;
	width: 826px;
	background-color: #FFFFFF;
	clear: both;
	float: left;
	margin-top: 50px;
}
.top-panel-name {
	font-size: 14px;
	background-image: url(../img/toppanel-name.gif);
	background-repeat: no-repeat;
	height: 75px;
	width: 327px;
	float: right;
	clear: none;
	padding-top: 25px;
	color: #999999;
	text-align: center;
	margin-left: 10px;
	margin-right: -8px;
}
.dlw-page-stretch {
	height: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF3333;
	border-left-color: #FF3333;
	box-shadow: inset 0px 8px 10px #000000;
	-webkit-box-shadow: 0px 8px 10px #000000; /* Safari */
	-moz-box-shadow: 0px 8px 10px #000000; /* Firefox */
	box-shadow: 0px 8px 10px #000000; /* Catch-all (I put this at the end of the list so it's the most specific) */
	clear: both;
	width: 824px;
	padding-top: 8px;
	margin-top: 8px;
	background-color: #FFFFFF;
}
.dlw-page-bottom {
	background-image: url(../img/dlw-mainbase.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 8px;
	width: 826px;
	float: left;
}
.dlw-navigation {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: left;
	margin-top: -35px;
}
.dlw-logo {
	background-image: url(../img/dlw-arrow-logo.png);
	background-repeat: no-repeat;
	height: 159px;
	width: 321px;
	float: left;
	clear: none;
	margin-top: 10px;
}
.dlw-nav-left {
	height: 30px;
	float: left;
	width: 5px;
	clear: right;
	padding-bottom: 15px;
}
.dlw-nav-stretch {
	height: 30px;
	width: 820px;
	clear: both;
	float: left;
	margin-left: 4px;
	padding-bottom: 25px;
}
.dlw-nav-right {
	clear: right;
	float: right;
	height: 30px;
	width: 4px;
	margin-right: 4px;
	padding-bottom: 20px;
}





/*

CSS for Mocha UI

Copyright:
	Copyright (c) 2007-2008 Greg Houston, <http://greghoustondesign.com/>.
	
License:
	MIT-style license.

*/

/* Layout
---------------------------------------------------------------- */

html, body {
	font-family: "Lucida Grande", "Calibri", Arial, Helvetica, sans-serif;
	position: relative;
}


#desktop {
	visibility: visible; 
	position: relative;
	min-width: 840px; /* Helps keep header content from wrapping */
	height: 100%;
	overflow: visible;
	cursor: default; /* Fix for issue in IE7. IE7 wants to use the I-bar text cursor */
}

#desktopHeader {
}

#desktopTitlebarWrapper {
	position: relative;
	overflow: hidden;
	background: #FFFFFF;
	height: 130px;
}


/* Navbar */

#desktopNavbar {
	background-image: url(../images/nav-stretch.gif);
	background-repeat: repeat-x;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 75px;
	font-size: 1em;
}

#desktopNavbar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 98%;
	text-align: left;
	color: #000000;

}

#desktopNavbar li {
	float: left;
}

#desktopNavbar a {
	display: block;
}	
	
#desktopNavbar ul li a {
	font-weight: normal;
	color: #000000;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
	padding-top: 6px;
	font-size: 95%;
}

#desktopNavbar ul li a:hover {
	background-image: url(../img/nav-but-hover.gif);
	background-repeat: repeat;		
}

#desktopNavbar ul li a.arrow-right, #desktopNavbar ul li a:hover.arrow-right {
	background-image: url(../images/arrow-right.gif);
	background-repeat: no-repeat;
	background-position: right 7px;
	
} 

#desktopNavbar li ul {
	padding: 2px;
	position: absolute;
	width: 170px;
	left: -999em;
	z-index: 8000;
	background-color: #BAE4FF;
	color: #000000;
	box-shadow: inset 0px 5px 6px #333333;
	-webkit-box-shadow: 0px 5px 6px #333333; /* Safari */
	-moz-box-shadow: 0px 5px 6px #333333; /* Firefox */
	box-shadow: 0px 5px 6px #333333; /* Catch-all (I put this at the end of the list so it's the most specific) */
	font-size: 95%;
}

#desktopNavbar li:hover ul ul,
#desktopNavbar li.ieHover ul ul,
#desktopNavbar li:hover ul ul ul,
#desktopNavbar li.ieHover ul ul ul {
	left: -999em;
	color: #000000;
	
}

#desktopNavbar li ul ul { /* third-and-above-level lists */
	margin: -22px 0 0 160px;
	color: #000000;
}

#desktopNavbar li ul li .check {
	position: absolute;
	top: 8px;
	left: 6px;
	width: 5px;
	height: 5px;
	overflow: hidden;
	font-size: 95%;
	color: #000000;
}

#desktopNavbar li ul li a {
	position: relative;
	padding: 5px 8px 5px 10px;
	width: 152px;
	font-weight: normal;
	color: #000000;
	background-color: #BAE4FF;
	
	
}

#desktopNavbar li ul li a:hover {
	color: #000000;
	
}

#desktopNavbar li ul li a:hover .check {

}

#desktopNavbar li:hover ul,
#desktopNavbar li.ieHover ul,
#desktopNavbar li li.ieHover ul,
#desktopNavbar li li li.ieHover ul,
#desktopNavbar li li:hover ul,
#desktopNavbar li li li:hover ul { /* lists nested under hovered list items */
	left: auto;
	
}

#desktopNavbar li:hover { /* For IE7 */
	position: static;
	color: #FFFFFF;
	background-image: url(../img/nav-but-hover.gif);
	background-repeat: repeat-x;
	box-shadow: inset 0px 3px 2px #333333;
	-webkit-box-shadow: 0px 3px 2px #333333; /* Safari */
	-moz-box-shadow: 0px 3px 2px #333333; /* Firefox */
	box-shadow: 0px 3px 2px #333333; /* Catch-all (I put this at the end of the list so it's the most specific) */
	background-color: #BDE6FF;

}

li.divider {
	margin-top: 2px;
	padding-top: 2px;

}	

#pageWrapper {
	position: relative;
	overflow: hidden; /* This can be set to hidden or auto */
	border-top: 1px solid #222;
}

/* Footer */
#desktopFooterWrapper {
	left: 0;
	bottom: 0;
	width: 100%;
	height: 24px;
	overflow: visible;
	background: bottom;
	visibility: visible;
	margin-top: 60px;
}

#desktopFooter {
	font-size: 10px;
	height: 20px;
	padding: 2px 8px 0 15px;
	background: #D6DFE4;
	color: #333333;
}

#desktopFooter a {
	color: #333333;
	font-weight: normal;
}

#desktopFooter a:hover {
	text-decoration: none;
}







/* Reset */

ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,object,iframe { margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }
#desktopFooterWrapper #desktopFooter .style1 {
	color: #FFFFFF;
}
table { border-collapse: collapse; border-spacing: 0; }
:focus { outline: none; }


/* Typography */
	
h2, h3, h4 {
	margin: 0;
	padding: 0 0 5px 0;
	font-weight: bold;
	font-size: 10px;
	color: #DD004F;
}
	
h2 {
	font-size: 14px;
	font-weight: bold;
}


h4 {
	font-size: 11px;
}

a {
	color: #DA0042;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0;
	padding: 0 0 9px 0;
}
h1 {
	font-size: 1em;
	font-weight: normal;
	color: #FFFFFF;
	font-family: "Lucida Grande", "Calibri", Arial, Helvetica, sans-serif;
	height: 26px;
	padding-right: 10px;
	padding-top: 8px;
	line-height: 6px;
}




/*************************************************************/
.d-l-w .dlw-main .dlw-top .dlw-navigation .dlw-nav-stretch .dlw-pagetop .dlw-page-stretch img {
	margin-top: -15px;
}
.d-l-w .dlw-main .dlw-top .dlw-navigation .dlw-pagetop .dlw-page-stretch .image-middle img {
}
.headerplacement {
	padding-bottom: 5px;
	background-position: center top;
	background-attachment: fixed;
	float: left;
	clear: none;
}
.d-l-w .dlw-main .dlw-top .dlw-navigation .dlw-nav-stretch .dlw-pagetop .dlw-page-stretch object {
	margin-top: -55px;
}
.table-portfolio {
	clear: both;
	float: left;
}
.horizontal-rule {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF3333;
	margin-bottom: 15px;
	padding-top: 15px;
}
.copy-master {
	font-size: 13px;
	line-height: 16px;
	padding-left: 15px;
	width: 775px;
	margin-top: 10px;
	text-align: left;
}
.copy-master-2column {
	font-size: 13px;
	line-height: 16px;
	padding-left: 15px;
	text-align: left;	
}
.photo-right {
	clear: left;
	float: right;
	padding-left: 15px;
	padding-bottom: 25px;
	padding-top: 15px;
}
.photo-left {
	clear: both;
	float: left;
	padding-right: 20px;
}

.Column1 {
	height: auto;
	width: 400px;
	clear: right;
	float: left;
	text-align: left;
}

.Column2 {
	text-align: left;
	
	}
.Art-top-up {
	margin-top: -65px;
}
.photo-move-up {
	margin-top: -50px;
}



/* image magnify /
/*****************/

dsettings: {
 magnifyby: 1, //default increase factor of enlarged image
 duration: 300, //default duration of animation, in millisec
 mgopacity: 0.2 //opacify of original image when enlarged image overlays it
},
cursorcss: 'url(magnify.cur), -moz-zoom-in', //Value for CSS's 'cursor' attribute, added to original image
.d-l-w .dlw-main .dlw-top .dlw-navigation .dlw-pagetop .dlw-page-stretch .image-middle img {
	margin-top: -10px;
}



/* script.js / portfolio accordian */



#accordion {
}
.accordion {
	color:#000033;
	font-size: 12px;
	padding-right: 10px;
}
.accordion dt {
	padding:8px;
	font-weight:bold;
	margin-top:10px;
	cursor:pointer;
	background:url(../img/header.gif);
	font-size: 14px;
	width: 379px;
}
.accordion dt:hover {background:url(../img/header_over.gif)}
.accordion dd {
	overflow:visible;
	margin-right: 10px;
	width: 325px;
}
.panel-down {
	margin-left: 10px;
	width: 365px;
}
.accordion span {
	display:block;
	width:340px;
	border-top:none;
	margin-right: 15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 8px;
	background-color: #FFFFFF;
}

#accordion2 {
}
.accordion2 {
	font-size: 12px;
	color:#033;
}
.accordion2 dt {
	padding:8px;
	font-weight:bold;
	margin-top:10px;
	cursor:pointer;
	background:url(../img/header.gif);
	font-size: 14px;
	width: 379px;
}
.accordion2 dt:hover {background:url(../img/header_over.gif)}
.accordion2 dd {
	overflow:visible;
	background:#fff;
	margin-right: 10px;
}
.accordion2 span {
	display:block;
	width:340px;
	border-top:none;
	margin-right: 15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 8px;
	background-color: #FFFFFF;
}
.accordian-text {
	padding-bottom: 10px;
	text-align: left;
	vertical-align: bottom;
	clear: right;
	float: left;
	background-color: #FFFFFF;
	height: 120px;
}
.p-accordian {
	float: left;
}
.twitter-feed {
	font-size: 14px;
	height: 180px;
	width: 328px;
	float: right;
	clear: none;
	color: #999999;
	text-align: center;
	margin-left: 10px;
	margin-right: -8px;
	margin-top: -50px;
	box-shadow: inset 0px 3px 2px #333333;
	-webkit-box-shadow: 0px 3px 2px #333333; /* Safari */
	-moz-box-shadow: 0px 3px 2px #333333; /* Firefox */
	box-shadow: 0px 3px 2px #333333; /* Catch-all (I put this at the end of the list so it's the most specific) */

}
.dlw-footer {
	background-position: center bottom;
	background-attachment: fixed;
	font-size: 9px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 30px;
	padding-bottom: 20px;
	color: #999999;
}
.d-l-w-footer-links {
	color: #999999;
}
.copy-master-2column-web {
	font-size: 13px;
	line-height: 16px;
	padding-left: 15px;
	text-align: center;
}
