﻿
#pageContentContainer
{
	height:auto;
	width:665px;
	margin-left:25px;
	float:left;
	margin-top:20px;
}

#pageHeaderContainer
{
	position:relative;
	width:658px;
	height:25px;
	background-repeat:no-repeat;
	padding-bottom:10px;
}

.pageHeaderTextContainer
{
	position:relative;
	padding:2px 0px 2px 10px;	
	font-size: 18px;
	font-family: Tahoma;
	color:White;
}

#descriptiveAreaContainer
{
	position:relative;
	width:100%;
	height:auto;
	margin:0 auto;	
}

.descriptiveAreaTitle
{
	position:relative;
	width:160px;
	margin-left:32px;
	margin-top:5px;
	height:18px;
	font-family: Tahoma;
	font-weight:bold;
	font-size: 15px;
	color:White;
	text-align:left;
}
.descriptiveAreaTitleUnderline
{
	position:relative;
	width:160px;
	margin-left:32px;
	margin-top: -8px;
	font-family: Tahoma;
	font-weight:bold;
	font-size: 11px;
	color:White;
	text-align:left;
}

.descriptiveAreaSummary
{
	position:relative;
	font-family: Tahoma;
	font-size: 12px;
	color:White;
	left:15px;
	top:5px;
	width:100%;
}
.descriptiveAreaDescription
{
	position:relative;	
	font-family: Tahoma;
	font-size: 11px;
	color:#666666;
	font-weight: bold;
	width:240px;
	padding-top:2px;
	top:5px;
	left: 15px;
}


.descriptionAreaReadMoreLink a, .descriptionAreaReadMoreLink a:visited
{
	text-decoration: none;
	color:#ff3300;
	font-weight:lighter;	
}



.descriptiveArea
{
	position:relative;
	width: 279px;
	height: 231px;	
}

.descriptiveAreaGreen
{
	background-image: url('../images/BI_DescriptiveArea_Green.jpg');
	background-repeat:no-repeat;
}

.descriptiveAreaBlue
{
	background-image: url('../images/BI_DescriptiveArea_Blue.jpg');
	background-repeat:no-repeat;
}

.descriptiveAreaRed
{
	background-image: url('../images/BI_DescriptiveArea_Red.jpg');
	background-repeat:no-repeat;
}

.descriptiveAreaPurple
{
	background-image: url('../images/BI_DescriptiveArea_Purple.jpg');
	background-repeat:no-repeat;
}

#pageFooterMenuContainer
{
	position:relative;
	float:left;
	height:20px;
	width:500px;
	margin-top:110px;
	margin-left:380px;
	font-size:10px;
	color: #7c7c7c;
	font-family:Arial;
}
