/* @override http://newmediacampaigns.com/css/compiled.css */

/* Eric Meyer Reset */
* {
	font-size: 12px;
	font-family: helvetica, arial, sans;
	color: black;
}



a{ color: #000; }
a:link, a:visited{ text-decoration: underline; }
a:hover, a:active{ text-decoration: none; }
a img{ border: none; }


/* Layout */
.boundingBox{ margin: 0 auto; width: 916px; }

/* Content */

#content{ padding: 20px 0; }

/* Content - Portfolio Listing */

ul#portfolio-filter{ margin: -20px 0; padding: 0; height: 64px; padding-left: 70px; line-height: 64px;  }
ul#portfolio-filter li{ display: inline; }
ul#portfolio-filter a{ margin-right: 0.5em; padding: 0.5em 1em; background: #FFF; color: #AAA; font-weight: bold; text-decoration: none; }
ul#portfolio-filter a:hover, ul#portfolio-filter a.current{ color: #888; }
ul#portfolio-filter a.current{ background-color: #DDD; }

ul#portfolio-list{ margin: 36px 0 0 0; padding: 0; list-style: none; }
ul#portfolio-list li{ border: 1px solid #c0c0c0; width: 75px; height: 75px; display: block; float: left; margin-right: 5px; margin-bottom: 5px; overflow: hidden; }
ul#portfolio-list li a{ display: block; width: 75px; height: 75px; overflow: hidden; border: 1px solid #CDCDCD; background: #eee; }
ul#portfolio-list li p{ display: none; font-size: 11px; line-height: 15px; color: #AAA; margin: 5px 0; }



#portfolio {
	width: 740px;
	margin: 20px auto 0px auto;
}

.portfolio {
	background-color: #d0d0d0;
	border: 1px solid #d0d0d0;
	width: 80px;
	height: 80px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	cursor: pointer;
}



#portfolio_lightbox {

	border-top: 1px solid white;
	height: 400px;
	width: 700px;
}

.item {
	width: 700px;
	height: 400px;
	background-image: url(/images/portfolio/pm.png);
	background-repeat: no-repeat;
	background-position: 20px 25px;
	border-top: 1px solid white;
}

.portfolio_info {
	background-image: url(/images/portfolio-line.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 20px;
	height: 121px;
	padding-top: 20px;
	margin-top: 50px;
	width: 300px;
}

.portfolio_info h2 {
	color: #104b7d;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 3px;
	margin-top: 0px;
	padding: 0 0 0 0;
}

.portfolio_info h3 {
	color: #656263;
	font-size: 12px;
	padding: 0 0 0 0;
	margin: 0 0 3px 0;
	font-weight: normal;
}

.portfolio_info h4 {
	color: #656263;
	font-size: 10px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-weight: normal;	
}

.portfolio_info h4 span {
	color: #e16518;
	font-size: 10px;
}

.portfolio_info a, .portfolio_info a:visited, .portfolio_info a:active {
	display: block  !important;
	text-decoration: none  !important;
	color: #e16518 !important;
	margin-top: 10px  !important;
	font-size: 10px !important;
}

.portfolio_info a:hover {
	text-decoration: underline  !important;
	font-size: 10px !important;	
}


.portfolio_media {
	float: right;
	margin-top: -1px;
	width: 425px;
	height: 432px;
	text-align: center;
}

.portfolio_iframe {
}





#prev {
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 244px;
	top: 180px;
	z-index: 999999;
	cursor: pointer;
}

#next {
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 720px;
	top: 180px;
	z-index: 999999;
	cursor: pointer;
}


