.CONTENTBOXINSIDE {
	position: relative;
	width: 760px;
	background-color: #FFFFFF;
}

.HEADER {
	position: relative;
	height: 155px;
	width: 760px;
}


.CONTENTLeftColumn {
	position: relative;
	width: 570px;
	float: left;
}

.CONTENTRightColumn {
	position: relative;
	width: 190px;
	top: -65px;
	float: left;

}


.CopyrightBoxInside {

	position: absolute;
	left: 54px;
	top: 98px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C6C5C5;
}


.CopyrightandTextLinksInside {
	position: relative;
	/* height: 80px; */
	height: 140px;
	width: 760px;
	clear: both;
	background-image: url(images/footerbackground.jpg);
	background-repeat: no-repeat;
	
	/* background-color: #B3B3B4; */
}

.TextLinksBoxInside {
	position: absolute;
	left: 56px;
	top: 76px;
	color:#000000;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;


}
.Heading {
	position: relative;
	height: 38px;
	width: 570px;
	top: -20px;
}
.BodyText, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
}


.BodyTextBlueBold{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	line-height: 22px;
	color: #496BC6;
}

.MoreInfo {
	background-image: url(images/more-info.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	height: 70px;
	width: 570px;
	top: -20px;
}
.MoreInfoLinksBox {
	position: absolute;
	width: 429px;
	left: 152px;
	top: 19px;
}

/** Large images **/
div.img-drop {
	background: url(images/shadow.gif) no-repeat bottom right;
	clear: right;
	float: left;
	margin: 0 0 0px 25px;
	padding: 0;
	position: relative;
}

div.img-drop img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	display: block;
	margin: -5px 5px 5px -5px;
	padding: 4px;
	position: relative;
}


/** Portfolio Thumbnail images **/
div.portfolioimage {
	background: url(images/shadow.gif) no-repeat bottom right;
	clear: right;
	float: left;
	margin: 0 0 0px 0px;
	padding: 0;
	position: relative;
}

div.portfolioimage img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	display: block;
	margin: -5px 5px 5px -5px;
	padding: 4px;
	position: relative;
}


.visitSite {
	clear: both;
	float: left;
	margin: 0 0 0px 25px;
	position: relative;
	width: 270px

}

.wpcText {
	clear: both;
	float: left;
	margin: 0 0 0px 25px;
	position: relative;
	width: 320px;
	font-size: 9px;
	line-height: 12px;

}
.CategoryList {
	font-size: 11px;
	font-weight: bold;
	line-height: 22px;
	padding: 4px;
	color: #3A60C5;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.ProjectTitle {
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	font-variant:small-caps;
	color: #3A60C5;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.ProjectLink {
	font-size: 11px;
	/** font-weight: bold; **/
	line-height: 22px;
	/** font-variant:small-caps;**.
	color: #3A60C5;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a.ProjectLink:link { text-decoration: underline; }
a.ProjectLink:hover { text-decoration: underline; color: #8DC548; }
a.ProjectLink:active { text-decoration: underline; }
a.ProjectLink:visited { text-decoration: underline; }
a.ProjectLink:visited:hover { text-decoration: underline;  color: #8DC548;}

