/* Classes and tags for the body html */

/* The page wrapper wraps the entire content, setting the width and margins */
#PageWrapper {
	position:relative;
	width:800px;
	overflow: visible;
	margin:0px auto;
	padding:0px;
	text-align:left;
}


/* The main logo wraps the top logo section - must be PageWrapper size (800px) */
#MainLogo {
	width:800px;
	overflow: hidden;
	padding:0px;
}
#MainLogo img {
	float:left;
}


/* The menu column surrounds the menus 
   - The Menu and GraphicWrapper must sum to PageWrapper size (800px)
   - The Menu, Content and MoreInfo Columns must sum to PageWrapper size (800px)
 */
#MenuColumn {
	width:127px;
	padding:0px;
	float:left;
	overflow: hidden;
	background: #999999;
	display: block;
}
#MenuWrapper {   /* Wraps the actual menus (may have other things in menu column in the future) */
	width:127px;
	overflow: hidden;
	background: #999999;
}


/* The main graphic surrounds the page graphic 
   - The MenuColumnWrapper and the Graphic wrapper must sum to PageWrapper size (800px)
 */
#MainGraphic {
	float:left;
	width:673px;
	height: 168px;
	overflow: hidden;
	padding:0px;
}
#MainGraphic img {
	float:left;
}
#GraphicTwoPieceLeft {
	float: left;
	width: 491px;
	height: 168px;
	overflow: hidden;
}
#GraphicTwoPieceRight {
	float: left;
	width: 182px;
	height: 168px;
	overflow: hidden;
	background: #333333;
}
#GraphicTwoPieceRight img.moreInfoButton {
	width: 172px;
	overflow: hidden;
	margin: 5px;
	margin-top: 15px;
}


/* The content column wrapper surrounds the menus 
   - The Menu, Content and MoreInfo Columns must sum to PageWrapper size (800px)
 */
#ContentColumn, #ContentColumnWide {
	float:left;
	z-index: 110;
	width:491px; /* Width of Content column only */
	/* width:673px; /* Width of the Content and MoreInfo columns combined */
	padding:0px;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	list-style-type: circle;
	line-height: 1.4em;
	list-style-position: outside;
	display: block;
}
#ContentColumnWide {
	width: 673px; /* Width of the Content and MoreInfo columns combined */
}

/* The locator is the area in the main page the lists the menus and page you selected */
#Locator {
	display: block;
	background-color: #ffffff; /* White */
	color: #000000; /* Black */
	width: 461px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#LocatorMain {
	font-size: 14px;
	font-weight: bold;
	color: #3e82b7; /* ??? */
	padding-right: 5px;
	padding-left: 0px;
}
#LocatorLvl2 {
	font-size: 12px;
	font-weight: normal;
	color: #000000; /* Black */
	padding-right: 5px;
	padding-left: 5px;
}
#LocatorLvl3 {
	font-size: 12px;
	font-weight: normal;
	color: #000000; /* Black */
	padding-right: 5px;
	padding-left: 5px;
}

/* These are items within the Main Content region */
#ContentMain, #ContentMainWide {
	float: left;
	width: 461px;
	min-height: 155px;
	background-color: #ffffff; /* White */
	color: #000000; /* Black */
	margin: 0px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
	display: block;
}
#ContentMainWide {
	width: 643px;
}
#ContentMain h1, #ContentMainWide h1 {
	font-size: 18px;
	line-height: 1.2em;
	font-weight: bold;
}
#ContentMain h2, #ContentMainWide h2 {
	font-size: 14px;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: -.8em;
	margin-top: 1.8em;
}
#ContentMain h3, #ContentMainWide h3 {
	font-size: 12px;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: -.8em;
	margin-top: 1.8em;
}

.inlineImageWrapper {
	text-align:center;
	border: 1px solid #420000;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	display: block;
}
.inlineImageWrapper img {
	padding: 3px;
}
.inlineImageWrapper div {
	display:block;
	background-color: #FFEB89; /* saffron - PMS 1215 */
	padding: 2px;
	margin: 5px;
	font-weight: bold;
	/* background-image: url(../images/icons/MagnifyIcon.gif); */
	/* background-repeat: no-repeat; */
}

#Footer {
	width: 481px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF; /* white */
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 30px;
	padding-left: 5px;
}
#Copyright {
	text-align:left;
	float:left;
	font-style: oblique;
	padding-left: 10px;
}


