@charset "utf-8";

	/* Globals --------------------------- */

	/* Positioning --------------------------- */

	
	

	/* Nav Bar --------------------------- */

	
	

	
	

	/* Project Display --------------------------- */

	.project {
		background: #000;
		width: 869px;
		height: 214px;
		padding: 10px;
        margin:10px;
	}
	.projectView {
		float: left;
		margin: 7px 0 0 5px;
	}
	/*
	.projectView a img {
		border: 2px solid #766e66;
	}
	*/
	.projectDetails {
		width: 344px;
		float: right;
		padding-top: 20px;
	}
	.projectDetails a {
		font: bold 11px Georgia, "Times New Roman", Times, serif;
		background: transparent;
		text-decoration: none;
		text-transform: uppercase;
		color: #1d4268;
		width: auto;
		position:relative;
        top:80px;
        float:right;
		padding: 3px;
		letter-spacing: 1px;
	}
	.projectDetails a:hover {
		text-decoration: underline;
	}
	.projectDetails .projectTitle {
		font-size: 19px;
		font-weight: bold;
		color: #2482ca;
		cursor: default;
	}
	.projectDetails .detailStrike {
		background: url(img/strike_details.gif) no-repeat;
		width: 365px;
		height: 32px;
		display: block;
		margin: -7px 0 0 -16px;
	}
	.projectDetails .detailStrike span {
		display: block;
		font-size: 10px;
		font-weight: bold;
		color: #fff;
		padding: 10px 0 0 16px;
		text-transform: uppercase;
		cursor: default;
	}
	.projectDetails p {
		width: 90%;
		color: #68beff;
		font: 12px/17px Georgia, "Times New Roman", Times, serif;
		margin: 10px 0 10px 0;
		cursor: default;
	}
	.projectDetails p:hover {
		color: #68beff;
	}
	.flashLink {
		text-decoration: none;
	}
	.flashLink span, .flashLinkDefault {
		background: url(../img/mask.png);
		width: 448px;
		height: 25px;
		text-align: center;
		display: block;
		position: absolute;
		color: #f9f9f2;
		font: bold italic 12px Georgia, "Times New Roman", Times, serif;
		display: none;
		padding-top: 10px;
		margin-top: 165px;
	}
	.flashLink:hover span, .flashLinkHover {
		display: block;
	}

	

	/* IE6 

	* .ie6_hover {

	display: block;

	m: expression(this.parentNode.onmouseout = new Function("this.firstChild.className = 'flashLinkDefault';"));

	}

	* html .flashLink { 

	m: expression(this.onmouseover = new Function("this.firstChild.className = 'ie6_hover';"));

	}

	*/

	/* Footer --------------------------- */

	
	/* JS --------------------------- 
	
	.lbLink {
		display: none;
		visibility: hidden;
	}
	.enabled {
		-moz-opacity: 1.0;
		filter: alpha(opacity = 100);
		cursor: pointer;
	}
	.disabled {
		-moz-opacity: 0.5;
		filter: alpha(opacity = 50);
		cursor: default;
	}
	noscript {
		background: #BA4435;
		color: #fff;
		text-transform: uppercase;
		font-weight: bold;
		letter-spacing: 2px;
	
		background: transparent !ie;
		padding: 0 !ie;
		border: 0 none !ie;
	}
*/

   .lbLink
{
    text-decoration:none;
}