ul.bullets p {margin: 0 0 1em 0;}

#demoColumn {
	margin-bottom: 2em;
	}

.fright {
	float: right;
	}
.fleft {
	float:left;
	}

#content {padding-bottom: 15px;}

#content ul.bullets {
	margin: 0;
	padding: 1px;
	width: 270px;
	list-style-image:url(/images/home/bullet4.gif);
}

#content ul.bullets li{
	padding: 0;
	margin: 0;
	margin-left: 15px;
	padding-bottom: 0.85em;
	padding-right: 1pt;
	line-height: 1.15em;
}

div.thumbnail p, div.thumbnailfull p {
	font-size: 10px;
	padding: 0;
	margin: 0;
}

div.thumbnail {
	width:270px; 
	padding: 0 0 1em 0;
	}

div.thumbnailfull{
	width: 600px;
	padding: 0 0 1em 0;
}

div.thumbnail img, div.thumbnailfull img {
	border: 1px solid black;
}

div.centeredImage 
{
	text-align:center; 
	margin-top:0px; 
	margin-bottom:0px; 
	padding:0pt 0pt 1em; 
	}
div.centeredImage img 
{	border:1px solid black; 
	}
div.centeredImage p 
{
	font-size: 10px; 
	margin: 0pt; 
	padding: 0pt; 
	}

#content #subnav {
	top: 0;

}

#content {
	padding-top: 1.75em;
}

h2 {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
	width: 325px;
	float: left;
	padding-bottom: 0.5em;
	color: #60568F;
	font-size: 2.25em;
	letter-spacing: -0.066em;
}

div.h2branding {
	color: #60568F;
	font-size: 12px;
	}

h3 {
	font-size: 16px;
	color: #60568F;
	padding: 0;
	padding-top: 10px;
	clear: both;
	border-bottom: 1px dotted #669;
	margin-bottom: 0.5em;
	font-weight: bold;
	}

div.fleft img {background-color: #669;}
div.fright img {background-color: #99C;}



/* TRIAL BUTTON STYLING
----------------------------------------*/
#trialcontainer {
	text-align: center;
	font-size: 11px;
	padding-left: 15px;
}
#trialcontainer a:link, #trialcontainer a:visited, #trialcontainer a:active {
	width: 100px; 
	padding: 5px 15px;
	background: #fff url(/images/bg/freetrialbutton.gif) 0 0; 
	text-decoration: none;
	margin-bottom: 1em;
	border: 2px solid #E0E0EC;
	color: #669;
	float: left;
	font-weight: bold;
	}
#trialcontainer a:hover { 
	text-decoration: underline; 
	background: #fff url(/images/bg/freetrialbutton.gif) 0 -5px;
	}
#trialcontainer a:active { 
	background: #fff url(/images/bg/freetrialbutton.gif) 0 1px;
	}

/*NEXT BUTTON STYLING
----------------------------------------*/
#next, div.nextfooter {
	font-size: 11px;
	}
#next a:link, #next a:visited, #next a:active,
 div.nextfooter a:link,  div.nextfooter a:visited,  div.nextfooter a:active {
	width: 185px; 
	float: right; 
	padding: 5px 25px 5px 5px;
	text-align: left; 
	background: #fff url(/images/bg/linkbg.gif) right center no-repeat; 
	text-decoration: none;
	border-left: 5px double #E0E0EC;
	color: #669;
	}
#next a:hover,  div.nextfooter a:hover { 
	text-decoration: underline; 
	background: #fff url(/images/bg/linkbg.gif) right center no-repeat;
	}