/* The more information column wrapper surrounds the menus 
   - The Menu, Content and MoreInfo Columns must sum to PageWrapper size (800px)
 */
#MoreInfoColumn {
	float:left;
	z-index: 100;
	overflow: hidden;
	width:182px;
	min-height: 175px;
	background: #6a7989;
	padding-top: 0px;
	padding-bottom: 25px;
	padding-right: 0px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000; /* Black */
	position: static;
	right: -10px;
	top: 30px;
}
#MoreInfoColumn  img.moreInfoButton {
	margin-top: 5px;
}

#AdditionalMoreInfo, #DefaultMoreInfo{
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
	vertical-align: bottom;
	text-align: left;
	color: #ffffff; /* white */
}
#AdditionalMoreInfo h2, #DefaultMoreInfo h2 {
	font-size: 14px;
	line-height: 1em;
	font-weight: bold;
}
#AdditionalMoreInfo h3, #DefaultMoreInfo h3{
	font-size: 12px;
	line-height: 1em;
	font-weight: bold;
}
#AdditionalMoreInfo hr, #DefaultMoreInfo hr {
	color: #ffffff; /* white */
}
#AdditionalMoreInfo a, #DefaultMoreInfo a {
	text-decoration:none;
	cursor:pointer;
	color: #ffffff; /* white */
}
#AdditionalMoreInfo a:hover, #DefaultMoreInfo a:hover {
	text-decoration:underline;
	cursor:pointer;
	color: #ffffff; /* white */
}
#AdditionalMoreInfo ul, #DefaultMoreInfo ul {
	margin-left: 20px;
}
#AdditionalMoreInfo li, #DefaultMoreInfo li {
	line-height: 1.2em;
	padding-bottom: 5px;
	margin-left: -5px;
}

/* PopUp Graphic frame CSS */
#PopUpGraphicFrame {
	z-index: 999; 
	position: absolute; 
	top: 200px; 
	left: 50px; 
    visibility: hidden;
}
#PopUpGraphicClose {
	z-index: 999; 
	position: absolute; 
	top: 170px; 
	left: 50px;
	width: 660px;
	height: 30px;
    visibility: hidden;
	background: #000000;
	text-align: right;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff; /* white */
	line-height: 2em;
	border: 0px;
}
#PopUpGraphicClose a {
	color: #ffffff; /* white */
	text-decoration: none;
	padding-right: 10px;
}
#PopUpGraphicClose a:hover {
	text-decoration: underline;
}

#PEDownloadButton {
	margin-left: -10px;
}

.moreInfoSection {
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 0px;
	vertical-align: bottom;
	text-align: left;
}
.moreInfoSection div.header {
	display: block;
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF; /* white */
}
.moreInfoSection div.aVPresentation {
	padding: 5px;
	vertical-align: middle;
	background-color: #FFFFFF; /* white */
	display: block;
	text-align: center;
}
.moreInfoSection div.aVDescription {
	vertical-align: top;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 25px;
	text-align: left;
	background-image: url(../images/icons/MovieClipIcon.jpg);
	background-repeat: no-repeat;
	background-position: 2px 10px;
}
.moreInfoSection div.aVDescription span.aVAuthor {
	font-style: oblique;
	margin-left: 5px;
}

.relatedInformation {
	padding: 5px;
	background-color: #FFEB89; /* saffron - PMS color 1215 */
	vertical-align: top;
}
.relatedInformation a {
	display: block;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 25px;
	background-image: url(../images/icons/DocumentIcon.gif);
	background-repeat: no-repeat;
	background-position: 3px 13px;
}

.thirdPartyCopyright {
	font-size: 10px;
	line-height: 1.2em;
}

p.blurb {
	margin-top: -.9em;
}
.blurb {
	margin-left: 15px;
}
.blurb .heading {
	margin-left: -15px;
	margin-bottom: .2em;
	font-weight: bold;
}

.hideshow {
	display: none;
	/* background-color: #FFEB89; /* saffron - PMS color 1215 */
	background-color: #F4FCFF; /* very light blue - PMS color 7541 */
	padding: 6px;
	margin-top: .3em;
	border: 1px #3366CC solid;  /* Medium blue - PMS 660 */
}
.hideshow ul {
	margin-top: -5px;
	margin-bottom: -5px;
}
.hideshowtag {
	display: inline;
}
