@charset "UTF-8";
/* CSS Document */


/* ===========================================
         HEADER
==============================================*/

#forInquiries {
	float: right;
	width: 275px;
	margin-right: 13px;
	font-size: 1.1em;
	line-height: 1.3em;
	text-align: right;
	}

#forInquiries a {
	text-transform: none;
	font-size: 1em;
	font-weight: normal;
	color: #b31200;
	}

#contentHd {
	border-bottom: 0;
	}

#contentHd p {
	width: 375px;
	/* margin-right: 140px; */
	}


/* ------ PREV/NEXT MONTH ------ */

#contentHd .prevNext {
	float: right;
	margin-right: 13px;
	}

#contentHd .prevNext span {
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.3em;
	color: #bbb;
	text-transform: uppercase;
	text-decoration: none;
	}

#contentHd .prevNext a span {
	color: #59453c;
}

#contentHd .prevNext a:hover span {
	color: #f00;
}

#contentHd .prevNext a strong {
	color: #c52200;
	}


/* ===========================================
         ARTICLE
==============================================*/

#pressArticles {
	margin-bottom: 20px;
	border-top: 13px solid #dedbd4;
	border-bottom: 1px solid #d6d2c9;
	}

.article {
	padding: 1em 11px 20px 8px;
	border-bottom: 13px solid #dedbd4;
	}

.article h3,
.article h4,
.article h5 {
	padding: 0 20px;
	font-size: 1.1em;
	line-height: 1.3em;
	}

.article h3 {
	margin-bottom: 24px;
	padding-bottom: 1em;
	font-weight: bold;
	border-bottom: 1px dotted #88766e; 
	}

.article h5 {
	font-weight: bold;
	}

.articleContent  {
	margin: auto 20px;
	font-size: 1.1em;
	line-height: 1.3em;
	}

.articleContent a img {
	border: 1px solid #d6d2c9;
	}

.articleContent p {
	margin-bottom: 1em;
	}

.articleContent ol,
.articleContent ul {
	margin-bottom: 1.4em;
	margin-left: 1em;
	padding-left: 1em;
	}

.articleContent ol { list-style: decimal; }
.articleContent ul { list-style: disc; }

.articleContent li {
	margin-bottom: 0.4em;
	}


/* ------ SCROLL CONTROLS ------ */

#pressArticles .jScrollPaneTrack {
	height: 1016px !important;
	background-color: transparent;
	border-left: 1px dotted #5E5D5A;
	}

#pressArticles .scroll-pane {
	height: 700px;
	padding: 1.6em 0 300px;
	}

#pressArticles .jScrollPaneDrag {
	background: url(../images/scrollers/scrollbar-vertical.gif) no-repeat 0 50%;
	}

#pressArticles a.jScrollArrowUp {
	width: 20px;
	height: 16px;
	background: url(../images/scrollers/scroll-up-grey-tanbg.gif) no-repeat 3px 4px;
	border-left: 1px dotted #5E5D5A;
	}

#pressArticles a.jScrollArrowDown {
	width: 20px;
	height: 16px;
	background: url(../images/scrollers/scroll-down-grey-tanbg.gif) no-repeat 3px 4px;
	}


/* ===========================================
         PRESS ARTICLE ARCHIVE
==============================================*/

#pressArchive {
	margin: -10px 0 30px -10px;
	background-color: #f6f1e2;
	
	_margin: auto; /* Win/IE6 */
	_position: relative; /* Win/IE6 */
	_top: -10px; /* Win/IE6 */
	_left: -10px; /* Win/IE6 */
	}

#pressArchive .tl {
	background-image: url(../images/boxes/pressArchives-tl.gif);
	}
	
#pressArchive .bdr_t,
#pressArchive .bdr_r,
#pressArchive .bdr_b,
#pressArchive .bdr_l {
	background-image: url(../images/boxes/pressArchives-bdr.gif);
	}

#pressArchive .boxContent {
	padding: 15px 10px 20px 10px;
	}

#sidebar #pressArchive h2 {
	margin-bottom: 12px;
	}

#sidebar #pressArchive h2 img {
	_behavior: url(/images/iepngfix.htc); /* IE PNG Alpha Fix */
	}

#sidebar #pressArchive h3 a {
	padding-left: 16px;
	font-size: 1.7em;
	font-weight: bold;
	text-decoration: none;
	color: #b31200;
	line-height: 1.3em;
	background: url(../images/icons/collapse-redArrow-tanbg-sidebar.gif) 0 6px no-repeat;
	}

#sidebar #pressArchive h3 a.on {
	background-position: 0 -26px;
	}

#sidebar .press-list {
	margin: 4px auto 12px 17px;
	padding-bottom: 6px;
	border-bottom: 1px dotted #88766e;
	}

#sidebar .press-list li {
	margin-top: 6px;
	padding-top: 6px;
	border-top: 1px dotted #88766e;
	}

#sidebar .press-list a {
	font-size: 1.1em;
	text-decoration: none;
	color: #b31200;
	line-height: 1.2em;
	}

#sidebar .press-list a:hover { color: #f00; }
	
	
	
	
	
	
