
/*#facd89   #a3b4d0   #a3b4d0 */
/* dark blue: #166ea7 light blue: #2779ad
green dark: #95a72d  light #9eae42
orange: #dd7510 light: #e28934 */

#fluid {
	background: url('/images/web-dark-blue-BG.png') repeat-x;
	margin: 0;
	border-top: 1px solid #084C91;
	border-bottom: 1px solid #084C91;
	height:75px; /* Needs Box Model Hack */
	/*background: #b95500 url('/images/web-blue-bg-lg.png') repeat-x;*/
	
	}
#main {
	border-top: 0px solid #2567b0;
	border-right: 0px solid #ddd;
}

body > #main {
	padding-bottom: 1px;
	margin-bottom: -1px;
}
.intro{	
	font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans", Verdana, Tahoma, Arial, sans-serif;
	font-size:14px;
	padding: 4px;
	letter-spacing: 1px;
	word-spacing: 1px;

}
/*#content {
	border-right: 0px dashed #DD7510;
	min-height: 345px;
	width: 387px;
}*/

#sidebar {
	margin-left: 0;
	border: none;
	width: 312px;
	
}
/*
* html #content {
	height: 345px;
}*/


#scrollwrap {
clear: both;
/*width:100%;*/
border:0px dashed #666;

}
#content-contact {
	border-right: 0px dashed #DD7510;
	min-height: 345px;
	width: 100%;

}
* html #content-contact {
	height: 345px;
}

/*** Portfolio Scrolling ***/

#leftarrow {
	position: absolute;
	/*margin-right:25px;*/
	top: 0; left: 0px;
	width: 32px;
	height: 70px;
	z-index: 2;
	background: #DEEAF0  url("/images/left.gif") 8px 18px no-repeat;
	
	cursor: pointer;
}

#rightarrow {
	position: absolute;
	top: 0; right: 0px;
	width: 32px;
	height: 70px;
	z-index: 2;
	background: #DEEAF0   url("/images/right.gif") 8px 18px no-repeat;	/*2779ad*/
	cursor: pointer;
}

#thumbnails {

	position: absolute;
	top: 3px; left: 30px;  right:20px;
	z-index: 1;
	height: 60px; /* 45px */
	overflow: hidden;
}

#thumbnails img {
	float: left;
	margin: 0 10px;
	border: 1px solid transparent;
	padding: 0px;
}

#thumbnails a:hover img {
	border: 1px solid #88a905;
}

#content h3 {
	margin: 1em 0 0 0;
}

#content .portfolioitem {
    margin: 1em 60px 1em 1em;
	height: 25em;
	border:0px solid #ccc;
}

#content .hidden {
	display: none;
}

#content p.date {
	margin: 0;
	font: bold smaller Arial;
}
