﻿/*---------------------Advanced Content Page----------------------------*/

div.ImageRight
{
	float: right;
	padding-bottom: 10px;
}

div.ImageLeft
{
	float: left;
	padding-bottom: 10px;
}

div.content p 
{
	font-size: 100%;
	line-height: 1.6em;
	/*padding-bottom: 0.8em;*/
}

div.content div.HeadImageBox
{
	margin-bottom: 10px;
}

/* -----Portrait  -------- */

div.PortraitTextRight
{
	float: right;
	height: 117px; /* Will cause problems in Firefox if text is long! */
	background-color:#ebebeb;
}

div.PortraitTextRightNoShadow
{
	float: right;
	height: 117px;
}

div.PortraitTextLeft
{
	float: left;
	height: 117px; /* Will cause problems in Firefox if text is long! */
	background-color:#ebebeb;
}

div.PortraitTextLeftNoShadow
{
	float: left;
	height: 117px;
}

img.PortraitLeft
{
	width: 110px;
	float: left;
	margin-right: 10px;
}

img.PortraitRight
{
	float: right;
	width: 110px;
}

/* -----Portrait full length -------- */
div.PortraitFullLength
{
	clear: both;
	height: 117px; /* Will cause problems in Firefox if text is long! */
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px 0px 0px 0px;
	background-color:#ebebeb;
}

div.PortraitFullLengthNoShadow
{
	clear: both;
	height: 117px;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 0px 0px 0px 0px;
}

div.PortraitFullLength p
{
	margin: 0;
}

img.PortraitLeftWithNoTextRight
{
	width: 110px;
	padding: 0px 25px 0px 0px;
	margin:0px;
	float: left;
}

/*-------- Picture 75 and 50 ---------*/
img.PictureLeft_50
{
	float: left;
}

img.PictureRight_50
{
	float: right;
}

img.PictureLeft_50, img.PictureRight_50
{
	width: 212px;
	margin-top: 10px;
}

img.Picture_75
{
	width: 360px;
	padding-top: 10px;
	margin-bottom: 2px;
}

img.picture 
{
	margin:0px;
	padding:0px 0px 0px 0px;
}

img.pictureLeft 
{
	margin:0px;
	padding: 15px 10px 0px 0px;
}

img.Picture_Head 
{
	width:454px;
	margin-bottom: 2px;
}

td.05imageCell
{
	width:50%;
	padding-top:10px;
	padding-bottom:18px;
}

/*---------- Caption text --------------*/

div.PictureText_75
{
	width: 360px;
	margin-bottom: 10px;
}

p.caption
{
	margin: 0px;
	padding: 2px 0px 0px 0px;
}

p.captionRight
{
	padding: 6px 0px 5px 15px;
	margin-left: 0px;
	font-size: 90%;
	color: #666666;
	float: right;
}

div.ImageRight p.captionRight_50
{
	padding: 5px 15px 15px 15px;
	font-size: 90%;
	color: #666666;
	background-color:#ebebeb;
	width: 182px;
	float:right;
}

div.ImageRight p.captionRightNoShadow_50
{
	padding: 5px 15px 5px 15px;
	font-size: 90%;
	color: #666666;
	width: 182px;
	float:right;
}

p.captionLeft
{
	padding: 6px 5px 5px 15px;
	margin: 0px;
	font-size: 90%;
	color: #666666;
	float: left;
}

div.ImageLeft p.captionLeft_50
{
	padding: 5px 15px 15px 15px;
	font-size: 90%;
	color: #666666;
	background-color:#ebebeb;
	width: 182px;
	float:left;
}

div.ImageLeft p.captionLeftNoShadow_50
{
	padding: 5px 15px 5px 15px;
	font-size: 90%;
	color: #666666;
	width: 182px;
	float:left;
}

p.PortraitCaption
{
	padding: 15px 5px 0px 10px;
	font-size: 90%;	
	color: #666666;
}

p.PortraitCaption a{
	/*background: url(../../images/bullet.gif) 0% 0.40em no-repeat;*/
	background: url(../../images/arrowbullet.gif) 0 center no-repeat;
	padding-left: 10px;
	
	
}

/*---------- Other formatting --------------*/
.content p.introduction
{
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: normal;
	background: url(../../images/dotline.gif) 0 bottom repeat-x;
	width: 100%;
}

.HalfImgContainer
{
	position: relative;
	float:left;
	clear:left;
	width:100%;
	height:100%;
	background-color:Transparent; /* fix for Safari, or the div will collapse? */
}

.HalfImgTextContainer
{
	float: left;
	clear: none;
	width: 50%;
	height: 270px;
	position: relative;
}

.HalfImgText
{
	position: absolute;
	bottom: 10px;
	left:217px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div.TextAndImage75
{
	clear: both; 
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

.TablesNoNav
{
	width: 859px;
	padding-top:20px;	
}

.Tables
{
	width: 651px;
	padding-top:20px;	
}

.content br
{
	padding-top: 20px;
	height: 50px;
}

.content p
{
	padding-bottom: 1em;
	margin: 0;
}

.content ul
{
	margin: 2px 0 8px 0;
	padding: 0 0 0 10px;
}

.content ul li
{
	margin: 0 0 1em 0;
	padding: 0 0 0 15px;
	list-style-type: none;
	background-image: url(../../images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	line-height:1.3em;
	font-size: 100%;
}

.content h2, .content h3
{
	margin-top: 8px;
	margin-bottom: 4px;
}

.content .NewTextH2, .content .NewTextH3
{
	margin-top: -2px;
}

.content p a, .content .introduction a
{
	display: block;
	line-height: 1.3em;
	padding: 0 0 0 15px;
	margin: 0.2em 0;
	background: url(../../images/arrowbullet.gif) 0 0.2em no-repeat;
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}

.content a:hover,
.content a:active,
.introduction .introduction a:hover,
.introduction .introduction a:active 
{
	color: #cd0000;
	text-decoration: underline;	
}
	