	/* ------------------------------------------ HOME STYLES ---------------------------------------- */


	#subNav {
		border: 0;
		border-top: 1px solid #222;
		border-right: 1px solid #222;
	}

	.contentAreaBg  {
		position: absolute;
		top: 0px;
		left: 25px;
		background-image: url(../images/black65-trans.png);
		background-repeat: no-repeat;
		width: 625px;
		height: 530px;
	}

	.contentArea {
		position: absolute;
		top: 0px;
		left: 25px;
		/*
		width: 625px;
		height: 530px;
		*/
		width: 675px;
		height: 580px;
		border: 2px solid gray;
		overflow: auto;
	}


	.contentArea h3 {
		color: white;
		font-size: 21px; font-weight: normal;
		text-align: left;
		margin: 25px 0px 0px 35px;
		padding: 0px 0px 0px 0px;
	}

	.horDivider {
		margin-left: auto; margin-right: auto;
		border-top: 1px solid #666666;
		width: 580px; height: 0px;
	}
	
	.clearMe {
		clear: both;
	}

	#mainContent h4 {
		margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;
		color: white; font-weight: normal;
		font-size: 24px;
		text-align: left;
	}
	#welcomeText p {
		margin: 0 0 0 0; 
		color: white;
		font-size: 15px;
		padding-top: 12px;
		text-align: justify;
	}
	
	#welcomeText {
		/* border-top: 1px solid #666; */
		border-right: 1px solid #666;
	}

	#welcomeText1 {
		float: left;
		width: 310px;
		padding: 0px 0px 0px 14px;
	}

	#welcomeText2 {
		float: right;
		width: 310px;
		padding: 0px 14px 0px 0px;
	}

	#pageTitleHome {
		position: absolute;
		top: 40px; right: 30px;
		color: white;
		font-size: 28px;
		text-align: right;
	}


	#quoteImage {
		margin-top: 60px;
		margin-right: 35px;
		width: 270px; height: 218px;
		border-right: 1px solid #666;
		border-bottom: 1px solid #666;
		border-top: 1px solid #666;
		border-left: 1px solid #666;
		float: right;
	}
	* html #quoteImage { margin-top: 1px; }

	/* -------------------------------- TIPS BOX --------------------------------- */

	/*
			<div id="tipsBox">
				<p id="tipsBoxTitle">Business Tips</p>
				<div id="tipsBoxBG"></div>
				<div id="tipsBoxContent">
					<p id="tipsBoxText">
						Email is a powerful marketing resource for the small business. 
						The trick is getting people to read your emails instead of deleting them. 
						We've found a great article on 5 simple things you can do to to keep your emails out of the junkmail folder! 
						<br />
						<br />
						<a class="stdLink" href= "http://www.entrepreneur.com/marketing/onlinemarketing/emailmarketingcolumnistgailfgoodman/article175472.html">
							Read about Email Marketing
						</a>
					</p>
				</div>
			</div>
	*/

	#tipsBox {
		position: relative;
		float: left;
		margin-top: 36px;
		
	}	

	#tipsBoxContent {
		position: absolute;
		top: 20px; left: 0px;
		margin-top: 4px;
		width: 310px; height: 218px;
		border-top: 1px solid #666;
		border-left: 1px solid #666;
	}

	#tipsBoxTitle {
		text-align: left;
		color: white;
		font-size: 19px;
		height: 20px;
	}	

	#tipsBoxText {
		color: white;
		font-size: 15px;
		text-align: justify;
		padding: 15px 25px 25px 25px;
		width: 260px; height: 140px;
	}

	#tipsBoxBG {
		position: absolute;
		width: 310px;
		height: 222px;
		top: 21px; left: 1px;
		background-image: url(../images/black65-trans.png);
		background-repeat: no-repeat;
	}	

	/* ------------------------------ ANNOUNCEMENTS ------------------------------ */

	.announcementTitle {
		text-align: right;
		margin-right: 15px;
		color: white;
		margin-top: 15px;
	}

	.announcementHorDivider {
		margin-left: 25px;
		border-top: 1px solid #666666;
		width: 160px; height: 0px;
	}

	.announcementContent {
		text-align: right;
		color: white;
		font-size: 11.5px;
		margin-bottom: 24px;
		margin-top: 5px;
		margin-left:20px;
		margin-right:19px;
		width: 160px;
	}

	* html .announcementContent { margin-top: -15px; font-size: 12px; }


