/* Privacy page 
--------------------------------------------------*/
#privacy p
{
	margin-left: 15px;
	font-size: 1.1em;
}

#privacy ul.privacyHighlights
{
	list-style: none;
	margin: 0 0 10px 15px;
	font-size: 1.1em;
}

#privacy ul.privacyHighlights li
{
	background: url(images/bullet.png) no-repeat center left;
	padding-left: 25px;
	margin-top: 10px;
}

/* Contact information 
--------------------------------------------------*/
.contactInformation
{
	font-size: 1.2em;
	margin: 0 0 20px 0;
}

#emailContactInformation
{
	background: url(Images/Email.gif) 35px center no-repeat;
	margin: 0 0 5px 0;
	padding: 5px 0 5px 75px;
}

#mailingAddressContactInformation
{
	background: url(Images/Mail.gif) 35px center no-repeat;
	margin: 0 0 5px 0;
	padding: 5px 0 5px 75px;
}

#faxContactInformation
{
	background: url(Images/Fax.gif) 35px bottom no-repeat;
	margin: 0 0 5px 0;
	padding: 10px 0 5px 75px;
}

#phoneContactInformation
{
	background: url(Images/Phone.gif) 35px bottom no-repeat;
	margin: 0 0 5px 0;
	padding: 10px 0 5px 75px;
}

/*Press releases page
--------------------------------------------------*/
div.pressReleases
{
	margin: 0 15px 10px 19px;
	background: #ACC2D9;
}
	
table.pressReleases
{
	width: 100%;
	position: relative;
	top: -4px;
	left: -4px;
	background: #FFFFFF;
	font-size: 1.1em;
	border: 1px solid #ACC2D9;
}

table.pressReleases th, table.pressReleases td
{
	margin: 0;
	padding: 6px 16px;
	text-align: center;
	border-bottom: 1px solid #DDDDDD;
}

table.pressReleases th
{
	color: #999999;
	font-weight: bold;
}

table.pressReleases tr.alternateRow
{
	background: #EDF2F5;
}

table.pressReleases caption
{
	margin: 0;
	padding: 6px 16px;
	text-align: left;
	border: 1px solid #ACC2D9;
	border-bottom: none;
	background: #FFFFFF;
	color: #000000;
	font-size: 1.1em;
	font-weight: bold;
}

table.pressReleases .date
{
	width: 120px;
	font-weight: bold;
	text-align: right;
}

table.pressReleases .headline
{
	text-align: left;
}

table.pressReleases a
{
	font-weight: bold;
}

/* Individual press release page
--------------------------------------------------*/
#pressRelease strong
{
	font-size: 1.1em;
	margin: 0 0 0 15px;
	display: block;
}

#pressRelease #contactInformation
{
	font-size: 1.1em;
	margin: 0 0 10px 15px;
}

#pressRelease #headline
{
	color: #003365;
	text-align: center;
	font-size: 1.8em;
	line-height: 0;
	margin: 20px 10px 10px 15px;
}

#pressRelease #headline2
{
	color: #000000;
	text-align: center;
	font-style: italic;
	font-size: 1.2em;
	margin: 15px;
}

#pressRelease p
{
	margin: 10px 15px 10px 15px;
	font-size: 1.1em;
}

/* Company information pages
--------------------------------------------------*/
#companyInformation p
{
	margin: 10px 15px 10px 15px;
	font-size: 1.2em;
}
