/* 	

----------	MODULARSAFETY.COM ----------

	-- HOMEPAGE STYLES --
	
	Developed by Robert S. Rubinoff
	Material Copyright 2005, National Partitions, Inc.
	All rights reserved
	contact: info@n-p.com
	webmaster: rrubinoff@n-p.com
		
*/
body{
	margin: 0px;
	padding: 0px;
	background-image:url(../../images/_bg_home.gif);
	background-repeat: repeat-y;
	background-position:center;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	}
/* ---------- HOMEPAGE PROMO ----------- */
#promo {
	margin: 0px;
	padding: 0px;
	background-color:white;
	}
	
#promoLeft {
	margin: 0px;
	padding: 0px;
	width: 378px;
	float: left;
	border-right: 1px solid black;
	background-image: url(../../images/_bg_promoHome_left.gif);
	background-repeat: inherit;
	height: 150px;
}
#promoLeft h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	margin: 10px;
	color: #990000;
	font-weight:normal;
	}

#promoRight {
	margin: 0px;
	padding: 0px;
	width: 378px;
	float: right;
	background-color:black;
	}


/* ---------- HOMEPAGE content ----------- */
#content {
	margin: 0px;
	padding: 0px;
	}
	
/* LEFT */
#contentLeft {
	 width: 378px;
	 float: left;
	}

#contentLeft h3.safetyMatters{
	height: 50px;
	background-image:url(../../images/h3bg_home_safetyMatters.gif);
	background-repeat: no-repeat;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin: 0px;
	padding: 0px;
	}
#contentLeft h3.safetyMatters span{
	position: relative;
	z-index: -1;
	}

#contentLeft h4{
	margin: 10px;
	font-size: 85%;
	font-weight:bold;
	color: #333;
	border-bottom: 1px dashed #ccc;
	}
	
#contentLeft p {
	margin: 7px 10px;
	font-size: 70%;
	line-height: 125%;
	color: #333;	
	}
#contentLeft p.leadin {
	font-size: 80%;
	}


/* RIGHT */
#contentRight {
	width: 378px;
	float: right;
	}

#contentRight h3.websiteContents{
	height: 50px;
	background-image:url(../../images/h3bg_home_websiteContents.gif);
	background-repeat: no-repeat;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-bottom: 1px solid black;
	margin: 0px;
	padding: 0px;
	}
#contentRight h3.websiteContents span{
	position: relative;
	z-index: -1;
	}
	
#contentRight h3.publisherInfo{
	height: 50px;
	background-image:url(../../images/h3bg_home_publisherInfo.gif);
	background-repeat: no-repeat;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-bottom: 1px solid black;
	margin: 0px;
	padding: 0px;
	}
#contentRight h3.publisherInfo span{
	position: relative;
	z-index: -1;
	}

#contentRight p {
	margin: 7px 10px;
	font-size: 70%;
	line-height: 125%;
	color: #333;	
	}
	
#contentRight p a{
	color: black;
	text-decoration:underline;	
	}
	
#contentRight p a:hover{
	color: #990000;
	text-decoration:underline;	
	}

#contentRight p.toc {
	margin: 10px;
	padding: 0px 0px 0px 25px;
	font-size: 90%;
	background-image: url(../../images/_bullet_toc.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	}
#contentRight p.toc a{
	color: #333;
	text-decoration: none;
	}

#contentRight p.toc a:hover{
	color:#990000;
	text-decoration: underline;
	}

#contentRight ul li {
	padding-left: 5px;
	margin: 5px 10px;
	font-size: 70%;
	list-style-image:url(../../images/bullet.gif);
	}
	
#contentRight ul li a{
	color: black;
	text-decoration:underline;	
	}
	
#contentRight ul li a:hover{
	color: #990000;
	text-decoration:underline;	
	}

