/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 2px 0px 0px 0px;
	background-color: #CCCCCC;
}

input	{
	font-size: 10px;
}

select	{
	font-size: 10px;
}

a:link{
	color: #000099;
	text-decoration: underline;
}

a:visited{
	color: #000099;
	text-decoration: underline;
}

a:hover{
	color: #cc0000;
	text-decoration: none;
}

/*********** Custom Links ******************/
.hpGalleryHeader	{
	color: #000099;
	font-weight: bold;
	padding-bottom: 20px;
	line-height: 20px; 
}

.hpHeader a:link{
	color: #000099;
	text-decoration: none;
}

.hpHeader a:visited{
	color: #000099;
	text-decoration: none;
}

.hpHeader a:hover{
	color: #cc0000;
	text-decoration: none;
}



/*****************************/


/************* Heading Styles *********************/
#sectionBlurb	{
	font-weight: bold;
	line-height: 16px;
	padding: 0px;
	margin: 10px 0px 10px 0px;
}


h1	{
	font-size: 190%;
}

h2	{
	font-size: 150%;
	font-weight: normal;
	line-height: 10px;
	padding: 0px;
	margin: 30px 0px 0px 0px;
}

.heading2	{
	font-size: 150%;
	font-weight: normal;
	line-height: 10px;
	padding: 30px 0px 0px 0px;
}

h3	{
	font-size: 120%;
	font-weight: bold;
	padding: 0px;
	margin: 30px 0px 0px 0px;
	line-height: 10px;
	color: #ef2900;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container	{
	border: 1px solid #999999;
}

#header{
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	height: 66px;
	background-image: url(/images/header.gif);
}

#navBar{
	float: left;
	width: 755px;
	height: 25px;
	font-size: 11px;
	line-height: 22px;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	background-color: #000000;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}

#navBar a:link{
	color: #FFFFFF;
	text-decoration: none
}

#navBar a:visited{
	color: #FFFFFF;
	text-decoration: none
}

#navBar a:hover{
	color: #FFFFFF;
	text-decoration: none
}

#banner	{
	float: left;
	width: 100%;
	height: 180px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	border-bottom: 2px solid #000000;
}

#email_content	{
	float:left;
	font-size: 70%;
	line-height: 150%;
	width: 450px;
	padding: 0px 0px 20px 0px;
	background-color: #ffffff;
}

#content	{
	float:left;
	font-size: 70%;
	line-height: 150%;
	width: 760px;
	padding: 0px 0px 20px 0px;
	background-color: #ffffff;
}

#breadcrumb	{
	font-size: 9px;
	padding: 0px 10px 5px 0px;
}


#leftContent {
	float: left;
	width: 180px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
}

#rightContent {
	float: left;
	width: 160px;
	background-color: #ffffff;
	padding-right: 10px;
}

#mainContent {
	float: left;
	width: 535px;
	padding: 0px 20px 0px 20px;
	background-color: #ffffff;
}

#home	{
	float: left;
	top: 10px;
	left: 10px;
	width: 380px;
}

#is_results	{
	margin: 10px 20px 10px 20px;
}
/***********************************************/
/* Homepage Layout Divs                        */
/***********************************************/
#hpContent	{
	float:left;
	font-size: 70%;
	padding: 0px 8px 0px 8px;
	background-color: #ffffff;
}

#splash	{
	float:left;
	width: 760px;
	height: 340px;
	margin: 0px;
	padding: 0px;
	background: url(/images/pm_splash.jpg);
	border-bottom: 5px solid #000000;
}

#welcome {
	position:relative;
	width: 400px;
	top: 150px;
	left: 200px;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	line-height: 140%;
}

h1.fifth {
	margin: 0px 0px 7px 0px;
	padding: 0px;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#welcome p {
	margin-top: 0px;
}

/*#splash	{
	line-height: 10px;
	float: left;
	width: 100%;
	height: 340px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	border-bottom: 5px solid #000000;
}
*/

#hpLeftContent {
	width: 225px;
	padding: 10px 5px 10px 0px;
	border-right: 0px solid #ef2900;
	background-color: #ffffff;
}

#hpRightContent {
	width: 225px;
	background-color: #ffffff;
	padding: 10px 0px 10px 5px;
}

#hpMainContent {
	width: 230px;
	padding: 10px 5px 10px 5px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: #f2f2f2;
}

.hpHeading	{
	font-size: 14px;
	font-weight: bold;
	color: #ef2900;
	margin: 0px 0px 15px 0px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#help	{
	float: right;
	margin-top: 10px;
	width: 200px;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
}

#help a:link{
	color: #FFFFFF;
	text-decoration: none;
}

#help a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#help a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}


#printerFriendly	{
	background-color: #ffffff;
}


