/*h2#homepage {
	background-image: url(../images/homebanner.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 60px;
	width: 245px;
	margin-right: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	float: right;
}
h2#aboutpage {
	background-image: url(../images/aboutbanners.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 60px;
	width: 285px;
	margin-right: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	float: right;
}
h2#contactpage {
	background-repeat: no-repeat;
	background-position: right top;
	height: 60px;
	width: 330px;
	margin-right: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	float: right;
	background-image: url(../images/contactbanners.png);
}
h2#directionspage {
	background-image: url(../images/directionsbanners.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 60px;
	width: 330px;
	margin-right: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	float: right;
}
h2#faqs {
	background-image: url(../images/faqbanners.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 60px;
	width: 175px;
	margin-right: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	float: right;
}
h2#investmentbanner {
	background-image: url(../images/investbanners.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 60px;
	width: 415px;
	margin-right: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	float: right;
}
h2#livebanner {
	background-image: url(../images/livechatbanners.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 60px;
	width: 330px;
	margin-right: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	float: right;
}
h2#newsbanner {
	background-image: url(../images/newsbanners.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 60px;
	width: 360px;
	margin-right: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	float: right;
}
h2#planningbanner {
	background-image: url(../images/planningbanners.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 70px;
	width: 290px;
	margin-right: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	float: right;
}
h2#taxpage {
	background-image: url(../images/taxbanners.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 70px;
	width: 190px;
	margin-right: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	float: right;
}
h2#taxtipsbanner {
	background-image: url(../images/taxtipsbanners.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 70px;
	width: 260px;
	margin-right: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	float: right;
}*/


div#homemain {
	float: left;
	width: 75%;
}
#maincontent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	color: #330099;
	font-size: 22px;
	letter-spacing: 0.07em;
	margin: 0px;
	padding-top: 3px;
	padding-right: 25px;
	padding-bottom: 3px;
	padding-left: 0px;
	word-spacing: 0.1em;
	clear: both;
	min-width: 400px;
	max-width: 1000px;
	text-align: left;
}
img.mainimage {
	width: 75%;
	max-width: 296px;
	width: expression(this.width > 296 ? 296: true);
	float: left;
	padding: 2%;
	clear: both;
}
img.mainimagetwo {
	width: 85%;
	max-width: 496px;
	width: expression(this.width > 496 ? 496: true);
	float: right;
	padding: 2%;
}
img.mainimagethree {
	width: 85%;
	height: auto;
	padding: 2%;
}
img.mainimagefour {
	width: 85%;
	height: auto;
	padding: 2%;
}
#homemain p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	letter-spacing: 0.05em;
	text-align: left;
	width: 90%;
	padding: 0px;
}
#investp {
	width: 50%;
	margin-top: 45px;
}


div#bitsnpieces {
	float:left;
	clear: right;
	width: 30%;
	margin: 0px;
	padding: 0px;
}
#bitsnpieces #news {
	background-color: #999999;
	height: 325px;
	width: 525px;
	border: 3px double #333333;
	clear: right;
	margin-top: 40px;
}

/* FAQs */
#faqsdl dl {
	text-align: left;	
}

#faqsdl dt {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000066;
	letter-spacing: 0.05em;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: left;
}
#faqsdl dd {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #663366;
	letter-spacing: 0.05em;
	text-align: left;
}
#faqsdl img {
	float: left;
	padding-left: 10px;
}
.dtspace {
	padding: 0px;
	font-size: 0px;
	margin-top: -20px;
}
#womenforfaqs {
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#faqsdl ul {
	margin-left: 45px;
	text-align: left;
}
#schooldude {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 150px;
	margin-left: 10px;
}
#faqsdl li {
	list-style-type: square;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663366;
	letter-spacing: 0.05em;
	text-align: left;
	position: relative;
	left: 60px;
	padding-left: 10px;
}

/* Style for the Contact Page List */
div#contactinfo {
	float: left;
	padding-right: 20px;
}
dl#contactulmain {
	padding: 0px;
	margin-top: -25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contactulmain dt {
	padding-top: 45px;
	padding-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #333366;
	padding-bottom: 10px;
}
#contactulmain dd {
	padding-left: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #336666;
}
.contactimg {
	float: left;
	margin-left: -50px;
	margin-right: 10px;
}



#success p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #993399;
	background-color: #66FF33;
	width: 400px;
	border: medium groove #993399;
	margin-left: 25px;
	margin-top: 5px;
	padding: 3px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #333333;
	clear: both;
	margin-left: -10px;
	margin-top: 3px;
	margin-bottom: 3px;
}

#taxtips dt {
	font-size: 16px;
	font-weight: bolder;
}

#taxtips dd, #taxtips dt  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	letter-spacing: 0.05em;
	text-align: left;
/*}#taxtips dd, #taxtips dt {
	margin-bottom: 10px;*/
}


h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	font-weight: bolder;
	color: #003399;
	text-decoration: underline;
	margin-left: 75px;
	padding-top: 15px;
}
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	color: #330099;
	font-size: 19px;
	letter-spacing: 0.07em;
	margin: 0px;
	padding-top: 3px;
	padding-right: 25px;
	padding-bottom: 3px;
	padding-left: 0px;
	word-spacing: 0.1em;
	clear: both;
	float: left;
	text-align: left;
	width: 100%;
}
div#openpay1 {
	text-align: left;
	float: left;
	width: 443px;
}
div#openpay2 {
	text-align: left;
	float: left;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #333333;
}
h8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #003366;	
}
button {
	background-image: url(../images/new/video.png);
	background-repeat: no-repeat;
	display: block;
	height: 243px;
	width: 400px;
	clear: both;
}

dl.ps, dt.ps, dd.ps {
	text-align: left;	
}

dt.ps {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: bolder;
	font-variant:small-caps;
	text-decoration: underline;
	background: #CCC;
	padding: 3px;
	padding-left: 15px;
	color: #393;
	clear: both;
	margin-left: 0px;
	margin-bottom: 20px;
	margin-top: 20px;
		
}
dd.ps span {color: #C30}

dl.ps {margin-bottom: 75px;}

