
/*  Prism Creative Home Style Sheet
	Developed by Mike Vine, April 2008
----------------------------------------------- */


	html > body #rightCol .welcome {
		PADDING-RIGHT: 30px; 
		PADDING-LEFT: 30px; 
		PADDING-BOTTOM: 15px; 
		MARGIN: 0px; 
		WIDTH: 537px; 
		PADDING-TOP: 10px; 
		background:url(../images/large-box-bg.png) repeat-y; 
	}
	
	* html #rightCol .welcome {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/large-box-bg.png', sizingMethod='scale');
		background-color: transparent;
		/*Notice I'm defining the image width and height here*/
		PADDING-RIGHT: 30px; 
		PADDING-LEFT: 30px; 
		PADDING-BOTTOM: 15px; 
		MARGIN: 0px; 
		WIDTH: 537px; 
		PADDING-TOP: 10px;
	}	
	
	#rightCol .welcome .intro{
		margin: 0; 
		font-size: 160%; 
		font-weight: normal; 
		line-height:140%;
	}
	
	#rightCol .welcome .help{
		margin: 0; 
		font-size: 100%; 
		font-weight: normal; 
		line-height:140%;
		padding: 0.5em 0 1em 0;
	}
	
	#rightCol .welcome p a{
		border-bottom:dotted 1px; 
		text-decoration:none; 
		color:#c8001f;
		margin: 0;
		padding: 0;
	}
	
	#rightCol .welcome p a:hover{
		border-bottom:solid 1px; 
	}

	html > body #rightCol .recentProjects {
		PADDING-RIGHT: 30px; 
		PADDING-LEFT: 30px; 
		PADDING-BOTTOM: 10px; 
		MARGIN: 0px; 
		WIDTH: 537px; 
		PADDING-TOP: 10px; 
		background:url(../images/large-box-bg.png) repeat-y; 
	}
	
	* html #rightCol .recentProjects {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/large-box-bg.png', sizingMethod='scale');
		background-color: transparent;
		/*Notice I'm defining the image width and height here*/
		PADDING-RIGHT: 30px; 
		PADDING-LEFT: 30px; 
		PADDING-BOTTOM: 10px; 
		MARGIN: 0px; 
		WIDTH: 537px; 
		PADDING-TOP: 10px;
	}

	#rightCol .recentProjects .leftCol{
		float:left; 
		width: 250px; 
		padding-top:0;
	}
	
	#rightCol .recentProjects .rightCol{
		float:left; 
		width: 250px; 
		padding-left: 25px; 
		padding-top:0;
	}
	
	#rightCol .recentProjects p{
		line-height:120%; 
		margin-bottom: 1em; 
		font-size: 100%
	}
	
	html > body #rightCol .latestNews {
		PADDING-RIGHT: 30px; 
		PADDING-LEFT: 30px; 
		PADDING-BOTTOM: 15px; 
		MARGIN: 0px; 
		WIDTH: 537px; 
		PADDING-TOP: 10px; 
		background:url(../images/large-box-bg.png) repeat-y;
	}
	
	* html #rightCol .latestNews{
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/large-box-bg.png', sizingMethod='scale');
		background-color: transparent;
		/*Notice I'm defining the image width and height here*/
		PADDING-RIGHT: 30px; 
		PADDING-LEFT: 30px; 
		PADDING-BOTTOM: 15px; 
		MARGIN: 0px; 
		WIDTH: 537px; 
		PADDING-TOP: 10px;
	}

	#rightCol .latestNews .leftCol{
		float:left; 
		width: 250px; 
		padding-top:5px;
	}
	
	#rightCol .latestNews .rightCol{
		float:left; 
		width: 265px; 
		padding-left: 15px; 
		padding-top:5px;
	}
	
	#rightCol .latestNews p{
		line-height:120%; 
		margin-bottom: 1em; 
		font-size: 100%
	}

	.portClient a {
		border-bottom:dotted 1px; 
		text-decoration:none; 
		line-height:100%;
		color: #666;
	}
	
	.portClient a:hover {
		border-bottom:solid 1px; 
		text-decoration:none; 
		line-height:100%; 
		color: #666;
	}

	.boxSpacer{
		padding:0.1em
	}
	
	.more {
		display: none;
		}
			
	a.showLink, a.hideLink {
		border-bottom:dotted 1px; 
		text-decoration:none; 
		line-height:160%; 
		background-color:#f1e8f2;
		}

	a:hover.showLink, a:hover.hideLink {
		border-bottom:solid 1px; 
		text-decoration:none; 
		line-height:160%; 
		background-color:#f1e8f2;
		}

			