/************* #footerMenu styles *****************/
#footerMenu	{
	color: #cccccc;
	text-align: center;
	padding: 10px 10px 0px 10px;
	margin:  50px 10px 10px 0px;
}

#footerMenu	a:link{
	color: #000099;
	text-decoration: none;
}

#footerMenu	a:visited{
	color: #000099;
	text-decoration: none;
}

#footerMenu	a:hover{
	color: #cc0000;
	text-decoration: underline;
}

/************* #bannerCaption styles **************/
#bannerCaption	{
	position: relative;
	top: 160px;
	font-size: 10px;
	color: #000099;
	font-weight: bold;
	padding: 5px 10px 0px 10px;
}

#bannerCaption	a:link{
	color: #000099;
	text-decoration: none;
}

#bannerCaption	a:visited{
	color: #000099;
	text-decoration: none;
}

#bannerCaption	a:hover{
	color: #cc0000;
	text-decoration: none;
}

/******************** #sb styles *************************/
#subMenu {
	width: 180px;
	font-family: Verdana, Tahoma, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #002080;
	font-weight: NORMAL;
	/*border-left: 5px solid #ef2900;*/
	border-bottom: 5px solid #ef2900;
	background-color: #F71900;
} 

.sbBgOff	{
	font-family: Verdana, Tahoma, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #999999;
	background-color: #f2f2f2;
}

.sbBgOff a:link {
	color: #000000;
	text-decoration: none;
}

.sbBgOff a:visited {
	color: #000000;
	text-decoration: none;
}

.sbBgOff a:hover {
	color: #000000;
	text-decoration: none;
}


li.sbBgOff	{
	padding: 5px 2px 5px 2px;
	list-style-image: url("/images/bullet_blk-10x14.gif");
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ef2900;
}


.sbBgOn	{
	font-family: Verdana, Tahoma, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #ef2900;
	font-weight: bold;
	background-color: #ffffff;
}

li.sbBgOn 	{
	padding: 2px;
	list-style-image: url("/images/bullet_blk-10x14.gif");
	border-top: 1px solid #ef2900;
	border-bottom: 1px solid #ef2900;
	border-right: 1px solid #ffffff;
}

/**************** pageFooter styles **********************/
#pageFooter	{
	float: left;
	left: 0px;
	padding: 0px 10px 0px 10px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background: url('/images/page_footer_bg-580x25.gif');
	margin-bottom: 0px;
}

#pageFooter	td{
	font-family: Verdana, Tahoma, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 25px;
	color: #ffffff;
}

#pageFooter	a{
	color: #ffffff;
}

/************** Functionality styles **********************/
.functionality	{
	font-family: Verdana, Arial, Tahoma, Geneva, helvetica, sans-serif;
	font-size: 10px;
	color: #000099;
}

.functionality a:link	{
	color: #000099;
	text-decoration: none;
}

.functionality a:visited	{
	color: #000099;
	text-decoration: none;
}



/*#subMenu a{
	color: #002080;
	text-decoration: none;
}

#subMenu a:hover{
	color: #EF2900;
	text-decoration: none;
}*/

/************* Styles for Images ************/
.contentImg	{
	padding: 0px;
	margin: 0px 5px 0px 0px;
	border: 1px solid #ef2900;
}

.imgCaption	{
	margin: 0px 5px 10px 0px;
	color: #000099;
}


.contentImgLeft	{
	padding: 0px;
	margin: 0px 5px 0px 0px;
	border: 1px solid #ef2900;
}

.contentImgRight	{
	padding: 0px;
	margin: 0px 0px 0px 5px;
	border: 1px solid #ef2900;
}

.contentImgRightNoBorder	{
	padding: 0px;
	margin: 0px 0px 5px 5px;
	border: 0px solid #ef2900;
}


.imgCaptionRight	{
	margin: 0px 0px 10px 5px;
	color: #000099;
}

.imgCaptionLeft	{
	margin: 0px 5px 10px 0px;
	color: #000099;
}

/********** Release styles ********************/
.releaseType	{
	font-weight: bold;
	color: #000000;
}

.releaseDate	{
	font-weight: normal;
	color: #666666;
}

#releaseTitle	{
	font-size: 120%;
	font-weight: bold;
	color: #ef2900;
	text-align: center;
}

.releaseTitle	{
	font-size: 120%;
	font-weight: bold;
	color: #ef2900;
	text-align: center;
}


.frDate	{
	color: #666666;
	text-align: right;
}

#checkDelivery	{
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #666666;
	text-align: right;
	margin-top: 30px;
}

/************* Photo Gallery styles *************/
.photoOn	{
	border: 2px solid #ef2900;
	padding: 0px;
}

.photoOff	{
	border: 1px solid #002080;
	padding: 0px;
}

