/* CONTENT STYLES */
/* These should be copied to the Editor stylesheet */
body 
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
body * 
{
	
}

a
{
	text-decoration:none;
}

a:link
{
	color: #66829d;
	
}
a:visited 
{
	color: #abbac9;
}
a:hover, a:active 
{
	color: #002e5b;
}

.header, h2
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 32px;
	font-weight: normal;
	color: #66829d;
	line-height: 1.5em;
}
.subHeader, h3
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 16px;
	font-weight:400;
	color: #002e5b;
	line-height: 1.5em;
}
.content, p, table
{
	font-family: Arial, Tahoma, Sans-Serif;
	
	word-spacing: -0.1em;
	letter-spacing: 0;
	line-height: 1.5em;
	font-size: 1em;
}
.contentSmall
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 10px;
	line-height: 1.5em;
}
/* End of what should be copied to Editor stylesheet */
.contentOver
{
	background-color: #FFFF00;
	cursor: pointer;
	line-height: 1.5em;
}
.btn, #ExtranetLogin_btnLogin
{
	background-color: #808080;
	color: #FFFFFF;
	border: solid 1px #000000;
	font-family: Arial, Tahoma, Sans-Serif;
	font-weight: bold;
	
}
form 
{
	margin: 0;
}
img
{
	border: none 0 Transparent;
}

.clr 
{
	clear: both;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
}
.hidden, .screen, .print 
{
	display: none;
}
#SiteTitle, #AccessLinks, #SiteSummary
{
	display: none;
}

.serviceHeader, .projectHeader
{
	font-size:18px;
	padding-top:18px;
	font-weight:normal;
	color:#002E5B;
}

.serviceImg, .projectImg
{
	width:129px;
	border:none;
	margin-right:5px;
}
#ProjectContactsWrap
{
	margin-top:15px;
}
ul.middle-nav li ul a.selectedProject
{
	color:#000;
}
/****Featured Projects*****/
.featuredProjectWrap
{
	width:127px;
	float:left;
	height:200px;
	margin-right:5px;
}
.featuredProjectTitle
{
	font-size:10px;
	font-weight:bold;
	line-height:1.2em;
	color:#002e5b;
	height: 1.2em;
	overflow:hidden;
	display:block;
	width:122px;
}
.featuredProjectDescription
{
	font-size:10px;
	line-height:1em; 
	height:4em;
	overflow:hidden;
	margin-bottom:0;
}
.featuredProjectLink a
{
	font-style:italic;
	color:#66261A;
	font-size:10px;
	margin:0;
	padding:0;
	line-height:1.2em;
}
.featuredProjectImageWrap
{
	height:123px;
	overflow:hidden;
	background:center center no-repeat;
	text-indent:-9999px;

}
.featuredProjectImageWrap a
{
	display:block;
	height:100%;
}
.featuredProjectImageWrap img
{
	width:129px;
	
}
.projectItem
{
    margin-top: 10px;
}
.projectDate, .projectContent
{
    padding-left: 5px;
}
.projectLabel, .projectField
{
    float: left;
}
.projectLabel
{
    width: 150px;
}
.projectName
{
    width: 95%;
    text-align: center;
}
.projectContactsLabel
{
	width:100px;
	float:left;
	display:block;
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
}
.projectContacts
{
	width:280px;
	float:right;
	font-size:10px;
}
#ProjectContent
{
	font-size:10px;
	margin-top:5px;
}
#ProjectTitle
{
	font-weight:bold;
	font-size:10px;
	margin-top:5px;
	color:#002E5B;
}
.projectSmallPhoto
{
	width:129px;
	height:123px;
	float:left;
	margin-right:10px;
	background: center center no-repeat;
}
.projectSmallPhoto a
{
	display:block;
	height: 100%;
}
#ProjectPageImages
{
	height:123px;
}

/*****Service*****/
#ServiceContent
{
	font-size:10px;
	margin-top:5px;
}

.clr {
	clear:both;
}

