/* styles for Press section */
#pressReleaseBox
{
	width: 698px;
	height: 400px;
	position: absolute;
	top: 15px;
	left: 40px;
}

#pressContactBox
{
	width: 233px;
	height: 400px;
	position: absolute;
	top: 15px;
	left: 763px;
}

#pressContactBox p
{
	color: #666666;
	font-size: 12px;
}

#pressContactBox a
{
	color: #666666;
	text-decoration: none;
	font-size: 12px;
}

#pressContactBox a:hover
{
	color: #2e7dc2;
	text-decoration: underline;
	font-size: 12px;
}

#pressReleaseList
{
	width: 675px;
	height: 340px;
	overflow: auto;
	position: relative;
	margin-left:5px;
	background: url(images/scrollbar_track.gif) no-repeat 670px 0;
}

#pressReleaseList td
{
	color: #2e7dc2;
	font-size: 11px;
	padding-bottom:14px;
}

#pressReleaseList a
{
	color: #666666;
	text-decoration: none;
	font-size: 11px;
}

#pressReleaseList a:hover
{
	color: #2e7dc2;
	text-decoration: underline;
	font-size: 11px;
}

#newsContainer td
{
	font-size:11px;
}

/* styles for Contact Us section */

#contactBox
{
	width: 951px;
	overflow: hidden;
	margin-left: 50px;
}

.contactColumn
{
	float:left;
	width: 172px;
	padding-right: 17px;
	color: #666666;
	font-size: 11px;
}

.contactColumnEnd
{
	float:left;
	width: 172px;
	color: #666666;
	font-size: 11px;
}

.contactColumn a
{
	color: #666666;
}

.contactColumn a:hover
{
	color: #2e7dc2;
	text-decoration: underline;
}
.contactColumnEnd a
{
	color: #666666;
}

.contactColumnEnd a:hover
{
	color: #2e7dc2;
	text-decoration: underline;
}


#footerContact
{
	text-align: center;
	position:relative;
	top:170px;
}
