body {
background: url('assets/bgnd_page.gif');
font-size: 12px;
padding: 0em;
margin: 0px;
text-align: center; /*so IE 5.5 plays nicely*/
}

img {
border: 0px;
}

* { behavior: url(iepngfix.htc) }


div#pageWrapper {
	width: 680px;
	padding: 0px;
	margin: 0px auto 20px auto;
	text-align: left;
	}
	
/* TOP NAV --------------------------------------------- */	
	
div#topNav {
	width: 100%;
	background: url('assets/bgnd_topnav.gif') bottom no-repeat;
	padding: 0px 0px 35px 0px;
	margin: 0px;
	text-align: center;
}	

div#topNav dl, div#topNav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	}
	
div#topNav dl dt {
 	position: absolute;
	left: -999px;
	}
	
div#topNav dl dd {
padding: 0px;
margin: 0px;
	}			

div#topNav ul {
	padding: 10px 0px 0px 0px;
	}

div#topNav ul li {
	display: inline;
	font-family: georgia, 'Times New Roman', times, serif;
	font-style: italic;
	font-size: 95%;
	font-weight: bold;
	padding-right: 6px;
	padding-left: 0px;
	margin: 0px;
	background: url('assets/linkDivider.gif') right no-repeat;
	}
	
div#topNav ul li.lastItem {
	padding-right: 0px;
	background: none;
	}
	
div#topNav a {
	white-space: nowrap;
	padding: 3px;
	color: #900;
	text-decoration: none;
	}
	
div#topNav a.on {
	color: white;
	background-color: #900;
	text-decoration: none;
	}	
	
div#topNav a:hover {
	text-decoration: underline;
	}	

/* CONTENT COLUMNS --------------------------------------------- */

div#contentWrapper {
	width: 100%;
	background: url('assets/bgnd_content.gif') repeat-y;
	padding: 0px;
	margin: 0px;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	}


.clear {
clear: both;
line-height: 0px;
height: 0px;
font-size: 0em;
padding: 0px;
margin: 0px;
}
	

div#mainContent {
float: right;
	width: 440px;
	line-height: 1.4em;
}

div#contentColumnsWrapper {
	padding: 0px 15px;
	background: url('assets/bgnd_logoWatermark2.gif') 15px 0px no-repeat;
	}
	
div#contentColumnsWrapper.home {
	padding: 0px 15px;
	background: url('assets/bgnd_logoWatermark.gif') 15px 0px no-repeat;
	}	

div#sideBar {
float: left;
width: 185px;
padding: 0px;
margin: 0px;
font-family: Georgia, 'Times New Roman', Times, Serif;
	
}

blockquote.testimonial {
	margin: 0px;
	padding: 0px;
	font-size: 95%;
	line-height: 170%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: italic;
	text-align: right;
	background: url("assets/quote_open.gif") no-repeat;
	}
	
blockquote.testimonial div {
	padding: 20px 10px 20px 0px;
	background: url("assets/quote_close.gif") bottom right no-repeat;
	color: #333;
}	

div#innerSideBar {
	margin-left: 30px;
	margin-top: 150px;
}

div#innerSideBar.home {
	margin-left: 30px;
	margin-top: 500px;
}
div#mainContent p, div#mainContent ul {
	margin: 0px 30px 1em 40px;
	}
	
div#mainContent div.imageContainer {
	margin: 0px 300px 1em 30px;
	}	

p.leadIn {
	font-size: 140%;
	line-height: 1.4em;
	}

dl.contactInfo dd {
	margin: 0px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 140%;
	color: #900;
	}
	
dl.contactInfo dd.email {
	font-size: 100%;
	}	

#mainContent h1 {
font-size: 300%;
font-family: 'trebuchet MS', verdana, sans-serif;
font-weight: normal;
margin: 0px;
line-height: 100%;
color: #2b5800;
}

#pageFooter {
	margin-top: 1em;
	padding: 0px 40px;
}

#pageFooter p {
	border-top: 1px solid black;
	padding: 10px 0px;
	text-align: center;
}


#bottomOfPage {
	background: url('assets/bgnd_cont_btm.gif') bottom no-repeat;
	}
	
.photoCaption {
	font-family: verdana, helvetica, sans-serif;
	color: #666;
	font-size: 90%;
	width: 120px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
.portfolioImages .photoCaption {
	width: 180px;
	}
		
/* Photo Shadows */



span.photoShadow {
 background: url('assets/photoshadow_lr.gif') bottom right no-repeat;
 padding: 0px;
 border: 0px;
 float: left;
}

span.FloatRight {
float: right;
}

span.right {
 float: right;
}

span.photoShadowCorners {
background: url('assets/photoshadow_ul.png') top left no-repeat;
_background: url('assets/photoshadow_ul-gif.gif') top left no-repeat;
padding: 9px;
 border: 0px;
   float: left;
   z-index:101;
}

span.photoBorder {
	border: 1px solid #999;
	padding: 5px;
	  float: left;
	  background: #fff;
	  margin: 0px;
}

span.photoBorderHover:hover {
	  background: #ff6;
}
