﻿#ContentContainerWrapper
{
	background-image:url('/assets/neutral/img/LShadow2.png');
	background-position:left top;
	background-repeat:no-repeat;
	
	clear:both;
	display:block;
	height:100%;
	left:50%;
	margin: auto;	
	overflow:hidden;
	width: 908px;
}

#ContentContainer
{		
	overflow:hidden;
	width:899px;
}

#Content
{
	background-image:url('/assets/neutral/img/Pixel_C6C6C6.gif');
	background-repeat:repeat-y;
	background-position:right top;
	border-left: solid 1px #ccc;	
	border-bottom: solid 1px #ccc;
	overflow:hidden;
	width:898px;		
}

#ShadowL
{
	background-image:url('/assets/neutral/img/LShadow2.png');
	background-position:-6px top;
	background-repeat:no-repeat;
	
	clear:left;
	display:block;
	float:left;
	width:0px;
	height:auto;	
	min-height:290px;
}

#Left
{
	clear:left;
	float:left;
	width:600px;
}

#Right
{
	clear:right;
	float:left;
	padding-top: 1px;
	width:298px;
}

#Related
{
	background-image:url('/assets/neutral/img/GradVLine.png');
	background-position:left top;
	background-repeat:no-repeat;
	clear:both;
	overflow:hidden;
	padding-left:1px;
	padding-top: 1px;
	width:296px;
}

#Related a:link, #Related a:visited
{	
	color: #0066A5;
	text-decoration:none;
}

#Related a:hover
{	
	color: #cc0000;
	text-decoration:underline;
}

#SilverBox
{
	background-image:url('/assets/neutral/img/SilverBG.png');
	background-position:left top;
	background-repeat:repeat-x;
	border-bottom: solid 1px #DCE0E3;
	height:27px;
	padding-top: 8px;
	width:100%;
}

#Cont
{
	margin:30px 40px 40px 40px;
	text-align:left;
}

#Cont .ProjectThumb
{
    float:left;
    margin:0px 10px 10px 0px;
    border:solid 2px #CED4D6;
}

#Cont .ProjectsThumb
{
    float:left;
    margin:11px 10px 10px 0px;
    border:solid 2px #CED4D6;
}

#Cont a:link, #Cont a:visited
{	
	color: #0066A5;	
	text-decoration:none;
}

#Cont a:hover
{	
	color: #cc0000;
	text-decoration:underline;
}

#Cont h2
{
	color: #3B3B3B;
	font-family:Arial;
	font-size:15px;
	margin: 20px 0px 0px 0px;
}

#Cont p
{
	font-size: 12px;
	line-height:150%;
	margin: 6px 0px 10px 0px;
	text-align:justify;
}

#Cont ul
{
	font-size:11px;
	line-height:150%;	
}

#Cont li
{		
	list-style-image: url('/assets/neutral/img/bullet.png');
	margin: 8px 0px 8px -25px;
}

#Cont fieldset
{
	border: solid 1px #CED4D6;
	margin: 10px 0px 10px 0px;	
	padding: 15px 10px 5px 10px;
	width:100%;
}

#Cont legend
{
	color: #397DAC;
	font-size: 12px;
	font-weight:bold;
	padding: 0px 5px 0px 5px;
}

#Related p
{
	color:#333;
	font-size: 11px;
	line-height:180%;
	margin: 6px 0px 10px 0px;
}