.photoNext	{
	font-family: Verdana, Tahoma, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.photoNext	a{
	text-decoration: none;
	color: #ef2900;

}

.photoPrev	{
	font-family: Verdana, Tahoma, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.photoPrev	a{
	text-decoration: none;
	color: #ef2900;

}

#photoGalleryBox	{
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
}

.photoGalleryCaption	{
	font-family: Verdana, Arial, Tahoma, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

#photoIndex	{
	padding:2px;
}

.hp_news {
	background-image: url(/images/bullet_blk-14x12.gif);
	background-repeat:no-repeat;
	padding: 0px 0px 10px 16px;
}

.hp_news a:link{
	color: #000066;
	text-decoration: none;
}

.hp_news a:visited{
	color: #000066;
	text-decoration: none;
}

.hp_news a:hover{
	color: #cc0000;
	text-decoration: underline;
}

.hp_welcome	{
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
}

.hpReleaseDate	{
	font-size: 9px;
	font-weight: normal;
	color: #666666;
}
/************ NAVIGATION STYLES ****************/

.level0	{
	width: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #ffffff;
	background-color: #ef2900;
	border-right: 1px solid #9C1842;
	padding-left: 5px;
	display: block;
}

.level0	a:link{
	display: block;
	text-decoration: none;
	/*padding: 5px;*/
	color: #ffffff;
}


.level0	a:visited{
	display: block;
	text-decoration: none;
	/*padding: 5px;*/
	color: #ffffff;
}


.level1	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	background-color: #f2f2f2;
	display: block;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	margin-top: 0px;
}

.level1	a{
	display: block;
	text-decoration: none;
	padding: 5px;
	color: #000000;
}

.level1	a:visited{
	display: block;
	text-decoration: none;
	padding: 5px;
	color: #000000;
}


.level1	a:hover{
	display: block;
	background-color: #ef2900;
	padding: 5px;
	color: #ffffff;
}

.level1On	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	background-color: #ffffff;
	display: block;
	border-top: 1px solid #E7DFD1;
	border-right: 0px solid #ffffff;
	margin-top: 0px;
}

.level1On	a{
	display: block;
	text-decoration: none;
	padding: 5px;
	color: #ef2900;
}

.level1On	a:visited{
	display: block;
	text-decoration: none;
	padding: 5px;
	color: #ef2900;
}

.level1On	a:hover{
	display: block;
	background-color: #ef2900;
	padding: 5px;
	color: #ffffff;
}

.level2	{
	width: 159px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	background-color: #DECA9E;
	padding-right: 0px;
	display: none;
	border-top: 0px solid #ffffff;
	border-right: 1px solid #9c1842;
}

.level2ON {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	border-top: 0px solid #ffffff;
	padding-left: 0px;
	display: none;
}

.level2ON a:link{
	display: block;
	padding-left: 0px;
	border-bottom: 0px solid #ffffff;
}

.level2ON	a:visited{
	display: block;
	text-decoration: none;
	padding-left: 0px;
	color: #0000ff;
}


.level2ON	a:hover{
	display: block;
	background-color: #cccccc;
	text-decoration: underline;
	padding-left: 0px;
}



.level2	a:link{
	color: #9c1842;
	display: block;
	padding-left: 10px;
	padding-right: 3px;
	border-bottom: 1px solid #E4D3AF;
	text-decoration: none;
}

.level2	a:visited{
	display: block;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 3px;
	border-bottom: 1px solid #E4D3AF;
	color: #9c1842;
}


.level2	a:hover{
	display: block;
	background-color: #D9C18F;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 3px;
	
}

.level2 li{
	list-style-type: square;
	list-style-position: outside;

}

#sitemap	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 150%;
	margin: 0px 0px 20px 0px;
	display: block;
}

#sitemap a:link{
	text-decoration: none;
}

#sitemap a:visited{
	text-decoration: none;
}

#sitemap a:hover{
	text-decoration: underline;
}


.sitemapLevel0	{
	font-weight: bold;
	padding: 20px 0px 0px 5px;
	display: block;
	text-transform: uppercase;
}

.sitemapLevel1	{
	font-weight: bold;
	margin: 0px 0px 0px 10px;
	display: block;
}

.sitemapLevel2	{
	font-weight: normal;
	margin: 0px 0px 0px 20px;
	display: block;
}

.sitemapLevel3	{
	font-weight: normal;
	margin: 0px 0px 0px 30px;
	display: block;
}

/* Separators */
.divDotted	{
	height: 1px;
	background-image:url(/images/1dot.gif);
	background-repeat:repeat-x;
	margin: 10px 0px 10px 0px;
}

.divSpace	{
	height: 5px;
}

.divSection	{
	margin:10px 0px 10px 0px;
	height: 1px;
	background-color:#3B6892;
}

.divBeatIndex	{
	height: 1px;
	background-image:url(/images/1dot.gif);
	background-repeat:repeat-x;
	margin: 10px 0px 10px 0px;
}
