/*creates the right left and center boxes
left boxes can be set to any width including
inherit in the elements style*/
#rightBox
{
	height:100%;
	margin-top: 45px;
	margin-right:0px;
	margin-left:10px;
	margin-bottom:10px;
	padding:0px;
	font-size:12px;
	line-height:15px;
	float:right;
	width: 200px;
	background-color:#FFFFFF;
}

#leftBox
{
	height:100%;
	margin-top: 45px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding:0px;
	background-color:#FFFFFF;
	float: left;
	}
	
#centerBox
{
	height:100%;
	margin-top: 45px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom:10px;
	padding:0px;
	background-color:#FFFFFF;
	width: inherit;
}

div.image {
	float: right;
	width: 210px;
	padding: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
div.image p {
	text-align: center;
	font-style: italic;
	font-size: 10px;
	text-indent:0px;
	margin-top: 0px;
  }
div.image img{
	width: 200px;
	height: 150px;
}
#leftBox .leftNavSection img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
}

#rightBox a:link, #centerBox a:link,
#rightBox a:visited, #centerBox a:visited
{
	color:#333;
	text-decoration:none;
}

#rightBox a:hover, #centerBox a:hover,
#rightBox a:active, #centerBox a:active
{
	color:#333;
	text-decoration:underline;
}

/*The sky heading at the top of the center, left, and right boxes*/
#leftBox .leftNavHead, #rightBox .leftNavHead, #centerBox .leftNavHead
{
	margin:0px;
	padding:0px;
	height:38px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-image: url(../images/header2.png);
	background-position: top right;
}

/*The solid blue heading for the center, left, and right boxes*/
#leftBox .leftNavBar, #rightBox .leftNavBar, #centerBox .leftNavBar
{
	margin:0px;
	padding:0px;
	height:30px;
	background-color: #263078;
}

/*The text for the left nav header */
#leftBox .leftNavHead h2, #rightBox .leftNavHead h2, #centerBox .leftNavHead h2, #leftBox .leftNavBar h2, #rightBox .leftNavBar h2, #centerBox .leftNavBar h2
{
	font-size:14px;
	font-weight:bold;
	padding: 8px 5px 0px 10px;
	color:#E2CE77;
	margin:0;
	font-variant: small-caps;
}
#leftBox .leftNavHead h1
{
	font-size:22px;
	font-weight:bold;
	padding: 2px 5px 0px 10px;
	color:#E2CE77;
	margin:0;
	text-align:center;
}
/* */
#rightBox .leftNavSection
{
	padding-bottom:10px;
	margin:0px;
	border-top:1px solid #E2CE77;
	border-left:1px solid #E2CE77;
	border-right:1px solid #E2CE77;
	border-bottom:1px solid #E2CE77;
	vertical-align:top;
}
#leftBox .leftNavSection, #centerBox .leftNavSection
{
	padding-left: 10px;
	vertical-align: top;
	padding-right: 10px;
	overflow: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

/*This is the header for a number of sections; 
for example, popular items includes movies, tv and celebs - 
these are all their own sections but fall under the popular heading*/
#rightBox .leftNavSection h2, #centerBox .leftNavSection h2
{
	font-size:12px;
	font-weight:bold;
	padding-left:10px;
	padding-top:10px;
}
/*setting the properties for the list*/
#rightBox ul, #centerBox ul
{
	margin:0;
	padding:5px 0px 0px 0px;
	list-style-type:none;
	font-size:12px;
}

/*Pertains to search - When an item is selected it is on that current page.  
It is not clickable, does not have a bullet, and is bolded*/
#rightBox li, #centerBox li
{
	margin: 0px 2px 0px 10px;
	padding:0px 0px 0px 00px;
	line-height:17px;
	font-size:12px;
}	

/*The "more" list item link info*/
#rightBox .leftNavList .first , #centerBox .leftNavList .first 
{
	padding:0px 0px 0px 00px;
	line-height:17px;
	font-size:12px;
}
#rightBox .leftNavList li , #centerBox .leftNavList li 
{
	margin-bottom: 6px;
	line-height:11px;
	font-size:10px;
}
#storywrapper
{}
#rightBox form
{
	margin:0px;
	text-align:center;
}
#rightBox form p
{
	margin:0px

}
#rightBox p{
	margin-right: 3px;
	margin-left: 5px;
	font-size: 12px;
}

/*Defines the area of "other news"*/
.othernews{
	background: url(http://www.hpj.com/wsdocs/ffa/images/othernewsbluebar.png) left bottom;
	background-repeat: no-repeat;
	padding-left: 10px;
	border: solid #000066 1px;
	height: 250px;
}

/*Defines the bio sections of all contact pages */
.bio{
	display: block;
	float: left;
	clear: left;
	padding-left: 15px;
	margin-top: 15px;
	border-bottom: solid #000066 1px;
	padding-bottom: 15px;
	width: 764px;
}
.bio .Name{
	font-size: 16px;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
.bio .Office{
	font-size: 18px;
	color: #000066;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
.bio img{
	float: left;
	margin-right: 15px;
}
.bio .address{
	margin-top: 0px;
	margin-bottom: 0px;
}
.bio .phone{
	margin-top: 5px;
	margin-bottom: 5px;
}
.bio .email{
	margin-top: 5px;
	margin-bottom: 0px;
}
.bio .email a{
}
.bio .email a:hover{
	text-decoration: underline;
}
.othernews p {
	font-size:11px;
	text-align:left;
	padding-left: 10px;
	margin-top: 0px;
	}
