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

@import url("/_css/global.css");
@import url("/_css/catalogAccordion.css");

/* ============================*/
/* SECTION: CONTENT AREA */
/* ============================*/
#contentArea {
	position: relative;
	margin-top: 106px;
	width: 100%;
	background-image: url(../_img/articlesHeaderBkg.jpg);
	background-repeat: no-repeat;
	background-position: 14px 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	/* border: dotted 1px #999900;  */
}

/* ============================*/
/* SECTION:  */
/* ============================*/

#articleContent{
	margin-top: 100px;
	margin-left: 350px;
	width: 560px;
	font-size: 12px;
}
#articleContent p{
	line-height: 18px;
	margin-left: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
}
.articleTitle{
	color: #045357;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #045357;
	padding-bottom: 5px;
	margin-bottom: 0px;
	font-size: 26px;
}
.articleDate{
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	margin-bottom: 5px;
	font-style: italic;
}

#articlesRelated{
	position: absolute;
	left: 23px;
	top: 150px;
	width: 300px;
}
#articlesRelated h2{
	font-size: 11px;
	color: #CCCCCC;
	background-image: url(../_img/articlesTitleBar.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 19px;
	padding-top: 2px;
	padding-left: 20px;
	font-weight: normal;
	text-transform: uppercase;
	width: 295px;
}
#articlesRelated ul{
	font-size: 11px;
	color: #333333;
	margin-top: 5px;
}
#articlesRelated li{
	list-style-position: outside;
	list-style-type: none;
	margin-left: 19px;
	height: 18px;
}
.articlePostDate{
	color: #999999;
	margin-right: 10px;
}
.articlePostTitle{}
.articlePostTitle a:link,
.articlePostTitle a:visited{
	text-decoration: none;
	color: #666666;
}
.articlePostTitle a:focus,
.articlePostTitle a:hover{
	border-bottom: dotted 1px #666666;
}

