/*-------------------------------------------------
PRESS
-------------------------------------------------*/
#contentHolder #bodyText #pressMainHolder{
	position: relative;
	clear: left;
	float: left;
	width: 484px;
	margin: 0 8px 0 0;
	padding: 6px;
	color: white;
	overflow: hidden;
	background-color: #AA1100;
	border: 3px solid #FFF;
}
#contentHolder #bodyText #pressMainHolder #pressMain{
	position: relative;
	width: 484px;
	overflow: hidden;
	background-color: #DD2200;
}
#pressMain #text h1.title{
	display: block;
	text-indent: -100em;
	overflow: hidden;
	background: url(../images/pressHeader.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	width: 113px;
	height: 40px;
	float: left;
}
#pressMain #text{
	margin: 0 0 0 0;
}
#pressMain #text p{
	padding: 0 8px 2px 8px;
}

/*-------------------------------------------------
ARTICLE
-------------------------------------------------*/
#pressMain #text #article{
	padding: 12px 0 0 0;
}
#pressMain #text #article h1{
	font-size: 14px;
	padding: 0 8px 2px 8px;
}
#pressMain #text #article h2{
	font-size: 14px;
	padding: 0 8px 2px 8px;
}
#pressMain #text #article h2.title{
	font-size: 16px;
	margin: 0 0 0 0;
}
#pressMain #text #article h3{
	font-size: 12px;
	padding: 0 8px 2px 8px;
}
#pressMain #text #article .date{
	margin: 0 8px 0 0;
	padding: 0 8px 2px 8px;
	font-weight: bold;
	font-size: 11px;
}
#pressMain #text #article .publication{
	margin: 0 0 8px 0;
	padding: 0 8px 2px 8px;
	font-size: 16px;
	font-weight: bold;
}
#pressMain #text #article .publication a{
	color: #000;
	text-decoration: underline;
}
#pressMain #text #article .tearsheet{
	margin: 0 4px 4px 0;
	float: left;
}
#pressMain #text #article a{
	color: #000;
	text-decoration: underline;
}

/*-------------------------------------------------
DIRECTORY
-------------------------------------------------*/
#directory{
	display: block;
	position: relative;
	width: 260px;
	padding: 8px;
	background-color: #332244;
	margin: 0 0 8px 0;
	float: right;
	overflow: hidden;
}
#directory h2{
	display: block;
	text-indent: -100em;
	overflow: hidden;
	background: url(../images/pressMore.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	width: 145px;
	height: 23px;
}
#directory ul{
	position: relative;
	display: block;
	list-style: url(../none) none outside;
	padding: 2px 0 0 0;
	margin: 0 0 0 0;
}
#directory ul li{
	/*display: inline;*/
	margin: 0 0 0 4px;
}
#directory ul li:hover{
	margin: 0 0 0 0;
	background-color: #000;
}
#directory ul li a {
	font-size: 12px;
	color: #fff;
}

/*-------------------------------------------------
FEATURE IMAGE
-------------------------------------------------*/
#mainImg{
	position: relative;
	float: right;
	margin: 8px 15px 0 0;
	margin: 0 0 0 0;
}

/*-------------------------------------------------

BOOK / PRESS
-------------------------------------------------*/
#bodyText #bookpress{
	position: relative;
	clear: left;
	float: left;
	width: 500px;
	height: 60px;
	margin: 15px 0 0 14px;
	margin: 14px 0 0 0;
	color: white;
	background-color: #332244;
}
#bookpress h1{
	display: block;
	margin: 0;
	font-size: 10px;
}
#bookpress h1 a{
	display: block;
	text-indent: -100em;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	font-size: 10px;
}
#bookpress #book h1 a{
	background: url(../images/home_book_header.gif);
	width: 86px;
	height: 59px;
}
#bookpress #book #text, #bookpress #press #text{
	position: absolute;
	top: 0;
	font-size: 10.5px;
	padding: 2px 0 2px 2px;
}
#bookpress #book #text p, #bookpress #press #text p{
	margin: 0 0 2px 0;
	padding: 0;
}
#bookpress #book #text{
	left: 90px;
	width: 115px;
}
#bookpress #press h1{
	position: absolute;
	top: 0;
	left: 210px;
}
#bookpress #press h1 a{
	background: url(../images/home_request_header.gif);
	width: 110px;
	height: 59px;
}
#bookpress #press #text{
	left: 320px;
	width: 170px;
}


